placeholder inputs

This commit is contained in:
Adam Bradley
2015-07-27 16:47:53 -05:00
parent a9546d03b1
commit a82532eb6b
4 changed files with 19 additions and 11 deletions

View File

@@ -38,7 +38,7 @@
// Input Placeholder
// --------------------------------------------------
@mixin placeholder($color: #aaaaaa, $text-indent: 0) {
@mixin placeholder($color: #999, $text-indent: 0) {
&::-moz-placeholder { // Firefox 19+
color: $color;
}