[minor] stylesheet changes

This commit is contained in:
Marcel Paffrath 2017-09-11 16:01:03 +02:00
parent ed915f29df
commit c23fc0f303
2 changed files with 12 additions and 0 deletions

View File

@ -133,6 +133,12 @@ border-radius: 2px;
QPushButton:pressed{ QPushButton:pressed{
background-color: rgba(230, 230, 230, 255); background-color: rgba(230, 230, 230, 255);
border-style: inset;
}
QPushButton:checked{
background-color: rgba(230, 230, 230, 255);
border-style: inset;
} }
*:disabled{ *:disabled{

View File

@ -132,6 +132,12 @@ border-radius: 2px;
QPushButton:pressed{ 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)); 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{ *:disabled{