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

28 lines
510 B
Text
Raw Permalink Normal View History

2020-06-24 19:30:39 +01:00
QFrame
{
border-radius: 10px;
border-color: rgb(0, 0, 0);
background-color: rgb(41, 41, 41);
color: rgb(0, 0, 0);
}
QLabel
{
border-radius: 0px;
2020-12-11 11:46:53 +00:00
font: 8pt "Rubik";
2020-06-24 19:31:54 +01:00
background-color: rgb(41, 41, 41);
color: rgb(255, 255, 255);
2020-06-24 19:30:39 +01:00
}
QLineEdit
{
border-color: rgb(0, 0, 0);
background-color: rgb(60, 60, 60);
2020-12-11 11:46:53 +00:00
font: 8pt "Rubik";
2020-06-24 19:30:39 +01:00
border-radius: 2px;
color: rgb(255, 255, 255);
2020-06-24 19:31:54 +01:00
}
QToolTip
{
background-color: rgb(30, 30, 30);
color: rgb(255, 255, 255);
}