From ba2ec536d47c81c9116abc4f45b39c7cd5ba4c47 Mon Sep 17 00:00:00 2001 From: sbwml Date: Fri, 28 Feb 2025 21:39:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=97=E8=89=B2=EF=BC=9A=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8F=20active=20=E7=B1=BB=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E8=83=8C=E6=99=AF=E8=89=B2=20&=20=E5=85=BC=E5=AE=B9?= =?UTF-8?q?=20luci-mod-dashboard=20=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sbwml --- .../htdocs/luci-static/argon/css/cascade.css | 33 ++++++++++++++++++ .../htdocs/luci-static/argon/css/dark.css | 34 +++++++++++++++++++ 2 files changed, 67 insertions(+) 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; +}