From: Sergej Lotz Date: Thu, 10 Sep 2015 16:47:19 +0000 (+0200) Subject: Include $input-placeholder-font-color variable X-Git-Tag: v5.5.3~31^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6879%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Include $input-placeholder-font-color variable The $input-placeholder-font-color: #cccccc !default; is defined in the forms.scss on line 26 and was forgotten in the settings.scss --- diff --git a/scss/foundation/_settings.scss b/scss/foundation/_settings.scss index 0c21f80af..574142f1d 100644 --- a/scss/foundation/_settings.scss +++ b/scss/foundation/_settings.scss @@ -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%);