helmfridsson commited on
Commit
3e59c5f
·
verified ·
1 Parent(s): 17a163c

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +4 -4
style.css CHANGED
@@ -485,15 +485,15 @@ label.show_textbox_border {
485
  =============================== */
486
 
487
  .gradio-container .form:has(.gr-checkbox) {
488
- background: transparent !important;
489
  box-shadow: none !important;
490
  border: none !important;
491
  }
492
 
493
  label.checkbox-container * input[type="checkbox"] {
494
- background-color: white;
495
- border-color: black;
496
  /* You might also want to ensure the border style and width are consistent */
497
  border-style: solid;
498
- border-width: 1px;
499
  }
 
485
  =============================== */
486
 
487
  .gradio-container .form:has(.gr-checkbox) {
488
+ background: #ffffff !important;
489
  box-shadow: none !important;
490
  border: none !important;
491
  }
492
 
493
  label.checkbox-container * input[type="checkbox"] {
494
+ background-color: #ffffff !important;white;
495
+ border-color: #000000 !important;
496
  /* You might also want to ensure the border style and width are consistent */
497
  border-style: solid;
498
+ border-width: 2px;
499
  }