From 58c5c3a1288699710c0a1c902d9afdd8d1e2bfb7 Mon Sep 17 00:00:00 2001 From: alessandro90 Date: Sun, 30 Jun 2019 11:37:29 +0200 Subject: [PATCH] Minor fix in acqua theme --- themes/acqua/acqua.qss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/acqua/acqua.qss b/themes/acqua/acqua.qss index 921703f..3f17cff 100644 --- a/themes/acqua/acqua.qss +++ b/themes/acqua/acqua.qss @@ -217,7 +217,7 @@ QListView::item:disabled { } QListView::item:disabled:selected { - color: #808086; + color: rgba(0, 113, 255, 255); background: transparent; }