Fixed issue where tabs had an incorrect background color on hover.

pull/843/merge
Jordan Wright 2017-09-08 22:56:47 -05:00
parent b5981f16d2
commit 5ee3cf42ab
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

2
static/css/main.css vendored
View File

@ -564,6 +564,6 @@ table.dataTable{
.color-success { .color-success {
color: #f05b4f; color: #f05b4f;
} }
.nav>li.active>a:focus, .nav>li.active>a:hover { .nav-sidebar>li.active>a:focus, .nav-sidebar>li.active>a:hover {
background-color: #37485a; background-color: #37485a;
} }