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

47 lines
429 B
CSS
Raw Normal View History

2014-10-15 23:08:31 +08:00
QWidget
{
color: black;
2014-10-15 23:08:31 +08:00
font: @big;
}
2014-10-15 23:08:31 +08:00
QCheckBox
{
color: black;
}
QGroupBox
{
background-color: white;
}
2014-10-15 23:08:31 +08:00
QGroupBox
{
color: black;
background-color: white;
2014-10-15 23:08:31 +08:00
font: @bigBold;
}
QComboBox
{
background-color: white;
}
2014-10-16 23:25:48 +08:00
QLineEdit
{
background-color: white;
}
QTabWidget
{
2014-10-16 23:25:48 +08:00
background-color: white;
}
2014-10-16 23:25:48 +08:00
QTabBar
{
2014-10-16 23:25:48 +08:00
background-color: white;
}
2014-10-16 23:25:48 +08:00
QScrollArea
{
background-color: white;
}