[minor] stylesheet changes
This commit is contained in:
parent
ed915f29df
commit
c23fc0f303
@ -133,6 +133,12 @@ border-radius: 2px;
|
||||
|
||||
QPushButton:pressed{
|
||||
background-color: rgba(230, 230, 230, 255);
|
||||
border-style: inset;
|
||||
}
|
||||
|
||||
QPushButton:checked{
|
||||
background-color: rgba(230, 230, 230, 255);
|
||||
border-style: inset;
|
||||
}
|
||||
|
||||
*:disabled{
|
||||
|
@ -132,6 +132,12 @@ border-radius: 2px;
|
||||
|
||||
QPushButton:pressed{
|
||||
background-color: qlineargradient(spread:reflect, x1:0, y1:0, x2:0, y2:0.5, stop:0 rgba(80, 80, 90, 255), stop:1 rgba(70, 70, 80, 255));
|
||||
border-style: inset;
|
||||
}
|
||||
|
||||
QPushButton:checked{
|
||||
background-color: qlineargradient(spread:reflect, x1:0, y1:0, x2:0, y2:0.5, stop:0 rgba(80, 80, 90, 255), stop:1 rgba(70, 70, 80, 255));
|
||||
border-style: inset;
|
||||
}
|
||||
|
||||
*:disabled{
|
||||
|
Loading…
Reference in New Issue
Block a user