diff --git a/src/main/webapp/resources/biz/common/css/index.css b/src/main/webapp/resources/biz/common/css/index.css index cdb04da4..abfb8bea 100644 --- a/src/main/webapp/resources/biz/common/css/index.css +++ b/src/main/webapp/resources/biz/common/css/index.css @@ -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;