summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-22 19:52:38 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-22 19:52:38 +0200
commit552941118bb7f94bfb3ff8c7f854380408c85ffe (patch)
tree123d371c27a1713cde1685c1ca3f0676e17e913c /resources
parentMerge branch 'theme' (diff)
downloadnheko-552941118bb7f94bfb3ff8c7f854380408c85ffe.tar.xz
Fix minor stylistic issues on the nheko theme
Diffstat (limited to 'resources')
-rw-r--r--resources/styles/nheko.qss35
1 files changed, 29 insertions, 6 deletions
diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss

index caaac6b9..76ff7b5e 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss
@@ -1,7 +1,3 @@ -* { - color: #333; -} - QLabel { color: #333; } @@ -10,8 +6,6 @@ QLabel { TimelineView, TimelineView > * { background-color: white; } -QMenu, QMenu > * { background-color: white; } - FlatButton { qproperty-foregroundColor: #333; } RaisedButton { qproperty-foregroundColor: white; } @@ -42,6 +36,10 @@ UserInfoWidget, UserInfoWidget > * { color: #ebebeb; } +UserSettingsPage { + background-color: white; +} + Avatar { qproperty-textColor: black; qproperty-backgroundColor: #eee; @@ -54,3 +52,28 @@ Avatar { #userIdLabel { color: #555459; } + +LogoutDialog { + background-color: white; + color: #333; +} + +LeaveRoomDialog { + background-color: white; + color: #333; +} + +WelcomePage { + background-color: white; + color: #333; +} + +LoginPage { + background-color: white; + color: #333; +} + +RegisterPage { + background-color: white; + color: #333; +}