Minor fix in acqua theme

This commit is contained in:
alessandro90
2019-06-30 11:37:29 +02:00
parent 456fbb23e4
commit 58c5c3a128

View File

@@ -217,7 +217,7 @@ QListView::item:disabled {
} }
QListView::item:disabled:selected { QListView::item:disabled:selected {
color: #808086; color: rgba(0, 113, 255, 255);
background: transparent; background: transparent;
} }