aboutsummaryrefslogtreecommitdiff
path: root/js/stage/stage-view.reel/stage-view.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/stage/stage-view.reel/stage-view.css')
-rwxr-xr-xjs/stage/stage-view.reel/stage-view.css31
1 files changed, 19 insertions, 12 deletions
diff --git a/js/stage/stage-view.reel/stage-view.css b/js/stage/stage-view.reel/stage-view.css
index ce7072c7..4cf5b2ab 100755
--- a/js/stage/stage-view.reel/stage-view.css
+++ b/js/stage/stage-view.reel/stage-view.css
@@ -14,7 +14,7 @@
14 width: 100%; 14 width: 100%;
15 height: 100%; 15 height: 100%;
16 overflow:auto; 16 overflow:auto;
17 /*display: none;*/ 17 cursor:text;
18} 18}
19 19
20/* OLD CSS for reference 20/* OLD CSS for reference
@@ -23,15 +23,22 @@
23} 23}
24*/ 24*/
25 25
26.CodeMirror { 26/*.CodeMirror {*/
27 width: 100%; 27 /*width: 100%;*/
28 height: 100%; 28 /*height: 100%;*/
29 background: white; 29 /*background: white;*/
30} 30/*}*/
31 31
32.CodeMirror .CodeMirror-scroll { 32/*.CodeMirror .CodeMirror-scroll {*/
33 height: 100%; 33 /*height: 100%;*/
34 overflow: scroll; 34 /*overflow: scroll;*/
35 overflow-x: auto; 35 /*overflow-x: auto;*/
36 overflow-y: auto; 36 /*overflow-y: auto;*/
37} 37/*}*/
38
39
40span.CodeMirror-matchhighlight { background: #e9e9e9 }
41.CodeMirror-focused span.CodeMirror-matchhighlight { background: #e7e4ff; !important }
42.activeline {background: #e8f2ff !important;}
43div.CodeMirror span.CodeMirror-matchingbracket {color: #000 !important;background-color: #ffd500;}
44.CodeMirror-completions select {background-color:#e8f2ff;border:1px solid #c1c1c1;box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.8);} \ No newline at end of file