diff --git a/docs/_static/style.css b/docs/_static/style.css index bafb9f3c3..65aea916f 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -271,13 +271,13 @@ aside h3 { /* search button stuff */ -.searchformwrapper > form input { +.searchformwrapper > form input, button { border: 1px solid var(--search-border); padding: 0.25em; flex-grow: 2; } -.searchformwrapper > form input[type="submit"] { +.searchformwrapper > form button[type="submit"] { border-left: none; margin-right: 0.5em; flex-grow: 8; diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 5c45e7f64..41f0809d4 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -71,8 +71,23 @@
{#- The actual body of the contents #}