mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-28 05:49:35 +00:00
+ fix a few problem with the autocompletebox on kiwix-serve
This commit is contained in:
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;
|
||||||
|
}
|
Reference in New Issue
Block a user