diff options
author | Ananya Sen | 2012-04-09 13:11:40 -0700 |
---|---|---|
committer | Ananya Sen | 2012-04-09 13:11:40 -0700 |
commit | dece82791f43b5e8d278aba89cf8d6119af1478f (patch) | |
tree | bc15d90a380527071d77a2c8a5598a2e245b486c /index.html | |
parent | 22ade57a30b45774882028eef4ab5a5bffe1a624 (diff) | |
download | ninja-dece82791f43b5e8d278aba89cf8d6119af1478f.tar.gz |
- Decouple code editor from stage document switching logic
- cleaning up
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -207,12 +207,11 @@ | |||
207 | </script> | 207 | </script> |
208 | 208 | ||
209 | <style type="text/css"> | 209 | <style type="text/css"> |
210 | span.CodeMirror-matchhighlight { background: #e9e9e9 } | 210 | span.CodeMirror-matchhighlight { background: #e9e9e9 } |
211 | .CodeMirror-focused span.CodeMirror-matchhighlight { background: #e7e4ff; !important } | 211 | .CodeMirror-focused span.CodeMirror-matchhighlight { background: #e7e4ff; !important } |
212 | .activeline {background: #e8f2ff !important;} | 212 | .activeline {background: #e8f2ff !important;} |
213 | div.CodeMirror span.CodeMirror-matchingbracket {color: #000;background-color: #ffd500;} | 213 | div.CodeMirror span.CodeMirror-matchingbracket {color: #000;background-color: #ffd500;} |
214 | .CodeMirror-scroll {height: auto; overflow-y: hidden; overflow-x: auto; width: 100%;} | 214 | .CodeMirror-completions select {background-color:#e8f2ff;border:1px solid #c1c1c1;box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.8);} |
215 | .CodeMirror-completions select {background-color:#e8f2ff;border:1px solid #c1c1c1;box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.8);} | ||
216 | </style> | 215 | </style> |
217 | 216 | ||
218 | </head> | 217 | </head> |