diff --git a/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css b/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css index 81b7ee3..8a45394 100644 --- a/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css +++ b/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css @@ -4667,6 +4667,8 @@ div#add_link_div { border-radius: 9px; } +/* luci-app-filemanager */ + #file-manager-container button#go-button { cursor: pointer; } @@ -4675,6 +4677,37 @@ div#add_link_div { padding: 4px; } +/* luci-mod-dashboard */ +.Dashboard .dashboard-bg { + background-color: #ffffff !important; +} + +.Dashboard h3 { + color: #69758c !important; + border-radius: 0 0 16px 16px; +} + +.Dashboard:not(.some-other-class) { + color: #666a88 !important; +} + +.Dashboard .title { + background-color: var(--primary) !important; + border-radius: 16px; +} + +.Dashboard span.label.label-success { + background-color: #55bb55; +} + +.Dashboard .cbi-rowstyle-1 { + background-color: #ffffff; +} + +.Dashboard .devices-list .devices-info, .Dashboard .router-status-wifi .wifi-info > hr:last-child { + margin-top: 0.575rem; +} + @media screen and (max-width: 600px) { div#content-filemanager { overflow-x: auto; diff --git a/luci-theme-argon/htdocs/luci-static/argon/css/dark.css b/luci-theme-argon/htdocs/luci-static/argon/css/dark.css index bfc8d60..f84c30b 100644 --- a/luci-theme-argon/htdocs/luci-static/argon/css/dark.css +++ b/luci-theme-argon/htdocs/luci-static/argon/css/dark.css @@ -100,6 +100,16 @@ header::after { color: #cccccc !important; } +.main .main-left .nav>li>a:first-child.active { + background: #483d8b; + background: var(--dark-primary) +} + +.main .main-left .nav li.slide .slide-menu li::after { + background: #483d8b; + background: var(--dark-primary) +} + .main .main-left .nav .slide .menu.active a::after { background-color: #cccccc !important; } @@ -952,6 +962,7 @@ table, background-color: #2c323c } +/* luci-app-filemanager */ #file-manager-container button#go-button { background-color: #2c323c !important; } @@ -991,3 +1002,26 @@ table, #file-manager-container .resizer::after { background: none !important; } + +/* luci-mod-dashboard */ +.Dashboard .dashboard-bg { + background-color: #1b212a !important; +} + +.Dashboard h3 { + color: #cccccc !important; + border-radius: 0 0 16px 16px; +} + +.Dashboard:not(.some-other-class) { + color: #cccccc !important; +} + +.Dashboard .title { + background-color: #444950 !important; + border-radius: 16px; +} + +.Dashboard .cbi-rowstyle-1 { + background-color: #1b212a; +}