mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
15 lines
119 B
CSS
15 lines
119 B
CSS
QLabel
|
|
{
|
|
color: @mainText;
|
|
}
|
|
|
|
QLabel:disabled
|
|
{
|
|
color: #2d2b2b;
|
|
}
|
|
|
|
QLabel[state="red"]
|
|
{
|
|
color: #e84747;
|
|
}
|