From 19bae2a2e63cc520d25a50658a3d923e083c0098 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sun, 10 Dec 2017 15:22:01 +0200 Subject: Add gui option for joining rooms (#25) --- resources/styles/nheko-dark.qss | 4 +++- resources/styles/nheko.qss | 9 ++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'resources/styles') 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; -- cgit 1.5.1