Browse Source

Fix fg-color on inverted forms in Flat theme.

pull/4550/head
Utkarsh Upadhyay 8 years ago
parent
commit
4a459b2e25
1 changed files with 1 additions and 0 deletions
  1. 1
      src/themes/flat/collections/form.variables

1
src/themes/flat/collections/form.variables

@ -25,6 +25,7 @@
@inputBorder: none;
@inputBorderRadius: 0em;
@inputBoxShadow: none;
@invertedInputColor: @invertedTextColor;
@textAreaPadding: 1em;
@textAreaBackground: transparent;

Loading…
Cancel
Save