helmfridsson commited on
Commit
fe9edbe
·
verified ·
1 Parent(s): 0fa141f

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -2
style.css CHANGED
@@ -277,7 +277,7 @@ button.gr-button.card {
277
  /* Ta bort Gradio-inre effekter */
278
  .message-box .wrap,
279
  .message-box.gr-box {
280
- background: transparent !important;
281
  border: none !important;
282
  box-shadow: none !important;
283
  }
@@ -430,7 +430,7 @@ label.container.show_textbox_border {
430
  .gradio-container .gr-checkbox,
431
  .gradio-container .gr-checkbox *,
432
  .gradio-container .form:has(.gr-checkbox) {
433
- background: transparent !important;
434
  box-shadow: none !important;
435
  border: none !important;
436
  }
 
277
  /* Ta bort Gradio-inre effekter */
278
  .message-box .wrap,
279
  .message-box.gr-box {
280
+ background: #ffffff !important;
281
  border: none !important;
282
  box-shadow: none !important;
283
  }
 
430
  .gradio-container .gr-checkbox,
431
  .gradio-container .gr-checkbox *,
432
  .gradio-container .form:has(.gr-checkbox) {
433
+ background: #ffffff !important;
434
  box-shadow: none !important;
435
  border: none !important;
436
  }