mirror of
https://github.com/eliboa/TegraRcmGUI.git
synced 2024-11-25 03:32:05 +00:00
20 lines
No EOL
360 B
Text
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);
|
|
} |