Skip to content

Commit

Permalink
Fixed placeholder styling in gecko
Browse files Browse the repository at this point in the history
  • Loading branch information
passy authored and sindresorhus committed Jan 25, 2014
1 parent 0876fd1 commit d2988ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 d2988ad

Please sign in to comment.