mirror of https://github.com/qTox/qTox.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
595 B
38 lines
595 B
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; |
|
} |