1 Reply Latest reply on Mar 31, 2009 8:31 AM by ilya_shaikovsky

    multiple tabpanels, different styles

    glajan

      I have three tabpanels in my app and I want them to look different from one another.

      I have set:

      .rich-tab-inactive
      {
      background-color: white;
      }

      in my tab-panel.xcss. So now all tabs are white, but I want two of them in blue and red.

      How do I set the active/inactive tab color on the other tabpanels?

      /Daniel