summary refs log tree commit diff
path: root/resources/styles
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-16 20:40:42 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-16 20:41:15 +0300
commit340c9ab9dea64c2622104ffd28aefaf67e14c8fb (patch)
tree558f5c899528900572322f376993cce882492f7b /resources/styles
parentInitial Russian translate (#318) (diff)
downloadnheko-340c9ab9dea64c2622104ffd28aefaf67e14c8fb.tar.xz
Add menu to modify the name & topic of the room
fixes #235
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 35b4cd10..34538203 100644 --- a/resources/styles/nheko-dark.qss +++ b/resources/styles/nheko-dark.qss
@@ -148,6 +148,7 @@ dialogs--MemberList, dialogs--PreviewUploadOverlay, dialogs--CreateRoom > QLineEdit, dialogs--InviteUsers > QLineEdit, +EditModal, dialogs--JoinRoom > QLineEdit { background-color: #202228; color: #caccd1; diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss
index dbc8d1e0..125c34ff 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss
@@ -148,6 +148,7 @@ dialogs--ReadReceipts, dialogs--MemberList, dialogs--JoinRoom, dialogs--PreviewUploadOverlay, +EditModal, QListWidget { background-color: white; color: #333;