mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
committed by
Neil Lathwood
parent
5cdaee16f6
commit
307e5ae500
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user