Dark theme options menu fixes

Override bootstrap to match dark theme
pull/2077/head
digital-gnome 2017-12-05 20:18:29 -05:00
parent f47f1a89ea
commit b8660e95c9
1 changed files with 9 additions and 0 deletions

View File

@ -549,3 +549,12 @@ input[type=submit]:disabled,
.table-hover>tbody>tr:hover {
background-color: #444444;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
color: #8f8fc2;
background-color: #333333;
}
.nav>li>a:focus, .nav>li>a:hover {
background-color: #444444;
}