aboutsummaryrefslogtreecommitdiff
path: root/js/stage/stage.reel/stage.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/stage/stage.reel/stage.css')
-rwxr-xr-xjs/stage/stage.reel/stage.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/js/stage/stage.reel/stage.css b/js/stage/stage.reel/stage.css
index 2271cd8a..bc20c4f3 100755
--- a/js/stage/stage.reel/stage.css
+++ b/js/stage/stage.reel/stage.css
@@ -48,6 +48,24 @@
48 width:2500px;/*to prevent scrolling of editor container in the middle of the page for short files*/ 48 width:2500px;/*to prevent scrolling of editor container in the middle of the page for short files*/
49} 49}
50 50
51.stage-tray-container {
52 height: 100%;
53 position: absolute;
54 width: 100%;
55}
56
57.objects-tray-container {
58 bottom: 10px;
59 position: absolute;
60 width: 100%;
61 display: -webkit-box;
62 -webkit-box-orient: horizontal;
63 -webkit-box-pack: center;
64 -webkit-box-align: center;
65 z-index: 2;
66}
67
68
51span.CodeMirror-matchhighlight { background: #e9e9e9 } 69span.CodeMirror-matchhighlight { background: #e9e9e9 }
52.CodeMirror-focused span.CodeMirror-matchhighlight { background: #e7e4ff; !important } 70.CodeMirror-focused span.CodeMirror-matchhighlight { background: #e7e4ff; !important }
53div.CodeMirror span.CodeMirror-matchingbracket {color: #000 !important;background-color: #ffd500;} 71div.CodeMirror span.CodeMirror-matchingbracket {color: #000 !important;background-color: #ffd500;}