matrixion/resources/styles/system.qss

40 lines
703 B
Text
Raw Normal View History

2018-09-19 22:42:26 +03:00
TextInputWidget {
2018-01-15 22:04:49 +03:00
border: none;
2018-09-19 22:42:26 +03:00
}
PopupItem {
2018-09-19 22:42:26 +03:00
qproperty-hoverColor: palette(base);
}
FlatButton {
2017-11-23 17:25:58 +03:00
qproperty-foregroundColor: palette(text);
}
2017-11-25 16:14:37 +03:00
RaisedButton {
qproperty-foregroundColor: palette(button-text);
2017-11-25 16:14:37 +03:00
}
TextField {
qproperty-backgroundColor: palette(window);
}
2018-09-19 22:42:26 +03:00
QTextEdit,
QLineEdit,
QListWidget {
2017-11-25 16:14:37 +03:00
background-color: palette(window);
}
FloatingButton {
2018-09-19 22:42:26 +03:00
qproperty-backgroundColor: palette(base);
qproperty-foregroundColor: palette(text);
}
2018-09-19 22:42:26 +03:00
Toggle {
qproperty-activeColor: palette(highlight);
qproperty-disabledColor: palette(dark);
qproperty-inactiveColor: palette(mid);
qproperty-trackColor: palette(base);
}
QSplitter::handle { image: none; }