This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.

25 lines
389 B
CSS

QWidget {
background-color: #444444;
color: white;
}
QLabel[labelClass="label-title"] {
color: #58a5cc;
font-weight: bold;
font-size:25px;
}
QComboBox:disabled {
background-color:#272727;
color: #444444;
}
QCheckBox:disabled {
background-color:#272727;
color: #444444;
}
QPushButton:disabled {
background-color:#272727;
color: #444444;
}