mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-03-21 17:24:33 -05:00
Fix jquery-delete dialog box in dark mode.
This commit is contained in:
parent
6d980d1b3f
commit
93eb2670f4
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -62,6 +62,10 @@ div.navigation {
|
|||
}
|
||||
}
|
||||
|
||||
div.jconfirm-box {
|
||||
background: #2d2d2d ! important;
|
||||
}
|
||||
|
||||
@media only screen and (hover: none) {
|
||||
.tinynav {
|
||||
display: inline-block;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user