input, select{ background-color: $gray-dark; color: $gray-lighter; border: 1px solid $gray-light; font-family: $font-family-bold; &:focus{ border-color: $teal-lighter; } // Change Autocomplete styles in Chrome &:-webkit-autofill, &:-webkit-autofill:hover, &:-webkit-autofill:focus, { border: 1px solid $input-border; -webkit-text-fill-color: $input-color; transition: background-color 5000s ease-in-out 0s; font-family: "Oxygen Bold", Arial, sans-serif; font-weight: bold; font-size: 12px; @include box-shadow(0 0 0 50px $gray-dark inset !important); } &[disabled]{ @include placeholder(transparent); } &.pf-select2{ height: 32px; // supposed to be select2 field (before initialization) } } input[type='number']{ &::-webkit-inner-spin-button, &::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; display: none; } } input[type='file']{ &::-webkit-file-upload-button{ background-color: transparent; border: none; color: $gray-light; outline: none; } } textarea{ min-height: 32px; max-height: 400px; resize: vertical; } fieldset[disabled]{ .form-control{ color: $gray-light; @include placeholder(transparent); } .input-icon-left, .input-icon-right{ .fa-stack{ i:last-child{ color: $gray; } } } } #select2-pf-map-dialog-edit-icon-select-container, //select2 head #select2-pf-map-dialog-new-icon-select-container, //select2 head #select2-pf-map-dialog-new-icon-select-results, //Select2 body #select2-pf-map-dialog-edit-icon-select-results, //Select2 body .pf-form-icon-field { font-family: "Font Awesome 5 Free"; font-weight: bold; option { font-family: inherit; font-weight: inherit; } } // fix for ugly