From 8e29ba38298ffb6277adca6ae90e5329f15594fb Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Wed, 12 Apr 2023 13:01:58 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20datepicker=20css=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/framework/css/common/common.css | 7 ------- .../resources/framework/libs/datepicker/datepicker.css | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/src/main/webapp/resources/framework/css/common/common.css b/src/main/webapp/resources/framework/css/common/common.css index da557f74..3854b91e 100644 --- a/src/main/webapp/resources/framework/css/common/common.css +++ b/src/main/webapp/resources/framework/css/common/common.css @@ -26,13 +26,6 @@ input[data-fmt-type=time], input[data-fmt-type=day] { } -img.ui-datepicker-trigger { - position: absolute; - margin-left: -25px; - margin-top: 6px; - cursor: pointer; -} - /*팝업*/ .popup { diff --git a/src/main/webapp/resources/framework/libs/datepicker/datepicker.css b/src/main/webapp/resources/framework/libs/datepicker/datepicker.css index 293c9665..e26ef64f 100644 --- a/src/main/webapp/resources/framework/libs/datepicker/datepicker.css +++ b/src/main/webapp/resources/framework/libs/datepicker/datepicker.css @@ -2,7 +2,7 @@ /* datepicker Style */ -.ui-datepicker { width: 270px; padding: 0; display: none; border: 0; margin-top: 10px;} +.ui-datepicker { width: 270px; padding: 0; display: none; border: 0; margin-top: 10px;z-index: 15 !important;} .ui-widget.ui-widget-content { border: 0; border-radius: 3px; overflow: hidden; background: #fff; box-shadow: 0 0 8px rgba(0,0,0,0.3) } .ui-datepicker .ui-widget-header { position: relative; padding: 6px 0 36px 0; border: 0; background: #3f51b5; color: #fff; border-radius: 0; } .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 70px; height: 26px; line-height: 26px; background: rgba(0,0,0,0.15) url(images/arrow-button.png) 100% -27px no-repeat; margin: 0 4px; padding: 0 6px; border: 0; border-radius: 3px; color: #fff; font-size: 13px; font-weight: bold; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; /* 화살표 없애기 */ }