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

@ -226,7 +226,7 @@
* Add / remove link or category popup used for actions on multiple entries
*/
div.action_popup[id] {
.action_popup[id] {
position: fixed;
top: 200px;
left: 450px;
@ -235,8 +235,8 @@ div.action_popup[id] {
display: none;
border-collapse:collapse;
border-spacing:0px
}
.action_popup-content {
}
.action_popup-content {
display:block;
padding:2ex;
color:#666666;