1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 08:48:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-05-10 10:38:24 +08:00
parent bf4080d796
commit abae040f98

View File

@ -16,5 +16,5 @@ body.black div.zone>div.item { background-color:steelblue; color:white; }
body.black div.zone>div.list>div.zone>div.item { background-color:#09466fc2; }
body.black div.tabs div:hover { background-color:unset; color:white }
body.black div.tabs div.select { background-color:unset; color:white }
body.black select, body.black input[type=text], body.black textarea { box-shadow:4px 4px 20px 4px #626bd0; }
body.black input.select, body.black input[type=text], body.black textarea { box-shadow:4px 4px 20px 4px #626bd0; }
body.black fieldset:not(.panel) { background-color:#061c3ceb; border-radius:10px; }