forked from NinjaCheetah/NUSGet
Improve dropdown styling
This commit is contained in:
parent
0eb003d599
commit
0e7dd5815e
@ -230,16 +230,20 @@ QComboBox::down-arrow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QComboBox QAbstractItemView {
|
QComboBox QAbstractItemView {
|
||||||
background-color: #222222;
|
background-color: #2b2b2b;
|
||||||
border: 1px solid rgba(70, 70, 70, 1);
|
border: 1px solid #444444;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 6px 10px;
|
selection-background-color: #1a73e8;
|
||||||
outline: 0;
|
selection-color: white;
|
||||||
show-decoration-selected: 1;
|
padding: 4px;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox QAbstractItemView::item:selected {
|
QComboBox QAbstractItemView::item {
|
||||||
background-color: #1a73e8;
|
height: 25px;
|
||||||
|
border-radius: 4px;
|
||||||
|
padding: 4px 8px;
|
||||||
|
margin: 2px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox QAbstractItemView::item:hover {
|
QComboBox QAbstractItemView::item:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user