diff options
Diffstat (limited to 'scss')
-rwxr-xr-x | scss/imports/scss/_MainWindow.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scss/imports/scss/_MainWindow.scss b/scss/imports/scss/_MainWindow.scss index b7c7f4b7..0b0649dc 100755 --- a/scss/imports/scss/_MainWindow.scss +++ b/scss/imports/scss/_MainWindow.scss | |||
@@ -204,12 +204,14 @@ | |||
204 | background: url("../images/temp/ruler-top.png"); | 204 | background: url("../images/temp/ruler-top.png"); |
205 | height:15px; | 205 | height:15px; |
206 | margin-bottom: 0px; | 206 | margin-bottom: 0px; |
207 | display:none; | ||
207 | } | 208 | } |
208 | 209 | ||
209 | #rulerLeft { | 210 | #rulerLeft { |
210 | // TODO: temporary background please replace when component is implemented | 211 | // TODO: temporary background please replace when component is implemented |
211 | background: url("../images/temp/ruler-left.png"); | 212 | background: url("../images/temp/ruler-left.png"); |
212 | width:16px; | 213 | width:16px; |
214 | display:none; | ||
213 | } | 215 | } |
214 | 216 | ||
215 | #stateBar { | 217 | #stateBar { |
@@ -331,3 +333,9 @@ | |||
331 | overflow: hidden; | 333 | overflow: hidden; |
332 | color: white; | 334 | color: white; |
333 | } | 335 | } |
336 | |||
337 | .montage-popup-modal-mask | ||
338 | { | ||
339 | opacity: 1; | ||
340 | background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,.65) 0%, rgba(0,0,0,0.8) 80%); | ||
341 | } \ No newline at end of file | ||