From 3630643b74bd6b1928239a72d46500556f6984a3 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Thu, 1 Oct 2020 10:01:48 +0200 Subject: [PATCH] Set dashboard ON/OFF background color --- .../luci-static/resources/view/dashboard/css/custom.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css b/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css index 0efbf6294..a83beea7c 100644 --- a/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css +++ b/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css @@ -192,6 +192,14 @@ border-bottom:1px solid rgba(0,0,0,.1); } +.Dashboard .label-access { + background-color: green; +} + +.Dashboard .label-danger { + background-color: red; +} + /** * Responsive **/