<단순작업>
1. PMS NO : {7252} - {ApplyEdu 페이지, 환급수령계좌등록/ input number 화살표 안보이게 css 처리}
This commit is contained in:
parent
a7ebc0a819
commit
a782c1fb4b
|
|
@ -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']:focus {outline:0; border-color:#0d4a99;}
|
||||||
input[type='radio'] + label {height:18px; line-height:18px;}
|
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;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue