Skip to content

Commit

Permalink
fixed input::-moz-placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
theoptips committed Jun 12, 2013
1 parent 45a312d commit 966886b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ body {
font-style: italic;
}

#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
Expand Down

0 comments on commit 966886b

Please sign in to comment.