From 1a9010ac06827de24181a6f00c9f1ba21dc7e87c Mon Sep 17 00:00:00 2001 From: Hide_D Date: Fri, 13 May 2022 23:01:53 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=95=88=EB=B3=B4=EC=9D=B4=EB=8A=94=20w?= =?UTF-8?q?ith=5Fskin=20=EB=B2=84=ED=8A=BC=20=EC=83=89=20=EB=B6=80?= =?UTF-8?q?=ED=99=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/config.css | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/css/config.css b/css/config.css index 7cda32bd..0cd23d25 100644 --- a/css/config.css +++ b/css/config.css @@ -81,23 +81,34 @@ a.just_link { button.with_skin { padding: 0 4px; - background-color: black; + background-color: #191919; color: white; font-size: 14px; + border-top-color: gray; + border-left-color: gray; + border-right-color: black; + border-bottom-color: black; } button.with_skin:disabled { - background-color: #333333; + background-color: #333; } input.with_skin { - background-color: black; + background-color: #191919; color: white; font-size: 14px; } +input.with_skin[type=button], input.with_skin[type=submit]{ + border-top-color: gray; + border-left-color: gray; + border-right-color: black; + border-bottom-color: black; +} + input.with_skin:disabled { - background-color: #333333; + background-color: #333; } .font0 {