Browse Source

Merge pull request #4550 from musically-ut/feat-flat-theme-input-box

Fix fg-color on inverted forms in flat theme.
pull/4624/head
Jack Lukic 8 years ago
committed by GitHub
parent
commit
57e7199322
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