summary refs log tree commit diff
path: root/resources/styles
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
parentAlign timeline widgets to the bottom (diff)
downloadnheko-069f0a1fbd4adeb1587469debaea6e98985f987e.tar.xz
Use native scrollbar in the timeline
Diffstat (limited to 'resources/styles')
-rw-r--r--resources/styles/nheko-dark.qss5
-rw-r--r--resources/styles/nheko.qss5
-rw-r--r--resources/styles/system.qss1
3 files changed, 11 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 {
diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss
index 163832bd..a446d1da 100644
--- a/resources/styles/nheko.qss
+++ b/resources/styles/nheko.qss
@@ -17,6 +17,11 @@ QLabel {
 TimelineView,
 TimelineView > * {
     background-color: white;
+    border: none;
+}
+
+#scroll_widget {
+    background-color: white;
 }
 
 QuickSwitcher {
diff --git a/resources/styles/system.qss b/resources/styles/system.qss
index 986d2874..5f29a733 100644
--- a/resources/styles/system.qss
+++ b/resources/styles/system.qss
@@ -19,6 +19,7 @@ TimelineView > *,
 TimelineItem,
 TimelineItem > * {
     background-color: palette(window);
+    border: none;
 }
 
 QuickSwitcher {