diff --git a/public/sass/components/_form_select_box.scss b/public/sass/components/_form_select_box.scss index 4019a4e0e30..0d022998389 100644 --- a/public/sass/components/_form_select_box.scss +++ b/public/sass/components/_form_select_box.scss @@ -72,7 +72,7 @@ $select-input-bg-disabled: $input-bg-disabled; color: $dropdownLinkColorHover; @include left-brand-border-gradient(); .fa { - color: $white; + color: $input-color-select-arrow; } } } @@ -92,8 +92,9 @@ $select-input-bg-disabled: $input-bg-disabled; .gf-form-select-box__indicators { display: table-cell; vertical-align: middle; - padding-right: 5px; - width: 25px; + text-align: right; + padding-right: 10px; + width: 20px; } .gf-form-select-box__select-arrow {