jin-nin commited on
Commit
6de7e7b
1 Parent(s): 0e4e896

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -5
style.css CHANGED
@@ -1,5 +1,9 @@
 
 
 
 
1
  .gr-input {
2
- background: black !important;
3
  box-shadow: inset 0 0 0 1px #293139 !important;
4
  border-radius: 2px !important;
5
  padding: .5rem .75rem !important;
@@ -56,10 +60,6 @@ body, .gradio-container {
56
  footer {
57
  display: none !important;
58
  }
59
- .gr-box, .gr-form {
60
- background: none !important;
61
- border: none !important;
62
- }
63
 
64
  #longs-fillers {
65
  min-width: auto !important;
 
1
+ .gr-box, .gr-form {
2
+ background: none !important;
3
+ border: none !important;
4
+ }
5
  .gr-input {
6
+ background: rgba(0,0,0,.25) !important;
7
  box-shadow: inset 0 0 0 1px #293139 !important;
8
  border-radius: 2px !important;
9
  padding: .5rem .75rem !important;
 
60
  footer {
61
  display: none !important;
62
  }
 
 
 
 
63
 
64
  #longs-fillers {
65
  min-width: auto !important;