1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/ui/settings/mainContent.css
agilob 14ea88c070 style selector
Unfortunately Qt developers removed some old native skins from support, only 3 skins are supported on Linux.
Number of native skins depends on OS and Qt built system.
2014-10-16 15:18:19 +02:00

41 lines
390 B
CSS

QCheckBox
{
color: black;
}
QLabel
{
color: black;
}
QGroupBox::title
{
color: black;
}
QGroupBox
{
background-color: white;
}
QWidget
{
color: black;
background-color: white;
}
QComboBox
{
background-color: white;
}
QComboBox:on QComboBox:off QComboBox:drop-down
{
background: rgba(18, 18, 18, 204);
}
QComboBox:active
{
background: white;
}