mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
14ea88c070
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.
41 lines
390 B
CSS
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;
|
|
}
|