Maryam Ilka commited on
Commit
606057b
·
verified ·
1 Parent(s): eeecd06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -152,10 +152,7 @@ st.markdown("""
152
  /* لیست dropdown */
153
  div[data-baseweb="popover"] > div {
154
  background-color: white !important;
155
- border: 1px solid var(--primary) !important;
156
- border-radius: 4px !important;
157
- box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
158
- padding: 6px 0 !important;
159
  }
160
 
161
  /* آیتم‌های لیست */
@@ -174,7 +171,7 @@ st.markdown("""
174
 
175
  /* آیتم انتخاب شده */
176
  div[data-baseweb="popover"] [role="option"][aria-selected="true"] {
177
- background-color: var(--primary) !important;
178
  color: white !important;
179
  }
180
 
 
152
  /* لیست dropdown */
153
  div[data-baseweb="popover"] > div {
154
  background-color: white !important;
155
+ border: 1px var(--primary) !important;
 
 
 
156
  }
157
 
158
  /* آیتم‌های لیست */
 
171
 
172
  /* آیتم انتخاب شده */
173
  div[data-baseweb="popover"] [role="option"][aria-selected="true"] {
174
+ background-color: #f0e6ff !important;
175
  color: white !important;
176
  }
177