UI: Make list selection in dark theme more visible

When an item is selected but not focused, it would be too similar to the
non-selected color.
master
jp9000 2015-03-17 19:03:59 -07:00
parent 363d8b890d
commit 7014076169
1 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,11 @@ QMenuBar::item {
background-color: rgb(58,57,58); /* dark */
}
QListWidget::item:selected:!active {
color: rgb(255, 255, 255);
background-color: rgb(48,47,48);
}
/* Group Box */