![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/app/design/frontend/Cnc/default/web/scss/common/forms/ |
// ============================================== // FORMS - Select // ============================================== // Exclude .action because of add apparented product button .select:not(.action), select { // Reset border: none; box-shadow: none; background-color: transparent; background-image: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; &::-ms-expand { display: none; } /* hide default down arrow in IE10 */ &:focus { outline: none; } &:focus { outline: none; } &:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; } // Custom position: relative; display: block; width: 100%; background-clip: padding-box; border: 1px solid $input-border-color; border-radius: $radius-input; padding: 15px 40px 14px 10px; vertical-align: baseline; color: $c-blue-dark; font-size: 1.3rem; text-overflow: ''; background: $input-background url('../images/icon/arrow_down.svg') no-repeat right 1rem center; background-size: 1rem; transition: border-color .2s; &:hover { border-color: $c-base; transition: border-color .2s; cursor: pointer; } &:disabled { opacity: 0.4 !important; } option { color: $c-black; } } .custom-select { border-color: $c-blue-dark; border-bottom: 4px solid; border-radius: 3px; font-weight: bold; }