summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-30 21:41:47 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-30 21:41:47 +0300
commit3097037c3dc882be2efe64dce6aefeea43d5f040 (patch)
tree1e3375fbd423c3bd18513e6d2a502b7fa1e4cfb8 /resources
parentShow room tooltips when the sidebar is collapsed (diff)
downloadnheko-3097037c3dc882be2efe64dce6aefeea43d5f040.tar.xz
Add prototype room settings menu
Diffstat (limited to 'resources')
-rw-r--r--resources/styles/nheko-dark.qss5
-rw-r--r--resources/styles/nheko.qss5
2 files changed, 10 insertions, 0 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss

index 28850711..89582348 100644 --- a/resources/styles/nheko-dark.qss +++ b/resources/styles/nheko-dark.qss
@@ -136,6 +136,7 @@ dialogs--Logout, dialogs--ReCaptcha, dialogs--LeaveRoom, dialogs--CreateRoom, +dialogs--RoomSettings, dialogs--InviteUsers, dialogs--ReadReceipts, dialogs--JoinRoom, @@ -147,6 +148,10 @@ dialogs--JoinRoom > QLineEdit { color: #caccd1; } +TopSection { + qproperty-textColor: #caccd1; +} + QListWidget, WelcomePage, LoginPage, diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss
index e1cb839f..6538a780 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss
@@ -138,6 +138,7 @@ dialogs--Logout, dialogs--ReCaptcha, dialogs--LeaveRoom, dialogs--CreateRoom, +dialogs--RoomSettings, dialogs--InviteUsers, dialogs--ReadReceipts, dialogs--JoinRoom, @@ -147,6 +148,10 @@ QListWidget { color: #333; } +TopSection { + qproperty-textColor: #333; +} + WelcomePage, LoginPage, RegisterPage {