mirror of https://github.com/kiwix/libkiwix.git
[kiwix-serve] Fixed taskbar height (2 lines) on Cybook and transparency of autocomplete search result
This commit is contained in:
parent
dc60455cd3
commit
2491a5a0c4
|
@ -17,8 +17,8 @@
|
|||
|
||||
/* Try to fix buggy stuff in jquery-ui autocomplete */
|
||||
#ui-id-1 {
|
||||
background: white;
|
||||
border: solid 1px grey;
|
||||
background: white !important;
|
||||
border: solid 1px grey !important;
|
||||
}
|
||||
|
||||
li.ui-state-focus {
|
||||
|
@ -30,7 +30,7 @@ li.ui-state-focus {
|
|||
font-size: 1.5em;
|
||||
}
|
||||
.cybook #kiwixsearchbox {
|
||||
width: 8em;
|
||||
width: 7em;
|
||||
}
|
||||
.cybook a {
|
||||
text-decoration: underline;
|
||||
|
|
Loading…
Reference in New Issue