2014-12-11 13:02:45 +01:00
|
|
|
GenericChatroomWidget
|
|
|
|
{
|
2014-11-15 18:29:41 +01:00
|
|
|
background-color: @themeMedium;
|
2014-10-01 16:17:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
GenericChatroomWidget[active="true"]
|
|
|
|
{
|
|
|
|
background-color: @white;
|
|
|
|
}
|
|
|
|
|
2014-12-11 13:02:45 +01: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 16:17:09 +02:00
|
|
|
|
2014-12-11 13:02:45 +01:00
|
|
|
GenericChatroomWidget[active="false"][compact="true"] > QLabel#name
|
|
|
|
{
|
|
|
|
font: @medium;
|
|
|
|
color: @white;
|
|
|
|
}
|
|
|
|
|
|
|
|
GenericChatroomWidget[active="true"][compact="false"] > QLabel#status
|
2014-10-01 16:17:09 +02:00
|
|
|
{
|
|
|
|
font: @medium;
|
|
|
|
color: @mediumGrey;
|
|
|
|
}
|
|
|
|
|
2014-12-11 13:02:45 +01:00
|
|
|
GenericChatroomWidget[active="false"][compact="false"] > QLabel#status
|
2014-10-01 16:17:09 +02:00
|
|
|
{
|
|
|
|
font: @medium;
|
|
|
|
color: @lightGrey;
|
|
|
|
}
|
|
|
|
|
2014-12-11 13:02:45 +01:00
|
|
|
GenericChatroomWidget[active="true"][compact="false"] > QLabel#name
|
2014-10-01 16:17:09 +02:00
|
|
|
{
|
|
|
|
font: @big;
|
|
|
|
color: @darkGrey;
|
|
|
|
}
|
|
|
|
|
2014-12-11 13:02:45 +01:00
|
|
|
GenericChatroomWidget[active="false"][compact="false"] > QLabel#name
|
2014-10-01 16:17:09 +02:00
|
|
|
{
|
|
|
|
font: @big;
|
|
|
|
color: @white;
|
2014-12-11 13:02:45 +01:00
|
|
|
}
|