diff options
Diffstat (limited to 'scss/imports/scss/_MainWindow.scss')
-rwxr-xr-x[-rw-r--r--] | scss/imports/scss/_MainWindow.scss | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/scss/imports/scss/_MainWindow.scss b/scss/imports/scss/_MainWindow.scss index 23ace69b..97344b1e 100644..100755 --- a/scss/imports/scss/_MainWindow.scss +++ b/scss/imports/scss/_MainWindow.scss | |||
@@ -67,7 +67,7 @@ | |||
67 | width:100%; | 67 | width:100%; |
68 | top:0px; | 68 | top:0px; |
69 | left:0px; | 69 | left:0px; |
70 | z-index: 9999; | 70 | z-index: 6995; |
71 | } | 71 | } |
72 | 72 | ||
73 | #topPanelContainer, | 73 | #topPanelContainer, |
@@ -85,7 +85,7 @@ | |||
85 | #bottomPanelContainer { | 85 | #bottomPanelContainer { |
86 | //border: 1px solid #333; | 86 | //border: 1px solid #333; |
87 | background: transparent; | 87 | background: transparent; |
88 | 88 | height: 150px; | |
89 | min-height:80px; | 89 | min-height:80px; |
90 | max-height:50%; | 90 | max-height:50%; |
91 | overflow:auto; | 91 | overflow:auto; |
@@ -200,15 +200,15 @@ | |||
200 | } | 200 | } |
201 | 201 | ||
202 | #mainContainer #rulerTop { | 202 | #mainContainer #rulerTop { |
203 | // TODO: temporary background please replace when component is implemented | 203 | // TODO: temporary background please replace when component is implemented |
204 | background: url("../images/temp/ruler-top.png"); | 204 | background:$color-stage; |
205 | height:15px; | 205 | height:15px; |
206 | margin-bottom: 0px; | 206 | margin-bottom: 0px; |
207 | } | 207 | } |
208 | 208 | ||
209 | #rulerLeft { | 209 | #rulerLeft { |
210 | // TODO: temporary background please replace when component is implemented | 210 | // TODO: temporary background please replace when component is implemented |
211 | background: url("../images/temp/ruler-left.png"); | 211 | background:$color-stage; |
212 | width:16px; | 212 | width:16px; |
213 | } | 213 | } |
214 | 214 | ||
@@ -291,11 +291,6 @@ | |||
291 | overflow-y:hidden; | 291 | overflow-y:hidden; |
292 | } | 292 | } |
293 | 293 | ||
294 | .contextMenu { | ||
295 | position:absolute; | ||
296 | z-index:999; | ||
297 | } | ||
298 | |||
299 | #openDocumentsTabComponent { | 294 | #openDocumentsTabComponent { |
300 | height: 25px; | 295 | height: 25px; |
301 | position: relative; | 296 | position: relative; |
@@ -336,3 +331,9 @@ | |||
336 | overflow: hidden; | 331 | overflow: hidden; |
337 | color: white; | 332 | color: white; |
338 | } | 333 | } |
334 | |||
335 | .montage-popup-modal-mask | ||
336 | { | ||
337 | opacity: 1; | ||
338 | background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,.65) 0%, rgba(0,0,0,0.8) 80%); | ||
339 | } \ No newline at end of file | ||