1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/ui/chatroomWidgets/genericChatroomWidget.css

63 lines
1.1 KiB
CSS
Raw Normal View History

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