Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -195,7 +195,21 @@ html, body, .gradio-container {
|
|
| 195 |
background: var(--surface-2) !important;
|
| 196 |
}
|
| 197 |
|
| 198 |
-
/* Source buttons */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 199 |
#mri_upload button,
|
| 200 |
#heatmap_preview button,
|
| 201 |
#mri_upload [role="tab"],
|
|
@@ -204,24 +218,24 @@ html, body, .gradio-container {
|
|
| 204 |
border: 1px solid var(--border-2) !important;
|
| 205 |
border-radius: var(--radius-sm) !important;
|
| 206 |
color: var(--text-2) !important;
|
| 207 |
-
padding:
|
| 208 |
min-height: 36px !important;
|
| 209 |
height: auto !important;
|
|
|
|
|
|
|
| 210 |
opacity: 1 !important;
|
| 211 |
visibility: visible !important;
|
| 212 |
z-index: 20 !important;
|
|
|
|
|
|
|
| 213 |
}
|
| 214 |
|
| 215 |
-
#mri_upload
|
| 216 |
-
#
|
| 217 |
-
#
|
| 218 |
-
#heatmap_preview [role="
|
| 219 |
-
|
| 220 |
-
|
| 221 |
-
padding-bottom: 10px !important;
|
| 222 |
-
background: transparent !important;
|
| 223 |
-
border: 0 !important;
|
| 224 |
-
z-index: 25 !important;
|
| 225 |
}
|
| 226 |
|
| 227 |
/* ββ Checkbox ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ */
|
|
|
|
| 195 |
background: var(--surface-2) !important;
|
| 196 |
}
|
| 197 |
|
| 198 |
+
/* Source buttons - upload and paste tabs */
|
| 199 |
+
#mri_upload .tabs,
|
| 200 |
+
#mri_upload [role="tablist"],
|
| 201 |
+
#heatmap_preview .tabs,
|
| 202 |
+
#heatmap_preview [role="tablist"] {
|
| 203 |
+
display: flex !important;
|
| 204 |
+
gap: 8px !important;
|
| 205 |
+
padding-bottom: 12px !important;
|
| 206 |
+
background: transparent !important;
|
| 207 |
+
border: 0 !important;
|
| 208 |
+
z-index: 25 !important;
|
| 209 |
+
visibility: visible !important;
|
| 210 |
+
opacity: 1 !important;
|
| 211 |
+
}
|
| 212 |
+
|
| 213 |
#mri_upload button,
|
| 214 |
#heatmap_preview button,
|
| 215 |
#mri_upload [role="tab"],
|
|
|
|
| 218 |
border: 1px solid var(--border-2) !important;
|
| 219 |
border-radius: var(--radius-sm) !important;
|
| 220 |
color: var(--text-2) !important;
|
| 221 |
+
padding: 8px 16px !important;
|
| 222 |
min-height: 36px !important;
|
| 223 |
height: auto !important;
|
| 224 |
+
font-size: .85rem !important;
|
| 225 |
+
font-weight: 500 !important;
|
| 226 |
opacity: 1 !important;
|
| 227 |
visibility: visible !important;
|
| 228 |
z-index: 20 !important;
|
| 229 |
+
display: inline-flex !important;
|
| 230 |
+
align-items: center !important;
|
| 231 |
}
|
| 232 |
|
| 233 |
+
#mri_upload button:hover,
|
| 234 |
+
#heatmap_preview button:hover,
|
| 235 |
+
#mri_upload [role="tab"]:hover,
|
| 236 |
+
#heatmap_preview [role="tab"]:hover {
|
| 237 |
+
background: var(--surface) !important;
|
| 238 |
+
border-color: var(--border) !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 239 |
}
|
| 240 |
|
| 241 |
/* ββ Checkbox ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ */
|