Commit
·
98138aa
1
Parent(s):
5efeb37
29. Sept. 2024, 02:46
Browse files- _res/_custom.css +28 -5
_res/_custom.css
CHANGED
@@ -27,6 +27,8 @@ div.tabs>div.tab-nav {
|
|
27 |
}
|
28 |
|
29 |
div.tabs>div.tab-nav>button {
|
|
|
|
|
30 |
min-width: 145px !important;
|
31 |
color: var(--neutral-800);
|
32 |
}
|
@@ -46,6 +48,20 @@ div.tabs div.tabitem {
|
|
46 |
|
47 |
#input_column {
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
& div.tabs div.tabitem {
|
50 |
background-color: var(--neutral-800) !important;
|
51 |
border: 0 solid var(--neutral-800) !important;
|
@@ -136,7 +152,8 @@ div.tabs div.tabitem {
|
|
136 |
&>label:has(input[type="checkbox"]:checked)::after {
|
137 |
content: "";
|
138 |
position: absolute;
|
139 |
-
background: var(--neutral-
|
|
|
140 |
left: 32px;
|
141 |
}
|
142 |
|
@@ -182,10 +199,16 @@ label.selected.svelte-1k4wjf2.svelte-1k4wjf2.svelte-1k4wjf2 {
|
|
182 |
color: var(--primary-100) !important;
|
183 |
line-height: 1.5 !important;
|
184 |
|
185 |
-
& i
|
186 |
-
|
187 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
188 |
}
|
189 |
}
|
190 |
-
|
191 |
}
|
|
|
27 |
}
|
28 |
|
29 |
div.tabs>div.tab-nav>button {
|
30 |
+
background: var(--primary-600) !important;
|
31 |
+
opacity: 0.7 !important;
|
32 |
min-width: 145px !important;
|
33 |
color: var(--neutral-800);
|
34 |
}
|
|
|
48 |
|
49 |
#input_column {
|
50 |
|
51 |
+
& div.tabs>div.tab-nav>button {
|
52 |
+
background: var(--primary-600) !important;
|
53 |
+
opacity: 0.7 !important;
|
54 |
+
min-width: 145px !important;
|
55 |
+
color: var(--neutral-400);
|
56 |
+
}
|
57 |
+
|
58 |
+
& div.tabs>div.tab-nav>button.selected {
|
59 |
+
border-width: 0 !important;
|
60 |
+
background: var(--primary-600) !important;
|
61 |
+
color: var(--neutral-950);
|
62 |
+
font-weight: 600;
|
63 |
+
}
|
64 |
+
|
65 |
& div.tabs div.tabitem {
|
66 |
background-color: var(--neutral-800) !important;
|
67 |
border: 0 solid var(--neutral-800) !important;
|
|
|
152 |
&>label:has(input[type="checkbox"]:checked)::after {
|
153 |
content: "";
|
154 |
position: absolute;
|
155 |
+
background: var(--neutral-900);
|
156 |
+
opacity: 0.8;
|
157 |
left: 32px;
|
158 |
}
|
159 |
|
|
|
199 |
color: var(--primary-100) !important;
|
200 |
line-height: 1.5 !important;
|
201 |
|
202 |
+
& i {
|
203 |
+
display: inline-flex;
|
204 |
+
align-items: center;
|
205 |
+
justify-content: center;
|
206 |
+
|
207 |
+
& svg {
|
208 |
+
font-size: inherit !important;
|
209 |
+
width: 16px !important;
|
210 |
+
height: 16px !important;
|
211 |
+
}
|
212 |
}
|
213 |
}
|
|
|
214 |
}
|