Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -531,19 +531,20 @@ def load_revolutionary_css():
|
|
| 531 |
/* Enhanced Text Area */
|
| 532 |
.stTextArea > div > div > textarea {
|
| 533 |
background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
|
| 534 |
-
border: 2px solid rgba(78, 205, 196, 0.
|
| 535 |
border-radius: 15px;
|
| 536 |
color: #E2E8F0;
|
| 537 |
font-family: 'Rajdhani', sans-serif;
|
| 538 |
font-size: 1.1rem;
|
| 539 |
padding: 1rem;
|
| 540 |
transition: all 0.3s ease;
|
|
|
|
| 541 |
}
|
| 542 |
|
| 543 |
.stTextArea > div > div > textarea:focus {
|
| 544 |
border-color: #4ECDC4;
|
| 545 |
-
box-shadow: 0 0 20px rgba(78, 205, 196, 0.
|
| 546 |
-
background: linear-gradient(135deg, rgba(
|
| 547 |
}
|
| 548 |
|
| 549 |
/* Enhanced Radio Buttons */
|
|
|
|
| 531 |
/* Enhanced Text Area */
|
| 532 |
.stTextArea > div > div > textarea {
|
| 533 |
background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
|
| 534 |
+
border: 2px solid rgba(78, 205, 196, 0.5);
|
| 535 |
border-radius: 15px;
|
| 536 |
color: #E2E8F0;
|
| 537 |
font-family: 'Rajdhani', sans-serif;
|
| 538 |
font-size: 1.1rem;
|
| 539 |
padding: 1rem;
|
| 540 |
transition: all 0.3s ease;
|
| 541 |
+
caret-color: #4ECDC4;
|
| 542 |
}
|
| 543 |
|
| 544 |
.stTextArea > div > div > textarea:focus {
|
| 545 |
border-color: #4ECDC4;
|
| 546 |
+
box-shadow: 0 0 20px rgba(78, 205, 196, 0.4);
|
| 547 |
+
background: linear-gradient(135deg, rgba(30, 30, 30, 0.9), rgba(50, 50, 50, 0.98));
|
| 548 |
}
|
| 549 |
|
| 550 |
/* Enhanced Radio Buttons */
|