Update dark.css

This commit is contained in:
Bard 2022-08-10 01:29:20 +08:00 committed by GitHub
parent adf7cbeac7
commit 1390c9bce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,12 @@ header::after {
.main .main-left::-webkit-scrollbar-track { .main .main-left::-webkit-scrollbar-track {
background-color: #333; 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 { .main .main-right {
background-color: #1e1e1e; background-color: #1e1e1e;
background-attachment: fixed; background-attachment: fixed;
@ -365,7 +371,7 @@ select {
color: #666; color: #666;
} }
.ifacebox-body { .ifacebox-body {
background-color: #333; background-color: #191919;
} }
.zonebadge strong { .zonebadge strong {
color: #333; color: #333;
@ -477,8 +483,8 @@ header .fill .status span[data-style="active"] {
[data-page="admin-network-diagnostics"] .tr > .td, [data-page="admin-network-diagnostics"] .tr > .td,
.tr.table-titles > .th, .tr.table-titles > .th,
.tr.cbi-section-table-titles > .th { .tr.cbi-section-table-titles > .th {
background-color: #252526; background-color: #1e1e1e;
border-bottom: black 1px solid !important; /* border-bottom: black 1px solid !important; */
} }
.network-status-table .ifacebox-body .ifacebadge { .network-status-table .ifacebox-body .ifacebadge {
background-color: #252526; background-color: #252526;