helmfridsson commited on
Commit
b0bd117
·
verified ·
1 Parent(s): 9423aa2

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +9 -0
style.css CHANGED
@@ -510,4 +510,13 @@ label.checkbox-container * input[type="checkbox"] {
510
  */
511
  .form .block{
512
  background: #ffffff !important;
 
 
 
 
 
 
 
 
 
513
  }
 
510
  */
511
  .form .block{
512
  background: #ffffff !important;
513
+ }
514
+
515
+ /* ===============================
516
+ CHECKBOX – KORREKT STYLING
517
+ =============================== */
518
+
519
+ .gradio-container .gr-checkbox {
520
+ --checkbox-background-color: #ffffff;
521
+ --checkbox-border-color: #000000;
522
  }