From 2eba2dbd10f93c205e617eef878cd8f066513d62 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 27 May 2021 17:59:55 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=81=ED=92=88=EA=B2=80=EC=83=89=20:=20?= =?UTF-8?q?=EA=B2=80=EC=83=89=20=EC=83=81=EC=84=B8=EC=A1=B0=EA=B1=B4?= =?UTF-8?q?=EC=97=90=20=EC=B2=B4=ED=81=AC=EB=B0=95=EC=8A=A4=EA=B0=80=20?= =?UTF-8?q?=EB=91=90=20=EA=B0=9C=20=EB=B3=B4=EC=9D=B4=EB=8A=94=20=ED=98=84?= =?UTF-8?q?=EC=83=81=20=EC=88=98=EC=A0=95,=2011074=20=EB=8B=A4=EC=98=A8?= =?UTF-8?q?=ED=85=8C=EB=A7=88=20=EB=8B=98=20=EC=A0=9C=EB=B3=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default_shop.css | 1 + theme/basic/css/default_shop.css | 1 + 2 files changed, 2 insertions(+) diff --git a/css/default_shop.css b/css/default_shop.css index 7f6f61867..3e26e83e4 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -1260,6 +1260,7 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f /* input, radio */ .selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden} .chk_box {position:relative} +.chk_box input[type="checkbox"] {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden} .chk_box input[type="checkbox"] + label {position:relative;padding-left:20px;color:#676e70} .chk_box input[type="checkbox"] + label:hover{color:#2172f8} .chk_box input[type="checkbox"] + label span {position:absolute;top:2px;left:0;width:15px;height:15px;display:block;margin:0;background:#fff;border:1px solid #d0d4df;border-radius:3px} diff --git a/theme/basic/css/default_shop.css b/theme/basic/css/default_shop.css index 580874723..34cca3291 100644 --- a/theme/basic/css/default_shop.css +++ b/theme/basic/css/default_shop.css @@ -1267,6 +1267,7 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f /* input, radio */ .selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden} .chk_box {position:relative} +.chk_box input[type="checkbox"] {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden} .chk_box input[type="checkbox"] + label {position:relative;padding-left:20px;color:#676e70} .chk_box input[type="checkbox"] + label:hover{color:#2172f8} .chk_box input[type="checkbox"] + label span {position:absolute;top:2px;left:0;width:15px;height:15px;display:block;margin:0;background:#fff;border:1px solid #d0d4df;border-radius:3px}