helmfridsson commited on
Commit
7361d8b
·
verified ·
1 Parent(s): 5a707cf

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +8 -18
style.css CHANGED
@@ -498,25 +498,15 @@ label.checkbox-container * input[type="checkbox"] {
498
  border-width: 2px;
499
  }
500
 
501
- .checkbox-container input {
502
- background: #ffffff !important;
503
- color: #000000 !important;
504
- background-color: #ffffff !important;
505
- border-color: #000000 !important;
506
- --checkbox-background-color-selected: #ffffff !important;
507
- --checkbox-border-color-focus: #000000 !important;
508
- checkbox-background-color-selected: #ffffff !important;
509
- checkbox-border-color-focus: #000000 !important;
510
- accent-color: #000000 !important;
511
  }
512
  /*
513
- .form .wrap {
514
- background: #ffffff !important;
515
- box-shadow: none !important;
516
- border: none !important;
517
- accent-color: #000000 !important;
518
- }*/
519
-
520
  .form .block{
521
  background: #ffffff !important;
522
- }
 
498
  border-width: 2px;
499
  }
500
 
501
+ /* ===============================
502
+ CHECKBOX FUNGERANDE SVART BOCK
503
+ =============================== */
504
+
505
+ .gradio-container input[type="checkbox"] {
506
+ accent-color: #000000 !important;
507
+ background-color: #ffffff !important;
 
 
 
508
  }
509
  /*
 
 
 
 
 
 
 
510
  .form .block{
511
  background: #ffffff !important;
512
+ }*/