349227a4f5971c4895404a5d2ef07a4b3ffe9872
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / mediawiki / indicators.json
1 {
2 "selectorWithoutVariant": ".oo-ui-indicator-{name}",
3 "selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-indicator-{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 "alert": { "file": "images/indicators/alert.svg" },
26 "clear": { "file": "images/indicators/clear.svg" },
27 "up": { "file": "images/indicators/arrow-up.svg" },
28 "down": { "file": "images/indicators/arrow-down.svg" },
29 "next": { "file": {
30 "ltr": "images/indicators/arrow-ltr.svg",
31 "rtl": "images/indicators/arrow-rtl.svg"
32 } },
33 "previous": { "file": {
34 "ltr": "images/indicators/arrow-rtl.svg",
35 "rtl": "images/indicators/arrow-ltr.svg"
36 } },
37 "required": { "file": "images/indicators/required.svg" },
38 "search": { "file": {
39 "ltr": "images/indicators/search-ltr.svg",
40 "rtl": "images/indicators/search-rtl.svg"
41 } }
42 }
43 }