From c53dce9f564b3d8bcb712f3047d48a700ad2f82d Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Fri, 5 Dec 2014 20:17:46 +0200 Subject: replace jquery.autocomplete with our own autocompletion Missing: - handling dropdown in the middle of the sentence correctly (almost there, extra space added) - clicking changes focus (transition event related?) and .focus() doesn't work - could not find how to fix it. --- res/css/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'res/css/style.css') diff --git a/res/css/style.css b/res/css/style.css index e719243f..208ab844 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -349,6 +349,9 @@ body.debug .debug-ui-right { .suggestion { list-style-type: none; } +.suggestion .selected { + color: blue; } + .suggestion td { position: fixed; } -- cgit v1.3.1