]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/_all.css
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / plugins / iCheck / minimal / _all.css
CommitLineData
31f18b77
FG
1/* red */
2.icheckbox_minimal-red,
3.iradio_minimal-red {
4 display: inline-block;
5 *display: inline;
6 vertical-align: middle;
7 margin: 0;
8 padding: 0;
9 width: 18px;
10 height: 18px;
11 background: url(red.png) no-repeat;
12 border: none;
13 cursor: pointer;
14}
15
16.icheckbox_minimal-red {
17 background-position: 0 0;
18}
19 .icheckbox_minimal-red.hover {
20 background-position: -20px 0;
21 }
22 .icheckbox_minimal-red.checked {
23 background-position: -40px 0;
24 }
25 .icheckbox_minimal-red.disabled {
26 background-position: -60px 0;
27 cursor: default;
28 }
29 .icheckbox_minimal-red.checked.disabled {
30 background-position: -80px 0;
31 }
32
33.iradio_minimal-red {
34 background-position: -100px 0;
35}
36 .iradio_minimal-red.hover {
37 background-position: -120px 0;
38 }
39 .iradio_minimal-red.checked {
40 background-position: -140px 0;
41 }
42 .iradio_minimal-red.disabled {
43 background-position: -160px 0;
44 cursor: default;
45 }
46 .iradio_minimal-red.checked.disabled {
47 background-position: -180px 0;
48 }
49
50/* Retina support */
51@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
52 only screen and (-moz-min-device-pixel-ratio: 1.5),
53 only screen and (-o-min-device-pixel-ratio: 1.5),
54 only screen and (min-device-pixel-ratio: 1.5) {
55 .icheckbox_minimal-red,
56 .iradio_minimal-red {
57 background-image: url(red@2x.png);
58 -webkit-background-size: 200px 20px;
59 background-size: 200px 20px;
60 }
61}
62
63/* green */
64.icheckbox_minimal-green,
65.iradio_minimal-green {
66 display: inline-block;
67 *display: inline;
68 vertical-align: middle;
69 margin: 0;
70 padding: 0;
71 width: 18px;
72 height: 18px;
73 background: url(green.png) no-repeat;
74 border: none;
75 cursor: pointer;
76}
77
78.icheckbox_minimal-green {
79 background-position: 0 0;
80}
81 .icheckbox_minimal-green.hover {
82 background-position: -20px 0;
83 }
84 .icheckbox_minimal-green.checked {
85 background-position: -40px 0;
86 }
87 .icheckbox_minimal-green.disabled {
88 background-position: -60px 0;
89 cursor: default;
90 }
91 .icheckbox_minimal-green.checked.disabled {
92 background-position: -80px 0;
93 }
94
95.iradio_minimal-green {
96 background-position: -100px 0;
97}
98 .iradio_minimal-green.hover {
99 background-position: -120px 0;
100 }
101 .iradio_minimal-green.checked {
102 background-position: -140px 0;
103 }
104 .iradio_minimal-green.disabled {
105 background-position: -160px 0;
106 cursor: default;
107 }
108 .iradio_minimal-green.checked.disabled {
109 background-position: -180px 0;
110 }
111
112/* Retina support */
113@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
114 only screen and (-moz-min-device-pixel-ratio: 1.5),
115 only screen and (-o-min-device-pixel-ratio: 1.5),
116 only screen and (min-device-pixel-ratio: 1.5) {
117 .icheckbox_minimal-green,
118 .iradio_minimal-green {
119 background-image: url(green@2x.png);
120 -webkit-background-size: 200px 20px;
121 background-size: 200px 20px;
122 }
123}
124
125/* blue */
126.icheckbox_minimal-blue,
127.iradio_minimal-blue {
128 display: inline-block;
129 *display: inline;
130 vertical-align: middle;
131 margin: 0;
132 padding: 0;
133 width: 18px;
134 height: 18px;
135 background: url(blue.png) no-repeat;
136 border: none;
137 cursor: pointer;
138}
139
140.icheckbox_minimal-blue {
141 background-position: 0 0;
142}
143 .icheckbox_minimal-blue.hover {
144 background-position: -20px 0;
145 }
146 .icheckbox_minimal-blue.checked {
147 background-position: -40px 0;
148 }
149 .icheckbox_minimal-blue.disabled {
150 background-position: -60px 0;
151 cursor: default;
152 }
153 .icheckbox_minimal-blue.checked.disabled {
154 background-position: -80px 0;
155 }
156
157.iradio_minimal-blue {
158 background-position: -100px 0;
159}
160 .iradio_minimal-blue.hover {
161 background-position: -120px 0;
162 }
163 .iradio_minimal-blue.checked {
164 background-position: -140px 0;
165 }
166 .iradio_minimal-blue.disabled {
167 background-position: -160px 0;
168 cursor: default;
169 }
170 .iradio_minimal-blue.checked.disabled {
171 background-position: -180px 0;
172 }
173
174/* Retina support */
175@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
176 only screen and (-moz-min-device-pixel-ratio: 1.5),
177 only screen and (-o-min-device-pixel-ratio: 3/2),
178 only screen and (min-device-pixel-ratio: 1.5) {
179 .icheckbox_minimal-blue,
180 .iradio_minimal-blue {
181 background-image: url(blue@2x.png);
182 -webkit-background-size: 200px 20px;
183 background-size: 200px 20px;
184 }
185}
186
187/* aero */
188.icheckbox_minimal-aero,
189.iradio_minimal-aero {
190 display: inline-block;
191 *display: inline;
192 vertical-align: middle;
193 margin: 0;
194 padding: 0;
195 width: 18px;
196 height: 18px;
197 background: url(aero.png) no-repeat;
198 border: none;
199 cursor: pointer;
200}
201
202.icheckbox_minimal-aero {
203 background-position: 0 0;
204}
205 .icheckbox_minimal-aero.hover {
206 background-position: -20px 0;
207 }
208 .icheckbox_minimal-aero.checked {
209 background-position: -40px 0;
210 }
211 .icheckbox_minimal-aero.disabled {
212 background-position: -60px 0;
213 cursor: default;
214 }
215 .icheckbox_minimal-aero.checked.disabled {
216 background-position: -80px 0;
217 }
218
219.iradio_minimal-aero {
220 background-position: -100px 0;
221}
222 .iradio_minimal-aero.hover {
223 background-position: -120px 0;
224 }
225 .iradio_minimal-aero.checked {
226 background-position: -140px 0;
227 }
228 .iradio_minimal-aero.disabled {
229 background-position: -160px 0;
230 cursor: default;
231 }
232 .iradio_minimal-aero.checked.disabled {
233 background-position: -180px 0;
234 }
235
236/* Retina support */
237@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
238 only screen and (-moz-min-device-pixel-ratio: 1.5),
239 only screen and (-o-min-device-pixel-ratio: 3/2),
240 only screen and (min-device-pixel-ratio: 1.5) {
241 .icheckbox_minimal-aero,
242 .iradio_minimal-aero {
243 background-image: url(aero@2x.png);
244 -webkit-background-size: 200px 20px;
245 background-size: 200px 20px;
246 }
247}
248
249/* grey */
250.icheckbox_minimal-grey,
251.iradio_minimal-grey {
252 display: inline-block;
253 *display: inline;
254 vertical-align: middle;
255 margin: 0;
256 padding: 0;
257 width: 18px;
258 height: 18px;
259 background: url(grey.png) no-repeat;
260 border: none;
261 cursor: pointer;
262}
263
264.icheckbox_minimal-grey {
265 background-position: 0 0;
266}
267 .icheckbox_minimal-grey.hover {
268 background-position: -20px 0;
269 }
270 .icheckbox_minimal-grey.checked {
271 background-position: -40px 0;
272 }
273 .icheckbox_minimal-grey.disabled {
274 background-position: -60px 0;
275 cursor: default;
276 }
277 .icheckbox_minimal-grey.checked.disabled {
278 background-position: -80px 0;
279 }
280
281.iradio_minimal-grey {
282 background-position: -100px 0;
283}
284 .iradio_minimal-grey.hover {
285 background-position: -120px 0;
286 }
287 .iradio_minimal-grey.checked {
288 background-position: -140px 0;
289 }
290 .iradio_minimal-grey.disabled {
291 background-position: -160px 0;
292 cursor: default;
293 }
294 .iradio_minimal-grey.checked.disabled {
295 background-position: -180px 0;
296 }
297
298/* Retina support */
299@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
300 only screen and (-moz-min-device-pixel-ratio: 1.5),
301 only screen and (-o-min-device-pixel-ratio: 1.5),
302 only screen and (min-device-pixel-ratio: 1.5) {
303 .icheckbox_minimal-grey,
304 .iradio_minimal-grey {
305 background-image: url(grey@2x.png);
306 -webkit-background-size: 200px 20px;
307 background-size: 200px 20px;
308 }
309}
310
311/* orange */
312.icheckbox_minimal-orange,
313.iradio_minimal-orange {
314 display: inline-block;
315 *display: inline;
316 vertical-align: middle;
317 margin: 0;
318 padding: 0;
319 width: 18px;
320 height: 18px;
321 background: url(orange.png) no-repeat;
322 border: none;
323 cursor: pointer;
324}
325
326.icheckbox_minimal-orange {
327 background-position: 0 0;
328}
329 .icheckbox_minimal-orange.hover {
330 background-position: -20px 0;
331 }
332 .icheckbox_minimal-orange.checked {
333 background-position: -40px 0;
334 }
335 .icheckbox_minimal-orange.disabled {
336 background-position: -60px 0;
337 cursor: default;
338 }
339 .icheckbox_minimal-orange.checked.disabled {
340 background-position: -80px 0;
341 }
342
343.iradio_minimal-orange {
344 background-position: -100px 0;
345}
346 .iradio_minimal-orange.hover {
347 background-position: -120px 0;
348 }
349 .iradio_minimal-orange.checked {
350 background-position: -140px 0;
351 }
352 .iradio_minimal-orange.disabled {
353 background-position: -160px 0;
354 cursor: default;
355 }
356 .iradio_minimal-orange.checked.disabled {
357 background-position: -180px 0;
358 }
359
360/* Retina support */
361@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
362 only screen and (-moz-min-device-pixel-ratio: 1.5),
363 only screen and (-o-min-device-pixel-ratio: 1.5),
364 only screen and (min-device-pixel-ratio: 1.5) {
365 .icheckbox_minimal-orange,
366 .iradio_minimal-orange {
367 background-image: url(orange@2x.png);
368 -webkit-background-size: 200px 20px;
369 background-size: 200px 20px;
370 }
371}
372
373/* yellow */
374.icheckbox_minimal-yellow,
375.iradio_minimal-yellow {
376 display: inline-block;
377 *display: inline;
378 vertical-align: middle;
379 margin: 0;
380 padding: 0;
381 width: 18px;
382 height: 18px;
383 background: url(yellow.png) no-repeat;
384 border: none;
385 cursor: pointer;
386}
387
388.icheckbox_minimal-yellow {
389 background-position: 0 0;
390}
391 .icheckbox_minimal-yellow.hover {
392 background-position: -20px 0;
393 }
394 .icheckbox_minimal-yellow.checked {
395 background-position: -40px 0;
396 }
397 .icheckbox_minimal-yellow.disabled {
398 background-position: -60px 0;
399 cursor: default;
400 }
401 .icheckbox_minimal-yellow.checked.disabled {
402 background-position: -80px 0;
403 }
404
405.iradio_minimal-yellow {
406 background-position: -100px 0;
407}
408 .iradio_minimal-yellow.hover {
409 background-position: -120px 0;
410 }
411 .iradio_minimal-yellow.checked {
412 background-position: -140px 0;
413 }
414 .iradio_minimal-yellow.disabled {
415 background-position: -160px 0;
416 cursor: default;
417 }
418 .iradio_minimal-yellow.checked.disabled {
419 background-position: -180px 0;
420 }
421
422/* Retina support */
423@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
424 only screen and (-moz-min-device-pixel-ratio: 1.5),
425 only screen and (-o-min-device-pixel-ratio: 1.5),
426 only screen and (min-device-pixel-ratio: 1.5) {
427 .icheckbox_minimal-yellow,
428 .iradio_minimal-yellow {
429 background-image: url(yellow@2x.png);
430 -webkit-background-size: 200px 20px;
431 background-size: 200px 20px;
432 }
433}
434
435/* pink */
436.icheckbox_minimal-pink,
437.iradio_minimal-pink {
438 display: inline-block;
439 *display: inline;
440 vertical-align: middle;
441 margin: 0;
442 padding: 0;
443 width: 18px;
444 height: 18px;
445 background: url(pink.png) no-repeat;
446 border: none;
447 cursor: pointer;
448}
449
450.icheckbox_minimal-pink {
451 background-position: 0 0;
452}
453 .icheckbox_minimal-pink.hover {
454 background-position: -20px 0;
455 }
456 .icheckbox_minimal-pink.checked {
457 background-position: -40px 0;
458 }
459 .icheckbox_minimal-pink.disabled {
460 background-position: -60px 0;
461 cursor: default;
462 }
463 .icheckbox_minimal-pink.checked.disabled {
464 background-position: -80px 0;
465 }
466
467.iradio_minimal-pink {
468 background-position: -100px 0;
469}
470 .iradio_minimal-pink.hover {
471 background-position: -120px 0;
472 }
473 .iradio_minimal-pink.checked {
474 background-position: -140px 0;
475 }
476 .iradio_minimal-pink.disabled {
477 background-position: -160px 0;
478 cursor: default;
479 }
480 .iradio_minimal-pink.checked.disabled {
481 background-position: -180px 0;
482 }
483
484/* Retina support */
485@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
486 only screen and (-moz-min-device-pixel-ratio: 1.5),
487 only screen and (-o-min-device-pixel-ratio: 1.5),
488 only screen and (min-device-pixel-ratio: 1.5) {
489 .icheckbox_minimal-pink,
490 .iradio_minimal-pink {
491 background-image: url(pink@2x.png);
492 -webkit-background-size: 200px 20px;
493 background-size: 200px 20px;
494 }
495}
496
497/* purple */
498.icheckbox_minimal-purple,
499.iradio_minimal-purple {
500 display: inline-block;
501 *display: inline;
502 vertical-align: middle;
503 margin: 0;
504 padding: 0;
505 width: 18px;
506 height: 18px;
507 background: url(purple.png) no-repeat;
508 border: none;
509 cursor: pointer;
510}
511
512.icheckbox_minimal-purple {
513 background-position: 0 0;
514}
515 .icheckbox_minimal-purple.hover {
516 background-position: -20px 0;
517 }
518 .icheckbox_minimal-purple.checked {
519 background-position: -40px 0;
520 }
521 .icheckbox_minimal-purple.disabled {
522 background-position: -60px 0;
523 cursor: default;
524 }
525 .icheckbox_minimal-purple.checked.disabled {
526 background-position: -80px 0;
527 }
528
529.iradio_minimal-purple {
530 background-position: -100px 0;
531}
532 .iradio_minimal-purple.hover {
533 background-position: -120px 0;
534 }
535 .iradio_minimal-purple.checked {
536 background-position: -140px 0;
537 }
538 .iradio_minimal-purple.disabled {
539 background-position: -160px 0;
540 cursor: default;
541 }
542 .iradio_minimal-purple.checked.disabled {
543 background-position: -180px 0;
544 }
545
546/* Retina support */
547@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
548 only screen and (-moz-min-device-pixel-ratio: 1.5),
549 only screen and (-o-min-device-pixel-ratio: 1.5),
550 only screen and (min-device-pixel-ratio: 1.5) {
551 .icheckbox_minimal-purple,
552 .iradio_minimal-purple {
553 background-image: url(purple@2x.png);
554 -webkit-background-size: 200px 20px;
555 background-size: 200px 20px;
556 }
557}