Sha256: 25ca9733c665dadb2ef185b754bc8b556c996f280b78cf67493c0c0e32907d9b
Contents?: true
Size: 832 Bytes
Versions: 17
Compression:
Stored size: 832 Bytes
Contents
// These are overrides from the bootstrap-theme .select2-container .select2-selection--single .select2-selection__rendered { margin: 0 0 0 5px; } .select2-container--bootstrap .select2-selection--single .select2-selection__clear { float: none; position: absolute; margin: 0; left: 7px; width: 10px; } .select2-container .select2-search--inline .select2-search__field { width: 100% !important; } .select2-container--focus:not(.select2-container--open) { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); outline: 0 none; } .select2-container--focus > .selection > .select2-selection { border: 1px solid #9cd5fe !important; } // effective_select option "hide_disabled: true" .select2-container.hide-disabled .select2-results__option[aria-disabled=true] { display: none; }
Version data entries
17 entries across 17 versions & 1 rubygems