diff --git a/res/static/style/layout.css b/res/static/style/layout.css
index 6e31d42..1078c95 100644
--- a/res/static/style/layout.css
+++ b/res/static/style/layout.css
@@ -501,6 +501,7 @@ input[type="color"]:focus {
color: var(--input_text);
text-decoration: none;
background: var(--input_hover_background);
+ box-shadow: 0px 0px 0px 1px var(--highlight_color);
}
button:active,
diff --git a/res/template/wrap.html b/res/template/wrap.html
index 1399e3f..36f61ce 100644
--- a/res/template/wrap.html
+++ b/res/template/wrap.html
@@ -28,7 +28,7 @@
window.server_hostname = "{{.Hostname}}";
-
+