mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
37 lines
371 B
CSS
37 lines
371 B
CSS
|
QCheckBox
|
||
|
{
|
||
|
color: black;
|
||
|
}
|
||
|
|
||
|
QLabel
|
||
|
{
|
||
|
color: black;
|
||
|
}
|
||
|
|
||
|
QGroupBox::title
|
||
|
{
|
||
|
color: black;
|
||
|
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;
|
||
|
}
|