1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/ui/chatArea/chatHead.css

40 lines
501 B
CSS
Raw Normal View History

QLineEdit {
color: @black;
background: white;
border: 0px;
}
2014-10-10 03:20:06 +08:00
#nameLabel {
color: @black;
font: @mediumBold;
font-size:12px;
2014-10-10 03:20:06 +08:00
}
#statusLabel {
color: @mediumGrey;
font: @medium;
font-size:12px;
2014-10-10 03:20:06 +08:00
}
#peersLabel {
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
}