mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
38 lines
595 B
CSS
38 lines
595 B
CSS
|
GenericChatroomWidget
|
||
|
{
|
||
|
background-color: @mediumGrey;
|
||
|
}
|
||
|
|
||
|
GenericChatroomWidget[active="true"]
|
||
|
{
|
||
|
background-color: @white;
|
||
|
}
|
||
|
|
||
|
GenericChatroomWidget[active="false"]:hover
|
||
|
{
|
||
|
background-color: @mediumGreyLight;
|
||
|
}
|
||
|
|
||
|
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;
|
||
|
}
|