1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2024-11-24 19:22:04 +00:00
TegraRcmGUI/res/QPushButton.qss

19 lines
318 B
Text
Raw Permalink Normal View History

2020-06-24 19:31:54 +01:00
QPushButton
{
background-color: rgb(0, 150, 136);
color: rgb(255, 255, 255);
border-radius: 10px;
2020-12-11 11:46:53 +00:00
font: 75 8pt "Rubik";
2020-06-24 19:31:54 +01:00
}
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);
}