summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-18 17:38:57 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-18 17:38:57 +0200
commit48ee36f6b2bcb9d25eec298dda2e77878ab321e1 (patch)
treecc85c82b2f290f68c33f011cb0f1652356d149f0 /resources
parentAdd border line above the text input (diff)
downloadnheko-48ee36f6b2bcb9d25eec298dda2e77878ab321e1.tar.xz
Add border in community list & minor refactorings (#204)
Diffstat (limited to 'resources')
-rw-r--r--resources/styles/nheko-dark.qss7
-rw-r--r--resources/styles/nheko.qss7
-rw-r--r--resources/styles/system.qss20
3 files changed, 9 insertions, 25 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss

index 441fa0a5..99ca6c9b 100644 --- a/resources/styles/nheko-dark.qss +++ b/resources/styles/nheko-dark.qss
@@ -10,6 +10,7 @@ QLabel { #sideBar { border: none; border-right: 1px solid #414A59; + border-left: 1px solid #414A59; } TimelineView, @@ -80,7 +81,7 @@ UserInfoWidget, UserInfoWidget > * { UserInfoWidget { border: none; - border-bottom: 1px solid #414A59; + qproperty-borderColor: #414A59; } UserSettingsPage { @@ -156,12 +157,12 @@ ScrollBar { SideBarActions { border: none; - border-top: 1px solid #414A59; + qproperty-borderColor: #414A59; } TopRoomBar { border: none; - border-bottom: 1px solid #414A59; + qproperty-borderColor: #414A59; } TextInputWidget { diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss
index a937b84e..849bcd6a 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss
@@ -10,6 +10,7 @@ QLabel { #sideBar { border: none; border-right: 1px solid #dcdcdc; + border-left: 1px solid #dcdcdc; } TimelineView, @@ -83,7 +84,7 @@ UserInfoWidget, UserInfoWidget > * { UserInfoWidget { border: none; - border-bottom: 1px solid #dcdcdc; + qproperty-borderColor: #dcdcdc; } UserSettingsPage { @@ -157,10 +158,10 @@ ScrollBar { SideBarActions { border: none; - border-top: 1px solid #dcdcdc; + qproperty-borderColor: #dcdcdc; } TopRoomBar { border: none; - border-bottom: 1px solid #dcdcdc; + qproperty-borderColor: #dcdcdc; } diff --git a/resources/styles/system.qss b/resources/styles/system.qss
index 21f11cc2..9f3ad240 100644 --- a/resources/styles/system.qss +++ b/resources/styles/system.qss
@@ -11,6 +11,7 @@ OverlayWidget > * { #sideBar { border: none; border-right: 1px solid palette(text); + border-left: 1px solid palette(text); } TimelineView, @@ -84,11 +85,6 @@ UserInfoWidget > * { background-color: palette(window); } -UserInfoWidget { - border: none; - border-bottom: 1px solid palette(text); -} - emoji--Category, emoji--Category > * { background-color: palette(window); @@ -118,17 +114,3 @@ QListWidget { background-color: palette(window); color: palette(text); } - -SideBarActions { - border: none; - border-top: 1px solid palette(text); -} - -TopRoomBar { - border: none; - border-bottom: 1px solid palette(text); -} - -TextInputWidget { - qproperty-borderColor: palette(text); -}