Skip to content

Commit e018257

Browse files
authored
Fix dark text on dark background in combobox dropdowns on windows (#3315)
1 parent df73438 commit e018257

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/res/css/dark.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ border-image: url(':/images/arrow_down') 0 0 0 0 stretch stretch;
185185
}
186186

187187
QComboBox QListView {
188+
color: #aaa;
188189
background: #555;
189190
padding: 3px;
190191
}

0 commit comments

Comments
 (0)