Files
gotify-tray-customized/gotify_tray/gui/themes/dark_purple/style.qss
2022-11-02 19:31:56 +01:00

21 lines
323 B
Plaintext

QPushButton:!default:hover {
background: #441b85;
}
QPushButton:default:hover, QPushButton:checked:hover {
background: #441b85;
}
QToolTip {
color: #BFBFBF;
background-color: #5522a8;
}
MessageWidget QPushButton {
border: 0px;
}
MessageWidget QPushButton:!default:hover {
background: #7249b5;
}