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;