Fix action popups were initially visible

This commit is contained in:
nathan 2021-09-13 13:36:30 -06:00
parent 6a70efcc34
commit b47a3dd11b

View File

@ -222,21 +222,21 @@
</rows>
</grid>
<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] {
position: fixed;
top: 200px;
left: 450px;
width: 76ex;
z-index: 20000;
display: none;
border-collapse:collapse;
border-spacing:0px
}
.action_popup-content {
.action_popup[id] {
position: fixed;
top: 200px;
left: 450px;
width: 76ex;
z-index: 20000;
display: none;
border-collapse:collapse;
border-spacing:0px
}
.action_popup-content {
display:block;
padding:2ex;
color:#666666;