Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,14 +38,14 @@ st.markdown("""
|
|
38 |
border: 2px solid #FF5722 !important;
|
39 |
border-radius: 8px !important;
|
40 |
}
|
41 |
-
|
42 |
div[data-baseweb="input"] {
|
43 |
-
border: 2px solid #
|
44 |
border-radius: 8px !important;
|
45 |
}
|
46 |
-
|
47 |
div[data-baseweb="input"]:focus-within {
|
48 |
-
border: 2px solid #
|
49 |
border-radius: 8px !important;
|
50 |
}
|
51 |
/* Remove default shadow */
|
|
|
38 |
border: 2px solid #FF5722 !important;
|
39 |
border-radius: 8px !important;
|
40 |
}
|
41 |
+
* Make input field green by default /
|
42 |
div[data-baseweb="input"] {
|
43 |
+
border: 2px solid #4CAF50 !important;
|
44 |
border-radius: 8px !important;
|
45 |
}
|
46 |
+
/ Make input field red when focused */
|
47 |
div[data-baseweb="input"]:focus-within {
|
48 |
+
border: 2px solid #FF5722 !important;
|
49 |
border-radius: 8px !important;
|
50 |
}
|
51 |
/* Remove default shadow */
|