/** * Select field */ .input-select-field { overflow: hidden; border-style: $form-input-border-style; border-width: $form-input-border-width; border-color: $form-input-border-color; height: $form-input-text-height; width: $form-input-min-width - 28; background: theme-background-image($theme-name, 'arrow-d.gif', false, true) no-repeat 96% center; .input-select { border-radius: 0; border: 0; line-height: 1; -webkit-appearance: none; background: transparent; height: $form-input-text-height; padding: $form-input-text-padding; min-width: $form-input-min-width; } }