Russ
Well-known member
To piggy back off of this suggestion:
http://xenforo.com/community/threads/add-style-property-for-button-primary.21766/
http://xenforo.com/community/threads/add-style-property-for-button-primary.21766/
Code:
.button.primary:hover
{
@property "buttonPrimaryHover";
color: @primaryLighterStill;
@property "/buttonPrimaryHover";
}
Upvote
3