mirror of
https://github.com/eliboa/TegraRcmGUI.git
synced 2024-11-28 13:12:05 +00:00
17 lines
293 B
Text
17 lines
293 B
Text
QPushButton
|
|
{
|
|
background-color: rgb(0, 150, 136);
|
|
color: rgb(255, 255, 255);
|
|
border-radius: 10px;
|
|
}
|
|
QPushButton:pressed
|
|
{
|
|
color: rgb(0, 0, 0);
|
|
background-color: rgb(255, 255, 255);
|
|
}
|
|
QPushButton:hover
|
|
{
|
|
color: rgb(255, 255, 255);
|
|
background-color: rgb(150, 35, 0);
|
|
}
|
|
|