From abae040f9887bc29ded422a3debbe750cfaf0d94 Mon Sep 17 00:00:00 2001 From: shylinux Date: Wed, 10 May 2023 10:38:24 +0800 Subject: [PATCH] opt some --- src/template/web.chat.header/black.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/template/web.chat.header/black.css b/src/template/web.chat.header/black.css index 0115a00d..e86c3af1 100644 --- a/src/template/web.chat.header/black.css +++ b/src/template/web.chat.header/black.css @@ -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; } \ No newline at end of file