summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
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/styles/nheko-dark.qss
parentb70e09c7ec28b819701a12f07b6953eb66a12794 (diff)
Add border in community list & minor refactorings (#204)
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r--resources/styles/nheko-dark.qss7
1 files changed, 4 insertions, 3 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 {