mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
24 lines
312 B
CSS
24 lines
312 B
CSS
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;
|
|
}
|