Rank aliases in search in order they appear in the messages file.
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / mediawiki / 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 "constructive": {
15 "color": "#36c"
16 },
17 "destructive": {
18 "color": "#c33"
19 },
20 "warning": {
21 "color": "#ff5d00"
22 }
23 },
24 "images": {
25 "fullScreen": { "file": "images/icons/fullScreen.svg" },
26 "image": { "file": {
27 "ltr": "images/icons/image-ltr.svg",
28 "rtl": "images/icons/image-rtl.svg"
29 } },
30 "imageAdd": { "file": {
31 "ltr": "images/icons/imageAdd-ltr.svg",
32 "rtl": "images/icons/imageAdd-rtl.svg"
33 } },
34 "imageLock": { "file": {
35 "ltr": "images/icons/imageLock-ltr.svg",
36 "rtl": "images/icons/imageLock-rtl.svg"
37 } },
38 "imageGallery": { "file": {
39 "ltr": "images/icons/imageGallery-ltr.svg",
40 "rtl": "images/icons/imageGallery-rtl.svg"
41 } },
42 "play": { "file": {
43 "ltr": "images/icons/play-ltr.svg",
44 "rtl": "images/icons/play-rtl.svg"
45 } },
46 "stop": { "file": "images/icons/stop.svg" }
47 }
48 }