Skip to content

Commit

Permalink
fix placeholder bug for FF4
Browse files Browse the repository at this point in the history
  • Loading branch information
strathmeyer authored and maccman committed Apr 23, 2011
1 parent 9c6b362 commit 5732ec7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/aristo.css
Expand Up @@ -96,6 +96,10 @@ select:active {
::-webkit-input-placeholder {
color: #8F8F8F;
}
:-moz-placeholder {
color: #8F8F8F;
}


button {
margin: 5px;
Expand Down

0 comments on commit 5732ec7

Please sign in to comment.