Spaces:
Paused
Paused
Maryam Ilka commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -143,8 +143,9 @@ st.markdown("""
|
|
| 143 |
|
| 144 |
/* استایل لیست dropdown */
|
| 145 |
div[role="listbox"] {
|
|
|
|
| 146 |
background-color: white !important;
|
| 147 |
-
border: 1px
|
| 148 |
border-radius: 4px !important;
|
| 149 |
box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;
|
| 150 |
margin-top: 5px !important;
|
|
|
|
| 143 |
|
| 144 |
/* استایل لیست dropdown */
|
| 145 |
div[role="listbox"] {
|
| 146 |
+
color: var(--primary);
|
| 147 |
background-color: white !important;
|
| 148 |
+
border: 1px var(--primary) !important;
|
| 149 |
border-radius: 4px !important;
|
| 150 |
box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;
|
| 151 |
margin-top: 5px !important;
|