[RSS Feed/News] Certain buttons should use a better hover color

Status
Not open for further replies.

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:

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

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom