From 73a79b3d19572ad3878958f6469b147feceefac9 Mon Sep 17 00:00:00 2001 From: minsupkr Date: Wed, 15 Jul 2020 17:20:28 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20:=20webkit-appear?= =?UTF-8?q?ance=20checkbox,=20radio=20=EC=86=8D=EC=84=B1=20=EC=A0=95?= =?UTF-8?q?=EC=9D=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile_shop.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/mobile_shop.css b/css/mobile_shop.css index 5951d513e..8a5dd6b9a 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -48,6 +48,8 @@ input, textarea { -webkit-appearance: none; -webkit-border-radius: 0; } +input[type=checkbox] {-webkit-appearance: checkbox} +input[type=radio] {-webkit-appearance: radio} /* 팝업레이어 */ #hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0px}