mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-28 05:49:35 +00:00
[kiwix-serve] Fixed taskbar height (2 lines) on Cybook and transparency of autocomplete search result
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user