mirror of https://github.com/kiwix/libkiwix.git
+ fix a few problem with the autocompletebox on kiwix-serve
This commit is contained in:
parent
1cc94e1b95
commit
518ce6635d
File diff suppressed because it is too large
Load Diff
|
@ -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…
Reference in New Issue