Skip to content
Snippets Groups Projects
Commit c6cf6c2b authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Fix qss formatting

parent 42dac722
No related branches found
No related tags found
No related merge requests found
QLabel {
color: #333;
color: #333;
}
#chatPage, #chatPage > * { background-color: white; }
#chatPage,
#chatPage > * {
background-color: white;
}
TimelineView, TimelineView > * { background-color: white; }
TimelineView,
TimelineView > * {
background-color: white;
}
FlatButton { qproperty-foregroundColor: #333; }
FlatButton {
qproperty-foregroundColor: #333;
}
RaisedButton { qproperty-foregroundColor: white; }
RaisedButton {
qproperty-foregroundColor: white;
}
RoomInfoListItem
{
qproperty-highlightedBackgroundColor: #38A3D8;
qproperty-hoverBackgroundColor: rgba(200, 200, 200, 128);
qproperty-backgroundColor: white;
RoomInfoListItem {
qproperty-highlightedBackgroundColor: #38A3D8;
qproperty-hoverBackgroundColor: rgba(200, 200, 200, 128);
qproperty-backgroundColor: white;
qproperty-titleColor: #333;
qproperty-subtitleColor: #5d6565;
qproperty-titleColor: #333;
qproperty-subtitleColor: #5d6565;
qproperty-highlightedTitleColor: white;
qproperty-highlightedSubtitleColor: white;
qproperty-highlightedTitleColor: white;
qproperty-highlightedSubtitleColor: white;
}
#ChatPageLoadSpinner {
qproperty-color: #acc7dc;
qproperty-color: #acc7dc;
}
#FileUploadSpinner {
qproperty-color: #333;
qproperty-color: #333;
}
UserInfoWidget, UserInfoWidget > * {
background-color: #d6dde3;
color: #ebebeb;
background-color: #d6dde3;
color: #ebebeb;
}
UserSettingsPage {
......@@ -41,16 +50,16 @@ UserSettingsPage {
}
Avatar {
qproperty-textColor: black;
qproperty-backgroundColor: #eee;
qproperty-textColor: black;
qproperty-backgroundColor: #eee;
}
#displayNameLabel {
color: #171919;
color: #171919;
}
#userIdLabel {
color: #555459;
color: #555459;
}
LogoutDialog {
......
OverlayWidget, OverlayWidget > * {
background-color: palette(window);
OverlayWidget,
OverlayWidget > * {
background-color: palette(window);
}
#mainContent, #mainContent > * {
background-color: palette(base);
#mainContent,
#mainContent > * {
background-color: palette(base);
}
TimelineView, TimelineView > *, TimelineItem, TimelineItem > * {
background-color: palette(base);
TimelineView,
TimelineView > *,
TimelineItem,
TimelineItem > * {
background-color: palette(base);
}
FlatButton {
qproperty-foregroundColor: palette(text);
qproperty-foregroundColor: palette(text);
}
RoomInfoListItem {
qproperty-highlightedBackgroundColor: palette(highlight);
qproperty-hoverBackgroundColor: palette(dark);
qproperty-backgroundColor: palette(window);
qproperty-highlightedBackgroundColor: palette(highlight);
qproperty-hoverBackgroundColor: palette(dark);
qproperty-backgroundColor: palette(window);
qproperty-titleColor: palette(text);
qproperty-subtitleColor: palette(text);
qproperty-titleColor: palette(text);
qproperty-subtitleColor: palette(text);
qproperty-highlightedTitleColor: palette(text);
qproperty-highlightedSubtitleColor: palette(text);
qproperty-highlightedTitleColor: palette(text);
qproperty-highlightedSubtitleColor: palette(text);
}
LoadingIndicator {
qproperty-color: palette(text);
qproperty-color: palette(text);
}
#ChatPageLoadSpinner {
qproperty-color: #acc7dc;
qproperty-color: #acc7dc;
}
UserInfoWidget, UserInfoWidget > * {
background-color: palette(window);
UserInfoWidget,
UserInfoWidget > * {
background-color: palette(window);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment