From da08346c769258b6102cb4fe5348dc164ea2f3f7 Mon Sep 17 00:00:00 2001
From: jhjang <jhjang@maprex.co.kr>
Date: 일, 12 12월 2021 17:40:31 +0900
Subject: [PATCH] - 연관 이슈 추가 안되는 오류 수정 - 연관 이슈 추가 후 목록 안뜨는 문제 수정 - 이슈 목록 트리 구조 보기 기능 추가

---
 src/main/webapp/assets/styles/main.css |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css
index ad1020d..85568ee 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 {
@@ -30490,4 +30493,15 @@
     margin: 0 auto;
 }
 
-/* 媛꾪듃李⑦듃 end */
+/* �씠�뒋 �듃由� */
+/**
+ * Framework starts from here ...
+ * ------------------------------
+ */
+
+.tree,
+.tree ul {
+    list-style:none;
+}
+
+

--
Gitblit v1.8.0