Spaces:
Running
Running
final version
Browse files
streamlit_simulation/app.py
CHANGED
@@ -91,7 +91,7 @@ st.markdown(f"""
|
|
91 |
|
92 |
/* DateInput angleichen an Selectbox */
|
93 |
.stDateInput input {{
|
94 |
-
background-color:
|
95 |
color: {TEXT_COLOR} !important;
|
96 |
border: none !important;
|
97 |
border-radius: 5px !important;
|
|
|
91 |
|
92 |
/* DateInput angleichen an Selectbox */
|
93 |
.stDateInput input {{
|
94 |
+
background-color: white !important;
|
95 |
color: {TEXT_COLOR} !important;
|
96 |
border: none !important;
|
97 |
border-radius: 5px !important;
|