Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/sitepres.../lib/select2
File: select2.css
/*
[0] Fix | Delete
Version: 3.5.2 Timestamp: Sat Nov 1 14:43:36 EDT 2014
[1] Fix | Delete
*/
[2] Fix | Delete
.select2-container {
[3] Fix | Delete
margin: 0;
[4] Fix | Delete
position: relative;
[5] Fix | Delete
display: inline-block;
[6] Fix | Delete
/* inline-block for ie7 */
[7] Fix | Delete
zoom: 1;
[8] Fix | Delete
*display: inline;
[9] Fix | Delete
vertical-align: middle;
[10] Fix | Delete
}
[11] Fix | Delete
[12] Fix | Delete
.select2-container,
[13] Fix | Delete
.select2-drop,
[14] Fix | Delete
.select2-search,
[15] Fix | Delete
.select2-search input {
[16] Fix | Delete
/*
[17] Fix | Delete
Force border-box so that % widths fit the parent
[18] Fix | Delete
container without overlap because of margin/padding.
[19] Fix | Delete
More Info : http://www.quirksmode.org/css/box.html
[20] Fix | Delete
*/
[21] Fix | Delete
-webkit-box-sizing: border-box; /* webkit */
[22] Fix | Delete
-moz-box-sizing: border-box; /* firefox */
[23] Fix | Delete
box-sizing: border-box; /* css3 */
[24] Fix | Delete
}
[25] Fix | Delete
[26] Fix | Delete
.select2-container .select2-choice {
[27] Fix | Delete
display: block;
[28] Fix | Delete
height: 26px;
[29] Fix | Delete
padding: 0 0 0 8px;
[30] Fix | Delete
overflow: hidden;
[31] Fix | Delete
position: relative;
[32] Fix | Delete
[33] Fix | Delete
border: 1px solid #aaa;
[34] Fix | Delete
white-space: nowrap;
[35] Fix | Delete
line-height: 26px;
[36] Fix | Delete
color: #444;
[37] Fix | Delete
text-decoration: none;
[38] Fix | Delete
[39] Fix | Delete
border-radius: 4px;
[40] Fix | Delete
[41] Fix | Delete
background-clip: padding-box;
[42] Fix | Delete
[43] Fix | Delete
-webkit-touch-callout: none;
[44] Fix | Delete
-webkit-user-select: none;
[45] Fix | Delete
-moz-user-select: none;
[46] Fix | Delete
-ms-user-select: none;
[47] Fix | Delete
user-select: none;
[48] Fix | Delete
[49] Fix | Delete
background-color: #fff;
[50] Fix | Delete
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
[51] Fix | Delete
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
[52] Fix | Delete
background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
[53] Fix | Delete
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
[54] Fix | Delete
background-image: linear-gradient(to top, #eee 0%, #fff 50%);
[55] Fix | Delete
}
[56] Fix | Delete
[57] Fix | Delete
html[dir="rtl"] .select2-container .select2-choice {
[58] Fix | Delete
padding: 0 8px 0 0;
[59] Fix | Delete
}
[60] Fix | Delete
[61] Fix | Delete
.select2-container.select2-drop-above .select2-choice {
[62] Fix | Delete
border-bottom-color: #aaa;
[63] Fix | Delete
[64] Fix | Delete
border-radius: 0 0 4px 4px;
[65] Fix | Delete
[66] Fix | Delete
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
[67] Fix | Delete
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
[68] Fix | Delete
background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
[69] Fix | Delete
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
[70] Fix | Delete
background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
[71] Fix | Delete
}
[72] Fix | Delete
[73] Fix | Delete
.select2-container.select2-allowclear .select2-choice .select2-chosen {
[74] Fix | Delete
margin-right: 42px;
[75] Fix | Delete
}
[76] Fix | Delete
[77] Fix | Delete
.select2-container .select2-choice > .select2-chosen {
[78] Fix | Delete
margin-right: 26px;
[79] Fix | Delete
display: block;
[80] Fix | Delete
overflow: hidden;
[81] Fix | Delete
[82] Fix | Delete
white-space: nowrap;
[83] Fix | Delete
[84] Fix | Delete
text-overflow: ellipsis;
[85] Fix | Delete
float: none;
[86] Fix | Delete
width: auto;
[87] Fix | Delete
}
[88] Fix | Delete
[89] Fix | Delete
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
[90] Fix | Delete
margin-left: 26px;
[91] Fix | Delete
margin-right: 0;
[92] Fix | Delete
}
[93] Fix | Delete
[94] Fix | Delete
.select2-container .select2-choice abbr {
[95] Fix | Delete
display: none;
[96] Fix | Delete
width: 12px;
[97] Fix | Delete
height: 12px;
[98] Fix | Delete
position: absolute;
[99] Fix | Delete
right: 24px;
[100] Fix | Delete
top: 8px;
[101] Fix | Delete
[102] Fix | Delete
font-size: 1px;
[103] Fix | Delete
text-decoration: none;
[104] Fix | Delete
[105] Fix | Delete
border: 0;
[106] Fix | Delete
background: url('select2.png') right top no-repeat;
[107] Fix | Delete
cursor: pointer;
[108] Fix | Delete
outline: 0;
[109] Fix | Delete
}
[110] Fix | Delete
[111] Fix | Delete
.select2-container.select2-allowclear .select2-choice abbr {
[112] Fix | Delete
display: inline-block;
[113] Fix | Delete
}
[114] Fix | Delete
[115] Fix | Delete
.select2-container .select2-choice abbr:hover {
[116] Fix | Delete
background-position: right -11px;
[117] Fix | Delete
cursor: pointer;
[118] Fix | Delete
}
[119] Fix | Delete
[120] Fix | Delete
.select2-drop-mask {
[121] Fix | Delete
border: 0;
[122] Fix | Delete
margin: 0;
[123] Fix | Delete
padding: 0;
[124] Fix | Delete
position: fixed;
[125] Fix | Delete
left: 0;
[126] Fix | Delete
top: 0;
[127] Fix | Delete
min-height: 100%;
[128] Fix | Delete
min-width: 100%;
[129] Fix | Delete
height: auto;
[130] Fix | Delete
width: auto;
[131] Fix | Delete
opacity: 0;
[132] Fix | Delete
z-index: 9998;
[133] Fix | Delete
/* styles required for IE to work */
[134] Fix | Delete
background-color: #fff;
[135] Fix | Delete
filter: alpha(opacity=0);
[136] Fix | Delete
}
[137] Fix | Delete
[138] Fix | Delete
.select2-drop {
[139] Fix | Delete
width: 100%;
[140] Fix | Delete
margin-top: -1px;
[141] Fix | Delete
position: absolute;
[142] Fix | Delete
z-index: 9999;
[143] Fix | Delete
top: 100%;
[144] Fix | Delete
[145] Fix | Delete
background: #fff;
[146] Fix | Delete
color: #000;
[147] Fix | Delete
border: 1px solid #aaa;
[148] Fix | Delete
border-top: 0;
[149] Fix | Delete
[150] Fix | Delete
border-radius: 0 0 4px 4px;
[151] Fix | Delete
[152] Fix | Delete
-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
[153] Fix | Delete
box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
[154] Fix | Delete
}
[155] Fix | Delete
[156] Fix | Delete
.select2-drop.select2-drop-above {
[157] Fix | Delete
margin-top: 1px;
[158] Fix | Delete
border-top: 1px solid #aaa;
[159] Fix | Delete
border-bottom: 0;
[160] Fix | Delete
[161] Fix | Delete
border-radius: 4px 4px 0 0;
[162] Fix | Delete
[163] Fix | Delete
-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
[164] Fix | Delete
box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
[165] Fix | Delete
}
[166] Fix | Delete
[167] Fix | Delete
.select2-drop-active {
[168] Fix | Delete
border: 1px solid #5897fb;
[169] Fix | Delete
border-top: none;
[170] Fix | Delete
}
[171] Fix | Delete
[172] Fix | Delete
.select2-drop.select2-drop-above.select2-drop-active {
[173] Fix | Delete
border-top: 1px solid #5897fb;
[174] Fix | Delete
}
[175] Fix | Delete
[176] Fix | Delete
.select2-drop-auto-width {
[177] Fix | Delete
border-top: 1px solid #aaa;
[178] Fix | Delete
width: auto;
[179] Fix | Delete
}
[180] Fix | Delete
[181] Fix | Delete
.select2-drop-auto-width .select2-search {
[182] Fix | Delete
padding-top: 4px;
[183] Fix | Delete
}
[184] Fix | Delete
[185] Fix | Delete
.select2-container .select2-choice .select2-arrow {
[186] Fix | Delete
display: inline-block;
[187] Fix | Delete
width: 18px;
[188] Fix | Delete
height: 100%;
[189] Fix | Delete
position: absolute;
[190] Fix | Delete
right: 0;
[191] Fix | Delete
top: 0;
[192] Fix | Delete
[193] Fix | Delete
border-left: 1px solid #aaa;
[194] Fix | Delete
border-radius: 0 4px 4px 0;
[195] Fix | Delete
[196] Fix | Delete
background-clip: padding-box;
[197] Fix | Delete
[198] Fix | Delete
background: #ccc;
[199] Fix | Delete
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
[200] Fix | Delete
background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
[201] Fix | Delete
background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
[202] Fix | Delete
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
[203] Fix | Delete
background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
[204] Fix | Delete
}
[205] Fix | Delete
[206] Fix | Delete
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
[207] Fix | Delete
left: 0;
[208] Fix | Delete
right: auto;
[209] Fix | Delete
[210] Fix | Delete
border-left: none;
[211] Fix | Delete
border-right: 1px solid #aaa;
[212] Fix | Delete
border-radius: 4px 0 0 4px;
[213] Fix | Delete
}
[214] Fix | Delete
[215] Fix | Delete
.select2-container .select2-choice .select2-arrow b {
[216] Fix | Delete
display: block;
[217] Fix | Delete
width: 100%;
[218] Fix | Delete
height: 100%;
[219] Fix | Delete
background: url('select2.png') no-repeat 0 1px;
[220] Fix | Delete
}
[221] Fix | Delete
[222] Fix | Delete
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
[223] Fix | Delete
background-position: 2px 1px;
[224] Fix | Delete
}
[225] Fix | Delete
[226] Fix | Delete
.select2-search {
[227] Fix | Delete
display: inline-block;
[228] Fix | Delete
width: 100%;
[229] Fix | Delete
min-height: 26px;
[230] Fix | Delete
margin: 0;
[231] Fix | Delete
padding-left: 4px;
[232] Fix | Delete
padding-right: 4px;
[233] Fix | Delete
[234] Fix | Delete
position: relative;
[235] Fix | Delete
z-index: 10000;
[236] Fix | Delete
[237] Fix | Delete
white-space: nowrap;
[238] Fix | Delete
}
[239] Fix | Delete
[240] Fix | Delete
.select2-search input {
[241] Fix | Delete
width: 100%;
[242] Fix | Delete
height: auto !important;
[243] Fix | Delete
min-height: 26px;
[244] Fix | Delete
padding: 4px 20px 4px 5px;
[245] Fix | Delete
margin: 0;
[246] Fix | Delete
[247] Fix | Delete
outline: 0;
[248] Fix | Delete
font-family: sans-serif;
[249] Fix | Delete
font-size: 1em;
[250] Fix | Delete
[251] Fix | Delete
border: 1px solid #aaa;
[252] Fix | Delete
border-radius: 0;
[253] Fix | Delete
[254] Fix | Delete
-webkit-box-shadow: none;
[255] Fix | Delete
box-shadow: none;
[256] Fix | Delete
[257] Fix | Delete
background: #fff url('select2.png') no-repeat 100% -22px;
[258] Fix | Delete
background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
[259] Fix | Delete
background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
[260] Fix | Delete
background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
[261] Fix | Delete
background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
[262] Fix | Delete
}
[263] Fix | Delete
[264] Fix | Delete
html[dir="rtl"] .select2-search input {
[265] Fix | Delete
padding: 4px 5px 4px 20px;
[266] Fix | Delete
[267] Fix | Delete
background: #fff url('select2.png') no-repeat -37px -22px;
[268] Fix | Delete
background: url('select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
[269] Fix | Delete
background: url('select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
[270] Fix | Delete
background: url('select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
[271] Fix | Delete
background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
[272] Fix | Delete
}
[273] Fix | Delete
[274] Fix | Delete
.select2-drop.select2-drop-above .select2-search input {
[275] Fix | Delete
margin-top: 4px;
[276] Fix | Delete
}
[277] Fix | Delete
[278] Fix | Delete
.select2-search input.select2-active {
[279] Fix | Delete
background: #fff url('select2-spinner.gif') no-repeat 100%;
[280] Fix | Delete
background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
[281] Fix | Delete
background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
[282] Fix | Delete
background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
[283] Fix | Delete
background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
[284] Fix | Delete
}
[285] Fix | Delete
[286] Fix | Delete
.select2-container-active .select2-choice,
[287] Fix | Delete
.select2-container-active .select2-choices {
[288] Fix | Delete
border: 1px solid #5897fb;
[289] Fix | Delete
outline: none;
[290] Fix | Delete
[291] Fix | Delete
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
[292] Fix | Delete
box-shadow: 0 0 5px rgba(0, 0, 0, .3);
[293] Fix | Delete
}
[294] Fix | Delete
[295] Fix | Delete
.select2-dropdown-open .select2-choice {
[296] Fix | Delete
border-bottom-color: transparent;
[297] Fix | Delete
-webkit-box-shadow: 0 1px 0 #fff inset;
[298] Fix | Delete
box-shadow: 0 1px 0 #fff inset;
[299] Fix | Delete
[300] Fix | Delete
border-bottom-left-radius: 0;
[301] Fix | Delete
border-bottom-right-radius: 0;
[302] Fix | Delete
[303] Fix | Delete
background-color: #eee;
[304] Fix | Delete
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
[305] Fix | Delete
background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
[306] Fix | Delete
background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
[307] Fix | Delete
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
[308] Fix | Delete
background-image: linear-gradient(to top, #fff 0%, #eee 50%);
[309] Fix | Delete
}
[310] Fix | Delete
[311] Fix | Delete
.select2-dropdown-open.select2-drop-above .select2-choice,
[312] Fix | Delete
.select2-dropdown-open.select2-drop-above .select2-choices {
[313] Fix | Delete
border: 1px solid #5897fb;
[314] Fix | Delete
border-top-color: transparent;
[315] Fix | Delete
[316] Fix | Delete
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
[317] Fix | Delete
background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
[318] Fix | Delete
background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
[319] Fix | Delete
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
[320] Fix | Delete
background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
[321] Fix | Delete
}
[322] Fix | Delete
[323] Fix | Delete
.select2-dropdown-open .select2-choice .select2-arrow {
[324] Fix | Delete
background: transparent;
[325] Fix | Delete
border-left: none;
[326] Fix | Delete
filter: none;
[327] Fix | Delete
}
[328] Fix | Delete
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
[329] Fix | Delete
border-right: none;
[330] Fix | Delete
}
[331] Fix | Delete
[332] Fix | Delete
.select2-dropdown-open .select2-choice .select2-arrow b {
[333] Fix | Delete
background-position: -18px 1px;
[334] Fix | Delete
}
[335] Fix | Delete
[336] Fix | Delete
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
[337] Fix | Delete
background-position: -16px 1px;
[338] Fix | Delete
}
[339] Fix | Delete
[340] Fix | Delete
.select2-hidden-accessible {
[341] Fix | Delete
border: 0;
[342] Fix | Delete
clip: rect(0 0 0 0);
[343] Fix | Delete
height: 1px;
[344] Fix | Delete
margin: -1px;
[345] Fix | Delete
overflow: hidden;
[346] Fix | Delete
padding: 0;
[347] Fix | Delete
position: absolute;
[348] Fix | Delete
width: 1px;
[349] Fix | Delete
}
[350] Fix | Delete
[351] Fix | Delete
/* results */
[352] Fix | Delete
.select2-results {
[353] Fix | Delete
max-height: 200px;
[354] Fix | Delete
padding: 0 0 0 4px;
[355] Fix | Delete
margin: 4px 4px 4px 0;
[356] Fix | Delete
position: relative;
[357] Fix | Delete
overflow-x: hidden;
[358] Fix | Delete
overflow-y: auto;
[359] Fix | Delete
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
[360] Fix | Delete
}
[361] Fix | Delete
[362] Fix | Delete
html[dir="rtl"] .select2-results {
[363] Fix | Delete
padding: 0 4px 0 0;
[364] Fix | Delete
margin: 4px 0 4px 4px;
[365] Fix | Delete
}
[366] Fix | Delete
[367] Fix | Delete
.select2-results ul.select2-result-sub {
[368] Fix | Delete
margin: 0;
[369] Fix | Delete
padding-left: 0;
[370] Fix | Delete
}
[371] Fix | Delete
[372] Fix | Delete
.select2-results li {
[373] Fix | Delete
list-style: none;
[374] Fix | Delete
display: list-item;
[375] Fix | Delete
background-image: none;
[376] Fix | Delete
}
[377] Fix | Delete
[378] Fix | Delete
.select2-results li.select2-result-with-children > .select2-result-label {
[379] Fix | Delete
font-weight: bold;
[380] Fix | Delete
}
[381] Fix | Delete
[382] Fix | Delete
.select2-results .select2-result-label {
[383] Fix | Delete
padding: 3px 7px 4px;
[384] Fix | Delete
margin: 0;
[385] Fix | Delete
cursor: pointer;
[386] Fix | Delete
[387] Fix | Delete
min-height: 1em;
[388] Fix | Delete
[389] Fix | Delete
-webkit-touch-callout: none;
[390] Fix | Delete
-webkit-user-select: none;
[391] Fix | Delete
-moz-user-select: none;
[392] Fix | Delete
-ms-user-select: none;
[393] Fix | Delete
user-select: none;
[394] Fix | Delete
}
[395] Fix | Delete
[396] Fix | Delete
.select2-results-dept-1 .select2-result-label { padding-left: 20px }
[397] Fix | Delete
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
[398] Fix | Delete
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
[399] Fix | Delete
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
[400] Fix | Delete
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
[401] Fix | Delete
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
[402] Fix | Delete
.select2-results-dept-7 .select2-result-label { padding-left: 120px }
[403] Fix | Delete
[404] Fix | Delete
.select2-results .select2-highlighted {
[405] Fix | Delete
background: #3875d7;
[406] Fix | Delete
color: #fff;
[407] Fix | Delete
}
[408] Fix | Delete
[409] Fix | Delete
.select2-results li em {
[410] Fix | Delete
background: #feffde;
[411] Fix | Delete
font-style: normal;
[412] Fix | Delete
}
[413] Fix | Delete
[414] Fix | Delete
.select2-results .select2-highlighted em {
[415] Fix | Delete
background: transparent;
[416] Fix | Delete
}
[417] Fix | Delete
[418] Fix | Delete
.select2-results .select2-highlighted ul {
[419] Fix | Delete
background: #fff;
[420] Fix | Delete
color: #000;
[421] Fix | Delete
}
[422] Fix | Delete
[423] Fix | Delete
.select2-results .select2-no-results,
[424] Fix | Delete
.select2-results .select2-searching,
[425] Fix | Delete
.select2-results .select2-ajax-error,
[426] Fix | Delete
.select2-results .select2-selection-limit {
[427] Fix | Delete
background: #f4f4f4;
[428] Fix | Delete
display: list-item;
[429] Fix | Delete
padding-left: 5px;
[430] Fix | Delete
}
[431] Fix | Delete
[432] Fix | Delete
/*
[433] Fix | Delete
disabled look for disabled choices in the results dropdown
[434] Fix | Delete
*/
[435] Fix | Delete
.select2-results .select2-disabled.select2-highlighted {
[436] Fix | Delete
color: #666;
[437] Fix | Delete
background: #f4f4f4;
[438] Fix | Delete
display: list-item;
[439] Fix | Delete
cursor: default;
[440] Fix | Delete
}
[441] Fix | Delete
.select2-results .select2-disabled {
[442] Fix | Delete
background: #f4f4f4;
[443] Fix | Delete
display: list-item;
[444] Fix | Delete
cursor: default;
[445] Fix | Delete
}
[446] Fix | Delete
[447] Fix | Delete
.select2-results .select2-selected {
[448] Fix | Delete
display: none;
[449] Fix | Delete
}
[450] Fix | Delete
[451] Fix | Delete
.select2-more-results.select2-active {
[452] Fix | Delete
background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
[453] Fix | Delete
}
[454] Fix | Delete
[455] Fix | Delete
.select2-results .select2-ajax-error {
[456] Fix | Delete
background: rgba(255, 50, 50, .2);
[457] Fix | Delete
}
[458] Fix | Delete
[459] Fix | Delete
.select2-more-results {
[460] Fix | Delete
background: #f4f4f4;
[461] Fix | Delete
display: list-item;
[462] Fix | Delete
}
[463] Fix | Delete
[464] Fix | Delete
/* disabled styles */
[465] Fix | Delete
[466] Fix | Delete
.select2-container.select2-container-disabled .select2-choice {
[467] Fix | Delete
background-color: #f4f4f4;
[468] Fix | Delete
background-image: none;
[469] Fix | Delete
border: 1px solid #ddd;
[470] Fix | Delete
cursor: default;
[471] Fix | Delete
}
[472] Fix | Delete
[473] Fix | Delete
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
[474] Fix | Delete
background-color: #f4f4f4;
[475] Fix | Delete
background-image: none;
[476] Fix | Delete
border-left: 0;
[477] Fix | Delete
}
[478] Fix | Delete
[479] Fix | Delete
.select2-container.select2-container-disabled .select2-choice abbr {
[480] Fix | Delete
display: none;
[481] Fix | Delete
}
[482] Fix | Delete
[483] Fix | Delete
[484] Fix | Delete
/* multiselect */
[485] Fix | Delete
[486] Fix | Delete
.select2-container-multi .select2-choices {
[487] Fix | Delete
height: auto !important;
[488] Fix | Delete
height: 1%;
[489] Fix | Delete
margin: 0;
[490] Fix | Delete
padding: 0 5px 0 0;
[491] Fix | Delete
position: relative;
[492] Fix | Delete
[493] Fix | Delete
border: 1px solid #aaa;
[494] Fix | Delete
cursor: text;
[495] Fix | Delete
overflow: hidden;
[496] Fix | Delete
[497] Fix | Delete
background-color: #fff;
[498] Fix | Delete
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
[499] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function