diff options
author | Ananya Sen | 2012-04-23 13:03:07 -0700 |
---|---|---|
committer | Ananya Sen | 2012-04-23 13:03:07 -0700 |
commit | 46c3c16d0a7c737a2669b1684cdb1ede74a628c0 (patch) | |
tree | d4c52af77b782b503001ca5b4d6c48796e7c4aa2 /js | |
parent | c3a0bdb0af1db149efb86b1a8f6b14cb695831cf (diff) | |
download | ninja-46c3c16d0a7c737a2669b1684cdb1ede74a628c0.tar.gz |
IKNINJA-1528 : temporarily disabling active line color for this
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js')
-rwxr-xr-x | js/stage/stage-view.reel/stage-view.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/stage/stage-view.reel/stage-view.css b/js/stage/stage-view.reel/stage-view.css index 2fc8fd15..b86c197a 100755 --- a/js/stage/stage-view.reel/stage-view.css +++ b/js/stage/stage-view.reel/stage-view.css | |||
@@ -43,6 +43,6 @@ | |||
43 | 43 | ||
44 | span.CodeMirror-matchhighlight { background: #e9e9e9 } | 44 | span.CodeMirror-matchhighlight { background: #e9e9e9 } |
45 | .CodeMirror-focused span.CodeMirror-matchhighlight { background: #e7e4ff; !important } | 45 | .CodeMirror-focused span.CodeMirror-matchhighlight { background: #e7e4ff; !important } |
46 | .activeline {background: #e8f2ff !important;} | 46 | /*.activeline {background: #e8f2ff !important;}*/ |
47 | div.CodeMirror span.CodeMirror-matchingbracket {color: #000 !important;background-color: #ffd500;} | 47 | div.CodeMirror span.CodeMirror-matchingbracket {color: #000 !important;background-color: #ffd500;} |
48 | .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 | 48 | .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 |