Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7DR#2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
When using, for example, bgcolor="black" or style="background-color: #000;" in <ice:panelBorder>, the 'south' facet is filled with the same background color, thus making it difficult to distinguish.
The default background color is set to white in xp.css. You can override this with the base style class name + the facet name, e.g.:
.pnlBrdrDemoSouth
{ background-color: #EEEEEE; }as is done in showcase_style.css.
The default background color of the south facet panel was somehow left unset, making it transparent, allowing the background color (black in this case) of the component to show through.