diff --git a/static/server/taskbar.css b/static/server/taskbar.css index 2875d2e04..cc69609cf 100644 --- a/static/server/taskbar.css +++ b/static/server/taskbar.css @@ -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;