update popup for dark bg

This commit is contained in:
prx 2024-01-16 14:59:33 +01:00
parent eb1b4b444b
commit c93287765b
1 changed files with 5 additions and 0 deletions

View File

@ -132,6 +132,10 @@ button.toolbutton {
left:0;
top:2em;
}
.JSpopup {
background-color: var(--bg);
color: var(--text);
}
/* admin and multimedia width */
.mode_media > main,
@ -141,3 +145,4 @@ button.toolbutton {
}
table { width: 100%; }