mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Improvements to dark theme (#13139)
- Tables with white background now has dark background. - Listbox in searchbar now has dark background.
This commit is contained in:
@@ -7210,6 +7210,15 @@
|
||||
color: black;
|
||||
}
|
||||
|
||||
.expandable:hover span {
|
||||
background-color: #2e3338;
|
||||
}
|
||||
.expandable:hover span {
|
||||
background-color: #2e3338;
|
||||
}
|
||||
table.table tr:not(:first-child){
|
||||
background: #3e444c!important;
|
||||
}
|
||||
table.table tr:not(:first-child):hover{
|
||||
background: #4f565f!important;
|
||||
}
|
||||
div[role=listbox]{
|
||||
background: rgb(70, 76, 83);
|
||||
}
|
||||
|
Reference in New Issue
Block a user