summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-19 22:42:26 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-19 22:42:26 +0300
commit1716502eff3e5108f05aba8acbabd5c9287d624c (patch)
treefe16cfce143a3350c1b1453edf47adbb5e13f665 /resources/styles/nheko-dark.qss
parentf108b8b915a16cb11a1135bf80c6c8e2bef96c0c (diff)
Improvements on the system theme
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r--resources/styles/nheko-dark.qss12
1 files changed, 8 insertions, 4 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss
index d4dca17c..b203ad22 100644
--- a/resources/styles/nheko-dark.qss
+++ b/resources/styles/nheko-dark.qss
@@ -129,7 +129,7 @@ UserInfoWidget, UserInfoWidget > * {
UserInfoWidget {
border: none;
- qproperty-borderColor: #202228;
+ border-bottom: 1px solid #202228;
}
UserSettingsPage {
@@ -214,13 +214,13 @@ ScrollBar {
SideBarActions {
border: none;
- qproperty-borderColor: #202228;
+ border-top: 1px solid #202228;
background-color: #2d3139;
}
TopRoomBar {
border: none;
- qproperty-borderColor: #202228;
+ border-bottom: 1px solid #202228;
background-color: #2d3139;
}
@@ -229,10 +229,14 @@ QLineEdit {
color: #caccd1;
}
+TextInputWidget {
+ border: none;
+ border-top: 1px solid #2d3139;
+}
+
TextInputWidget,
TextInputWidget > QTextEdit,
TextInputWidget > QLineEdit {
- qproperty-borderColor: #202228;
background-color: #2d3139;
color: #caccd1;
}