2014-12-11 20:02:45 +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;
|
|
|
|
}
|
|
|
|
|
2014-12-11 20:02:45 +08:00
|
|
|
GenericChatroomWidget[active="false"]:hover
|
|
|
|
{
|
|
|
|
background-color: @themeLight;
|
|
|
|
}
|
|
|
|
|
|
|
|
GenericChatroomWidget[active="true"][compact="true"] > QLabel#status
|
|
|
|
{
|
|
|
|
font: @small;
|
|
|
|
color: @mediumGrey;
|
|
|
|
}
|
|
|
|
|
|
|
|
GenericChatroomWidget[active="false"][compact="true"] > QLabel#status
|
|
|
|
{
|
|
|
|
font: @small;
|
|
|
|
color: @lightGrey;
|
|
|
|
}
|
|
|
|
|
|
|
|
GenericChatroomWidget[active="true"][compact="true"] > QLabel#name
|
|
|
|
{
|
|
|
|
font: @medium;
|
|
|
|
color: @darkGrey;
|
|
|
|
}
|
2014-10-01 22:17:09 +08:00
|
|
|
|
2014-12-11 20:02:45 +08:00
|
|
|
GenericChatroomWidget[active="false"][compact="true"] > QLabel#name
|
|
|
|
{
|
|
|
|
font: @medium;
|
|
|
|
color: @white;
|
|
|
|
}
|
|
|
|
|
|
|
|
GenericChatroomWidget[active="true"][compact="false"] > QLabel#status
|
2014-10-01 22:17:09 +08:00
|
|
|
{
|
|
|
|
font: @medium;
|
|
|
|
color: @mediumGrey;
|
|
|
|
}
|
|
|
|
|
2014-12-11 20:02:45 +08:00
|
|
|
GenericChatroomWidget[active="false"][compact="false"] > QLabel#status
|
2014-10-01 22:17:09 +08:00
|
|
|
{
|
|
|
|
font: @medium;
|
|
|
|
color: @lightGrey;
|
|
|
|
}
|
|
|
|
|
2014-12-11 20:02:45 +08:00
|
|
|
GenericChatroomWidget[active="true"][compact="false"] > QLabel#name
|
2014-10-01 22:17:09 +08:00
|
|
|
{
|
|
|
|
font: @big;
|
|
|
|
color: @darkGrey;
|
|
|
|
}
|
|
|
|
|
2014-12-11 20:02:45 +08:00
|
|
|
GenericChatroomWidget[active="false"][compact="false"] > QLabel#name
|
2014-10-01 22:17:09 +08:00
|
|
|
{
|
|
|
|
font: @big;
|
|
|
|
color: @white;
|
2014-12-11 20:02:45 +08:00
|
|
|
}
|