+ fix a few problem with the autocompletebox on kiwix-serve

This commit is contained in:
kelson42 2014-08-27 21:08:14 -06:00
parent 1cc94e1b95
commit 518ce6635d
2 changed files with 20188 additions and 20168 deletions

File diff suppressed because it is too large Load Diff

View File

@ -33,3 +33,13 @@
margin: 0px; margin: 0px;
float: right; 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;
}