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

pull/9/head
kelson42 12 years ago
parent d7fae65769
commit f080433a47

@ -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;
}
Loading…
Cancel
Save