From 4779e7952e433e66ba67eea95cf4b8c71284a28a Mon Sep 17 00:00:00 2001 From: Martin Date: Sat, 23 Jan 2021 07:18:06 +0100 Subject: [PATCH] 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) --- html/css/dark.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/css/dark.css b/html/css/dark.css index 62d1d7ff32..2048a9adc2 100644 --- a/html/css/dark.css +++ b/html/css/dark.css @@ -7183,7 +7183,8 @@ .device-overview>.panel-body>.row:nth-child(odd) { background-color: #4f565d; } .device-overview>.panel-body>.row:hover {background-color: #686d73;} .gridster .gs-w{ - background: #353a41; + color: var(--color-light2); + background: #353a41; } a.list-device{ color: #acb6bf;