From a782c1fb4b5b7e928c59cbb3be5f9fa55ddca4ec Mon Sep 17 00:00:00 2001 From: zdrcft Date: Mon, 9 Jan 2023 07:23:23 +0000 Subject: [PATCH] =?UTF-8?q?<=EB=8B=A8=EC=88=9C=EC=9E=91=EC=97=85>=201.=20P?= =?UTF-8?q?MS=20NO=20:=20{7252}=20-=20{ApplyEdu=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80,=20=ED=99=98=EA=B8=89=EC=88=98=EB=A0=B9=EA=B3=84?= =?UTF-8?q?=EC=A2=8C=EB=93=B1=EB=A1=9D/=20input=20number=20=ED=99=94?= =?UTF-8?q?=EC=82=B4=ED=91=9C=20=EC=95=88=EB=B3=B4=EC=9D=B4=EA=B2=8C=20css?= =?UTF-8?q?=20=EC=B2=98=EB=A6=AC}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/css/common.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/FO/css/common.css b/FO/css/common.css index b795b07..05ca1f7 100644 --- a/FO/css/common.css +++ b/FO/css/common.css @@ -90,5 +90,8 @@ input[type='radio']:checked:after {content:""; display:block; background:#666; p input[type='radio']:focus {outline:0; border-color:#0d4a99;} input[type='radio'] + label {height:18px; line-height:18px;} - - +input[type="number"]::-webkit-outer-spin-button, +input[type="number"]::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; +}