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.
21 lines
625 B
21 lines
625 B
GenericChatroomWidget { |
|
background-color: @themeMedium; /* Base background color */ |
|
} |
|
GenericChatroomWidget:hover { |
|
background-color: @themeLight; /* On mouse over */ |
|
} |
|
GenericChatroomWidget[active="true"] { |
|
background-color: @groundBase; /* When active */ |
|
} |
|
CroppingLabel#statusMessageLabelObj { |
|
color: @groundExtra; /* Base color */ |
|
} |
|
CroppingLabel#statusMessageLabelObj[active="true"] { |
|
color: @statusActive; /* Color when active */ |
|
} |
|
CroppingLabel#nameLabelObj { |
|
color: @groundExtra; /* Base color */ |
|
} |
|
CroppingLabel#nameLabelObj[active="true"] { |
|
color: @nameActive; /* Color when active */ |
|
}
|
|
|