From d77d67a3943efcca3ad08a1bdf95b4e77c3272a1 Mon Sep 17 00:00:00 2001 From: com02 Date: Thu, 2 Dec 2021 10:16:51 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=91=EA=B7=BC=EC=84=B1=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/css/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css index 1d778689..7e2e1158 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -2028,6 +2028,7 @@ animation: animate-bg2 2.0s 1.9s ease-in infinite; .check input[type="checkbox"]:hover + label:before {border-color: #2781c1;} .check input[type="checkbox"]:checked + label:before {background: url(/images/icon/icon-checked.svg) no-repeat 0px;} .check.tab input[type="checkbox"]:checked + label:before {background: url(/images/icon/icon-checked-tab.png) no-repeat center;position: absolute;top:18px;right:8px;left:auto;} +.filter-wrap .filter .depth-2 .check input {width:100px;height:28px;appearance:initial;clip: initial;} .pop-advanced-search .check input[type="checkbox"] + label {font: 12px 'dotum', '돋움', sans-serif;padding-left: 20px;line-height: 15px;} .pop-advanced-search .check input[type="checkbox"] + label:before {top: 0;width: 13px;height: 13px;}