Add system theme colors for FloatingButton (#112)

pull/1/head
Konstantinos Sideris 7 years ago
parent ef0b0f6879
commit 3c5241ccd0
  1. 5
      resources/styles/system.qss

@ -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);

Loading…
Cancel
Save