LaravelTest
481 строка · 17.0 Кб
1.select2-container {2box-sizing: border-box;3display: inline-block;4margin: 0;5position: relative;6vertical-align: middle; }7.select2-container .select2-selection--single {8box-sizing: border-box;9cursor: pointer;10display: block;11height: 28px;12user-select: none;13-webkit-user-select: none; }14.select2-container .select2-selection--single .select2-selection__rendered {15display: block;16padding-left: 8px;17padding-right: 20px;18overflow: hidden;19text-overflow: ellipsis;20white-space: nowrap; }21.select2-container .select2-selection--single .select2-selection__clear {22position: relative; }23.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {24padding-right: 8px;25padding-left: 20px; }26.select2-container .select2-selection--multiple {27box-sizing: border-box;28cursor: pointer;29display: block;30min-height: 32px;31user-select: none;32-webkit-user-select: none; }33.select2-container .select2-selection--multiple .select2-selection__rendered {34display: inline-block;35overflow: hidden;36padding-left: 8px;37text-overflow: ellipsis;38white-space: nowrap; }39.select2-container .select2-search--inline {40float: left; }41.select2-container .select2-search--inline .select2-search__field {42box-sizing: border-box;43border: none;44font-size: 100%;45margin-top: 5px;46padding: 0; }47.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {48-webkit-appearance: none; }49
50.select2-dropdown {51background-color: white;52border: 1px solid #aaa;53border-radius: 4px;54box-sizing: border-box;55display: block;56position: absolute;57left: -100000px;58width: 100%;59z-index: 1051; }60
61.select2-results {62display: block; }63
64.select2-results__options {65list-style: none;66margin: 0;67padding: 0; }68
69.select2-results__option {70padding: 6px;71user-select: none;72-webkit-user-select: none; }73.select2-results__option[aria-selected] {74cursor: pointer; }75
76.select2-container--open .select2-dropdown {77left: 0; }78
79.select2-container--open .select2-dropdown--above {80border-bottom: none;81border-bottom-left-radius: 0;82border-bottom-right-radius: 0; }83
84.select2-container--open .select2-dropdown--below {85border-top: none;86border-top-left-radius: 0;87border-top-right-radius: 0; }88
89.select2-search--dropdown {90display: block;91padding: 4px; }92.select2-search--dropdown .select2-search__field {93padding: 4px;94width: 100%;95box-sizing: border-box; }96.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {97-webkit-appearance: none; }98.select2-search--dropdown.select2-search--hide {99display: none; }100
101.select2-close-mask {102border: 0;103margin: 0;104padding: 0;105display: block;106position: fixed;107left: 0;108top: 0;109min-height: 100%;110min-width: 100%;111height: auto;112width: auto;113opacity: 0;114z-index: 99;115background-color: #fff;116filter: alpha(opacity=0); }117
118.select2-hidden-accessible {119border: 0 !important;120clip: rect(0 0 0 0) !important;121-webkit-clip-path: inset(50%) !important;122clip-path: inset(50%) !important;123height: 1px !important;124overflow: hidden !important;125padding: 0 !important;126position: absolute !important;127width: 1px !important;128white-space: nowrap !important; }129
130.select2-container--default .select2-selection--single {131background-color: #fff;132border: 1px solid #aaa;133border-radius: 4px; }134.select2-container--default .select2-selection--single .select2-selection__rendered {135color: #444;136line-height: 28px; }137.select2-container--default .select2-selection--single .select2-selection__clear {138cursor: pointer;139float: right;140font-weight: bold; }141.select2-container--default .select2-selection--single .select2-selection__placeholder {142color: #999; }143.select2-container--default .select2-selection--single .select2-selection__arrow {144height: 26px;145position: absolute;146top: 1px;147right: 1px;148width: 20px; }149.select2-container--default .select2-selection--single .select2-selection__arrow b {150border-color: #888 transparent transparent transparent;151border-style: solid;152border-width: 5px 4px 0 4px;153height: 0;154left: 50%;155margin-left: -4px;156margin-top: -2px;157position: absolute;158top: 50%;159width: 0; }160
161.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {162float: left; }163
164.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {165left: 1px;166right: auto; }167
168.select2-container--default.select2-container--disabled .select2-selection--single {169background-color: #eee;170cursor: default; }171.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {172display: none; }173
174.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {175border-color: transparent transparent #888 transparent;176border-width: 0 4px 5px 4px; }177
178.select2-container--default .select2-selection--multiple {179background-color: white;180border: 1px solid #aaa;181border-radius: 4px;182cursor: text; }183.select2-container--default .select2-selection--multiple .select2-selection__rendered {184box-sizing: border-box;185list-style: none;186margin: 0;187padding: 0 5px;188width: 100%; }189.select2-container--default .select2-selection--multiple .select2-selection__rendered li {190list-style: none; }191.select2-container--default .select2-selection--multiple .select2-selection__clear {192cursor: pointer;193float: right;194font-weight: bold;195margin-top: 5px;196margin-right: 10px;197padding: 1px; }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; }215
216.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {217float: right; }218
219.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {220margin-left: 5px;221margin-right: auto; }222
223.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {224margin-left: 2px;225margin-right: auto; }226
227.select2-container--default.select2-container--focus .select2-selection--multiple {228border: solid black 1px;229outline: 0; }230
231.select2-container--default.select2-container--disabled .select2-selection--multiple {232background-color: #eee;233cursor: default; }234
235.select2-container--default.select2-container--disabled .select2-selection__choice__remove {236display: none; }237
238.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; }241
242.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; }245
246.select2-container--default .select2-search--dropdown .select2-search__field {247border: 1px solid #aaa; }248
249.select2-container--default .select2-search--inline .select2-search__field {250background: transparent;251border: none;252outline: 0;253box-shadow: none;254-webkit-appearance: textfield; }255
256.select2-container--default .select2-results > .select2-results__options {257max-height: 200px;258overflow-y: auto; }259
260.select2-container--default .select2-results__option[role=group] {261padding: 0; }262
263.select2-container--default .select2-results__option[aria-disabled=true] {264color: #999; }265
266.select2-container--default .select2-results__option[aria-selected=true] {267background-color: #ddd; }268
269.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; }288
289.select2-container--default .select2-results__option--highlighted[aria-selected] {290background-color: #5897fb;291color: white; }292
293.select2-container--default .select2-results__group {294cursor: default;295display: block;296padding: 6px; }297
298.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; }347
348.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {349float: left; }350
351.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; }359
360.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; }368
369.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); }378
379.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); }388
389.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; }420
421.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {422float: right;423margin-left: 5px;424margin-right: auto; }425
426.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {427margin-left: 2px;428margin-right: auto; }429
430.select2-container--classic.select2-container--open .select2-selection--multiple {431border: 1px solid #5897fb; }432
433.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {434border-top: none;435border-top-left-radius: 0;436border-top-right-radius: 0; }437
438.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {439border-bottom: none;440border-bottom-left-radius: 0;441border-bottom-right-radius: 0; }442
443.select2-container--classic .select2-search--dropdown .select2-search__field {444border: 1px solid #aaa;445outline: 0; }446
447.select2-container--classic .select2-search--inline .select2-search__field {448outline: 0;449box-shadow: none; }450
451.select2-container--classic .select2-dropdown {452background-color: white;453border: 1px solid transparent; }454
455.select2-container--classic .select2-dropdown--above {456border-bottom: none; }457
458.select2-container--classic .select2-dropdown--below {459border-top: none; }460
461.select2-container--classic .select2-results > .select2-results__options {462max-height: 200px;463overflow-y: auto; }464
465.select2-container--classic .select2-results__option[role=group] {466padding: 0; }467
468.select2-container--classic .select2-results__option[aria-disabled=true] {469color: grey; }470
471.select2-container--classic .select2-results__option--highlighted[aria-selected] {472background-color: #3875d7;473color: white; }474
475.select2-container--classic .select2-results__group {476cursor: default;477display: block;478padding: 6px; }479
480.select2-container--classic.select2-container--open .select2-dropdown {481border-color: #5897fb; }482