Spaces:
Runtime error
Runtime error
zetavg
commited on
style update
Browse files
llama_lora/ui/main_page.py
CHANGED
|
@@ -526,6 +526,11 @@ def main_page_custom_css():
|
|
| 526 |
padding: 12px !important;
|
| 527 |
}
|
| 528 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 529 |
/* position sticky */
|
| 530 |
#inference_output_group_container {
|
| 531 |
display: block;
|
|
|
|
| 526 |
padding: 12px !important;
|
| 527 |
}
|
| 528 |
|
| 529 |
+
#inference_output textarea { /* Fix the "disabled text" color for Safari */
|
| 530 |
+
-webkit-text-fill-color: var(--body-text-color);
|
| 531 |
+
opacity: 1;
|
| 532 |
+
}
|
| 533 |
+
|
| 534 |
/* position sticky */
|
| 535 |
#inference_output_group_container {
|
| 536 |
display: block;
|