]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Include $input-placeholder-font-color variable 6879/head
authorSergej Lotz <blondewalker@gmail.com>
Thu, 10 Sep 2015 16:47:19 +0000 (18:47 +0200)
committerSergej Lotz <blondewalker@gmail.com>
Thu, 10 Sep 2015 16:47:19 +0000 (18:47 +0200)
The $input-placeholder-font-color: #cccccc !default; is defined in the forms.scss on line 26 and was forgotten in the settings.scss

scss/foundation/_settings.scss

index 0c21f80af3800bfe65e22ad0ee8ec391e68ff300..574142f1d845fbbf82ddc1c83c51b5ea2dbaa3c7 100644 (file)
@@ -649,6 +649,7 @@ $include-html-global-classes: $include-html-classes;
 // $input-font-family: inherit;
 // $input-font-color: rgba(0,0,0,0.75);
 // $input-font-size: rem-calc(14);
+// $input-placeholder-font-color: #cccccc;
 // $input-bg-color: $white;
 // $input-focus-bg-color: scale-color($white, $lightness: -2%);
 // $input-border-color: scale-color($white, $lightness: -20%);