mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-12 16:19:44 -06:00
Change hover background color in QComboBox
This commit is contained in:
parent
78df24024e
commit
d7b4252367
@ -620,7 +620,7 @@ QComboBox QAbstractItemView::item {
|
||||
}
|
||||
|
||||
QComboBox QAbstractItemView::item:hover {
|
||||
background-color: #F3F3F3;
|
||||
background-color: #F0F0F0;
|
||||
}
|
||||
|
||||
QComboBox QAbstractItemView::item:selected {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user