summaryrefslogtreecommitdiff
path: root/src/stylesheets/dracula.qss
diff options
context:
space:
mode:
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;
}