PluginProbe
HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce / 1.0.0
HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce v1.0.0
2.15.0 trunk 1.0.0 1.0.1 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.1.2 2.1.3 2.1.5 2.1.6 2.1.7 2.1.8 2.10.0 All 62 releases
hurrytimer / admin / css / select2.min.css

select2.min.css in HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce 1.0.0, at admin/css/select2.min.css

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