From e5dc1a5f35c2c6f3273e89109f1be445471b2dec Mon Sep 17 00:00:00 2001 From: Ananya Sen Date: Wed, 4 Apr 2012 12:19:08 -0700 Subject: -styled the autocomplete dropdown - trigger autocomplete automatically Signed-off-by: Ananya Sen --- index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'index.html') diff --git a/index.html b/index.html index fe52167d..86348459 100755 --- a/index.html +++ b/index.html @@ -212,6 +212,7 @@ .activeline {background: #e8f2ff !important;} div.CodeMirror span.CodeMirror-matchingbracket {color: #000;background-color: #ffd500;} .CodeMirror-scroll {height: auto; overflow-y: hidden; overflow-x: auto; width: 100%;} + .CodeMirror-completions select {background-color:#e8f2ff;border:1px solid #c1c1c1;box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.8);} -- cgit v1.2.3