parent
2054aad975
commit
553a97c8bb
12 changed files with 412 additions and 0 deletions
|
|
@ -22,6 +22,11 @@ QuickSwitcher {
|
|||
background-color: #202228;
|
||||
}
|
||||
|
||||
PopupItem {
|
||||
background-color: #202228;
|
||||
qproperty-hoverColor: rgba(45, 49, 57, 120);
|
||||
}
|
||||
|
||||
RoomList,
|
||||
RoomList > * {
|
||||
background-color: #2d3139;
|
||||
|
|
|
|||
|
|
@ -22,6 +22,11 @@ QuickSwitcher {
|
|||
background-color: white;
|
||||
}
|
||||
|
||||
PopupItem {
|
||||
background-color: white;
|
||||
qproperty-hoverColor: rgba(192, 193, 195, 120);
|
||||
}
|
||||
|
||||
RoomList,
|
||||
RoomList > * {
|
||||
background-color: white;
|
||||
|
|
|
|||
|
|
@ -25,6 +25,11 @@ QuickSwitcher {
|
|||
background-color: palette(window);
|
||||
}
|
||||
|
||||
PopupItem {
|
||||
background-color: palette(window);
|
||||
qproperty-hoverColor: rgba(192, 193, 195, 120);
|
||||
}
|
||||
|
||||
FlatButton {
|
||||
qproperty-foregroundColor: palette(text);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue