mirror of https://github.com/qTox/qTox.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
429 B
47 lines
429 B
QWidget |
|
{ |
|
color: black; |
|
font: @big; |
|
} |
|
|
|
QCheckBox |
|
{ |
|
color: black; |
|
} |
|
|
|
QGroupBox |
|
{ |
|
background-color: white; |
|
} |
|
|
|
QGroupBox |
|
{ |
|
color: black; |
|
background-color: white; |
|
font: @bigBold; |
|
} |
|
|
|
QComboBox |
|
{ |
|
background-color: white; |
|
} |
|
|
|
QLineEdit |
|
{ |
|
background-color: white; |
|
} |
|
|
|
QTabWidget |
|
{ |
|
background-color: white; |
|
} |
|
|
|
QTabBar |
|
{ |
|
background-color: white; |
|
} |
|
|
|
QScrollArea |
|
{ |
|
background-color: white; |
|
} |