Maryam Ilka commited on
Commit
d4e0566
·
verified ·
1 Parent(s): 1d8c6e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -89,7 +89,11 @@ st.markdown("""
89
  .st-bq, .st-br, .st-bs, .st-bt, .st-bu, .st-bv, .st-bw, .st-bx, .st-by, .st-bz {
90
  color: var(--text) !important;
91
  background-color: var(--input-bg) !important;
92
- border: 1px var(--text) !important;
 
 
 
 
93
  }
94
 
95
 
@@ -118,7 +122,6 @@ st.markdown("""
118
  -moz-appearance: none !important;
119
  appearance: none !important;
120
  background-image: none !important;
121
- padding-right: 40px !important;
122
  }
123
 
124
  /* برای اینترنت اکسپلورر */
 
89
  .st-bq, .st-br, .st-bs, .st-bt, .st-bu, .st-bv, .st-bw, .st-bx, .st-by, .st-bz {
90
  color: var(--text) !important;
91
  background-color: var(--input-bg) !important;
92
+ width: 100%;
93
+ border: 1px solid var(--primary) !important;
94
+ border-radius: 4px !important;
95
+ padding: 10px 15px;
96
+ cursor: pointer;
97
  }
98
 
99
 
 
122
  -moz-appearance: none !important;
123
  appearance: none !important;
124
  background-image: none !important;
 
125
  }
126
 
127
  /* برای اینترنت اکسپلورر */