Added dark background to SlideView.
This commit is contained in:
parent
acb3a68613
commit
057a1732e5
@ -1105,6 +1105,10 @@ presentation|UploadedPresentationRenderer {
|
||||
backgroundColor : #FFFFFF;
|
||||
}
|
||||
|
||||
.slideViewBackground {
|
||||
backgroundColor : #4E5A66;
|
||||
}
|
||||
|
||||
/*
|
||||
//------------------------------
|
||||
// Poll
|
||||
|
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user