Spaces:
Sleeping
Sleeping
dzs commited on
Commit ·
2f6976b
1
Parent(s): 7b70c21
messing with css again
Browse files- assets/{style.css → style_v2.css} +6 -0
- instructions.py +5 -0
assets/{style.css → style_v2.css}
RENAMED
|
@@ -20,6 +20,12 @@ input:disabled {
|
|
| 20 |
display: none !important;
|
| 21 |
}
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
.Select.is-disabled .Select-control {
|
| 24 |
background-color: #f5f5f5 !important;
|
| 25 |
}
|
|
|
|
| 20 |
display: none !important;
|
| 21 |
}
|
| 22 |
|
| 23 |
+
.Select__control--is-disabled .Select__single-value,
|
| 24 |
+
.Select__control--is-disabled .Select__placeholder {
|
| 25 |
+
color: transparent !important;
|
| 26 |
+
display: none !important;
|
| 27 |
+
}
|
| 28 |
+
|
| 29 |
.Select.is-disabled .Select-control {
|
| 30 |
background-color: #f5f5f5 !important;
|
| 31 |
}
|
instructions.py
CHANGED
|
@@ -176,6 +176,11 @@ def build_instructions_layout() -> html.Div:
|
|
| 176 |
html.Ul(
|
| 177 |
style=ul_style,
|
| 178 |
children=[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 179 |
html.Li(
|
| 180 |
"If in vitro fields appear disabled, ensure the condition mode is set to “In vitro”.",
|
| 181 |
style=li_style,
|
|
|
|
| 176 |
html.Ul(
|
| 177 |
style=ul_style,
|
| 178 |
children=[
|
| 179 |
+
html.Li(
|
| 180 |
+
"For test articles with multiple components comprised of different polymers, the "
|
| 181 |
+
"tool should be run separately for each component.",
|
| 182 |
+
style=li_style,
|
| 183 |
+
),
|
| 184 |
html.Li(
|
| 185 |
"If in vitro fields appear disabled, ensure the condition mode is set to “In vitro”.",
|
| 186 |
style=li_style,
|