From 95b7e8daf2fd9a9de25c6d0886a544594fc8636d Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Sun, 24 Apr 2016 15:27:05 +0800 Subject: [PATCH] search field made flat --- src/templates/header.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 @@
-
+