From 1390c9bce75baf6972924f57adc9daba3325749a Mon Sep 17 00:00:00 2001 From: Bard <984419930@qq.com> Date: Wed, 10 Aug 2022 01:29:20 +0800 Subject: [PATCH] Update dark.css --- .../htdocs/luci-static/argon/css/dark.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 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 9d4a368..20ce10f 100644 --- a/luci-theme-argon/htdocs/luci-static/argon/css/dark.css +++ b/luci-theme-argon/htdocs/luci-static/argon/css/dark.css @@ -101,6 +101,12 @@ header::after { .main .main-left::-webkit-scrollbar-track { background-color: #333; } +::-webkit-scrollbar-thumb { + box-shadow:inset 0 0 0 5px #363636; +} +::-webkit-scrollbar-thumb:window-inactive { + box-shadow:inset 0 0 0 5px #363636; +} .main .main-right { background-color: #1e1e1e; background-attachment: fixed; @@ -365,7 +371,7 @@ select { color: #666; } .ifacebox-body { - background-color: #333; + background-color: #191919; } .zonebadge strong { color: #333; @@ -477,8 +483,8 @@ header .fill .status span[data-style="active"] { [data-page="admin-network-diagnostics"] .tr > .td, .tr.table-titles > .th, .tr.cbi-section-table-titles > .th { - background-color: #252526; - border-bottom: black 1px solid !important; + background-color: #1e1e1e; + /* border-bottom: black 1px solid !important; */ } .network-status-table .ifacebox-body .ifacebadge { background-color: #252526;