1+ .card {
2+ position : relative;
3+ display : -ms-flexbox;
4+ display : flex;
5+ -ms-flex-direction : column;
6+ flex-direction : column;
7+ min-width : 0 ;
8+ word-wrap : break-word;
9+ background-color : rgb (32 , 33 , 36 );
10+ background-clip : border-box;
11+ border : 0px ;
12+ border-radius : 0.25rem ;
13+ }
14+ .card-header {
15+ padding : 0rem ;
16+ }
17+ .nav-tabs .nav-item .show .nav-link , .nav-tabs .nav-link .active {
18+ color : rgb (205 , 205 , 205 );
19+ background-color : rgb (61 , 64 , 67 );
20+ border-color : rgb (205 , 205 , 205 );
21+ }
22+ .nav-tabs .nav-link {
23+ margin-bottom : 0px ;
24+ border : 0px ;
25+ }
26+ .nav-tabs {
27+ border-bottom : 0px ;
28+ }
29+ body {
30+ margin : 0 ;
31+ font-family : -apple-system, BlinkMacSystemFont, "Segoe UI" , Roboto, "Helvetica Neue" , Arial, "Noto Sans" , "Liberation Sans" , sans-serif, "Apple Color Emoji" , "Segoe UI Emoji" , "Segoe UI Symbol" , "Noto Color Emoji" ;
32+ font-size : 1rem ;
33+ font-weight : 400 ;
34+ line-height : 1.5 ;
35+ color : rgb (205 , 205 , 205 );
36+ text-align : left;
37+ background-color : rgb (32 , 33 , 36 );
38+ }
39+ .form-control {
40+ display : block;
41+ width : 100% ;
42+ height : calc (1.5em + 0.75rem + 2px );
43+ padding : 0.375rem 0.75rem ;
44+ font-size : 1rem ;
45+ font-weight : 400 ;
46+ line-height : 1.5 ;
47+ background-clip : padding-box;
48+ border : 1px solid # 2b2b2b ;
49+ border-radius : 0.25rem ;
50+ transition : border-color .15s ease-in-out, box-shadow .15s ease-in-out;
51+ }
52+ .form-control : disabled , .form-control [readonly ] {
53+ background-color : # 2b2b2b ;
54+ color : rgb (205 , 205 , 205 );
55+ opacity : 1 ;
56+ height : 13.4rem ;
57+ }
58+ a {
59+ color : rgb (205 , 205 , 205 );
60+ text-decoration : none;
61+ background-color : transparent;
62+ }
63+ a : hover {
64+ color : # ffffff ;
65+ text-decoration : underline;
66+ }
67+ .nav-pills .nav-link .active , .nav-pills .show > .nav-link {
68+ color : rgb (205 , 205 , 205 );
69+ background-color : rgb (61 , 64 , 67 );
70+ }
71+ .dropdown-menu {
72+ position : absolute;
73+ top : 100% ;
74+ left : 0 ;
75+ z-index : 1000 ;
76+ display : none;
77+ float : left;
78+ min-width : 10rem ;
79+ padding : 0.5rem 0 ;
80+ margin : 0.125rem 0 0 ;
81+ font-size : 1rem ;
82+ color : rgb (205 , 205 , 205 );
83+ text-align : left;
84+ list-style : none;
85+ background-color : rgb (32 , 33 , 36 );
86+ background-clip : padding-box;
87+ border : 1px solid rgba (0 , 0 , 0 , .15 );
88+ border-radius : 0.25rem ;
89+ }
90+ .dropdown-item : focus , .dropdown-item : hover {
91+ color : # ffffff ;
92+ text-decoration : none;
93+ background-color : # beebff ;
94+ }
95+ .dropdown-item {
96+ display : block;
97+ width : 100% ;
98+ padding : 0.25rem 1.5rem ;
99+ clear : both;
100+ font-weight : 400 ;
101+ color : rgb (205 , 205 , 205 );
102+ text-align : inherit;
103+ white-space : nowrap;
104+ background-color : transparent;
105+ border : 0 ;
106+ }
107+ .card-body .overflow-auto {
108+ padding-right : 0px ;
109+ padding-left : 0px ;
110+ padding : 0px ;
111+ height : 600px ;
112+ background-color : rgb (61 , 64 , 67 );
113+ color : rgb (205 , 205 , 205 );
114+ }
115+ .col {
116+ position : relative;
117+ width : 100% ;
118+ padding-right : 0px ;
119+ padding-left : 0px ;
120+ }
121+ .card-header-tabs {
122+ margin-right : 0rem ;
123+ margin-bottom : 0rem ;
124+ margin-left : 0rem ;
125+ border-bottom : 0rem ;
126+ }
127+ .modal-content {
128+ position : relative;
129+ display : -ms-flexbox;
130+ display : flex;
131+ -ms-flex-direction : column;
132+ flex-direction : column;
133+ width : 100% ;
134+ pointer-events : auto;
135+ background-color : rgb (61 , 64 , 67 );
136+ color : rgb (205 , 205 , 205 );
137+ background-clip : padding-box;
138+ border : 1px solid rgba (0 , 0 , 0 , .2 );
139+ border-radius : 0.3rem ;
140+ outline : 0 ;
141+ }
142+ .close {
143+ float : right;
144+ font-size : 1.5rem ;
145+ font-weight : 700 ;
146+ line-height : 1 ;
147+ color : # fff ;
148+ text-shadow : 0 1px 0 # fff ;
149+ opacity : .5 ;
150+ }
151+
152+ .jstree-default .jstree-wholerow-clicked {
153+ background : # beebff ;
154+ background : -webkit-linear-gradient (top, # beebff 0 , # a8e4ff 100% );
155+ background : linear-gradient (to bottom, rgb (0 , 0 , 0 ) 0 , rgb (0 , 0 , 0 ) 100% );
156+ }
157+ .jstree-default .jstree-wholerow-hovered {
158+ background : rgb (32 , 33 , 36 );
159+ }
0 commit comments