From 54bbde68db305c6d077756583cbaa29fa156ee56 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 2 Sep 2023 22:49:40 +0000 Subject: [PATCH] Update 'htdocs/luci-static/resources/view/dashboard/css/custom.css' --- .../luci-static/resources/view/dashboard/css/custom.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/luci-static/resources/view/dashboard/css/custom.css b/htdocs/luci-static/resources/view/dashboard/css/custom.css index 57fd7a5..deaf738 100644 --- a/htdocs/luci-static/resources/view/dashboard/css/custom.css +++ b/htdocs/luci-static/resources/view/dashboard/css/custom.css @@ -3,11 +3,11 @@ **/ .Dashboard { - color: #ffffff!important; /* Or use "white" */ + color: #ffffff !important; } .Dashboard h3 { - color:#ffffff; /* Or use "white" */ + color: #ffffff !important; } .Dashboard hr { @@ -16,7 +16,7 @@ overflow: visible; margin: 0; box-sizing: content-box; - border-top: 1px solid rgba(0,0,0,.1); + border-top: 1px solid transparent; /* Using 'transparent' keyword */ } .Dashboard .box-s1 { @@ -29,7 +29,7 @@ .Dashboard .dashboard-bg { border-radius: 16px; - background-color: rgba(133, 133, 133, 0.5); /* 0.5 is the opacity */ + background-color: transparent !important; } .Dashboard .title {