From 4a459b2e25a6dff12f98887c01e2984c37f5fd55 Mon Sep 17 00:00:00 2001 From: Utkarsh Upadhyay Date: Tue, 13 Sep 2016 19:17:40 +0200 Subject: [PATCH] Fix fg-color on inverted forms in Flat theme. --- src/themes/flat/collections/form.variables | 1 + 1 file changed, 1 insertion(+) diff --git a/src/themes/flat/collections/form.variables b/src/themes/flat/collections/form.variables index 6731fba72..d64999751 100644 --- a/src/themes/flat/collections/form.variables +++ b/src/themes/flat/collections/form.variables @@ -25,6 +25,7 @@ @inputBorder: none; @inputBorderRadius: 0em; @inputBoxShadow: none; +@invertedInputColor: @invertedTextColor; @textAreaPadding: 1em; @textAreaBackground: transparent;