Add system theme colors for FloatingButton (#112)

This commit is contained in:
Konstantinos Sideris 2017-12-11 13:45:37 +02:00
parent ef0b0f6879
commit 3c5241ccd0
1 changed files with 5 additions and 0 deletions

View File

@ -90,6 +90,11 @@ ScrollBar {
qproperty-backgroundColor: palette(window);
}
FloatingButton {
qproperty-backgroundColor: palette(window);
qproperty-foregroundColor: palette(text);
}
QListWidget {
background-color: palette(window);
color: palette(text);