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 | |
| parent | 1dd2acf07f55a7215c273620e9691f3b4548355d (diff) | |
Fix stylesheets for 2.4.
Diffstat (limited to 'src')
| -rw-r--r-- | src/stylesheets/Night Eyes.qss | 26 | ||||
| -rw-r--r-- | src/stylesheets/Transparent-Style-BOS.qss | 4 | ||||
| -rw-r--r-- | src/stylesheets/Transparent-Style-Skyrim.qss | 4 | ||||
| -rw-r--r-- | src/stylesheets/dark.qss | 6 | ||||
| -rw-r--r-- | src/stylesheets/dracula.qss | 10 | ||||
| -rw-r--r-- | src/stylesheets/skyrim.qss | 4 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark-Green.qss | 6 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark-Orange.qss | 6 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark-Purple.qss | 6 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark-Red.qss | 6 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark-Yellow.qss | 6 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark.qss | 6 |
12 files changed, 40 insertions, 50 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; } diff --git a/src/stylesheets/Transparent-Style-BOS.qss b/src/stylesheets/Transparent-Style-BOS.qss index 0b4ba23d..4812ca37 100644 --- a/src/stylesheets/Transparent-Style-BOS.qss +++ b/src/stylesheets/Transparent-Style-BOS.qss @@ -225,10 +225,10 @@ QHeaderView::down-arrow{ background-color:rgba(154,154,0,0.3); padding: 3px; } -/*#DownloadListWidget{ +/*#DownloadListView{ } */ - #DownloadListWidget{ + #DownloadListView{ outline: 1px solid #e8e8e8; border: 0px solid #9a9a00; } diff --git a/src/stylesheets/Transparent-Style-Skyrim.qss b/src/stylesheets/Transparent-Style-Skyrim.qss index cbc43033..97fb862b 100644 --- a/src/stylesheets/Transparent-Style-Skyrim.qss +++ b/src/stylesheets/Transparent-Style-Skyrim.qss @@ -225,10 +225,10 @@ QHeaderView::down-arrow{ background-color:rgba(154,154,0,0.3); padding: 3px; } -/*#DownloadListWidget{ +/*#DownloadListView{ } */ - #DownloadListWidget{ + #DownloadListView{ outline: 1px solid #e8e8e8; border: 0px solid #9a9a00; } 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;
}
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; } diff --git a/src/stylesheets/skyrim.qss b/src/stylesheets/skyrim.qss index ffd42640..7006e09a 100644 --- a/src/stylesheets/skyrim.qss +++ b/src/stylesheets/skyrim.qss @@ -559,11 +559,11 @@ QProgressBar { QProgressBar::chunk { background: url(./skyrim/progress-bar-chunk.png) center center repeat-x qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 #95BED9, stop:0.78781 #6EB9CE); } -DownloadListWidget[downloadView=standard]::item { +DownloadListView[downloadView=standard]::item { padding: 15px; } -DownloadListWidget[downloadView=compact]::item { +DownloadListView[downloadView=compact]::item { padding: 4px; } diff --git a/src/stylesheets/vs15 Dark-Green.qss b/src/stylesheets/vs15 Dark-Green.qss index a4c6a2cc..65cba739 100644 --- a/src/stylesheets/vs15 Dark-Green.qss +++ b/src/stylesheets/vs15 Dark-Green.qss @@ -547,7 +547,7 @@ QHeaderView::up-arrow { image: url(./vs15/sort-asc.png); margin-bottom: -37px; } -DownloadListWidget QHeaderView::up-arrow { +DownloadListView QHeaderView::up-arrow { margin-bottom: -47px; } QHeaderView::down-arrow { @@ -621,11 +621,11 @@ QProgressBar { QProgressBar::chunk { background: #06B025; } -DownloadListWidget[downloadView=standard]::item { +DownloadListView[downloadView=standard]::item { padding: 16px; } -DownloadListWidget[downloadView=compact]::item { +DownloadListView[downloadView=compact]::item { padding: 4px; } diff --git a/src/stylesheets/vs15 Dark-Orange.qss b/src/stylesheets/vs15 Dark-Orange.qss index c909d103..62bd4bb8 100644 --- a/src/stylesheets/vs15 Dark-Orange.qss +++ b/src/stylesheets/vs15 Dark-Orange.qss @@ -548,7 +548,7 @@ QHeaderView::up-arrow { image: url(./vs15/sort-asc.png); margin-bottom: -37px; } -DownloadListWidget QHeaderView::up-arrow { +DownloadListView QHeaderView::up-arrow { margin-bottom: -47px; } QHeaderView::down-arrow { @@ -622,11 +622,11 @@ QProgressBar { QProgressBar::chunk { background: #06B025; } -DownloadListWidget[downloadView=standard]::item { +DownloadListView[downloadView=standard]::item { padding: 16px; } -DownloadListWidget[downloadView=compact]::item { +DownloadListView[downloadView=compact]::item { padding: 4px; } diff --git a/src/stylesheets/vs15 Dark-Purple.qss b/src/stylesheets/vs15 Dark-Purple.qss index 2cff0e06..4e28b1d5 100644 --- a/src/stylesheets/vs15 Dark-Purple.qss +++ b/src/stylesheets/vs15 Dark-Purple.qss @@ -548,7 +548,7 @@ QHeaderView::up-arrow { image: url(./vs15/sort-asc.png); margin-bottom: -37px; } -DownloadListWidget QHeaderView::up-arrow { +DownloadListView QHeaderView::up-arrow { margin-bottom: -47px; } QHeaderView::down-arrow { @@ -622,11 +622,11 @@ QProgressBar { QProgressBar::chunk { background: #06B025; } -DownloadListWidget[downloadView=standard]::item { +DownloadListView[downloadView=standard]::item { padding: 16px; } -DownloadListWidget[downloadView=compact]::item { +DownloadListView[downloadView=compact]::item { padding: 4px; } diff --git a/src/stylesheets/vs15 Dark-Red.qss b/src/stylesheets/vs15 Dark-Red.qss index 2df39fc4..5faaf3a9 100644 --- a/src/stylesheets/vs15 Dark-Red.qss +++ b/src/stylesheets/vs15 Dark-Red.qss @@ -548,7 +548,7 @@ QHeaderView::up-arrow { image: url(./vs15/sort-asc.png); margin-bottom: -37px; } -DownloadListWidget QHeaderView::up-arrow { +DownloadListView QHeaderView::up-arrow { margin-bottom: -47px; } QHeaderView::down-arrow { @@ -622,11 +622,11 @@ QProgressBar { QProgressBar::chunk { background: #06B025; } -DownloadListWidget[downloadView=standard]::item { +DownloadListView[downloadView=standard]::item { padding: 16px; } -DownloadListWidget[downloadView=compact]::item { +DownloadListView[downloadView=compact]::item { padding: 4px; } diff --git a/src/stylesheets/vs15 Dark-Yellow.qss b/src/stylesheets/vs15 Dark-Yellow.qss index 63688511..83610ea6 100644 --- a/src/stylesheets/vs15 Dark-Yellow.qss +++ b/src/stylesheets/vs15 Dark-Yellow.qss @@ -547,7 +547,7 @@ QHeaderView::up-arrow { image: url(./vs15/sort-asc.png); margin-bottom: -37px; } -DownloadListWidget QHeaderView::up-arrow { +DownloadListView QHeaderView::up-arrow { margin-bottom: -47px; } QHeaderView::down-arrow { @@ -621,11 +621,11 @@ QProgressBar { QProgressBar::chunk { background: #06B025; } -DownloadListWidget[downloadView=standard]::item { +DownloadListView[downloadView=standard]::item { padding: 16px; } -DownloadListWidget[downloadView=compact]::item { +DownloadListView[downloadView=compact]::item { padding: 4px; } diff --git a/src/stylesheets/vs15 Dark.qss b/src/stylesheets/vs15 Dark.qss index af29a696..7368f230 100644 --- a/src/stylesheets/vs15 Dark.qss +++ b/src/stylesheets/vs15 Dark.qss @@ -547,7 +547,7 @@ QHeaderView::up-arrow { image: url(./vs15/sort-asc.png); margin-bottom: -37px; } -DownloadListWidget QHeaderView::up-arrow { +DownloadListView QHeaderView::up-arrow { margin-bottom: -47px; } QHeaderView::down-arrow { @@ -621,11 +621,11 @@ QProgressBar { QProgressBar::chunk { background: #06B025; } -DownloadListWidget[downloadView=standard]::item { +DownloadListView[downloadView=standard]::item { padding: 16px; } -DownloadListWidget[downloadView=compact]::item { +DownloadListView[downloadView=compact]::item { padding: 4px; } |
