Add missing hover effect in GustavoGraziano's theme
This commit is contained in:
@@ -618,6 +618,10 @@ QComboBox QAbstractItemView::item {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QComboBox QAbstractItemView::item:hover {
|
||||||
|
background-color: #343434;
|
||||||
|
}
|
||||||
|
|
||||||
QComboBox QAbstractItemView::item:selected {
|
QComboBox QAbstractItemView::item:selected {
|
||||||
background-color: #383838;
|
background-color: #383838;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -618,6 +618,10 @@ QComboBox QAbstractItemView::item {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QComboBox QAbstractItemView::item:hover {
|
||||||
|
background-color: #F3F3F3;
|
||||||
|
}
|
||||||
|
|
||||||
QComboBox QAbstractItemView::item:selected {
|
QComboBox QAbstractItemView::item:selected {
|
||||||
background-color: #F0F0F0;
|
background-color: #F0F0F0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user