From cfc9e71ae55196920b3103d5a4dd9102be0ef69e Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 월, 13 12월 2021 10:53:58 +0900
Subject: [PATCH] 부서삭제 오류 해결

---
 src/main/webapp/assets/styles/main.css |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css
index ab8dc34..85568ee 100644
--- a/src/main/webapp/assets/styles/main.css
+++ b/src/main/webapp/assets/styles/main.css
@@ -28750,10 +28750,12 @@
 }
 
 .slider-disabled.round {
+    opacity: 50%;
     border-radius: 34px;
 }
 
 .slider-disabled.round:before {
+    opacity: 50%;
     border-radius: 50%;
 }
 
@@ -30491,4 +30493,15 @@
     margin: 0 auto;
 }
 
-/* 媛꾪듃李⑦듃 end */
+/* �씠�뒋 �듃由� */
+/**
+ * Framework starts from here ...
+ * ------------------------------
+ */
+
+.tree,
+.tree ul {
+    list-style:none;
+}
+
+

--
Gitblit v1.8.0