ikraamkb commited on
Commit
fd7c52a
·
verified ·
1 Parent(s): 66cbed1

Update static/app.css

Browse files
Files changed (1) hide show
  1. static/app.css +20 -0
static/app.css CHANGED
@@ -187,3 +187,23 @@ em {
187
  .audio-toggle:hover {
188
  color: #0056b3;
189
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
187
  .audio-toggle:hover {
188
  color: #0056b3;
189
  }
190
+ .reset-chat {
191
+ background-color: #ef4444;
192
+ color: white;
193
+ padding: 8px 16px;
194
+ border: none;
195
+ border-radius: 8px;
196
+ margin-bottom: 10px;
197
+ cursor: pointer;
198
+ font-size: 14px;
199
+ }
200
+
201
+ .reset-chat:hover {
202
+ background-color: #dc2626;
203
+ }
204
+
205
+ /* Optional: Highlight drop area */
206
+ .convo.drag-over {
207
+ outline: 2px dashed #3b82f6;
208
+ background-color: #e0f2fe;
209
+ }