summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-10 15:22:01 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-10 15:22:01 +0200
commit19bae2a2e63cc520d25a50658a3d923e083c0098 (patch)
tree781d97e9ef826331b63322f31cc47152aa29326b /resources
parentAdd debug info on travis builds (diff)
downloadnheko-19bae2a2e63cc520d25a50658a3d923e083c0098.tar.xz
Add gui option for joining rooms (#25)
Diffstat (limited to 'resources')
-rw-r--r--resources/styles/nheko-dark.qss4
-rw-r--r--resources/styles/nheko.qss9
2 files changed, 11 insertions, 2 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss

index 84e21f8a..5704fee1 100644 --- a/resources/styles/nheko-dark.qss +++ b/resources/styles/nheko-dark.qss
@@ -78,7 +78,8 @@ Avatar { } dialogs--Logout, -dialogs--LeaveRoom { +dialogs--LeaveRoom, +dialogs--JoinRoom { background-color: #383c4a; color: #caccd1; } @@ -110,6 +111,7 @@ FloatingButton { TextField { qproperty-backgroundColor: #383c4e; qproperty-inkColor: #caccd1; + qproperty-labelColor: #caccd1; } QLineEdit, diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss
index 115e4a2a..8ffe625b 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss
@@ -80,7 +80,8 @@ Avatar { } dialogs--Logout, -dialogs--LeaveRoom { +dialogs--LeaveRoom, +dialogs--JoinRoom { background-color: white; color: #333; } @@ -109,6 +110,12 @@ FloatingButton { qproperty-foregroundColor: black; } +TextField { + qproperty-backgroundColor: white; + qproperty-inkColor: #333; + qproperty-labelColor: #333; +} + ScrollBar { qproperty-handleColor: #ccc; qproperty-backgroundColor: #efefef;