summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-25 18:48:11 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-25 18:48:11 +0300
commit069f0a1fbd4adeb1587469debaea6e98985f987e (patch)
tree2fd17bea6896eac9f474041a3bf371c28584420d /resources/styles/nheko-dark.qss
parentbfdbd49e3e19f09ce064af7a594fb2723792285d (diff)
Use native scrollbar in the timeline
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r--resources/styles/nheko-dark.qss5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss
index 2729343c..d1a3eab2 100644
--- a/resources/styles/nheko-dark.qss
+++ b/resources/styles/nheko-dark.qss
@@ -17,6 +17,11 @@ QLabel {
TimelineView,
TimelineView > * {
background-color: #202228;
+ border: none;
+}
+
+#scroll_widget {
+ background-color: #202228;
}
QuickSwitcher {