From 7e5953e7595bd9a08a1012a8190aad4553990143 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Tue, 11 Apr 2023 17:55:44 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20disabled,=20readonly=20=EB=B0=B0?= =?UTF-8?q?=EA=B2=BD=EC=83=89=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/resources/biz/common/css/index.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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;