[CLOSED] [MVC 3 Razor] Tabpanel Color

  1. #1

    [CLOSED] [MVC 3 Razor] Tabpanel Color

    When a Tab is Active, how do I change the Color of the Tab to clearly distinguish between the Active and In-Active tabs?
    Last edited by Daniil; Sep 25, 2012 at 6:56 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Please use CSS.

    For example, set the following CSS class for the TabPanel.
    .Cls("my-tabs")
    Here is the "my-tabs" definition.
    <style type="text/css">
        .my-tabs .x-tab-active {
            background-color: Yellow;
            background-image: none;
        }
    </style>

Similar Threads

  1. [CLOSED] [#47] [MVC 3 Razor] Tabpanel Titles
    By dheeraj_us in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Sep 30, 2013, 3:56 PM
  2. [CLOSED] [MVC 3 Razor] Tabpanel TabScrollerMenu in IE7
    By dheeraj_us in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Sep 21, 2012, 2:39 PM
  3. [CLOSED] MVC 3 [Razor] TabPanel Content Loading
    By dheeraj_us in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 18, 2012, 7:22 PM
  4. [CLOSED] MVC 3 [Razor] Tabpanel Click
    By dheeraj_us in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 18, 2012, 7:21 PM
  5. [CLOSED] Changing background color of TabPanel on the fly
    By rmelancon in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Oct 07, 2010, 12:23 PM

Posting Permissions