Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Matt Lowe

    (@squelch)

    You can do this in the CSS directly, with something like (at a quick and untested guess) …

    .squelch-taas-override.squelch-taas-tab-group.ui-tabs .ui-tabs-nav li .ui-tabs-nav li {
        background-color: #123123;
    }
    Thread Starter dotarsen

    (@dotarsen)

    Hi Matt! Thanks for the response!

    It seems like that method is still changing all of the tab groups, not just the nested ones.

    I was able to change certain levels of nested tabs with the ID (i.e. #squelch-taas-tab-group-5), though.

    Thanks for pointing me in the right direction!

    Plugin Author Matt Lowe

    (@squelch)

    Well if it works for you then go for it, but keep in mind that the IDs could change in the future if you add/remove tabs.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Styling Subtabs’ is closed to new replies.