summaryrefslogtreecommitdiff
path: root/src/stylesheets/vs15 Dark-Red.qss
diff options
context:
space:
mode:
authorKrzysztof Starecki <krzysztof.starecki@gmail.com>2018-12-31 18:48:53 +0100
committerKrzysztof Starecki <krzysztof.starecki@gmail.com>2018-12-31 18:48:53 +0100
commitb8babae78a452071c3a707347d21a06fef759bab (patch)
treebd1a9bf2a14f260c828bf8ead5dd358c8d966bc2 /src/stylesheets/vs15 Dark-Red.qss
parent412a0620820d26294ddbc306b137692c65e8e980 (diff)
Fix download layout bug, port most of remaining themes
Diffstat (limited to 'src/stylesheets/vs15 Dark-Red.qss')
-rw-r--r--src/stylesheets/vs15 Dark-Red.qss14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/stylesheets/vs15 Dark-Red.qss b/src/stylesheets/vs15 Dark-Red.qss
index ee363e0b..2ffcff68 100644
--- a/src/stylesheets/vs15 Dark-Red.qss
+++ b/src/stylesheets/vs15 Dark-Red.qss
@@ -533,8 +533,8 @@ QHeaderView::up-arrow {
image: url(./vs15/sort-asc.png);
margin-bottom: -37px; }
-QTreeView#downloadView QHeaderView::up-arrow {
- margin-bottom: -32px; }
+DownloadListWidget QHeaderView::up-arrow {
+ margin-bottom: -47px; }
QHeaderView::down-arrow {
image: url(./vs15/sort-desc.png);
@@ -600,11 +600,19 @@ QProgressBar {
text-align: center;
border-style: solid;
border-width: 1px;
- margin: 0 10px; }
+ margin: 0 0px; }
QProgressBar::chunk {
background: #06B025; }
+DownloadListWidget[downloadView=standard]::item {
+ padding: 16px;
+}
+
+DownloadListWidget[downloadView=compact]::item {
+ padding: 4px;
+}
+
/* Right Pane and Tab Bars #QTabWidget, #QTabBar */
QTabWidget::pane {
border-color: #3F3F46;