The dark .form-control override used the background shorthand, which resets a select's background-repeat and position; the dark select rule then re-added the arrow image without them, tiling it from the top left. Use background-color in the overrides and restate no-repeat/position on the select rule.