🎨 Fix language selector dropdown styling issues

This commit is contained in:
Bryan Lee 2025-06-05 11:35:13 +08:00
parent a4eb3de0cd
commit 471066e77e
No known key found for this signature in database
GPG Key ID: AA16937A2AEBADF1

View File

@ -191,11 +191,10 @@ class SettingsTab(QWidget):
height: 12px; height: 12px;
} }
QComboBox QAbstractItemView { QComboBox QAbstractItemView {
background-color: #3a3a3a;
border: 1px solid #555555;
selection-background-color: #0078d4; selection-background-color: #0078d4;
color: #ffffff; color: #ffffff;
font-size: 12px; font-size: 12px;
min-width: 120px;
} }
""") """)