ZhouChuYue
commited on
Commit
·
2f9bb62
1
Parent(s):
7f3c648
fix: make selected radio dot black-filled
Browse files
app.py
CHANGED
|
@@ -370,7 +370,7 @@ ul.options, .gr-dropdown-options {
|
|
| 370 |
|
| 371 |
fieldset label.selected input[type="radio"] {
|
| 372 |
accent-color: #111827 !important;
|
| 373 |
-
background-color: #
|
| 374 |
border: 1px solid #111827 !important;
|
| 375 |
}
|
| 376 |
|
|
|
|
| 370 |
|
| 371 |
fieldset label.selected input[type="radio"] {
|
| 372 |
accent-color: #111827 !important;
|
| 373 |
+
background-color: #111827 !important;
|
| 374 |
border: 1px solid #111827 !important;
|
| 375 |
}
|
| 376 |
|