PluginProbe
MainWP Dashboard: Self-hosted WordPress Management for Agencies / 3.5.3
MainWP Dashboard: Self-hosted WordPress Management for Agencies v3.5.3
6.2 6.1.8 6.1.7 6.1.6 6.1.5 6.1.4 6.1.3 6.1.2 6.1.1 6.1 6.0.12 6.0.11 4.6.0.1 5.0 5.0.1 5.0.2 5.0.3 5.0.3.1 5.0.3.2 5.1 5.1.1 5.2 5.2.1 5.2.2 5.3 All 153 releases
mainwp / js / select2 / css / select2.css

select2.css in MainWP Dashboard: Self-hosted WordPress Management for Agencies 3.5.3, at js/select2/css/select2.css

558 lines 19.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .select2-container {
2 box-sizing: border-box;
3 display: inline-block;
4 margin: 0;
5 position: relative;
6 vertical-align: middle; }
7 .select2-container .select2-selection--single {
8 box-sizing: border-box;
9 cursor: pointer;
10 display: block;
11 height: 28px;
12 user-select: none;
13 -webkit-user-select: none; }
14 .select2-container .select2-selection--single .select2-selection__rendered {
15 display: block;
16 padding-left: 8px;
17 padding-right: 20px;
18 overflow: hidden;
19 text-overflow: ellipsis;
20 white-space: nowrap; }
21 .select2-container .select2-selection--single .select2-selection__clear {
22 position: relative; }
23 .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
24 padding-right: 8px;
25 padding-left: 20px; }
26 .select2-container .select2-selection--multiple {
27 box-sizing: border-box;
28 cursor: pointer;
29 display: block;
30 min-height: 32px;
31 user-select: none;
32 -webkit-user-select: none; }
33 .select2-container .select2-selection--multiple .select2-selection__rendered {
34 display: inline-block;
35 overflow: hidden;
36 padding-left: 8px;
37 text-overflow: ellipsis;
38 white-space: nowrap; }
39 .select2-container .select2-search--inline {
40 float: left; }
41 .select2-container .select2-search--inline .select2-search__field {
42 box-sizing: border-box;
43 border: none;
44 font-size: 100%;
45 margin-top: 5px;
46 padding: 0; }
47 .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
48 -webkit-appearance: none; }
49
50 .select2-dropdown {
51 background-color: white;
52 border: 1px solid #aaa;
53 border-radius: 4px;
54 box-sizing: border-box;
55 display: block;
56 position: absolute;
57 left: -100000px;
58 width: 100%;
59 z-index: 1051; }
60
61 .select2-results {
62 display: block;
63 }
64
65 .select2-results__options {
66 list-style: none;
67 margin: 0;
68 padding: 0; }
69
70 .select2-results__option {
71 padding: 6px;
72 user-select: none;
73 -webkit-user-select: none; }
74 .select2-results__option[aria-selected] {
75 cursor: pointer; }
76
77 .select2-container--open .select2-dropdown {
78 left: 0; }
79
80 .select2-container--open .select2-dropdown--above {
81 border-bottom: none;
82 border-bottom-left-radius: 0;
83 border-bottom-right-radius: 0; }
84
85 .select2-container--open .select2-dropdown--below {
86 border-top: none;
87 border-top-left-radius: 0;
88 border-top-right-radius: 0; }
89
90 .select2-search--dropdown {
91 display: block;
92 padding: 4px;
93 }
94 .select2-search--dropdown input {
95 width: 100%;
96 height: auto !important;
97 min-height: 26px;
98 padding: 4px 20px 4px 5px;
99 margin: 0;
100
101 outline: 0;
102 font-family: sans-serif;
103 font-size: 1em;
104
105 border: 1px solid #aaa;
106 border-radius: 0;
107
108 -webkit-box-shadow: none;
109 box-shadow: none;
110
111 background: #fff url('select2.png') no-repeat 100% -22px;
112 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));
113 background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
114 background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
115 background: url('select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
116 }
117
118 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
119 .select2-search--dropdown input {
120 background-image: url('select2x2.png') !important;
121 background-repeat: no-repeat !important;
122 background-size: 60px 40px !important;
123 }
124 .select2-search--dropdown input {
125 background-position: 100% -21px !important;
126 }
127 }
128
129
130 .select2-search--dropdown .select2-search__field {
131 padding: 4px;
132 width: 100%;
133 box-sizing: border-box; }
134 .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
135 -webkit-appearance: none; }
136 .select2-search--dropdown.select2-search--hide {
137 display: none; }
138
139 .select2-close-mask {
140 border: 0;
141 margin: 0;
142 padding: 0;
143 display: block;
144 position: fixed;
145 left: 0;
146 top: 0;
147 min-height: 100%;
148 min-width: 100%;
149 height: auto;
150 width: auto;
151 opacity: 0;
152 z-index: 99;
153 background-color: #fff;
154 filter: alpha(opacity=0); }
155
156 .select2-hidden-accessible {
157 border: 0 !important;
158 clip: rect(0 0 0 0) !important;
159 height: 1px !important;
160 margin: -1px !important;
161 overflow: hidden !important;
162 padding: 0 !important;
163 position: absolute !important;
164 width: 1px !important; }
165
166 .select2-container--default .select2-selection--single {
167 background-color: #fff;
168 border: 1px solid #aaa;
169 border-radius: 4px;
170
171 white-space: nowrap;
172 line-height: 26px;
173 color: #444;
174 text-decoration: none;
175
176 background-clip: padding-box;
177
178 -webkit-touch-callout: none;
179 -webkit-user-select: none;
180 -moz-user-select: none;
181 -ms-user-select: none;
182 user-select: none;
183
184 background-color: #fff;
185 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
186 background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
187 background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
188 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
189 background-image: linear-gradient(top, #fff 0%, #eee 50%);
190
191
192 }
193 .select2-container--default .select2-selection--single .select2-selection__rendered {
194 color: #444;
195 line-height: 28px; }
196 .select2-container--default .select2-selection--single .select2-selection__clear {
197 cursor: pointer;
198 float: right;
199 font-weight: bold; }
200 .select2-container--default .select2-selection--single .select2-selection__placeholder {
201 color: #999; }
202 .select2-container--default .select2-selection--single .select2-selection__arrow {
203 height: 26px;
204 position: absolute;
205 top: 1px;
206 right: 1px;
207 width: 20px; }
208 .select2-container--default .select2-selection--single .select2-selection__arrow b {
209 border-color: #888 transparent transparent transparent;
210 border-style: solid;
211 border-width: 5px 4px 0 4px;
212 height: 0;
213 left: 50%;
214 margin-left: -4px;
215 margin-top: -2px;
216 position: absolute;
217 top: 50%;
218 width: 0; }
219
220 .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
221 float: left; }
222
223 .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
224 left: 1px;
225 right: auto; }
226
227 .select2-container--default.select2-container--disabled .select2-selection--single {
228 background-color: #eee;
229 cursor: default; }
230 .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
231 display: none; }
232
233 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
234 border-color: transparent transparent #888 transparent;
235 border-width: 0 4px 5px 4px; }
236
237 .select2-container--default .select2-selection--multiple {
238 background-color: white;
239 border: 1px solid #aaa;
240 border-radius: 4px;
241 cursor: text; }
242 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
243 box-sizing: border-box;
244 list-style: none;
245 margin: 0;
246 padding: 0 5px;
247 width: 100%; }
248 .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
249 list-style: none; }
250 .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
251 color: #999;
252 margin-top: 5px;
253 float: left; }
254 .select2-container--default .select2-selection--multiple .select2-selection__clear {
255 cursor: pointer;
256 float: right;
257 font-weight: bold;
258 margin-top: 5px;
259 margin-right: 10px; }
260 .select2-container--default .select2-selection--multiple .select2-selection__choice {
261 background-color: #e4e4e4;
262 border: 1px solid #aaa;
263 border-radius: 4px;
264 cursor: default;
265 float: left;
266 margin-right: 5px;
267 margin-top: 5px;
268 padding: 2px 5px; }
269 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
270 color: #999;
271 cursor: pointer;
272 display: inline-block;
273 font-weight: bold;
274 margin-right: 2px; }
275 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
276 color: #333; }
277
278 .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 {
279 float: right; }
280
281 .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
282 margin-left: 5px;
283 margin-right: auto; }
284
285 .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
286 margin-left: 2px;
287 margin-right: auto; }
288
289 .select2-container--default.select2-container--focus .select2-selection--multiple {
290 border: 1px solid #5897fb;
291 outline: 0;
292 -webkit-box-shadow: 0 0 2px rgba(30,140,190,0.8);
293 box-shadow: 0 0 2px rgba(30,140,190,0.8);
294 }
295
296
297 .select2-container--default.select2-container--disabled .select2-selection--multiple {
298 background-color: #eee;
299 cursor: default; }
300
301 .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
302 display: none; }
303
304 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
305 border-top-left-radius: 0;
306 border-top-right-radius: 0; }
307
308 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
309 border-bottom-left-radius: 0;
310 border-bottom-right-radius: 0;
311
312 background-color: #eee;
313 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
314 background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
315 background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
316 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
317 background-image: linear-gradient(top, #fff 0%, #eee 50%);
318 }
319
320 .select2-container--default .select2-search--dropdown .select2-search__field {
321 border: 1px solid #aaa; }
322
323 .select2-container--default .select2-search--inline .select2-search__field {
324 background: transparent;
325 border: none;
326 outline: 0;
327 box-shadow: none;
328 -webkit-appearance: textfield; }
329
330 .select2-container--default .select2-results > .select2-results__options {
331 max-height: 200px;
332 overflow-y: auto; }
333
334 .select2-container--default .select2-results__option[role=group] {
335 padding: 0; }
336
337 .select2-container--default .select2-results__option[aria-disabled=true] {
338 color: #999; }
339
340 .select2-container--default .select2-results__option[aria-selected=true] {
341 background-color: #ddd; }
342
343 .select2-container--default .select2-results__option .select2-results__option {
344 padding-left: 1em; }
345 .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
346 padding-left: 0; }
347 .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
348 margin-left: -1em;
349 padding-left: 2em; }
350 .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
351 margin-left: -2em;
352 padding-left: 3em; }
353 .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
354 margin-left: -3em;
355 padding-left: 4em; }
356 .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
357 margin-left: -4em;
358 padding-left: 5em; }
359 .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
360 margin-left: -5em;
361 padding-left: 6em; }
362
363 .select2-container--default .select2-results__option--highlighted[aria-selected] {
364 background-color: #5897fb;
365 color: white; }
366
367 .select2-container--default .select2-results__group {
368 cursor: default;
369 display: block;
370 padding: 6px; }
371
372 .select2-container--classic .select2-selection--single {
373 background-color: #f7f7f7;
374 border: 1px solid #aaa;
375 border-radius: 4px;
376 outline: 0;
377 background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
378 background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
379 background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
380 background-repeat: repeat-x;
381 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
382 .select2-container--classic .select2-selection--single:focus {
383 border: 1px solid #5897fb; }
384 .select2-container--classic .select2-selection--single .select2-selection__rendered {
385 color: #444;
386 line-height: 28px; }
387 .select2-container--classic .select2-selection--single .select2-selection__clear {
388 cursor: pointer;
389 float: right;
390 font-weight: bold;
391 margin-right: 10px; }
392 .select2-container--classic .select2-selection--single .select2-selection__placeholder {
393 color: #999; }
394 .select2-container--classic .select2-selection--single .select2-selection__arrow {
395 background-color: #ddd;
396 border: none;
397 border-left: 1px solid #aaa;
398 border-top-right-radius: 4px;
399 border-bottom-right-radius: 4px;
400 height: 26px;
401 position: absolute;
402 top: 1px;
403 right: 1px;
404 width: 20px;
405 background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
406 background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
407 background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
408 background-repeat: repeat-x;
409 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
410 .select2-container--classic .select2-selection--single .select2-selection__arrow b {
411 border-color: #888 transparent transparent transparent;
412 border-style: solid;
413 border-width: 5px 4px 0 4px;
414 height: 0;
415 left: 50%;
416 margin-left: -4px;
417 margin-top: -2px;
418 position: absolute;
419 top: 50%;
420 width: 0; }
421
422 .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
423 float: left; }
424
425 .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
426 border: none;
427 border-right: 1px solid #aaa;
428 border-radius: 0;
429 border-top-left-radius: 4px;
430 border-bottom-left-radius: 4px;
431 left: 1px;
432 right: auto; }
433
434 .select2-container--classic.select2-container--open .select2-selection--single {
435 border: 1px solid #5897fb; }
436 .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
437 background: transparent;
438 border: none; }
439 .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
440 border-color: transparent transparent #888 transparent;
441 border-width: 0 4px 5px 4px; }
442
443 .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
444 border-top: none;
445 border-top-left-radius: 0;
446 border-top-right-radius: 0;
447 background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
448 background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
449 background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
450 background-repeat: repeat-x;
451 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
452
453 .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
454 border-bottom: none;
455 border-bottom-left-radius: 0;
456 border-bottom-right-radius: 0;
457 background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
458 background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
459 background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
460 background-repeat: repeat-x;
461 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
462
463 .select2-container--classic .select2-selection--multiple {
464 background-color: white;
465 border: 1px solid #aaa;
466 border-radius: 4px;
467 cursor: text;
468 outline: 0; }
469 .select2-container--classic .select2-selection--multiple:focus {
470 border: 1px solid #5897fb; }
471 .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
472 list-style: none;
473 margin: 0;
474 padding: 0 5px; }
475 .select2-container--classic .select2-selection--multiple .select2-selection__clear {
476 display: none; }
477 .select2-container--classic .select2-selection--multiple .select2-selection__choice {
478 background-color: #e4e4e4;
479 border: 1px solid #aaa;
480 border-radius: 4px;
481 cursor: default;
482 float: left;
483 margin-right: 5px;
484 margin-top: 5px;
485 padding: 0 5px; }
486 .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
487 color: #888;
488 cursor: pointer;
489 display: inline-block;
490 font-weight: bold;
491 margin-right: 2px; }
492 .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
493 color: #555; }
494
495 .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
496 float: right; }
497
498 .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
499 margin-left: 5px;
500 margin-right: auto; }
501
502 .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
503 margin-left: 2px;
504 margin-right: auto; }
505
506 .select2-container--classic.select2-container--open .select2-selection--multiple {
507 border: 1px solid #5897fb; }
508
509 .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
510 border-top: none;
511 border-top-left-radius: 0;
512 border-top-right-radius: 0; }
513
514 .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
515 border-bottom: none;
516 border-bottom-left-radius: 0;
517 border-bottom-right-radius: 0; }
518
519 .select2-container--classic .select2-search--dropdown .select2-search__field {
520 border: 1px solid #aaa;
521 outline: 0; }
522
523 .select2-container--classic .select2-search--inline .select2-search__field {
524 outline: 0;
525 box-shadow: none; }
526
527 .select2-container--classic .select2-dropdown {
528 background-color: white;
529 border: 1px solid transparent; }
530
531 .select2-container--classic .select2-dropdown--above {
532 border-bottom: none; }
533
534 .select2-container--classic .select2-dropdown--below {
535 border-top: none; }
536
537 .select2-container--classic .select2-results > .select2-results__options {
538 max-height: 200px;
539 overflow-y: auto; }
540
541 .select2-container--classic .select2-results__option[role=group] {
542 padding: 0; }
543
544 .select2-container--classic .select2-results__option[aria-disabled=true] {
545 color: grey; }
546
547 .select2-container--classic .select2-results__option--highlighted[aria-selected] {
548 background-color: #3875d7;
549 color: white; }
550
551 .select2-container--classic .select2-results__group {
552 cursor: default;
553 display: block;
554 padding: 6px; }
555
556 .select2-container--classic.select2-container--open .select2-dropdown {
557 border-color: #5897fb; }
558