mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
ca9a9b79cb
reason is blinking
24 lines
430 B
CSS
24 lines
430 B
CSS
QPushButton#green
|
|
{
|
|
background-color: transparent;
|
|
background-image: url(":/ui/volButton/volButton.png");
|
|
background-repeat: none;
|
|
border: none;
|
|
width: 25px;
|
|
height: 20px;
|
|
}
|
|
|
|
QPushButton#green:hover
|
|
{
|
|
background-image: url(":/ui/volButton/volButtonHover.png");
|
|
}
|
|
|
|
QPushButton#green:pressed
|
|
{
|
|
background-image: url(":/ui/volButton/volButtonPressed.png");
|
|
}
|
|
|
|
QPushButton:focus {
|
|
outline: none;
|
|
}
|