1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2024-11-25 03:32:05 +00:00
TegraRcmGUI/res/QFrame_titleBar.qss
2020-06-24 20:30:39 +02:00

20 lines
No EOL
360 B
Text

QFrame
{
border-radius:0px;
background-color: rgb(60, 60, 60);
border-bottom: 1px solid #37373D;
}
QLabel
{
border-radius: 0px;
font: 12pt "Calibri";
color: rgb(255, 255, 255);
border:0px;
}
QPushButton
{
border-radius: 10px;
font: 75 8pt "MS Shell Dlg 2";
color: rgb(255, 255, 255);
background-color: rgb(0, 0, 0);
}