|
|
|
@ -31,7 +31,6 @@ UserMentionsWidget > * { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
QLineEdit, |
|
|
|
|
QListWidget, |
|
|
|
|
WelcomePage, |
|
|
|
|
LoginPage, |
|
|
|
|
RegisterPage, |
|
|
|
@ -160,7 +159,7 @@ CommunitiesListItem { |
|
|
|
|
qproperty-backgroundColor: #2d3139; |
|
|
|
|
|
|
|
|
|
qproperty-avatarBgColor: #202228; |
|
|
|
|
qproperty-avatarFgColor: white; |
|
|
|
|
qproperty-avatarFgColor: palette(window); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
LoadingIndicator { |
|
|
|
@ -177,11 +176,9 @@ UserInfoWidget { |
|
|
|
|
border-bottom: 1px solid #202228; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
QToolTip, |
|
|
|
|
QPushButton, |
|
|
|
|
QComboBox, |
|
|
|
|
QAbstractItemView, |
|
|
|
|
QMenu, |
|
|
|
|
QComboBox > * { |
|
|
|
|
background: white; |
|
|
|
|
color: #202228; |
|
|
|
@ -189,19 +186,13 @@ QComboBox > * { |
|
|
|
|
|
|
|
|
|
QComboBox:hover, |
|
|
|
|
QAbstractItemView::item:hover, |
|
|
|
|
QMenu::item:hover, |
|
|
|
|
QPushButton:hover { |
|
|
|
|
background: #38a3d8; |
|
|
|
|
selection-background-color: #38a3d8; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
QMenu::item { |
|
|
|
|
border: 1px solid transparent; /* reserve space for selection border */ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
QAbstractItemView::item:selected, |
|
|
|
|
QMenu::item:selected { |
|
|
|
|
QAbstractItemView::item:selected { |
|
|
|
|
border-color: darkblue; |
|
|
|
|
background: grey; |
|
|
|
|
} |
|
|
|
@ -267,6 +258,11 @@ Toggle { |
|
|
|
|
qproperty-trackColor: rgb(240, 240, 240); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
QListWidget { |
|
|
|
|
color: #caccd1; |
|
|
|
|
background-color: #202228; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
SnackBar { |
|
|
|
|
qproperty-textColor: #caccd1; |
|
|
|
|
qproperty-bgColor: #202228; |
|
|
|
|