Maryam Ilka commited on
Commit
c99a8df
·
verified ·
1 Parent(s): 3eac3ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -2
app.py CHANGED
@@ -70,7 +70,7 @@ st.markdown("""
70
  .st-bq, .st-br, .st-bs, .st-bt, .st-bu, .st-bv, .st-bw, .st-bx, .st-by, .st-bz {
71
  color: #000000 !important;
72
  background-color: var(--input-bg) !important;
73
- border: 1px solid var(--primary) !important;
74
  }
75
 
76
  /* حالت فوکوس */
@@ -98,7 +98,7 @@ st.markdown("""
98
  opacity: 0.7 !important;
99
  }
100
 
101
- /* دکمه‌ها */
102
  .stButton>button,
103
  [data-testid="baseButton-primary"],
104
  .accept-btn,
@@ -111,6 +111,18 @@ st.markdown("""
111
  font-weight: bold !important;
112
  }
113
 
 
 
 
 
 
 
 
 
 
 
 
 
114
  /* کامپوننت‌های سفارشی */
115
  .rahyar-header {
116
  background-color: var(--primary) !important;
 
70
  .st-bq, .st-br, .st-bs, .st-bt, .st-bu, .st-bv, .st-bw, .st-bx, .st-by, .st-bz {
71
  color: #000000 !important;
72
  background-color: var(--input-bg) !important;
73
+ border: 1px solid var(--text) !important;
74
  }
75
 
76
  /* حالت فوکوس */
 
98
  opacity: 0.7 !important;
99
  }
100
 
101
+ /* دکمه اصلی (بنفش با متن سفید) */
102
  .stButton>button,
103
  [data-testid="baseButton-primary"],
104
  .accept-btn,
 
111
  font-weight: bold !important;
112
  }
113
 
114
+ /* دکمه ثانویه (سفید با حاشیه بنفش) */
115
+ .stFormSubmitButton>button,
116
+ [data-testid="baseButton-secondary"],
117
+ .reject-btn {
118
+ background-color: var(--primary) !important;
119
+ color: var(--input-bg) !important;
120
+ border: 1px solid var(--primary) !important;
121
+ border-radius: 8px !important;
122
+ padding: 10px 20px !important;
123
+ font-weight: bold !important;
124
+ }
125
+
126
  /* کامپوننت‌های سفارشی */
127
  .rahyar-header {
128
  background-color: var(--primary) !important;