XenForo
Administrative
- Thread starter
- Admin
- #1
"New posts" on the main forum index works fine on the default style, but it uses this CSS:
Code:
This approach doesn't do well...
Read more
ادامه مطلب...
Code:
Code:
.m-buttonBlockColorVariationSimple(@color)
{
.m-buttonBorderColorVariation(@color);
&:not(.button--splitTrigger),
&.button--splitTrigger > .button-text,
&.button--splitTrigger > .button-menu
{
&:hover,
&:focus,
&:active
{
background-color: saturate(xf-intensify(@color, 4%), 12%);
}
}
}
This approach doesn't do well...
Read more
ادامه مطلب...