mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-12 16:19:44 -06:00
Add missing hover effect in GustavoGraziano's theme
This commit is contained in:
parent
98e9b3cf30
commit
c102d1ec0d
@ -618,6 +618,10 @@ QComboBox QAbstractItemView::item {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
QComboBox QAbstractItemView::item:hover {
|
||||
background-color: #343434;
|
||||
}
|
||||
|
||||
QComboBox QAbstractItemView::item:selected {
|
||||
background-color: #383838;
|
||||
}
|
||||
|
||||
@ -618,6 +618,10 @@ QComboBox QAbstractItemView::item {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
QComboBox QAbstractItemView::item:hover {
|
||||
background-color: #F3F3F3;
|
||||
}
|
||||
|
||||
QComboBox QAbstractItemView::item:selected {
|
||||
background-color: #F0F0F0;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user