Maryam Ilka commited on
Commit
ac7424b
·
verified ·
1 Parent(s): df1f025

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -7
app.py CHANGED
@@ -236,9 +236,9 @@ st.markdown("""
236
  .stFormSubmitButton>button,
237
  [data-testid="baseButton-secondary"],
238
  .reject-btn {
239
- background-color: var(--input-bg) !important;
240
- color: var(--primary) !important;
241
- border: 1px solid var(--primary) !important;
242
  border-radius: 8px !important;
243
  padding: 10px 20px !important;
244
  font-weight: bold !important;
@@ -249,11 +249,9 @@ st.markdown("""
249
  .stFormSubmitButton>button:hover,
250
  [data-testid="baseButton-secondary"]:hover,
251
  .reject-btn:hover {
252
- background-color: #f0e6ff !important; /* بنفش بسیار روشن */
253
- color: var(--primary) !important;
254
- border-color: #5a0a96 !important; /* حاشیه بنفش تیره‌تر */
255
  transform: translateY(-1px) !important; /* حرکت جزئی به بالا */
256
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important; /* سایه ملایم */
257
  }
258
 
259
  /* ========== استایل تضمینی برای گزینه‌های رادیویی ========== */
 
236
  .stFormSubmitButton>button,
237
  [data-testid="baseButton-secondary"],
238
  .reject-btn {
239
+ background-color: var(--primary) !important;
240
+ color: white !important;
241
+ border: none !important;
242
  border-radius: 8px !important;
243
  padding: 10px 20px !important;
244
  font-weight: bold !important;
 
249
  .stFormSubmitButton>button:hover,
250
  [data-testid="baseButton-secondary"]:hover,
251
  .reject-btn:hover {
252
+ background-color: #5a0a96 !important; /* بنفش تیره‌تر */
 
 
253
  transform: translateY(-1px) !important; /* حرکت جزئی به بالا */
254
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important; /* سایه بیشتر */
255
  }
256
 
257
  /* ========== استایل تضمینی برای گزینه‌های رادیویی ========== */