Merge "Added Id to the input box"
[lhc/web/wiklou.git] / resources / lib / ooui / themes / wikimediaui / icons-movement.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 "arrowNext": {
26 "file": {
27 "ltr": "images/icons/arrowNext-ltr.svg",
28 "rtl": "images/icons/arrowNext-rtl.svg"
29 }
30 },
31 "arrowPrevious": {
32 "file": {
33 "ltr": "images/icons/arrowPrevious-ltr.svg",
34 "rtl": "images/icons/arrowPrevious-rtl.svg"
35 }
36 },
37 "collapse": {
38 "file": "images/icons/collapse.svg"
39 },
40 "downTriangle": {
41 "file": "images/icons/downTriangle.svg"
42 },
43 "draggable": {
44 "file": "images/icons/draggable.svg"
45 },
46 "expand": {
47 "file": "images/icons/expand.svg"
48 },
49 "move": {
50 "file": "images/icons/move.svg"
51 },
52 "next": {
53 "file": {
54 "ltr": "images/icons/next-ltr.svg",
55 "rtl": "images/icons/next-rtl.svg"
56 }
57 },
58 "previous": {
59 "file": {
60 "ltr": "images/icons/previous-ltr.svg",
61 "rtl": "images/icons/previous-rtl.svg"
62 }
63 },
64 "last": {
65 "file": {
66 "ltr": "images/icons/moveLast-ltr.svg",
67 "rtl": "images/icons/moveLast-rtl.svg"
68 }
69 },
70 "first": {
71 "file": {
72 "ltr": "images/icons/moveFirst-ltr.svg",
73 "rtl": "images/icons/moveFirst-rtl.svg"
74 }
75 },
76 "upTriangle": {
77 "file": "images/icons/upTriangle.svg"
78 }
79 }
80 }