27 lines
739 B
Plaintext
27 lines
739 B
Plaintext
MinimizeButton {
|
|
qproperty-normalColor: white;
|
|
qproperty-normalBackgroundColor: transparent;
|
|
qproperty-hoverColor: white;
|
|
qproperty-hoverBackgroundColor: rgba(255, 255, 255, 26);
|
|
qproperty-pressedColor: white;
|
|
qproperty-pressedBackgroundColor: rgba(255, 255, 255, 51)
|
|
}
|
|
|
|
|
|
MaximizeButton {
|
|
qproperty-normalColor: white;
|
|
qproperty-normalBackgroundColor: transparent;
|
|
qproperty-hoverColor: white;
|
|
qproperty-hoverBackgroundColor: rgba(255, 255, 255, 26);
|
|
qproperty-pressedColor: white;
|
|
qproperty-pressedBackgroundColor: rgba(255, 255, 255, 51)
|
|
}
|
|
|
|
CloseButton {
|
|
qproperty-normalColor: white;
|
|
qproperty-normalBackgroundColor: transparent;
|
|
}
|
|
|
|
StandardTitleBar > QLabel {
|
|
color: white;
|
|
} |