Spaces:
Runtime error
Runtime error
Tyler Lastovich
commited on
Commit
·
f64ce17
1
Parent(s):
a5af3f9
Updating radio buttons to match theme
Browse files
app.py
CHANGED
|
@@ -181,11 +181,20 @@ custom_css="""
|
|
| 181 |
.input_text textarea:focus-visible {
|
| 182 |
outline: none;
|
| 183 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 184 |
.gradio_page[theme=default] .gradio_interface .output_image {
|
| 185 |
width: 100%;
|
| 186 |
height: 40vw;
|
| 187 |
max-height: 630px;
|
| 188 |
}
|
|
|
|
|
|
|
|
|
|
| 189 |
.panel:nth-child(1) {
|
| 190 |
margin-left: 50px;
|
| 191 |
margin-right: 50px;
|
|
|
|
| 181 |
.input_text textarea:focus-visible {
|
| 182 |
outline: none;
|
| 183 |
}
|
| 184 |
+
.gradio_page[theme=default] .gradio_interface .input_radio .radio_item.selected {
|
| 185 |
+
background-color: #11213A;
|
| 186 |
+
}
|
| 187 |
+
.gradio_page[theme=default] .gradio_interface .input_radio .selected .radio_circle {
|
| 188 |
+
border-color: #4365c4;
|
| 189 |
+
}
|
| 190 |
.gradio_page[theme=default] .gradio_interface .output_image {
|
| 191 |
width: 100%;
|
| 192 |
height: 40vw;
|
| 193 |
max-height: 630px;
|
| 194 |
}
|
| 195 |
+
.gradio_page[theme=default] .gradio_interface .output_image .image_preview_holder {
|
| 196 |
+
background: transparent;
|
| 197 |
+
}
|
| 198 |
.panel:nth-child(1) {
|
| 199 |
margin-left: 50px;
|
| 200 |
margin-right: 50px;
|