<mx:Text condenseWhite="true" width="100%" id="iconText" styleName="dndIconText"/>
</mx:HBox>
<mx:HBox width="100%">
- <mx:PopUpButton id="popupChange" openAlways="true" width="100%" styleName="dndTagPopUpMenu" closeDuration="0" />
+ <mx:PopUpButton id="popupChange" openAlways="true" width="100%" styleName="dndTagPopUpMenu" />
<mx:LinkButton icon="@Embed('../../../embedded/information.svg')" click="openDescription()" id="helpLabel" styleName="helpInfo"/>
</mx:HBox>
<mx:HBox width="100%" id="summaryContainer" visible="false">
fontFamily: Arial;
fontSize: 11;
fontWeight: bold;
- cornerRadius: 12;
+ cornerRadius: 2px;
paddingLeft: 5;
paddingRight: 5;
highlightAlphas: 0, 0;
fontWeight: normal;
}
+mx|PopUpButton {
+ openDuration: 0;
+ closeDuration: 0;
+}
+
s|FormItem s|Label#labelDisplay {
textAlign: right;
}
fontFamily: Arial;
fontSize: 11;
fontWeight: bold;
- cornerRadius: 12;
+ cornerRadius: 2px;
paddingLeft: 5;
paddingRight: 5;
highlightAlphas: 0, 0;
fillAlphas: 1,1;
- fillColors: haloBlue, #6495ED;
+ fillColors: haloBlue,#77AAF4;
color: white;
textRollOverColor: white;
disabledColor: #5555bb;