2014-12-16 00:14:17 +08:00
|
|
|
QLineEdit {
|
2018-05-13 17:20:57 +08:00
|
|
|
color: @black;
|
|
|
|
background: white;
|
|
|
|
border: 0px;
|
2014-12-16 00:14:17 +08:00
|
|
|
}
|
|
|
|
|
2014-10-10 03:20:06 +08:00
|
|
|
#nameLabel {
|
2018-05-13 17:20:57 +08:00
|
|
|
color: @black;
|
|
|
|
font: @mediumBold;
|
|
|
|
font-size:12px;
|
2014-10-10 03:20:06 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#statusLabel {
|
2018-05-13 17:20:57 +08:00
|
|
|
color: @mediumGrey;
|
|
|
|
font: @medium;
|
|
|
|
font-size:12px;
|
2014-10-10 03:20:06 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#peersLabel {
|
2018-05-13 17:20:57 +08:00
|
|
|
color: @mediumGrey;
|
|
|
|
font: @medium;
|
|
|
|
font-size:12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QLabel[peerType="our"] {
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
QLabel[peerType="muted"] {
|
|
|
|
color: darkred;
|
|
|
|
}
|
|
|
|
|
|
|
|
QLabel[playingAudio="true"] {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
QMenu:disabled {
|
|
|
|
color: gray;
|
2014-10-10 03:20:06 +08:00
|
|
|
}
|