Browse Source

Merge pull request #489 from leantorres73/combobox-firefox-issues

Fixing background color for gjs-input-unit
pull/496/head
Artur Arseniev 8 years ago
committed by GitHub
parent
commit
b6fbfd5769
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/styles/scss/_gjs_inputs.scss

1
src/styles/scss/_gjs_inputs.scss

@ -83,6 +83,7 @@
.#{$app-prefix}select option,
.#{$clm-prefix}select option,
.#{$sm-prefix}select option,
.#{$app-prefix}fields option,
.#{$sm-prefix}unit option {
background-color: $mainColor;
color: $fontColor;

Loading…
Cancel
Save