aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAnanya Sen2012-04-04 12:19:08 -0700
committerAnanya Sen2012-04-04 12:19:08 -0700
commite5dc1a5f35c2c6f3273e89109f1be445471b2dec (patch)
tree4151d67e6ecaae3938974a365e08893f6fdae13d /index.html
parent4b1b72971567ea569a10c740e26aee33421e7bd5 (diff)
downloadninja-e5dc1a5f35c2c6f3273e89109f1be445471b2dec.tar.gz
-styled the autocomplete dropdown
- trigger autocomplete automatically Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index fe52167d..86348459 100755
--- a/index.html
+++ b/index.html
@@ -212,6 +212,7 @@
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-scroll {height: auto; overflow-y: hidden; overflow-x: auto; width: 100%;}
215 .CodeMirror-completions select {background-color:#e8f2ff;border:1px solid #c1c1c1;box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.8);}
215 </style> 216 </style>
216 217
217 </head> 218 </head>