summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-18 17:08:13 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-18 17:08:13 +0200
commitb70e09c7ec28b819701a12f07b6953eb66a12794 (patch)
tree99d14a770f793f36e209b34463e38285c50f8858 /resources/styles/nheko-dark.qss
parent7253dc2c54465c9bd5bd81c38b1bd8a4927864eb (diff)
Add border line above the text input
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r--resources/styles/nheko-dark.qss4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss
index f70fd8e2..441fa0a5 100644
--- a/resources/styles/nheko-dark.qss
+++ b/resources/styles/nheko-dark.qss
@@ -163,3 +163,7 @@ TopRoomBar {
border: none;
border-bottom: 1px solid #414A59;
}
+
+TextInputWidget {
+ qproperty-borderColor: #414A59;
+}