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 **/