From f080433a4707702cb5b57606c9f58873d74ffc32 Mon Sep 17 00:00:00 2001 From: kelson42 Date: Wed, 27 Aug 2014 21:08:14 -0600 Subject: [PATCH] + fix a few problem with the autocompletebox on kiwix-serve --- static/server/taskbar.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/server/taskbar.css b/static/server/taskbar.css index eeab38b..568325e 100644 --- a/static/server/taskbar.css +++ b/static/server/taskbar.css @@ -33,3 +33,13 @@ margin: 0px; float: right; } + +/* Try to fix buggy stuff in jquery-ui autocomplete */ +#ui-id-1 { + background: white; + border: solid 1px grey; +} + +li.ui-state-focus { + font-weight: bold; +} \ No newline at end of file