From 8b39a956c2a155c79f45ee20a3857e80c9f07d2d Mon Sep 17 00:00:00 2001 From: Bard <984419930@qq.com> Date: Tue, 1 Mar 2022 20:21:18 +0800 Subject: [PATCH] Update dark.css --- .../htdocs/luci-static/argon/css/dark.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 aee68bc..ee49f57 100644 --- a/luci-theme-argon/htdocs/luci-static/argon/css/dark.css +++ b/luci-theme-argon/htdocs/luci-static/argon/css/dark.css @@ -27,7 +27,7 @@ * Licensed to the public under the Apache License 2.0 */ body { - background: #1e1e1e; + background: #000000; color: #cccccc; } .login-page .login-container .login-form { @@ -58,10 +58,10 @@ body { opacity: 0.9; } header::after { - background-color: #1e1e1e !important; + background-color: #000000 !important; } .main .main-left { - background-color: #333333 !important; + background-color: #000000 !important; box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15); } .main .main-left .sidenav-header .brand { @@ -102,7 +102,8 @@ header::after { background-color: #333; } .main .main-right { - background-color: #1e1e1e; + background-color: #000000; + background-attachment: fixed; } h2 { color: #ccc; @@ -135,7 +136,7 @@ input:-webkit-autofill { color: #ccc; } header.bg-primary { - background-color: #1e1e1e !important; + background-color: #000000 !important; } .cbi-map-descr { color: #ccc; @@ -471,7 +472,7 @@ fieldset[id^="cbi-apply-"] { } header .fill .status span[data-style="active"] { color: #ccc !important; - background-color: darkolivegreen !important; + background-color: #333333 !important; } #cbi-wireless .td, #cbi-network .tr:first-child > .td,