Path: blob/master/sites/tiktok/vendor/select2/select2.css
740 views
.select2-container {1box-sizing: border-box;2display: inline-block;3margin: 0;4position: relative;5vertical-align: middle; }6.select2-container .select2-selection--single {7box-sizing: border-box;8cursor: pointer;9display: block;10height: 28px;11user-select: none;12-webkit-user-select: none; }13.select2-container .select2-selection--single .select2-selection__rendered {14display: block;15padding-left: 8px;16padding-right: 20px;17overflow: hidden;18text-overflow: ellipsis;19white-space: nowrap; }20.select2-container .select2-selection--single .select2-selection__clear {21position: relative; }22.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {23padding-right: 8px;24padding-left: 20px; }25.select2-container .select2-selection--multiple {26box-sizing: border-box;27cursor: pointer;28display: block;29min-height: 32px;30user-select: none;31-webkit-user-select: none; }32.select2-container .select2-selection--multiple .select2-selection__rendered {33display: inline-block;34overflow: hidden;35padding-left: 8px;36text-overflow: ellipsis;37white-space: nowrap; }38.select2-container .select2-search--inline {39float: left; }40.select2-container .select2-search--inline .select2-search__field {41box-sizing: border-box;42border: none;43font-size: 100%;44margin-top: 5px;45padding: 0; }46.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {47-webkit-appearance: none; }4849.select2-dropdown {50background-color: white;51border: 1px solid #aaa;52border-radius: 4px;53box-sizing: border-box;54display: block;55position: absolute;56left: -100000px;57width: 100%;58z-index: 1051; }5960.select2-results {61display: block; }6263.select2-results__options {64list-style: none;65margin: 0;66padding: 0; }6768.select2-results__option {69padding: 6px;70user-select: none;71-webkit-user-select: none; }72.select2-results__option[aria-selected] {73cursor: pointer; }7475.select2-container--open .select2-dropdown {76left: 0; }7778.select2-container--open .select2-dropdown--above {79border-bottom: none;80border-bottom-left-radius: 0;81border-bottom-right-radius: 0; }8283.select2-container--open .select2-dropdown--below {84border-top: none;85border-top-left-radius: 0;86border-top-right-radius: 0; }8788.select2-search--dropdown {89display: block;90padding: 4px; }91.select2-search--dropdown .select2-search__field {92padding: 4px;93width: 100%;94box-sizing: border-box; }95.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {96-webkit-appearance: none; }97.select2-search--dropdown.select2-search--hide {98display: none; }99100.select2-close-mask {101border: 0;102margin: 0;103padding: 0;104display: block;105position: fixed;106left: 0;107top: 0;108min-height: 100%;109min-width: 100%;110height: auto;111width: auto;112opacity: 0;113z-index: 99;114background-color: #fff;115filter: alpha(opacity=0); }116117.select2-hidden-accessible {118border: 0 !important;119clip: rect(0 0 0 0) !important;120height: 1px !important;121margin: -1px !important;122overflow: hidden !important;123padding: 0 !important;124position: absolute !important;125width: 1px !important; }126127.select2-container--default .select2-selection--single {128background-color: #fff;129border: 1px solid #aaa;130border-radius: 4px; }131.select2-container--default .select2-selection--single .select2-selection__rendered {132color: #444;133line-height: 28px; }134.select2-container--default .select2-selection--single .select2-selection__clear {135cursor: pointer;136float: right;137font-weight: bold; }138.select2-container--default .select2-selection--single .select2-selection__placeholder {139color: #999; }140.select2-container--default .select2-selection--single .select2-selection__arrow {141height: 26px;142position: absolute;143top: 1px;144right: 1px;145width: 20px; }146.select2-container--default .select2-selection--single .select2-selection__arrow b {147border-color: #888 transparent transparent transparent;148border-style: solid;149border-width: 5px 4px 0 4px;150height: 0;151left: 50%;152margin-left: -4px;153margin-top: -2px;154position: absolute;155top: 50%;156width: 0; }157158.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {159float: left; }160161.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {162left: 1px;163right: auto; }164165.select2-container--default.select2-container--disabled .select2-selection--single {166background-color: #eee;167cursor: default; }168.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {169display: none; }170171.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {172border-color: transparent transparent #888 transparent;173border-width: 0 4px 5px 4px; }174175.select2-container--default .select2-selection--multiple {176background-color: white;177border: 1px solid #aaa;178border-radius: 4px;179cursor: text; }180.select2-container--default .select2-selection--multiple .select2-selection__rendered {181box-sizing: border-box;182list-style: none;183margin: 0;184padding: 0 5px;185width: 100%; }186.select2-container--default .select2-selection--multiple .select2-selection__rendered li {187list-style: none; }188.select2-container--default .select2-selection--multiple .select2-selection__placeholder {189color: #999;190margin-top: 5px;191float: left; }192.select2-container--default .select2-selection--multiple .select2-selection__clear {193cursor: pointer;194float: right;195font-weight: bold;196margin-top: 5px;197margin-right: 10px; }198.select2-container--default .select2-selection--multiple .select2-selection__choice {199background-color: #e4e4e4;200border: 1px solid #aaa;201border-radius: 4px;202cursor: default;203float: left;204margin-right: 5px;205margin-top: 5px;206padding: 0 5px; }207.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {208color: #999;209cursor: pointer;210display: inline-block;211font-weight: bold;212margin-right: 2px; }213.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {214color: #333; }215216.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {217float: right; }218219.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {220margin-left: 5px;221margin-right: auto; }222223.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {224margin-left: 2px;225margin-right: auto; }226227.select2-container--default.select2-container--focus .select2-selection--multiple {228border: solid black 1px;229outline: 0; }230231.select2-container--default.select2-container--disabled .select2-selection--multiple {232background-color: #eee;233cursor: default; }234235.select2-container--default.select2-container--disabled .select2-selection__choice__remove {236display: none; }237238.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {239border-top-left-radius: 0;240border-top-right-radius: 0; }241242.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {243border-bottom-left-radius: 0;244border-bottom-right-radius: 0; }245246.select2-container--default .select2-search--dropdown .select2-search__field {247border: 1px solid #aaa; }248249.select2-container--default .select2-search--inline .select2-search__field {250background: transparent;251border: none;252outline: 0;253box-shadow: none;254-webkit-appearance: textfield; }255256.select2-container--default .select2-results > .select2-results__options {257max-height: 200px;258overflow-y: auto; }259260.select2-container--default .select2-results__option[role=group] {261padding: 0; }262263.select2-container--default .select2-results__option[aria-disabled=true] {264color: #999; }265266.select2-container--default .select2-results__option[aria-selected=true] {267background-color: #ddd; }268269.select2-container--default .select2-results__option .select2-results__option {270padding-left: 1em; }271.select2-container--default .select2-results__option .select2-results__option .select2-results__group {272padding-left: 0; }273.select2-container--default .select2-results__option .select2-results__option .select2-results__option {274margin-left: -1em;275padding-left: 2em; }276.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {277margin-left: -2em;278padding-left: 3em; }279.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {280margin-left: -3em;281padding-left: 4em; }282.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {283margin-left: -4em;284padding-left: 5em; }285.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {286margin-left: -5em;287padding-left: 6em; }288289.select2-container--default .select2-results__option--highlighted[aria-selected] {290background-color: #5897fb;291color: white; }292293.select2-container--default .select2-results__group {294cursor: default;295display: block;296padding: 6px; }297298.select2-container--classic .select2-selection--single {299background-color: #f7f7f7;300border: 1px solid #aaa;301border-radius: 4px;302outline: 0;303background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);304background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);305background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);306background-repeat: repeat-x;307filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }308.select2-container--classic .select2-selection--single:focus {309border: 1px solid #5897fb; }310.select2-container--classic .select2-selection--single .select2-selection__rendered {311color: #444;312line-height: 28px; }313.select2-container--classic .select2-selection--single .select2-selection__clear {314cursor: pointer;315float: right;316font-weight: bold;317margin-right: 10px; }318.select2-container--classic .select2-selection--single .select2-selection__placeholder {319color: #999; }320.select2-container--classic .select2-selection--single .select2-selection__arrow {321background-color: #ddd;322border: none;323border-left: 1px solid #aaa;324border-top-right-radius: 4px;325border-bottom-right-radius: 4px;326height: 26px;327position: absolute;328top: 1px;329right: 1px;330width: 20px;331background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);332background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);333background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);334background-repeat: repeat-x;335filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }336.select2-container--classic .select2-selection--single .select2-selection__arrow b {337border-color: #888 transparent transparent transparent;338border-style: solid;339border-width: 5px 4px 0 4px;340height: 0;341left: 50%;342margin-left: -4px;343margin-top: -2px;344position: absolute;345top: 50%;346width: 0; }347348.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {349float: left; }350351.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {352border: none;353border-right: 1px solid #aaa;354border-radius: 0;355border-top-left-radius: 4px;356border-bottom-left-radius: 4px;357left: 1px;358right: auto; }359360.select2-container--classic.select2-container--open .select2-selection--single {361border: 1px solid #5897fb; }362.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {363background: transparent;364border: none; }365.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {366border-color: transparent transparent #888 transparent;367border-width: 0 4px 5px 4px; }368369.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {370border-top: none;371border-top-left-radius: 0;372border-top-right-radius: 0;373background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);374background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);375background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);376background-repeat: repeat-x;377filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }378379.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {380border-bottom: none;381border-bottom-left-radius: 0;382border-bottom-right-radius: 0;383background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);384background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);385background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);386background-repeat: repeat-x;387filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }388389.select2-container--classic .select2-selection--multiple {390background-color: white;391border: 1px solid #aaa;392border-radius: 4px;393cursor: text;394outline: 0; }395.select2-container--classic .select2-selection--multiple:focus {396border: 1px solid #5897fb; }397.select2-container--classic .select2-selection--multiple .select2-selection__rendered {398list-style: none;399margin: 0;400padding: 0 5px; }401.select2-container--classic .select2-selection--multiple .select2-selection__clear {402display: none; }403.select2-container--classic .select2-selection--multiple .select2-selection__choice {404background-color: #e4e4e4;405border: 1px solid #aaa;406border-radius: 4px;407cursor: default;408float: left;409margin-right: 5px;410margin-top: 5px;411padding: 0 5px; }412.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {413color: #888;414cursor: pointer;415display: inline-block;416font-weight: bold;417margin-right: 2px; }418.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {419color: #555; }420421.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {422float: right; }423424.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {425margin-left: 5px;426margin-right: auto; }427428.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {429margin-left: 2px;430margin-right: auto; }431432.select2-container--classic.select2-container--open .select2-selection--multiple {433border: 1px solid #5897fb; }434435.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {436border-top: none;437border-top-left-radius: 0;438border-top-right-radius: 0; }439440.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {441border-bottom: none;442border-bottom-left-radius: 0;443border-bottom-right-radius: 0; }444445.select2-container--classic .select2-search--dropdown .select2-search__field {446border: 1px solid #aaa;447outline: 0; }448449.select2-container--classic .select2-search--inline .select2-search__field {450outline: 0;451box-shadow: none; }452453.select2-container--classic .select2-dropdown {454background-color: white;455border: 1px solid transparent; }456457.select2-container--classic .select2-dropdown--above {458border-bottom: none; }459460.select2-container--classic .select2-dropdown--below {461border-top: none; }462463.select2-container--classic .select2-results > .select2-results__options {464max-height: 200px;465overflow-y: auto; }466467.select2-container--classic .select2-results__option[role=group] {468padding: 0; }469470.select2-container--classic .select2-results__option[aria-disabled=true] {471color: grey; }472473.select2-container--classic .select2-results__option--highlighted[aria-selected] {474background-color: #3875d7;475color: white; }476477.select2-container--classic .select2-results__group {478cursor: default;479display: block;480padding: 6px; }481482.select2-container--classic.select2-container--open .select2-dropdown {483border-color: #5897fb; }484485