From c03a3b2ed3a371aea080429a4e3c73aa4144120e Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 목, 16 12월 2021 11:07:55 +0900
Subject: [PATCH] - 하위이슈 직접 추가하는 기능 - 이슈 추가 시 ISP,호스팅 정보 추가 안되는 문제 해

---
 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