|
|
@ -78,9 +78,11 @@ TypingDisplay { |
|
|
|
|
|
|
|
|
|
|
|
CommunitiesList, |
|
|
|
CommunitiesList, |
|
|
|
CommunitiesList > * { |
|
|
|
CommunitiesList > * { |
|
|
|
|
|
|
|
border-style: none; |
|
|
|
background-color: #2d3139; |
|
|
|
background-color: #2d3139; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FlatButton { |
|
|
|
FlatButton { |
|
|
|
qproperty-foregroundColor: #727274; |
|
|
|
qproperty-foregroundColor: #727274; |
|
|
|
qproperty-backgroundColor: #333; |
|
|
|
qproperty-backgroundColor: #333; |
|
|
@ -193,6 +195,10 @@ UserSettingsPage { |
|
|
|
background-color: #202228; |
|
|
|
background-color: #202228; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#UserSettingScrollWidget > QComboBox { |
|
|
|
|
|
|
|
color: #202228; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Avatar { |
|
|
|
Avatar { |
|
|
|
qproperty-textColor: white; |
|
|
|
qproperty-textColor: white; |
|
|
|
qproperty-backgroundColor: #2d3139; |
|
|
|
qproperty-backgroundColor: #2d3139; |
|
|
|