diff --git a/src/templates/header.html b/src/templates/header.html index 7cd4523..e081e08 100644 --- a/src/templates/header.html +++ b/src/templates/header.html @@ -62,6 +62,17 @@ text-align: center; } + .style-1 input[type="text"] { + padding: 2px; + border: solid 1px #dcdcdc; + transition: box-shadow 0.3s, border 0.3s; + } + .style-1 input[type="text"]:focus, + .style-1 input[type="text"].focus { + border: solid 1px #707070; + box-shadow: 0 0 5px 1px #969696; + } + @@ -74,7 +85,7 @@
-
+