mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Corrected blue CSS in settings menu (#10840)
* corrected blue CSS in settings menu * continued
This commit is contained in:
@@ -46,14 +46,8 @@
|
||||
}
|
||||
|
||||
.panel-default>.panel-heading {
|
||||
background: #0052cccc;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.panel-default .panel-heading .icon-theme,
|
||||
.panel-default .panel-heading a:visited,
|
||||
.panel-default .panel-heading a:link {
|
||||
color: #ffffffbb;
|
||||
background: #0052cc22;
|
||||
color: #0052cccc;
|
||||
}
|
||||
|
||||
.twitter-typeahead .tt-hint {
|
||||
@@ -138,7 +132,7 @@
|
||||
}
|
||||
|
||||
.pagemenu-selected {
|
||||
background-color: #0052cc;
|
||||
background-color: white;
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
|
Reference in New Issue
Block a user