mirror of
https://github.com/eliboa/TegraRcmGUI.git
synced 2025-01-27 03:02:58 -03:00
18 lines
290 B
Text
18 lines
290 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);
|
|
}
|