summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-04-11 22:38:12 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-04-11 22:38:12 +0200
commit2b24a978e12eaeaa5cf3f71d31331d1990310f1e (patch)
tree3d1b0a6a318e3b94875303be0cf19e01105421a2 /resources
parentClear notifications when event is read (diff)
downloadnheko-2b24a978e12eaeaa5cf3f71d31331d1990310f1e.tar.xz
Mid color is used for scrollbars it seems
Diffstat (limited to 'resources')
-rw-r--r--resources/styles/nheko-dark.qss5
-rw-r--r--resources/styles/nheko.qss5
2 files changed, 0 insertions, 10 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss

index 875a3828..3676f874 100644 --- a/resources/styles/nheko-dark.qss +++ b/resources/styles/nheko-dark.qss
@@ -205,11 +205,6 @@ TextField { qproperty-labelColor: #caccd1; } -ScrollBar { - qproperty-handleColor: #2d3139; - qproperty-backgroundColor: #202228; -} - SideBarActions, TopRoomBar { diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss
index 51e5d64e..8604ad30 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss
@@ -236,11 +236,6 @@ TextInputWidget { border-top: 1px solid #dcdcdc; } -ScrollBar { - qproperty-handleColor: #ccc; - qproperty-backgroundColor: #efefef; -} - SideBarActions { border: none; border-top: 1px solid #dcdcdc;