summaryrefslogtreecommitdiff
path: root/src/stylesheets/dark.qss
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-02-23 09:38:52 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-02-23 09:38:52 +0100
commitf60d0e5ec6b945247ef076125c67dff557ae8ebd (patch)
treea72860720f4c6493044a6e7b0c2d65af5c53fd1e /src/stylesheets/dark.qss
parent1dd2acf07f55a7215c273620e9691f3b4548355d (diff)
Fix stylesheets for 2.4.
Diffstat (limited to 'src/stylesheets/dark.qss')
-rw-r--r--src/stylesheets/dark.qss6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/stylesheets/dark.qss b/src/stylesheets/dark.qss
index 1bf5c819..b7a185e5 100644
--- a/src/stylesheets/dark.qss
+++ b/src/stylesheets/dark.qss
@@ -374,15 +374,15 @@ QTreeView::branch:open:has-children:has-siblings
image: url(:/stylesheet/branch-open.png);
}
-DownloadListWidget QLabel#installLabel {
+DownloadListView QLabel#installLabel {
color: none;
}
-DownloadListWidget[downloadView=standard]::item {
+DownloadListView[downloadView=standard]::item {
padding: 16px;
}
-DownloadListWidget[downloadView=compact]::item {
+DownloadListView[downloadView=compact]::item {
padding: 4px;
}