jin-nin commited on
Commit
3fef7b1
1 Parent(s): 7a61c27

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +7 -1
style.css CHANGED
@@ -1,6 +1,6 @@
1
  .gr-input {
2
  background: black !important;
3
- box-shadow: 0 0 0 1px #293139 !important;
4
  border-radius: 2px !important;
5
  padding: .5rem .75rem !important;
6
  }
@@ -48,6 +48,9 @@ footer {
48
  #longs-fillers {
49
  min-width: auto !important;
50
  }
 
 
 
51
 
52
  .gap-4 {
53
  gap: 0 !important;
@@ -55,6 +58,9 @@ footer {
55
 
56
  #paints > * {
57
  margin: .75rem !important;
 
 
 
58
  box-shadow: 0 0 0 1px rgba( 255, 255, 255, .1 ) !important;
59
  border-radius: 2px;
60
  }
 
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;
6
  }
 
48
  #longs-fillers {
49
  min-width: auto !important;
50
  }
51
+ #longs-fillers .gr-button {
52
+ justify-content: flex-start;
53
+ }
54
 
55
  .gap-4 {
56
  gap: 0 !important;
 
58
 
59
  #paints > * {
60
  margin: .75rem !important;
61
+ }
62
+
63
+ #paints > * > .border {
64
  box-shadow: 0 0 0 1px rgba( 255, 255, 255, .1 ) !important;
65
  border-radius: 2px;
66
  }