helmfridsson commited on
Commit
cd0760d
·
verified ·
1 Parent(s): 58304c8

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +20 -0
style.css CHANGED
@@ -335,6 +335,26 @@ button.gr-button.card {
335
  opacity: 1 !important;
336
  }
337
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
338
  /* =====================================================
339
  SVAR
340
  ===================================================== */
 
335
  opacity: 1 !important;
336
  }
337
 
338
+ /* ===============================
339
+ TA BORT YTTRE GRADIO-RAM PÅ TEXTBOX
340
+ =============================== */
341
+
342
+ /* Label-containern runt textbox */
343
+ label.show_textbox_border,
344
+ label.container.show_textbox_border {
345
+ border: none !important;
346
+ background: transparent !important;
347
+ box-shadow: none !important;
348
+ padding: 0 !important;
349
+ }
350
+
351
+ /* Säkerhetsnät – om Gradio ändrar klassnamn */
352
+ .block:has(.message-box) > label {
353
+ border: none !important;
354
+ background: transparent !important;
355
+ box-shadow: none !important;
356
+ }
357
+
358
  /* =====================================================
359
  SVAR
360
  ===================================================== */