Details
-
Type:
Bug
-
Status:
Open
-
Priority:
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