Update help button icon for RLT layout.
This commit is contained in:
parent
6d572e647a
commit
06e6cd5fc1
@ -359,15 +359,24 @@ phonecomponents|MuteMeButton {
|
||||
textSelectedColor : #FFFFFF;
|
||||
}
|
||||
|
||||
.helpLinkButtonStyle {
|
||||
.helpLinkButtonStyle, .helpLinkButtonStyleRTL {
|
||||
cornerRadius : 2;
|
||||
rollOverColor : #1070D7;
|
||||
selectionColor : #0A5EAC;
|
||||
}
|
||||
|
||||
.helpLinkButtonStyle {
|
||||
icon : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Help");
|
||||
overIcon : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Help_White");
|
||||
downIcon : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Help_White");
|
||||
}
|
||||
|
||||
.helpLinkButtonStyleRTL {
|
||||
icon : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Help_RTL");
|
||||
overIcon : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Help_White_RTL");
|
||||
downIcon : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Help_White_RTL");
|
||||
}
|
||||
|
||||
/*
|
||||
//------------------------------
|
||||
// Alert
|
||||
@ -594,9 +603,7 @@ chat|AddChatTabBox {
|
||||
paddingTop : 20;
|
||||
}
|
||||
|
||||
.chatControlBarSendButtonStyle {
|
||||
icon : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Send");
|
||||
disabledIcon : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Send_Disabled");
|
||||
.chatControlBarSendButtonStyle, .chatControlBarSendButtonStyleRTL {
|
||||
cornerRadius : 20;
|
||||
borderStyle : none;
|
||||
borderThickness : 0;
|
||||
@ -606,16 +613,14 @@ chat|AddChatTabBox {
|
||||
fillColorDisabled : #F0F2F6;
|
||||
}
|
||||
|
||||
.chatControlBarSendButtonStyle {
|
||||
icon : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Send");
|
||||
disabledIcon : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Send_Disabled");
|
||||
}
|
||||
|
||||
.chatControlBarSendButtonStyleRTL {
|
||||
icon : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Send_RTL");
|
||||
disabledIcon : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Send_Disabled_RTL");
|
||||
cornerRadius : 20;
|
||||
borderStyle : none;
|
||||
borderThickness : 0;
|
||||
fillColorUp : #1070D7;
|
||||
fillColorOver : #0A5EAC;
|
||||
fillColorDown : #1070D7;
|
||||
fillColorDisabled : #F0F2F6;
|
||||
}
|
||||
|
||||
.chatControlBarTextMsgStyle {
|
||||
|
Binary file not shown.
Binary file not shown.
@ -474,6 +474,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
}
|
||||
|
||||
btnLogout.styleName = "logoutButtonStyle" + styleNameExt;
|
||||
helpBtn.styleName = "helpLinkButtonStyle" + styleNameExt;
|
||||
}
|
||||
|
||||
private function openSettings(e:Event = null):void{
|
||||
|
Loading…
Reference in New Issue
Block a user