Maryam Ilka commited on
Commit
55352ef
·
verified ·
1 Parent(s): 35bbb27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +24 -4
app.py CHANGED
@@ -58,19 +58,39 @@ st.markdown("""
58
  font-size: 14px !important;
59
  }
60
 
61
- /* استایل عمومی برای تمام inputها */
62
  .stTextInput input,
63
  .stNumberInput input,
64
  .stSelectbox select,
65
  .stTextArea textarea,
66
  .stDateInput input,
67
- .stTimeInput input {
68
- color: #000000 !important;
 
 
 
 
69
  background-color: var(--input-bg) !important;
70
  border: 1px solid var(--text) !important;
71
  padding-right: 12px !important; /* فاصله از راست */
72
  }
73
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
  /* استایل برای فلش dropdown در selectbox */
75
  .stSelectbox select {
76
  -webkit-appearance: none !important;
@@ -86,7 +106,7 @@ st.markdown("""
86
  /* استایل برای لیست dropdown */
87
  .stSelectbox [role="listbox"] {
88
  color: #000000 !important;
89
- background-color: #ffffff !important;
90
  border: 1px solid var(--primary) !important;
91
  border-radius: 4px !important;
92
  box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;
 
58
  font-size: 14px !important;
59
  }
60
 
61
+ /* باکس‌های ورودی */
62
  .stTextInput input,
63
  .stNumberInput input,
64
  .stSelectbox select,
65
  .stTextArea textarea,
66
  .stDateInput input,
67
+ .stTimeInput input,
68
+ .stMultiSelect div[role="combobox"],
69
+ div[data-testid="stVerticalBlock"] > div[data-testid="stHorizontalBlock"] > div > div > div > div > input,
70
+ /* لیست dropdown */
71
+ .st-bq, .st-br, .st-bs, .st-bt, .st-bu, .st-bv, .st-bw, .st-bx, .st-by, .st-bz {
72
+ color: var(--text) !important;
73
  background-color: var(--input-bg) !important;
74
  border: 1px solid var(--text) !important;
75
  padding-right: 12px !important; /* فاصله از راست */
76
  }
77
 
78
+ /* استایل برای متن بالای باکس‌های دموگرافیک */
79
+ .stTextInput > label,
80
+ .stNumberInput > label,
81
+ .stSelectbox > label,
82
+ .stRadio > label,
83
+ .stSlider > label {
84
+ color: black !important;
85
+ font-weight: bold !important;
86
+ }
87
+
88
+ /* Placeholder */
89
+ ::placeholder {
90
+ color: black !important;
91
+ opacity: 0.7 !important;
92
+ }
93
+
94
  /* استایل برای فلش dropdown در selectbox */
95
  .stSelectbox select {
96
  -webkit-appearance: none !important;
 
106
  /* استایل برای لیست dropdown */
107
  .stSelectbox [role="listbox"] {
108
  color: #000000 !important;
109
+ background-color: white !important;
110
  border: 1px solid var(--primary) !important;
111
  border-radius: 4px !important;
112
  box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;