This is a migrated thread and some comments may be shown as answers.

ThemeBuilder should allow theming active tab title separate from content

0 Answers 27 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Dave
Top achievements
Rank 1
Dave asked on 29 May 2012, 12:33 PM
Can you support theming the active tab label separately from its related content please? For example, having .k-state-active and .header would result in a bright orange below, and on switching tabs, losing .k-state-active class would revert to usual colour. the .content class would not be orange, only the header, and so wouldn't change.

<div id="tabstrip">
    <ul>
        <li class="k-state-active header">First Tab</li>
        <li class="header">Second Tab</li>
        <li class="header">Third Tab</li>
    </ul>
    <div class="content"><p>TabStrip sample content, first tab</p></div>
    <divclass="content"><p>TabStrip sample content, second tab</p></div>
    <divclass="content"><p>TabStrip sample content, third tab</p></div>
</div>

No answers yet. Maybe you can help?

Tags
TabStrip
Asked by
Dave
Top achievements
Rank 1
Share this question
or