mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 04:19:41 +01:00
Fix action popups were initially visible
This commit is contained in:
parent
6a70efcc34
commit
b47a3dd11b
@ -226,7 +226,7 @@
|
|||||||
* Add / remove link or category popup used for actions on multiple entries
|
* Add / remove link or category popup used for actions on multiple entries
|
||||||
*/
|
*/
|
||||||
|
|
||||||
div.action_popup[id] {
|
.action_popup[id] {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 200px;
|
top: 200px;
|
||||||
left: 450px;
|
left: 450px;
|
||||||
@ -235,8 +235,8 @@ div.action_popup[id] {
|
|||||||
display: none;
|
display: none;
|
||||||
border-collapse:collapse;
|
border-collapse:collapse;
|
||||||
border-spacing:0px
|
border-spacing:0px
|
||||||
}
|
}
|
||||||
.action_popup-content {
|
.action_popup-content {
|
||||||
display:block;
|
display:block;
|
||||||
padding:2ex;
|
padding:2ex;
|
||||||
color:#666666;
|
color:#666666;
|
||||||
|
Loading…
Reference in New Issue
Block a user