Skip to content

CSS Suggestion #308

@jonsuther

Description

@jonsuther

In the anythingslider.css, I think it would be helpful for people if this:

/* Navigation buttons, default state */
div.anythingSlider .anythingControls ul a.cur, div.anythingSlider .anythingControls ul a {
    background: #777;
    color: #000;
}

Was replaced with this:

/* Navigation buttons, current state */
div.anythingSlider .anythingControls ul a.cur {
    background: #777;
    color: #000;
}
/* Navigation buttons, default state */
div.anythingSlider .anythingControls ul a {
    background: #777;
    color: #000;
}

Not a huge deal, it just took more a few minutes to figure out what I was missing when searching for how to change the current tab styling.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions