Browse Source

Fixing background color for gjs-input-unit

pull/489/head
Leandro 8 years ago
parent
commit
3a90437fca
  1. 1
      src/styles/scss/_gjs_inputs.scss

1
src/styles/scss/_gjs_inputs.scss

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

Loading…
Cancel
Save