Nischal Subedi
commited on
Commit
·
b9d91ef
1
Parent(s):
ae4713f
updated UI_v36
Browse files
app.py
CHANGED
|
@@ -472,7 +472,7 @@ Answer:"""
|
|
| 472 |
.gradio-textbox textarea::placeholder, .gradio-textbox input[type=password]::placeholder { color: #808090 !important; }
|
| 473 |
.gradio-textbox textarea:focus, .gradio-dropdown select:focus, .gradio-textbox input[type=password]:focus {
|
| 474 |
border-color: var(--accent-main-dark) !important;
|
| 475 |
-
box-shadow: 0 0 0 6px var(--focus-ring-dark) !important, inset 0 1px 3px rgba(0,0,0,0.4);
|
| 476 |
outline: none !important;
|
| 477 |
}
|
| 478 |
@media (prefers-color-scheme: light) {
|
|
|
|
| 472 |
.gradio-textbox textarea::placeholder, .gradio-textbox input[type=password]::placeholder { color: #808090 !important; }
|
| 473 |
.gradio-textbox textarea:focus, .gradio-dropdown select:focus, .gradio-textbox input[type=password]:focus {
|
| 474 |
border-color: var(--accent-main-dark) !important;
|
| 475 |
+
box-shadow: 0 0 0 6px var(--focus-ring-dark) !important, inset<ctrl61> 0 1px 3px rgba(0,0,0,0.4);
|
| 476 |
outline: none !important;
|
| 477 |
}
|
| 478 |
@media (prefers-color-scheme: light) {
|