Skip to content

Commit

Permalink
Just changing selector order. No "real" changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Smith committed Oct 13, 2010
1 parent bca6871 commit eb70556
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/stylesheets/formalize.css
Expand Up @@ -150,13 +150,13 @@ input[type=week][disabled] {
}

button:focus,
select:focus,
textarea:focus,
input:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:active,
input:active {
textarea:focus,
textarea:active {
-moz-box-shadow: #06f 0 0 7px;
-webkit-box-shadow: #06f 0 0 7px;
box-shadow: #06f 0 0 7px;
Expand Down

0 comments on commit eb70556

Please sign in to comment.