mirror of
https://github.com/eliboa/TegraRcmGUI.git
synced 2024-11-24 19:22:04 +00:00
20 lines
425 B
Text
20 lines
425 B
Text
QPushButton
|
|
{
|
|
background-color: rgba(255, 255, 255, 0);
|
|
color: rgb(160, 160, 160);
|
|
border-radius: 10px;
|
|
border: 1px solid rgb(160, 160, 160);
|
|
font: 75 8pt "Rubik";
|
|
}
|
|
QPushButton:pressed
|
|
{
|
|
color: rgb(160, 160, 160);
|
|
background-color: rgba(255, 255, 255, 0);
|
|
}
|
|
QPushButton:hover
|
|
{
|
|
color: rgb(255, 255, 255);
|
|
background-color: rgba(255, 255, 255, 25);
|
|
border: 1px solid rgb(255, 255, 255);
|
|
}
|
|
|