Jaxel
Well-known member
Code:
.message .publicControls .MultiQuoteControl
{
padding: 0 4px;
border-radius: 2px;
margin-left: 8px;
}
I'm curious on why this exists. It basically makes the multiquote react differently to the style of all other publicControls. Also curious, as its the javascript identifier being targetted here; which seems to go against the standards of styling in XenForo.