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 */
|
/* Try to fix buggy stuff in jquery-ui autocomplete */
|
||||||
#ui-id-1 {
|
#ui-id-1 {
|
||||||
background: white;
|
background: white !important;
|
||||||
border: solid 1px grey;
|
border: solid 1px grey !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.ui-state-focus {
|
li.ui-state-focus {
|
||||||
|
@ -30,7 +30,7 @@ li.ui-state-focus {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
.cybook #kiwixsearchbox {
|
.cybook #kiwixsearchbox {
|
||||||
width: 8em;
|
width: 7em;
|
||||||
}
|
}
|
||||||
.cybook a {
|
.cybook a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|
Loading…
Reference in New Issue