From 71988e386c63e1eeaae25474a9c472e9f4755616 Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Mon, 6 Aug 2018 21:40:59 -0500 Subject: Modify dark and dracula stylesheets to allow text colors on download widgets --- src/stylesheets/dark.qss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/stylesheets/dark.qss') diff --git a/src/stylesheets/dark.qss b/src/stylesheets/dark.qss index bcf445a2..d5a7aedf 100644 --- a/src/stylesheets/dark.qss +++ b/src/stylesheets/dark.qss @@ -363,3 +363,7 @@ QTreeView::branch:open:has-children:has-siblings border-image: none; image: url(:/stylesheet/branch-open.png); } + +DownloadListWidget QLabel#installLabel { + color: none; +} \ No newline at end of file -- cgit v1.3.1