Merge "Added Id to the input box"
[lhc/web/wiklou.git] / resources / lib / ooui / 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 "error": {
18 "color": "#d33"
19 },
20 "warning": {
21 "color": "#fc3"
22 }
23 },
24 "images": {
25 "camera": {
26 "file": "images/icons/camera.svg"
27 },
28 "chart": {
29 "file": "images/icons/chart.svg"
30 },
31 "exitFullscreen": {
32 "file": "images/icons/exitFullscreen.svg"
33 },
34 "fullScreen": {
35 "file": "images/icons/fullScreen.svg"
36 },
37 "image": {
38 "file": "images/icons/image.svg"
39 },
40 "imageAdd": {
41 "file": {
42 "ltr": "images/icons/imageAdd-ltr.svg",
43 "rtl": "images/icons/imageAdd-rtl.svg"
44 }
45 },
46 "imageBroken": {
47 "file": "images/icons/imageBroken.svg"
48 },
49 "imageLock": {
50 "file": {
51 "ltr": "images/icons/imageLock-ltr.svg",
52 "rtl": "images/icons/imageLock-rtl.svg"
53 }
54 },
55 "imageGallery": {
56 "file": "images/icons/imageGallery.svg"
57 },
58 "musicalScore": {
59 "file": "images/icons/musicalScore.svg"
60 },
61 "pause": {
62 "file": "images/icons/pause.svg"
63 },
64 "play": {
65 "file": "images/icons/play.svg"
66 },
67 "stop": {
68 "file": "images/icons/stop.svg"
69 },
70 "zoomIn": {
71 "file": "images/icons/zoomIn.svg"
72 },
73 "zoomOut": {
74 "file": "images/icons/zoomOut.svg"
75 }
76 }
77 }