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 .iconStyle
{ {
width: 32; fontSize : 20;
height: 32; fontFamily : BBBIcons;
skinClass: ClassReference("org.bigbluebutton.lib.common.skins.IconSkin") color : PropertyReference("bbbGrey");
} }
.cameraIconStyle .cameraIconStyle

View File

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