fix : disabled, readonly 배경색 수정

main
이범준 2 years ago
parent 329aeef668
commit 7e5953e759

@ -15,7 +15,9 @@ input[type=file] {
height: 24px;
padding: 0 5px; }
input[type=text]:disabled, input[type=text]:read-only {
background-color: #eceef1;
}
/*2023.01.26 dataset css 추가*/
input[data-fmt-type=number] {
@ -28,11 +30,6 @@ input[data-fmt-type=time], input[data-fmt-type=day] {
/*---- 아이콘 ----*/
.ico em {
font-size: 0; }
/*---- 모달 ----*/
.modal-wrap {
position: fixed;

Loading…
Cancel
Save