Skip to content

Commit

Permalink
Merge pull request #280 from jayj/jayj-underscores-url-selector
Browse files Browse the repository at this point in the history
Add `url` to the list of input selectors.
  • Loading branch information
obenland committed Aug 11, 2013
2 parents 3c4b905 + 1108a8a commit a462ad5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,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 {
Expand All @@ -292,13 +293,15 @@ textarea {
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 3px;
Expand Down

0 comments on commit a462ad5

Please sign in to comment.