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

43 lines
474 B
CSS
Raw Normal View History

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