1
0
mirror of synced 2024-11-24 06:20:12 +01:00

Fix jquery-delete dialog box in dark mode.

This commit is contained in:
Jennifer Taylor 2022-12-03 23:21:00 +00:00
parent 6d980d1b3f
commit 93eb2670f4
2 changed files with 9 additions and 0 deletions

View File

@ -59,6 +59,11 @@ input[type="button"], button.nav, button.toggle, button.edit, button.add, button
margin-right: 5px;
}
button.btn-default {
color: #b0b1b2 ! important;
background: #3c3c3c ! important;
}
input[type="submit"], input[type="button"], button {
border-radius: 0px;
padding-top: 4px;

View File

@ -62,6 +62,10 @@ div.navigation {
}
}
div.jconfirm-box {
background: #2d2d2d ! important;
}
@media only screen and (hover: none) {
.tinynav {
display: inline-block;