|
|
@ -15,7 +15,9 @@ input[type=file] {
|
|
|
|
height: 24px;
|
|
|
|
height: 24px;
|
|
|
|
padding: 0 5px; }
|
|
|
|
padding: 0 5px; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
input[type=text]:disabled, input[type=text]:read-only {
|
|
|
|
|
|
|
|
background-color: #eceef1;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*2023.01.26 dataset css 추가*/
|
|
|
|
/*2023.01.26 dataset css 추가*/
|
|
|
|
input[data-fmt-type=number] {
|
|
|
|
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 {
|
|
|
|
.modal-wrap {
|
|
|
|
position: fixed;
|
|
|
|
position: fixed;
|
|
|
|