1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2024-11-28 13:12:05 +00:00
TegraRcmGUI/res/QPushButton_light.qss

21 lines
425 B
Text
Raw Normal View History

2020-12-11 11:46:53 +00:00
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);
}