Spaces:
Runtime error
Runtime error
Updated CSS.
Browse files
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:
|
| 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 |
-
|
| 59 |
-
|
| 60 |
-
.f1-tier-select-row div { border: none; }
|
| 61 |
|
| 62 |
-
|
| 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;
|