summaryrefslogtreecommitdiff
path: root/src/stylesheets/Paper Light by 6788.qss
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2019-01-01 17:07:52 -0600
committerLostDragonist <lost.dragonist@gmail.com>2019-01-01 17:07:52 -0600
commit15e47114175d7dd86cd6e774aff1d7872e87a647 (patch)
tree6bb64a158b56717ba4b5aaccc64108bffce00102 /src/stylesheets/Paper Light by 6788.qss
parentd8396bfa2cde422c7522b0e6a78b0d5ab2e218ac (diff)
parent5ad411cd47fc3193c6c87a745e41bd6c09b687ab (diff)
Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2
Diffstat (limited to 'src/stylesheets/Paper Light by 6788.qss')
-rw-r--r--src/stylesheets/Paper Light by 6788.qss38
1 files changed, 19 insertions, 19 deletions
diff --git a/src/stylesheets/Paper Light by 6788.qss b/src/stylesheets/Paper Light by 6788.qss
index 36585291..5e69b79d 100644
--- a/src/stylesheets/Paper Light by 6788.qss
+++ b/src/stylesheets/Paper Light by 6788.qss
@@ -680,10 +680,9 @@ QToolTip {
border-radius: 6px;
}
-/* Progress Bars (Downloads) */
+/* Progress Bars */
QProgressBar {
- /* progress bars when downloading */
background: #FFFFFF;
text-align: center;
border: 0px;
@@ -929,29 +928,30 @@ QSlider::handle:hover {
background: #EBEBEB;
}
-DownloadListWidget QFrame,
-DownloadListWidgetCompact,
-DownloadListWidgetCompact QLabel {
- /* an entry on the Downloads tab */
- background: #FFFFFF;
+DownloadListWidget[downloadView=standard]::item {
+ padding: 15px;
+ border-bottom: 2px solid #BBBBBB;
}
-DownloadListWidget #frame {
- /* outer box of an entry on the Downloads tab */
- border: none;
-}
-
-#installLabel {
- /* installed/done label */
- color: none;
+QProgressBar[downloadView=standard] {
+ background: transparent;
+ border: 2px solid gray;
+ border-radius: 8px;
+ margin: 4px 0px 6px 0px;
}
/* Compact Downloads View */
-DownloadListWidgetCompact,
-DownloadListWidgetCompact QLabel {
- /* an entry on the Downloads tab */
- background: #FFFFFF;
+DownloadListWidget[downloadView=compact]::item {
+ padding: 3px;
+ border-bottom: 2px solid #BBBBBB;
+}
+
+QProgressBar[downloadView=compact] {
+ background: transparent;
+ border: 2px solid gray;
+ border-radius: 8px;
+ margin: 1px 0px 3px 0px;
}
/* Categories Filter */