Update dark.css
This commit is contained in:
parent
27cd68125b
commit
cffd7ac7fd
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user