mirror of https://github.com/gophish/gophish
Fixed issue where tabs had an incorrect background color on hover.
parent
b5981f16d2
commit
5ee3cf42ab
File diff suppressed because one or more lines are too long
|
@ -564,6 +564,6 @@ table.dataTable{
|
|||
.color-success {
|
||||
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;
|
||||
}
|
Loading…
Reference in New Issue