Update OOUI to v0.26.0
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / wikimediaui / icons-media.json
1 {
2 "selectorWithoutVariant": ".oo-ui-icon-{name}",
3 "selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
4 "intro": "@import '../../../../src/styles/common';",
5 "variants": {
6 "invert": {
7 "color": "#fff",
8 "global": true
9 },
10 "progressive": {
11 "color": "#36c",
12 "global": true
13 },
14 "destructive": {
15 "color": "#d33"
16 },
17 "warning": {
18 "color": "#ff5d00"
19 }
20 },
21 "images": {
22 "exitFullscreen": {
23 "file": "images/icons/exitFullscreen.svg"
24 },
25 "fullScreen": { "file": "images/icons/fullScreen.svg" },
26 "image": {
27 "file": "images/icons/image.svg"
28 },
29 "imageAdd": {
30 "file": {
31 "ltr": "images/icons/imageAdd-ltr.svg",
32 "rtl": "images/icons/imageAdd-rtl.svg"
33 }
34 },
35 "imageBroken": {
36 "file": "images/icons/imageBroken.svg"
37 },
38 "imageLock": {
39 "file": {
40 "ltr": "images/icons/imageLock-ltr.svg",
41 "rtl": "images/icons/imageLock-rtl.svg"
42 }
43 },
44 "imageGallery": {
45 "file": "images/icons/imageGallery.svg"
46 },
47 "camera": {
48 "file": "images/icons/camera.svg"
49 },
50 "pause": {
51 "file": "images/icons/pause.svg"
52 },
53 "play": {
54 "file": "images/icons/play.svg"
55 },
56 "stop": { "file": "images/icons/stop.svg" }
57 }
58 }