diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-02-23 09:38:52 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-02-23 09:38:52 +0100 |
| commit | f60d0e5ec6b945247ef076125c67dff557ae8ebd (patch) | |
| tree | a72860720f4c6493044a6e7b0c2d65af5c53fd1e /src/stylesheets/Night Eyes.qss | |
| parent | 1dd2acf07f55a7215c273620e9691f3b4548355d (diff) | |
Fix stylesheets for 2.4.
Diffstat (limited to 'src/stylesheets/Night Eyes.qss')
| -rw-r--r-- | src/stylesheets/Night Eyes.qss | 26 |
1 files changed, 8 insertions, 18 deletions
diff --git a/src/stylesheets/Night Eyes.qss b/src/stylesheets/Night Eyes.qss index 135f0c09..78a5d443 100644 --- a/src/stylesheets/Night Eyes.qss +++ b/src/stylesheets/Night Eyes.qss @@ -635,53 +635,43 @@ QWidget#downloadTab QAbstractScrollArea background: #242424; } -DownloadListWidget QFrame, -DownloadListWidgetCompact, -DownloadListWidgetCompact QLabel +DownloadListView QFrame { /* an entry on the Downloads tab */ background: #141414; } -DownloadListWidget QFrame#frame +DownloadListView QFrame#frame { /* outer box of an entry on the Downloads tab */ border: 2px solid #141414; } -DownloadListWidget QLabel#installLabel +DownloadListView QLabel#installLabel { color: none; } -DownloadListWidget QFrame:clicked +DownloadListView QFrame:clicked { background: #242424; } /* compact downloads view */ -DownloadListWidgetCompact, -DownloadListWidgetCompact QLabel -{ - /* an entry on the Downloads tab */ - background: #141414; - padding: 4px; -} - -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; } |
