Solved! Go to Solution.
<!-- border/background rectangle --> <s:Rect left="0" right="0" top="0" bottom="0"> <s:stroke> <s:SolidColorStroke alpha.normal="1" color.hovered="{getStyle('rollOverColor')}" color.normal="{getStyle('contentBackgroundColor')}" color.selected="{getStyle('focusColor')}"/> </s:stroke> <s:fill> <mx:SolidColor alpha="0.3" alpha.hovered="0.8" color.normal="0xffffff"/> </s:fill> </s:Rect> <!-- border/background rectangle --> <s:Rect left="0" right="0" top="0" bottom="0"> <s:stroke> <s:SolidColorStroke alpha.normal="1" color.hovered="{getStyle('rollOverColor')}" color.normal="{getStyle('contentBackgroundColor')}" color.selected="{getStyle('focusColor')}"/> </s:stroke> <s:fill> <mx:SolidColor alpha="0.3" alpha.hovered="0.8" color.normal="0xffffff"/> </s:fill> </s:Rect>