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, 0 insertions, 18 deletions
diff --git a/js/stage/stage.reel/stage.css b/js/stage/stage.reel/stage.css
index bc20c4f3..2271cd8a 100755
--- a/js/stage/stage.reel/stage.css
+++ b/js/stage/stage.reel/stage.css
@@ -48,24 +48,6 @@
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
69span.CodeMirror-matchhighlight { background: #e9e9e9 } 51span.CodeMirror-matchhighlight { background: #e9e9e9 }
70.CodeMirror-focused span.CodeMirror-matchhighlight { background: #e7e4ff; !important } 52.CodeMirror-focused span.CodeMirror-matchhighlight { background: #e7e4ff; !important }
71div.CodeMirror span.CodeMirror-matchingbracket {color: #000 !important;background-color: #ffd500;} 53div.CodeMirror span.CodeMirror-matchingbracket {color: #000 !important;background-color: #ffd500;}