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 afc77f63db
css styles for mainHead and mainContent in widget.cpp
fixes problems with ugly UI on non-standard system theme.
before: https://i.imgur.com/XJ0mbpi.png
after: https://imgur.com/a/UbgNz
2014-10-07 21:55:20 +02:00

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;
}