diff --git a/webapi/public/css/vspd.css b/webapi/public/css/vspd.css index 2b73a31..f5b3cd0 100644 --- a/webapi/public/css/vspd.css +++ b/webapi/public/css/vspd.css @@ -9,6 +9,13 @@ body { flex-direction: column; } +/* Bootstrap adds ugly outlines to search inputs. Setting outline-offset and +appearance makes them look the same as text inputs. */ +input[type="search"] { + outline-offset: 0; + appearance: auto; +} + .navbar { background-color: #F9FAFA; } diff --git a/webapi/templates/admin.html b/webapi/templates/admin.html index 05106de..d638911 100644 --- a/webapi/templates/admin.html +++ b/webapi/templates/admin.html @@ -178,7 +178,7 @@
-