aboutsummaryrefslogtreecommitdiff
path: root/js/stage/stage-view.reel/stage-view.css
diff options
context:
space:
mode:
authorJohn Mayhew2012-05-07 16:30:19 -0700
committerJohn Mayhew2012-05-07 16:30:19 -0700
commitdb4ba95f50148198759dde503ec1c778184d9dbe (patch)
tree8b79ad58108af2f17d15abc8cdc33d35229ab20d /js/stage/stage-view.reel/stage-view.css
parent843d8ea8ee58a54bcb71d7b28dbf78fae153b491 (diff)
parent526e423e4a2734c2b139af23911e912452a4443f (diff)
downloadninja-db4ba95f50148198759dde503ec1c778184d9dbe.tar.gz
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into WorkingBranch
Conflicts: js/components/layout/tools-list.reel/tools-list.html js/components/layout/tools-properties.reel/tools-properties.html js/components/tools-properties/brush-properties.reel/brush-properties.html js/components/tools-properties/fill-properties.reel/fill-properties.html js/components/tools-properties/pen-properties.reel/pen-properties.html js/components/tools-properties/pencil-properties.reel/pencil-properties.html js/components/tools-properties/selection-properties.reel/selection-properties.html js/components/tools-properties/shape-properties.reel/shape-properties.html js/components/tools-properties/tag-properties.reel/tag-properties.html js/components/tools-properties/text-properties.reel/text-properties.html
Diffstat (limited to 'js/stage/stage-view.reel/stage-view.css')
-rwxr-xr-xjs/stage/stage-view.reel/stage-view.css46
1 files changed, 34 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..e2c4bb0e 100755
--- a/js/stage/stage-view.reel/stage-view.css
+++ b/js/stage/stage-view.reel/stage-view.css
@@ -14,7 +14,11 @@
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}
19
20.codeViewContainer>div{
21 width:2500px;/*to prevent scrolling of editor container in the middle of the page for short files*/
18} 22}
19 23
20/* OLD CSS for reference 24/* OLD CSS for reference
@@ -23,15 +27,33 @@
23} 27}
24*/ 28*/
25 29
26.CodeMirror { 30/*.CodeMirror {*/
27 width: 100%; 31 /*width: 100%;*/
28 height: 100%; 32 /*height: 100%;*/
29 background: white; 33 /*background: white;*/
30} 34/*}*/
31 35
32.CodeMirror .CodeMirror-scroll { 36/*.CodeMirror .CodeMirror-scroll {*/
33 height: 100%; 37 /*height: 100%;*/
34 overflow: scroll; 38 /*overflow: scroll;*/
35 overflow-x: auto; 39 /*overflow-x: auto;*/
36 overflow-y: auto; 40 /*overflow-y: auto;*/
37} 41/*}*/
42
43
44span.CodeMirror-matchhighlight { background: #e9e9e9 }
45.CodeMirror-focused span.CodeMirror-matchhighlight { background: #e7e4ff; !important }
46div.CodeMirror span.CodeMirror-matchingbracket {color: #000 !important;background-color: #ffd500;}
47.CodeMirror-completions select {background-color:#e8f2ff;border:1px solid #c1c1c1;box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.8);}
48.CodeMirror-completions {z-index:6001 !important;}
49
50.cm-s-default .activeline {background: #e8f2ff; !important}
51.cm-s-eclipse .activeline {background: #e8f2ff; !important}
52.cm-s-elegant .activeline {background: #e8f2ff; !important}
53.cm-s-neat .activeline {background: #e8f2ff; !important}
54.cm-s-night .activeline {background: #8da6ce; !important}
55.cm-s-cobalt .activeline {background: #8da6ce; !important}
56.cm-s-monokai .activeline {background: #8da6ce; !important}
57.cm-s-rubyblue .activeline {background: #3E7087; !important}
58.cm-s-lesser-dark .activeline {background: #8da6ce; !important}
59.cm-s-xq-dark .activeline {background: #8da6ce; !important} \ No newline at end of file