From 1b60a0ed459cd05f06b168effbf3b957f9b6df69 Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 금, 10 12월 2021 16:08:57 +0900 Subject: [PATCH] 테이블표시설정 이슈 제목 버튼 opacity --- src/main/webapp/assets/styles/main.css | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css index ad1020d..31220e4 100644 --- a/src/main/webapp/assets/styles/main.css +++ b/src/main/webapp/assets/styles/main.css @@ -14271,7 +14271,7 @@ } .menu-position-side.menu-w.color-scheme-dark .logo-w { - background-color:#f2f4f8; + background-color:#FFFFFF; } .menu-position-side.menu-w.color-scheme-dark .element-search:before { @@ -28750,10 +28750,12 @@ } .slider-disabled.round { + opacity: 50%; border-radius: 34px; } .slider-disabled.round:before { + opacity: 50%; border-radius: 50%; } @@ -29693,6 +29695,7 @@ overflow: hidden; margin-top: 30px; font-size: 0.69rem; + margin-left: 35rem; } .width-20-p { -- Gitblit v1.8.0