Update 'htdocs/luci-static/resources/view/dashboard/css/custom.css'

main
ben 1 year ago
parent 89210b1525
commit 54bbde68db

@ -3,11 +3,11 @@
**/ **/
.Dashboard { .Dashboard {
color: #ffffff!important; /* Or use "white" */ color: #ffffff !important;
} }
.Dashboard h3 { .Dashboard h3 {
color:#ffffff; /* Or use "white" */ color: #ffffff !important;
} }
.Dashboard hr { .Dashboard hr {
@ -16,7 +16,7 @@
overflow: visible; overflow: visible;
margin: 0; margin: 0;
box-sizing: content-box; box-sizing: content-box;
border-top: 1px solid rgba(0,0,0,.1); border-top: 1px solid transparent; /* Using 'transparent' keyword */
} }
.Dashboard .box-s1 { .Dashboard .box-s1 {
@ -29,7 +29,7 @@
.Dashboard .dashboard-bg { .Dashboard .dashboard-bg {
border-radius: 16px; border-radius: 16px;
background-color: rgba(133, 133, 133, 0.5); /* 0.5 is the opacity */ background-color: transparent !important;
} }
.Dashboard .title { .Dashboard .title {

Loading…
Cancel
Save