Make the web-client compile successfully.

This commit is contained in:
Ghazi Triki 2016-12-07 14:53:06 -02:00
parent 46c3a51cee
commit 55c1e1175f
2 changed files with 5 additions and 3 deletions

View File

@ -169,9 +169,9 @@ libChat|NewMessagesIndicator
.iconStyle
{
width: 32;
height: 32;
skinClass: ClassReference("org.bigbluebutton.lib.common.skins.IconSkin")
fontSize : 20;
fontFamily : BBBIcons;
color : PropertyReference("bbbGrey");
}
.cameraIconStyle

View File

@ -10,6 +10,8 @@
<fx:Script>
<![CDATA[
include "../../../../shared/ColorPalette.as"
import mx.events.FlexEvent;
import org.bigbluebutton.lib.whiteboard.views.WhiteboardConfig;