aboutsummaryrefslogtreecommitdiff
path: root/scss/imports/scss/_MainWindow.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/imports/scss/_MainWindow.scss')
-rwxr-xr-x[-rw-r--r--]scss/imports/scss/_MainWindow.scss16
1 files changed, 11 insertions, 5 deletions
diff --git a/scss/imports/scss/_MainWindow.scss b/scss/imports/scss/_MainWindow.scss
index a2d5eef4..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,
@@ -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
@@ -331,3 +331,9 @@
331 overflow: hidden; 331 overflow: hidden;
332 color: white; 332 color: white;
333} 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