diff options
Diffstat (limited to 'scss')
-rwxr-xr-x | scss/imports/scss/_MainWindow.scss | 8 | ||||
-rw-r--r-- | scss/imports/scss/_Stage.scss | 5 |
2 files changed, 6 insertions, 7 deletions
diff --git a/scss/imports/scss/_MainWindow.scss b/scss/imports/scss/_MainWindow.scss index 0b0649dc..1340a18f 100755 --- a/scss/imports/scss/_MainWindow.scss +++ b/scss/imports/scss/_MainWindow.scss | |||
@@ -200,16 +200,16 @@ | |||
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 | display:none; | 207 | display:none; |
208 | } | 208 | } |
209 | 209 | ||
210 | #rulerLeft { | 210 | #rulerLeft { |
211 | // TODO: temporary background please replace when component is implemented | 211 | // TODO: temporary background please replace when component is implemented |
212 | background: url("../images/temp/ruler-left.png"); | 212 | background:$color-stage; |
213 | width:16px; | 213 | width:16px; |
214 | display:none; | 214 | display:none; |
215 | } | 215 | } |
diff --git a/scss/imports/scss/_Stage.scss b/scss/imports/scss/_Stage.scss index e77be724..587903d2 100644 --- a/scss/imports/scss/_Stage.scss +++ b/scss/imports/scss/_Stage.scss | |||
@@ -192,6 +192,7 @@ | |||
192 | overflow-x: auto; | 192 | overflow-x: auto; |
193 | overflow-y: auto; | 193 | overflow-y: auto; |
194 | } | 194 | } |
195 | |||
195 | .montage-editor-frame { | 196 | .montage-editor-frame { |
196 | position:absolute; | 197 | position:absolute; |
197 | z-index:7; | 198 | z-index:7; |
@@ -203,6 +204,4 @@ | |||
203 | .montage-editor { | 204 | .montage-editor { |
204 | padding:0px; | 205 | padding:0px; |
205 | word-wrap: normal; | 206 | word-wrap: normal; |
206 | 207 | } \ No newline at end of file | |
207 | |||
208 | } | ||