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 {