Merge "Add missing @group Database tags in tests"
[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 },
13 "constructive": {
14 "color": "#36c"
15 },
16 "destructive": {
17 "color": "#d33"
18 },
19 "warning": {
20 "color": "#ff5d00"
21 }
22 },
23 "images": {
24 "alert": { "file": "images/indicators/alert.svg" },
25 "clear": { "file": "images/indicators/clear.svg" },
26 "up": { "file": "images/indicators/arrow-up.svg" },
27 "down": { "file": "images/indicators/arrow-down.svg" },
28 "next": { "file": {
29 "ltr": "images/indicators/arrow-ltr.svg",
30 "rtl": "images/indicators/arrow-rtl.svg"
31 } },
32 "previous": { "file": {
33 "ltr": "images/indicators/arrow-rtl.svg",
34 "rtl": "images/indicators/arrow-ltr.svg"
35 } },
36 "required": { "file": "images/indicators/required.svg" },
37 "search": { "file": {
38 "ltr": "images/indicators/search-ltr.svg",
39 "rtl": "images/indicators/search-rtl.svg"
40 } }
41 }
42 }