manabb commited on
Commit
530273a
·
verified ·
1 Parent(s): df94b1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +24 -0
app.py CHANGED
@@ -401,10 +401,34 @@ label {
401
  background: transparent !important;
402
  color: #FFFFFF !important;
403
  }
 
 
 
404
 
 
 
 
405
  #compliance-btn { background: red !important; }
406
  #compliance-btn-tech { background: #006600 !important; }
407
  #admin-file { background: #00008B !important; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
408
  """
409
 
410
  #=====================
 
401
  background: transparent !important;
402
  color: #FFFFFF !important;
403
  }
404
+ span[style*="color"] {
405
+ color: inherit !important; /* Respect inline styles */
406
+ }
407
 
408
+ span {
409
+ color: inherit !important; /* Inherit from inline */
410
+ }
411
  #compliance-btn { background: red !important; }
412
  #compliance-btn-tech { background: #006600 !important; }
413
  #admin-file { background: #00008B !important; }
414
+ #chatRadio {
415
+ background: #111111 !important;
416
+ }
417
+
418
+ #chatRadio label {
419
+ color: #FFFFFF !important;
420
+ background: transparent !important;
421
+ border-radius: 5px !important;
422
+ padding: 8px !important;
423
+ margin: 4px !important;
424
+ }
425
+
426
+ #chatRadio input:checked + label::before {
427
+ content: "✓" !important;
428
+ color: #00FF00 !important;
429
+ font-weight: bold !important;
430
+ margin-right: 8px !important;
431
+ }
432
  """
433
 
434
  #=====================