mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-27 21:39:37 +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;
|
||||
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