Sebastiankay commited on
Commit
a79d87c
·
1 Parent(s): b20671c

29. Sept. 2024, 02:56

Browse files
Files changed (1) hide show
  1. _res/_custom.css +13 -13
_res/_custom.css CHANGED
@@ -46,21 +46,21 @@ div.tabs div.tabitem {
46
  border-radius: var(--container-radius) !important;
47
  }
48
 
49
- #input_column {
 
 
 
 
 
50
 
51
- & div.tabs>div.tab-nav>button {
52
- background: var(--neutral-600) !important;
53
- color: var(--neutral-300);
54
- opacity: 0.7 !important;
55
- min-width: 145px !important;
56
- }
57
 
58
- & div.tabs>div.tab-nav>button.selected {
59
- border-width: 0 !important;
60
- background: var(--neutral-600) !important;
61
- color: var(--neutral-950);
62
- font-weight: 600;
63
- }
64
 
65
  & div.tabs div.tabitem {
66
  background-color: var(--neutral-800) !important;
 
46
  border-radius: var(--container-radius) !important;
47
  }
48
 
49
+ #input_column div.tabs>div.tab-nav>button {
50
+ color: var(--neutral-50) !important;
51
+ background: var(--neutral-700) !important;
52
+ opacity: 0.7 !important;
53
+ min-width: 145px !important;
54
+ }
55
 
56
+ #input_column div.tabs>div.tab-nav>button.selected {
57
+ border-width: 0 !important;
58
+ background: var(--neutral-600) !important;
59
+ color: var(--neutral-950);
60
+ font-weight: 600;
61
+ }
62
 
63
+ #input_column {
 
 
 
 
 
64
 
65
  & div.tabs div.tabitem {
66
  background-color: var(--neutral-800) !important;