UI Plugin

GrailsUI Plugin: TabView, unable to properly skin the tab colors

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Minor Minor
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Environment:
    Java 1.5, Grails 1.1, Maven2, Windows Vista Home, Intel Centrino,

Description

If we use :

<style>
.myTabStyle a em { background: orange; }
</style>

<gui:tab id="Non-Vegetarian" class="myTabStyle" label="Non-Vegetarian">
<g:render template="/common/nonVeg" />
<button id='button3' value='4' type='button'>Desserts</button>
</gui:tab>

the tab is ORANGE as expected.

BUT if we use:
<gui:tab id="customerInformation" class="myTabStyle" label="Customer Information" controller="deliveryOrder" action="create">
</gui:tab>

The tab color is NOT orange as one would expect...

thought i'd put it out there.

Thank you,
-Uday

Activity

There are no comments yet on this issue.

People

  • Assignee:
    Unassigned
    Reporter:
    uday
Vote (0)
Watch (0)

Dates

  • Created:
    Updated: