diff --git a/searchform.php b/searchform.php index bb70d4c6..a4a2bf87 100644 --- a/searchform.php +++ b/searchform.php @@ -8,6 +8,6 @@ ?> diff --git a/style.css b/style.css index b6480d9c..9629e68a 100644 --- a/style.css +++ b/style.css @@ -282,6 +282,7 @@ input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly i input[type=text], input[type=email], input[type=password], +input[type=search], textarea { color: #666; border: 1px solid #ccc; @@ -290,12 +291,14 @@ textarea { input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, +input[type=search]:focus, textarea:focus { color: #111; } input[type=text], input[type=email], -input[type=password] { +input[type=password], +input[type=search] { padding: 3px; } textarea {