Update dark.css

This commit is contained in:
Bard 2023-05-28 04:46:07 +08:00 committed by GitHub
parent 27cd68125b
commit cffd7ac7fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -636,10 +636,23 @@ td>.ifacebadge,
[data-page^="admin-system-admin"]:not(.node-main-login) .cbi-map:not(#cbi-dropbear), [data-page^="admin-system-admin"]:not(.node-main-login) .cbi-map:not(#cbi-dropbear),
[data-page="admin-system-opkg"] #maincontent>.container { [data-page="admin-system-opkg"] #maincontent>.container {
background: #2c323c !important; background: #2c323c !important;
box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.35); /* box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.35); */
border-radius: 11px; border-radius: 11px;
} }
.cbi-section,
.cbi-section-error,
#iptables,
.Firewall form,
#cbi-network>.cbi-section-node,
#cbi-wireless>.cbi-section-node,
#cbi-wireless>#wifi_assoclist_table,
[data-tab-title],
[data-page^="admin-system-admin"]:not(.node-main-login) .cbi-map:not(#cbi-dropbear),
[data-page="admin-system-opkg"] #maincontent>.container {
box-shadow: unset;
}
div[style="width:100%;height:300px;border:1px solid #000;background:#fff"] { div[style="width:100%;height:300px;border:1px solid #000;background:#fff"] {
background: transparent !important; background: transparent !important;
} }