Fix dark text on dark background in combobox dropdowns on windows (#3315)
This commit is contained in:
parent
c0a671e840
commit
829bde81e6
@ -185,6 +185,7 @@ border-image: url(':/images/arrow_down') 0 0 0 0 stretch stretch;
|
||||
}
|
||||
|
||||
QComboBox QListView {
|
||||
color: #aaa;
|
||||
background: #555;
|
||||
padding: 3px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user