Update dark.css

This commit is contained in:
Bard 2023-08-18 03:01:49 +08:00 committed by GitHub
parent ca41ac330e
commit 230be737a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -849,7 +849,9 @@ tr.cbi-section-table-row {
} }
@media screen and (max-width: 1280px) { @media screen and (max-width: 1280px) {
.tr[data-title]::before, .tr.cbi-section-table-titles.named::before {
.tr[data-title]::before,
.tr.cbi-section-table-titles.named::before {
background: #0000; background: #0000;
} }
} }
@ -862,3 +864,27 @@ tr.cbi-section-table-row {
#view>.spinning { #view>.spinning {
background: #2c323c; background: #2c323c;
} }
.cbi-rowstyle-2 {
background-color: #0000;
}
.cbi-section-remove:nth-of-type(2n),
.cbi-section-node:nth-of-type(2n) {
background-color: #0000;
}
div>table>tbody>tr:nth-of-type(2n),
div>.table>.tbody>.tr:nth-of-type(2n) {
background-color: #0000;
}
#cbi-wireless .td,
#cbi-network .tr:first-child>.td,
.table[width="100%"]>.tr:first-child>.td,
[data-page="admin-network-diagnostics"] .tr>.td,
.tr.table-titles>.th,
.tr.cbi-section-table-titles>.th {
background-color: #0000;
/* border-bottom: black 1px solid !important; */
}