Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -239,6 +239,11 @@ custom_css = """
|
|
| 239 |
max-width: none !important;
|
| 240 |
margin: 0;
|
| 241 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 242 |
.hf-chat-input:focus {
|
| 243 |
outline: none !important;
|
| 244 |
box-shadow: none !important;
|
|
|
|
| 239 |
max-width: none !important;
|
| 240 |
margin: 0;
|
| 241 |
}
|
| 242 |
+
.hf-chat-input textarea:focus {
|
| 243 |
+
outline: none !important;
|
| 244 |
+
box-shadow: none !important;
|
| 245 |
+
border-color: #c2c2c2 !important;
|
| 246 |
+
}
|
| 247 |
.hf-chat-input:focus {
|
| 248 |
outline: none !important;
|
| 249 |
box-shadow: none !important;
|