mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Improving readability of tables on dark theme dashboards (#12455)
lighten the text color in widget tables such as syslog or eventlog (it was black on grey)
This commit is contained in:
@@ -7183,6 +7183,7 @@
|
|||||||
.device-overview>.panel-body>.row:nth-child(odd) { background-color: #4f565d; }
|
.device-overview>.panel-body>.row:nth-child(odd) { background-color: #4f565d; }
|
||||||
.device-overview>.panel-body>.row:hover {background-color: #686d73;}
|
.device-overview>.panel-body>.row:hover {background-color: #686d73;}
|
||||||
.gridster .gs-w{
|
.gridster .gs-w{
|
||||||
|
color: var(--color-light2);
|
||||||
background: #353a41;
|
background: #353a41;
|
||||||
}
|
}
|
||||||
a.list-device{
|
a.list-device{
|
||||||
|
|||||||
Reference in New Issue
Block a user