Twitchy
New member
So I have been reading this guide a ton, but still cant seem to find my answer.
In the guide, I was able to make changes to staff class. For example:
.staff .avatarHolder {
background-color: @primaryLighter !important;
}
.staff .messageUserBlock {
background-color: @primaryLightish;
border-color: @primaryLightish;
}
.staff .messageUserBlock .arrow {
border-left-color: @primaryLightish;
}
.staff .messageUserBlock .arrow span {
border-left-color: @primaryLighter;
}
i would like to do the same for other user groups. Like our VIP group could have a gold background color for the avatarHolder spot. For example:
.VIP .avatarHolder {
background-color: gold;
}
Im editing in the EXTRA.css template, but cant figure this out! Any suggestions?
In the guide, I was able to make changes to staff class. For example:
.staff .avatarHolder {
background-color: @primaryLighter !important;
}
.staff .messageUserBlock {
background-color: @primaryLightish;
border-color: @primaryLightish;
}
.staff .messageUserBlock .arrow {
border-left-color: @primaryLightish;
}
.staff .messageUserBlock .arrow span {
border-left-color: @primaryLighter;
}
i would like to do the same for other user groups. Like our VIP group could have a gold background color for the avatarHolder spot. For example:
.VIP .avatarHolder {
background-color: gold;
}
Im editing in the EXTRA.css template, but cant figure this out! Any suggestions?