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
@ -222,21 +222,21 @@
|
|||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
<styles>
|
<styles>
|
||||||
/**
|
/**
|
||||||
* 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;
|
||||||
width: 76ex;
|
width: 76ex;
|
||||||
z-index: 20000;
|
z-index: 20000;
|
||||||
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