From 1108a8a582979e05942103b6c8482c4c916465ed Mon Sep 17 00:00:00 2001 From: Jesper Johansen Date: Wed, 7 Aug 2013 00:57:17 +0200 Subject: [PATCH] Add `url` to the list of input selectors --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index e3238ad..47c84d6 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="url"], input[type="password"], input[type="search"], textarea { @@ -291,6 +292,7 @@ textarea { } input[type="text"]:focus, input[type="email"]:focus, +input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus { @@ -298,6 +300,7 @@ textarea:focus { } input[type="text"], input[type="email"], +input[type="url"], input[type="password"], input[type="search"] { padding: 3px;