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.
62 lines
1.1 KiB
62 lines
1.1 KiB
GenericChatroomWidget |
|
{ |
|
background-color: @themeMedium; |
|
} |
|
|
|
GenericChatroomWidget[active="true"] |
|
{ |
|
background-color: @white; |
|
} |
|
|
|
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; |
|
} |
|
|
|
GenericChatroomWidget[active="false"][compact="true"] > QLabel#name |
|
{ |
|
font: @medium; |
|
color: @white; |
|
} |
|
|
|
GenericChatroomWidget[active="true"][compact="false"] > QLabel#status |
|
{ |
|
font: @medium; |
|
color: @mediumGrey; |
|
} |
|
|
|
GenericChatroomWidget[active="false"][compact="false"] > QLabel#status |
|
{ |
|
font: @medium; |
|
color: @lightGrey; |
|
} |
|
|
|
GenericChatroomWidget[active="true"][compact="false"] > QLabel#name |
|
{ |
|
font: @big; |
|
color: @darkGrey; |
|
} |
|
|
|
GenericChatroomWidget[active="false"][compact="false"] > QLabel#name |
|
{ |
|
font: @big; |
|
color: @white; |
|
}
|
|
|