1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/ui/settings/mainContent.css
2014-10-17 09:12:17 +02:00

47 lines
429 B
CSS

QWidget
{
color: black;
font: @big;
}
QCheckBox
{
color: black;
}
QGroupBox
{
background-color: white;
}
QGroupBox
{
color: black;
background-color: white;
font: @bigBold;
}
QComboBox
{
background-color: white;
}
QLineEdit
{
background-color: white;
}
QTabWidget
{
background-color: white;
}
QTabBar
{
background-color: white;
}
QScrollArea
{
background-color: white;
}