Fix namespace handling for uncategorized-categories-exceptionlist
[mediawiki.git] / resources / lib / oojs-ui / themes / mediawiki / indicators.json
blob91d0358d19d808926a9f371a0ea41a9c1b45d1e7
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": "#d33"
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         }