mirror of
https://github.com/eliboa/TegraRcmGUI.git
synced 2025-02-17 22:15:36 +00:00
23 lines
332 B
Text
23 lines
332 B
Text
QMainWindow
|
|
{
|
|
background-color: rgb(30, 30, 30);
|
|
border-radius: 10px;
|
|
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
|
|
{
|
|
color: rgb(0, 0, 0);
|
|
}
|
|
QLabel
|
|
{
|
|
color: rgb(255, 255, 255);
|
|
}
|