summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Starecki <krzysztof.starecki@gmail.com>2018-12-31 19:35:52 +0100
committerKrzysztof Starecki <krzysztof.starecki@gmail.com>2018-12-31 19:35:52 +0100
commitf3ee7a0566a92037223c8528340d697a6ef2499e (patch)
treea4075c8e4e7561c7000f2c3185207731f4d6408c
parent527b310ef3eb88e9fd5e6473984e8679d125c853 (diff)
Port the 'Night Eyes' theme
-rw-r--r--src/stylesheets/Night Eyes.qss16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/stylesheets/Night Eyes.qss b/src/stylesheets/Night Eyes.qss
index e9bb6c44..860f1283 100644
--- a/src/stylesheets/Night Eyes.qss
+++ b/src/stylesheets/Night Eyes.qss
@@ -648,3 +648,19 @@ DownloadListWidgetCompact QLabel
background: #141414;
padding: 4px;
}
+
+DownloadListWidget[downloadView=standard]::item {
+ padding: 16px;
+}
+
+DownloadListWidget[downloadView=compact]::item {
+ padding: 4px;
+}
+
+QProgressBar
+{
+ border: 2px solid grey;
+ border-radius: 5px;
+ text-align: center;
+ margin: 0px;
+} \ No newline at end of file