mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
36 lines
496 B
CSS
36 lines
496 B
CSS
QPushButton[update-available=true]
|
|
{
|
|
background-color: #115508;
|
|
border: none;
|
|
}
|
|
|
|
QPushButton:hover[update-available=true]
|
|
{
|
|
background-color: #19780b;
|
|
border: none;
|
|
}
|
|
|
|
QPushButton
|
|
{
|
|
background-color: @themeDark;
|
|
border: none;
|
|
}
|
|
|
|
QPushButton:hover
|
|
{
|
|
background-color: @themeMediumDark;
|
|
border: none;
|
|
}
|
|
|
|
QPushButton:checked
|
|
{
|
|
background-color: @themeMedium;
|
|
border: none;
|
|
}
|
|
|
|
QPushButton:pressed
|
|
{
|
|
background-color: @themeMediumLight;
|
|
border: none;
|
|
}
|