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

38 lines
591 B
CSS
Raw Normal View History

2014-10-01 22:17:09 +08:00
GenericChatroomWidget
{
2014-11-16 01:29:41 +08:00
background-color: @themeMedium;
2014-10-01 22:17:09 +08:00
}
GenericChatroomWidget[active="true"]
{
background-color: @white;
}
GenericChatroomWidget[active="false"]:hover
{
2014-11-16 01:29:41 +08:00
background-color: @themeLight;
2014-10-01 22:17:09 +08:00
}
GenericChatroomWidget[active="true"] > QLabel#status
{
font: @medium;
color: @mediumGrey;
}
GenericChatroomWidget[active="false"] > QLabel#status
{
font: @medium;
color: @lightGrey;
}
GenericChatroomWidget[active="true"] > QLabel#name
{
font: @big;
color: @darkGrey;
}
GenericChatroomWidget[active="false"] > QLabel#name
{
font: @big;
color: @white;
}