helmfridsson commited on
Commit
ae78368
·
verified ·
1 Parent(s): 6109488

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +15 -30
style.css CHANGED
@@ -398,11 +398,11 @@ label.container.show_textbox_border {
398
  border-radius: 10px !important;*/
399
  }
400
 
401
- /* =====================================
402
- SKICKA & RENSA – TVINGAT LJUST
403
- ===================================== */
404
 
405
- button.gr-button.send-btn {
406
  background-color: #ffffff !important;
407
  color: #000000 !important;
408
  border: 2px solid #000000 !important;
@@ -413,45 +413,30 @@ button.gr-button.send-btn {
413
  min-width: 120px !important;
414
 
415
  box-shadow: none !important;
416
- }
417
-
418
- /* Hover */
419
- button.gr-button.send-btn:hover {
420
- background-color: #f2f2f2 !important;
421
- color: #000000 !important;
422
- }
423
 
424
- /* Ta bort Gradio "primary"-färger */
425
- button.gr-button.send-btn {
426
  --button-primary-background-fill: #ffffff !important;
427
  --button-primary-background-fill-hover: #f2f2f2 !important;
428
  --button-primary-text-color: #000000 !important;
429
  }
430
 
431
- /* =====================================
 
 
 
 
432
  CHECKBOX – VISA RESONEMANG
433
- ===================================== */
434
 
435
- .gr-checkbox {
436
  background: transparent !important;
437
  }
438
 
439
- /* Själva checkbox-rutan */
440
- .gr-checkbox input[type="checkbox"] {
441
- accent-color: #000000; /* modern browsers */
442
- width: 16px;
443
- height: 16px;
444
  }
445
 
446
- /* Texten */
447
- .gr-checkbox label {
448
  color: #000000 !important;
449
  font-weight: 500;
450
- }
451
-
452
- /* Ingen mörk bakgrund vid hover/focus */
453
- .gr-checkbox:hover,
454
- .gr-checkbox:focus,
455
- .gr-checkbox * {
456
- background: transparent !important;
457
  }
 
398
  border-radius: 10px !important;*/
399
  }
400
 
401
+ /* ===============================
402
+ SKICKA & RENSA – GARANTERAT LJUST
403
+ =============================== */
404
 
405
+ .gradio-container button.gr-button.send-btn {
406
  background-color: #ffffff !important;
407
  color: #000000 !important;
408
  border: 2px solid #000000 !important;
 
413
  min-width: 120px !important;
414
 
415
  box-shadow: none !important;
 
 
 
 
 
 
 
416
 
417
+ /* Döda theme-variabler */
 
418
  --button-primary-background-fill: #ffffff !important;
419
  --button-primary-background-fill-hover: #f2f2f2 !important;
420
  --button-primary-text-color: #000000 !important;
421
  }
422
 
423
+ .gradio-container button.gr-button.send-btn:hover {
424
+ background-color: #f2f2f2 !important;
425
+ }
426
+
427
+ /* ===============================
428
  CHECKBOX – VISA RESONEMANG
429
+ =============================== */
430
 
431
+ .gradio-container .gr-checkbox {
432
  background: transparent !important;
433
  }
434
 
435
+ .gradio-container .gr-checkbox input[type="checkbox"] {
436
+ accent-color: #000000;
 
 
 
437
  }
438
 
439
+ .gradio-container .gr-checkbox label {
 
440
  color: #000000 !important;
441
  font-weight: 500;
 
 
 
 
 
 
 
442
  }