From b5bf386295b725432ee5da6b34777d1191d77ff0 Mon Sep 17 00:00:00 2001 From: Hyung Geun Date: Mon, 7 Mar 2022 10:31:40 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=8B=AC=EC=B0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/css/style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/css/style.css b/src/main/webapp/css/style.css index 3221b9b..d81ca00 100644 --- a/src/main/webapp/css/style.css +++ b/src/main/webapp/css/style.css @@ -708,8 +708,6 @@ a { cursor:pointer; } -input[type=checkbox]:disabled { - background: blue; - outline-color: blue; - color: white; -} \ No newline at end of file +input[type=checkbox]:disabled:checked { + outline : solid 2px gray; +}