Added dark background to SlideView.

This commit is contained in:
Ghazi Triki 2017-08-14 17:15:36 +01:00
parent acb3a68613
commit 057a1732e5
2 changed files with 9 additions and 3 deletions

View File

@ -1105,6 +1105,10 @@ presentation|UploadedPresentationRenderer {
backgroundColor : #FFFFFF;
}
.slideViewBackground {
backgroundColor : #4E5A66;
}
/*
//------------------------------
// Poll

View File

@ -31,7 +31,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
xmlns:poll="org.bigbluebutton.modules.polling.views.*"
showCloseButton="false" layout="absolute"
verticalScrollPolicy="off"
horizontalScrollPolicy="off"
horizontalScrollPolicy="off"
showControls="true" resize="resizeHandler()"
implements="org.bigbluebutton.common.IBbbModuleWindow,org.bigbluebutton.modules.whiteboard.views.IWhiteboardReceiver"
initialize="init()"
@ -790,7 +790,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
}
]]>
</fx:Script>
<fx:Declarations>
<pres:TabIndexer startIndex="{presentOptions.baseTabIndex + 1}"
tabIndices="{[minimizeBtn, maximizeRestoreBtn, closeBtn, slideView.slideLoader, pollStartBtn, quickPollBtn, uploadPres, backButton, btnSlideNum, forwardButton, zoomSlider, btnFitToWidth, btnFitToPage]}"/>
@ -799,7 +799,9 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
<mx:Fade id="thumbFadeOut" alphaFrom="0" alphaTo="1" duration="100" />
</fx:Declarations>
<views:SlideView id="slideView" width="100%" height="100%" visible="false" mouseDown="mouseDown = true" mouseUp="mouseDown = false" verticalScrollPolicy="off" horizontalScrollPolicy="off"/>
<mx:Canvas width="100%" height="100%" styleName="slideViewBackground" verticalScrollPolicy="off" horizontalScrollPolicy="off">
<views:SlideView id="slideView" width="100%" height="100%" visible="false" mouseDown="mouseDown = true" mouseUp="mouseDown = false"/>
</mx:Canvas>
<mx:ControlBar id="presCtrlBar" name="presCtrlBar" width="100%" verticalAlign="top" styleName="presentationWindowControlsStyle" paddingTop="6" paddingBottom="6">
<!-- Presentation Actions -->