summary refs log tree commit diff
path: root/resources/styles
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-11 23:00:37 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-11 23:00:37 +0200
commit544b62351212188449851b7092cf229091c6f612 (patch)
treeb4201211717b25fc90819a1291e8a16373bd7aea /resources/styles
parentAdd system theme colors for FloatingButton (#112) (diff)
downloadnheko-544b62351212188449851b7092cf229091c6f612.tar.xz
Add dialog to create rooms
fixes #25
Diffstat (limited to 'resources/styles')
-rw-r--r--resources/styles/nheko-dark.qss1
-rw-r--r--resources/styles/nheko.qss1
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss
index 42ee6740..0fd519ea 100644
--- a/resources/styles/nheko-dark.qss
+++ b/resources/styles/nheko-dark.qss
@@ -79,6 +79,7 @@ Avatar {
 
 dialogs--Logout,
 dialogs--LeaveRoom,
+dialogs--CreateRoom,
 dialogs--InviteUsers,
 dialogs--JoinRoom {
     background-color: #383c4a;
diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss
index 6c592ac8..c55b64fb 100644
--- a/resources/styles/nheko.qss
+++ b/resources/styles/nheko.qss
@@ -81,6 +81,7 @@ Avatar {
 
 dialogs--Logout,
 dialogs--LeaveRoom,
+dialogs--CreateRoom,
 dialogs--InviteUsers,
 dialogs--JoinRoom {
     background-color: white;