Spaces:
Sleeping
Sleeping
Update style.css
Browse files
style.css
CHANGED
|
@@ -485,15 +485,15 @@ label.show_textbox_border {
|
|
| 485 |
=============================== */
|
| 486 |
|
| 487 |
.gradio-container .form:has(.gr-checkbox) {
|
| 488 |
-
background:
|
| 489 |
box-shadow: none !important;
|
| 490 |
border: none !important;
|
| 491 |
}
|
| 492 |
|
| 493 |
label.checkbox-container * input[type="checkbox"] {
|
| 494 |
-
background-color: white;
|
| 495 |
-
border-color:
|
| 496 |
/* You might also want to ensure the border style and width are consistent */
|
| 497 |
border-style: solid;
|
| 498 |
-
border-width:
|
| 499 |
}
|
|
|
|
| 485 |
=============================== */
|
| 486 |
|
| 487 |
.gradio-container .form:has(.gr-checkbox) {
|
| 488 |
+
background: #ffffff !important;
|
| 489 |
box-shadow: none !important;
|
| 490 |
border: none !important;
|
| 491 |
}
|
| 492 |
|
| 493 |
label.checkbox-container * input[type="checkbox"] {
|
| 494 |
+
background-color: #ffffff !important;white;
|
| 495 |
+
border-color: #000000 !important;
|
| 496 |
/* You might also want to ensure the border style and width are consistent */
|
| 497 |
border-style: solid;
|
| 498 |
+
border-width: 2px;
|
| 499 |
}
|