summaryrefslogtreecommitdiff
path: root/src/stylesheets/dracula.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/dracula.qss
parent1dd2acf07f55a7215c273620e9691f3b4548355d (diff)
Fix stylesheets for 2.4.
Diffstat (limited to 'src/stylesheets/dracula.qss')
-rw-r--r--src/stylesheets/dracula.qss10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/stylesheets/dracula.qss b/src/stylesheets/dracula.qss
index 9beba52d..a3197f67 100644
--- a/src/stylesheets/dracula.qss
+++ b/src/stylesheets/dracula.qss
@@ -406,23 +406,23 @@ SaveGameInfoWidget {
* Downloads
*/
- 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;
}
-DownloadListWidget::item:hover {
+DownloadListView::item:hover {
padding: 0px;
}
-DownloadListWidget::item:selected {
+DownloadListView::item:selected {
padding: 0px;
}