Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -781,36 +781,6 @@ def enhanced_likert_scale(question_data):
|
|
| 781 |
div[data-testid="column"] .stButton > button > div > p {{
|
| 782 |
display: none !important;
|
| 783 |
}}
|
| 784 |
-
|
| 785 |
-
/* استایلهای جدید فقط برای دکمههای لیکرت */
|
| 786 |
-
div[data-testid="column"] .stButton > button {{
|
| 787 |
-
width: 40px !important;
|
| 788 |
-
height: 40px !important;
|
| 789 |
-
border-radius: 50% !important;
|
| 790 |
-
border: 2px solid #6a0dad !important;
|
| 791 |
-
background: white !important;
|
| 792 |
-
color: #6a0dad !important;
|
| 793 |
-
font-weight: bold !important;
|
| 794 |
-
display: flex !important;
|
| 795 |
-
align-items: center !important;
|
| 796 |
-
justify-content: center !important;
|
| 797 |
-
cursor: pointer !important;
|
| 798 |
-
transition: all 0.3s !important;
|
| 799 |
-
margin: 0 auto !important;
|
| 800 |
-
}}
|
| 801 |
-
|
| 802 |
-
/* استایل hover برای دکمههای لیکرت */
|
| 803 |
-
div[data-testid="column"] .stButton > button:hover {{
|
| 804 |
-
background: #f0e6ff !important;
|
| 805 |
-
transform: scale(1.1) !important;
|
| 806 |
-
}}
|
| 807 |
-
|
| 808 |
-
/* استایل دکمه انتخاب شده */
|
| 809 |
-
div[data-testid="column"] .stButton > button:has(> div > p:contains('•')) {{
|
| 810 |
-
background: #6a0dad !important;
|
| 811 |
-
color: white !important;
|
| 812 |
-
box-shadow: 0 0 10px rgba(106,13,173,0.5) !important;
|
| 813 |
-
}}
|
| 814 |
</style>
|
| 815 |
""", unsafe_allow_html=True)
|
| 816 |
|
|
|
|
| 781 |
div[data-testid="column"] .stButton > button > div > p {{
|
| 782 |
display: none !important;
|
| 783 |
}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 784 |
</style>
|
| 785 |
""", unsafe_allow_html=True)
|
| 786 |
|