fix: mono theme panel headers black (#5705)

Fixes issue where the librenms_logo_mono.svg is now loaded by making the background black to match the logo.
Update twofactor.lib.php.
Remove unused if statement
This commit is contained in:
Tony Murray
2017-02-01 02:03:07 -06:00
committed by Neil Lathwood
parent 5cdaee16f6
commit 307e5ae500
3 changed files with 14 additions and 10 deletions

View File

@@ -22,6 +22,16 @@
color: black;
}
.panel-default>.panel-heading {
background: black;
color: white;
}
.panel-default>.panel-heading .icon-theme,
.panel-default>.panel-heading a:visited,
.panel-default>.panel-heading a:link {
color: white;
}
.twitter-typeahead .tt-hint {
border-color: #000 !important;