diff --git a/scss/_helper-classes.scss b/scss/_helper-classes.scss index e2410235..6419bba1 100644 --- a/scss/_helper-classes.scss +++ b/scss/_helper-classes.scss @@ -114,4 +114,4 @@ textarea[contenteditable] { @-ms-viewport{ width: 320px; } -} \ No newline at end of file +} diff --git a/scss/partials/components/_forms.scss b/scss/partials/components/_forms.scss index c18a9bb1..3af4d46b 100644 --- a/scss/partials/components/_forms.scss +++ b/scss/partials/components/_forms.scss @@ -112,7 +112,7 @@ select, @include font-size($base-font-size); line-height: $base-leading; color: $input-color; - background-color: #FFF; + background-color: $input-background; border: 1px solid $input-border; @include border-radius(3px); }