nheko/resources/styles/system.qss

40 lines
703 B
Plaintext
Raw Normal View History

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