1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2024-11-25 03:32:05 +00:00
TegraRcmGUI/res/QMainWindow.qss

24 lines
332 B
Text
Raw Normal View History

2020-06-24 19:30:39 +01:00
QMainWindow
{
background-color: rgb(30, 30, 30);
border-radius: 10px;
2020-06-24 19:31:54 +01:00
color: rgb(255, 255, 255);
}
QStatusBar
{
color: rgb(255, 255, 255);
}
QToolTip
{
background-color: rgb(30, 30, 30);
color: rgb(255, 255, 255);
}
QMessageBox QLabel
{
2020-06-24 19:31:54 +01:00
color: rgb(0, 0, 0);
}
QLabel
{
color: rgb(255, 255, 255);
}