diff --git a/app/static/css/header.css b/app/static/css/header.css index 73b57c6..b560fde 100644 --- a/app/static/css/header.css +++ b/app/static/css/header.css @@ -202,7 +202,7 @@ a.header-tab-a:visited { border-left: 1px solid rgba(0, 0, 0, 0.12); } -.mobile-input { +.search-bar-input { display: block; font-size: 16px; padding: 0 0 0 8px; diff --git a/app/templates/header.html b/app/templates/header.html index 268bd26..31d0f24 100644 --- a/app/templates/header.html +++ b/app/templates/header.html @@ -18,7 +18,7 @@ autocomplete="off" autocorrect="off" spellcheck="false" - class="mobile-input" + class="search-bar-input" name="q" type="text" value="{{ clean_query(query) }}" @@ -72,7 +72,7 @@ autocapitalize="none" autocomplete="off" autocorrect="off" - class="search-bar-desktop noHIxc" + class="search-bar-desktop search-bar-input" name="q" spellcheck="false" type="text"