2018-08-10 13:19:34 +08:00
|
|
|
QLineEdit
|
|
|
|
{
|
2019-02-22 18:01:43 +02:00
|
|
|
color: @mainText;
|
2018-05-13 09:20:57 +00:00
|
|
|
background: white;
|
|
|
|
border: 0px;
|
2014-12-15 17:14:17 +01:00
|
|
|
}
|
|
|
|
|
2018-08-10 13:19:34 +08:00
|
|
|
#nameLabel
|
|
|
|
{
|
2019-02-22 18:01:43 +02:00
|
|
|
color: @mainText;
|
2018-05-13 09:20:57 +00:00
|
|
|
font: @mediumBold;
|
|
|
|
font-size:12px;
|
2014-10-09 21:20:06 +02:00
|
|
|
}
|
|
|
|
|
2018-08-10 13:19:34 +08:00
|
|
|
#statusLabel
|
|
|
|
{
|
2019-02-22 18:01:43 +02:00
|
|
|
color: @statusActive;
|
2018-05-13 09:20:57 +00:00
|
|
|
font: @medium;
|
|
|
|
font-size:12px;
|
2014-10-09 21:20:06 +02:00
|
|
|
}
|
|
|
|
|
2018-08-10 13:19:34 +08:00
|
|
|
#peersLabel
|
|
|
|
{
|
2019-02-22 18:01:43 +02:00
|
|
|
color: @statusActive;
|
2018-05-13 09:20:57 +00:00
|
|
|
font: @medium;
|
|
|
|
font-size:12px;
|
|
|
|
}
|
|
|
|
|
2018-08-10 13:19:34 +08:00
|
|
|
QLabel[peerType="our"]
|
|
|
|
{
|
2018-05-13 09:20:57 +00:00
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
2018-08-10 13:19:34 +08:00
|
|
|
QLabel[peerType="muted"]
|
|
|
|
{
|
2018-05-13 09:20:57 +00:00
|
|
|
color: darkred;
|
|
|
|
}
|
|
|
|
|
2018-08-10 13:19:34 +08:00
|
|
|
QLabel[playingAudio="true"]
|
|
|
|
{
|
2018-05-13 09:20:57 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|