aboutsummaryrefslogtreecommitdiff
path: root/scss/imports/scss/_MainWindow.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/imports/scss/_MainWindow.scss')
-rwxr-xr-xscss/imports/scss/_MainWindow.scss14
1 files changed, 10 insertions, 4 deletions
diff --git a/scss/imports/scss/_MainWindow.scss b/scss/imports/scss/_MainWindow.scss
index b7c7f4b7..97344b1e 100755
--- a/scss/imports/scss/_MainWindow.scss
+++ b/scss/imports/scss/_MainWindow.scss
@@ -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