Spaces:
Sleeping
Sleeping
Maryam Ilka commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -108,11 +108,15 @@ st.markdown("""
|
|
| 108 |
|
| 109 |
/* حذف فلش پیشفرض و جایگزینی با استایل مشابه number input */
|
| 110 |
.stSelectbox select {
|
| 111 |
-
-webkit-appearance: none !important;
|
| 112 |
-
-moz-appearance: none !important;
|
| 113 |
-
appearance: none !important;
|
| 114 |
-
background-image: none !important;
|
| 115 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 116 |
}
|
| 117 |
|
| 118 |
/* ایجاد فلش سفارشی با استایل مشابه number input */
|
|
|
|
| 108 |
|
| 109 |
/* حذف فلش پیشفرض و جایگزینی با استایل مشابه number input */
|
| 110 |
.stSelectbox select {
|
| 111 |
+
-webkit-appearance: none !important;
|
| 112 |
+
-moz-appearance: none !important;
|
| 113 |
+
appearance: none !important;
|
| 114 |
+
background-image: none !important;
|
| 115 |
+
background-repeat: no-repeat !important;
|
| 116 |
+
background-position: right center !important;
|
| 117 |
+
padding-right: 30px !important;
|
| 118 |
+
border: 1px solid #6a0dad !important;
|
| 119 |
+
border-radius: 4px !important;
|
| 120 |
}
|
| 121 |
|
| 122 |
/* ایجاد فلش سفارشی با استایل مشابه number input */
|