galb-dai commited on
Commit
3a9d27d
Β·
1 Parent(s): e3720e3

Updated CSS.

Browse files
Files changed (1) hide show
  1. src/display/css_html_js.py +3 -5
src/display/css_html_js.py CHANGED
@@ -26,7 +26,7 @@ custom_css = """
26
  #f1-tier-select-row {
27
  justify-content: flex-end;
28
  margin-bottom: 6px;
29
- background: transparent !important;
30
  border: none !important;
31
  }
32
 
@@ -55,11 +55,9 @@ custom_css = """
55
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
56
  }
57
 
58
- .f1-tier-select-row { background: white; }
59
-
60
- .f1-tier-select-row div { border: none; }
61
 
62
- .f1-tier-select { background: white; }
63
 
64
  #learn-more-btn, #learn-more-btn button {
65
  background: transparent !important;
 
26
  #f1-tier-select-row {
27
  justify-content: flex-end;
28
  margin-bottom: 6px;
29
+ background: white !important;
30
  border: none !important;
31
  }
32
 
 
55
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
56
  }
57
 
58
+ #f1-tier-select-row div { border: none; }
 
 
59
 
60
+ #f1-tier-select { background: white; }
61
 
62
  #learn-more-btn, #learn-more-btn button {
63
  background: transparent !important;