Merge pull request #26 from liby/fix/language-selector-dropdown-styling

🎨 Fix language selector dropdown styling issues
This commit is contained in:
Minidoracat 2025-06-05 21:10:56 +08:00 committed by GitHub
commit 740c0dbbb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
} }
""") """)