2014-08-13 19:03:32 +04:00
|
|
|
QPushButton#green
|
|
|
|
{
|
|
|
|
background-color: transparent;
|
|
|
|
background-image: url(":/ui/volButton/volButton.png");
|
|
|
|
background-repeat: none;
|
|
|
|
border: none;
|
|
|
|
width: 25px;
|
2014-12-17 12:36:34 +01:00
|
|
|
height: 18px;
|
2014-08-13 19:03:32 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton#green:hover
|
|
|
|
{
|
|
|
|
background-image: url(":/ui/volButton/volButtonHover.png");
|
|
|
|
}
|
|
|
|
|
2014-10-28 13:50:30 +01:00
|
|
|
QPushButton#red
|
2014-08-13 19:03:32 +04:00
|
|
|
{
|
2014-10-28 13:50:30 +01:00
|
|
|
background-color: transparent;
|
|
|
|
background-image: url(":/ui/volButton/volButtonPressed.png");
|
|
|
|
background-repeat: none;
|
|
|
|
border: none;
|
|
|
|
width: 25px;
|
2014-12-17 12:36:34 +01:00
|
|
|
height: 18px;
|
2014-08-13 19:03:32 +04:00
|
|
|
}
|
|
|
|
|
2014-08-16 00:08:19 +04:00
|
|
|
QPushButton:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|