added errored button

This commit is contained in:
Jakub Trllo 2023-01-05 19:37:12 +01:00
parent ad99133cf0
commit 75fefd6ae2

View file

@ -148,6 +148,10 @@ QPushButton::menu-indicator {
padding-right: 5px;
}
QPushButton[state="error"] {
background: {color:publisher:error};
}
QToolButton {
border: 0px solid transparent;
background: {color:bg-buttons};