Spaces:
Sleeping
Sleeping
Update style.css
Browse files
style.css
CHANGED
|
@@ -343,7 +343,7 @@ button.gr-button.card {
|
|
| 343 |
label.show_textbox_border,
|
| 344 |
label.container.show_textbox_border {
|
| 345 |
border: none !important;
|
| 346 |
-
background:
|
| 347 |
box-shadow: none !important;
|
| 348 |
padding: 0 !important;
|
| 349 |
}
|
|
@@ -351,7 +351,7 @@ label.container.show_textbox_border {
|
|
| 351 |
/* Säkerhetsnät – om Gradio ändrar klassnamn */
|
| 352 |
.block:has(.message-box) > label {
|
| 353 |
border: none !important;
|
| 354 |
-
background:
|
| 355 |
box-shadow: none !important;
|
| 356 |
}
|
| 357 |
|
|
|
|
| 343 |
label.show_textbox_border,
|
| 344 |
label.container.show_textbox_border {
|
| 345 |
border: none !important;
|
| 346 |
+
background: #ffffff !important;
|
| 347 |
box-shadow: none !important;
|
| 348 |
padding: 0 !important;
|
| 349 |
}
|
|
|
|
| 351 |
/* Säkerhetsnät – om Gradio ändrar klassnamn */
|
| 352 |
.block:has(.message-box) > label {
|
| 353 |
border: none !important;
|
| 354 |
+
background: #ffffff !important;
|
| 355 |
box-shadow: none !important;
|
| 356 |
}
|
| 357 |
|