summaryrefslogtreecommitdiff
path: root/vendor/oojs/oojs-ui/src/styles/theme.less
blob: 2cd4c0e37412d97ca8225ef78c0467ceb2dbb483 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
//
// Blank theme mixins.
//
// Base styles invoke these mixins at the end of their definitions. Override these mixins to add
// additional rules to the base styles.
//

.theme-oo-ui-layout () {}
.theme-oo-ui-element () {}
.theme-oo-ui-widget () {}
.theme-oo-ui-window () {}
.theme-oo-ui-dialog () {}
.theme-oo-ui-windowManager () {}

.theme-oo-ui-buttonElement () {}
.theme-oo-ui-clippableElement () {}
.theme-oo-ui-draggableElement () {}
.theme-oo-ui-flaggedElement () {}
.theme-oo-ui-groupElement () {}
.theme-oo-ui-draggableGroupElement () {}
.theme-oo-ui-iconElement () {}
.theme-oo-ui-indicatorElement () {}
.theme-oo-ui-labelElement () {}
.theme-oo-ui-lookupElement () {}
.theme-oo-ui-popupElement () {}
.theme-oo-ui-tabIndexedElement () {}
.theme-oo-ui-titledElement () {}

.theme-oo-ui-tool () {}
.theme-oo-ui-toolbar () {}
.theme-oo-ui-toolGroup () {}
.theme-oo-ui-messageDialog () {}
.theme-oo-ui-processDialog () {}

.theme-oo-ui-bookletLayout () {}
.theme-oo-ui-indexLayout () {}
.theme-oo-ui-fieldLayout () {}
.theme-oo-ui-actionFieldLayout () {}
.theme-oo-ui-fieldsetLayout () {}
.theme-oo-ui-formLayout () {}
.theme-oo-ui-menuLayout () {}
.theme-oo-ui-panelLayout () {}
.theme-oo-ui-cardLayout () {}
.theme-oo-ui-pageLayout () {}
.theme-oo-ui-stackLayout () {}

.theme-oo-ui-barToolGroup () {}
.theme-oo-ui-popupToolGroup () {}
.theme-oo-ui-listToolGroup () {}
.theme-oo-ui-menuToolGroup () {}

.theme-oo-ui-popupTool () {}
.theme-oo-ui-toolGroupTool () {}

.theme-oo-ui-outlineControlsWidget () {}
.theme-oo-ui-toggleWidget () {}

.theme-oo-ui-buttonGroupWidget () {}
.theme-oo-ui-buttonWidget () {}
.theme-oo-ui-actionWidget () {}
.theme-oo-ui-popupButtonWidget () {}
.theme-oo-ui-toggleButtonWidget () {}
.theme-oo-ui-iconWidget () {}
.theme-oo-ui-indicatorWidget () {}
.theme-oo-ui-dropdownWidget () {}
.theme-oo-ui-inputWidget () {}
.theme-oo-ui-buttonInputWidget () {}
.theme-oo-ui-checkboxInputWidget () {}
.theme-oo-ui-dropdownInputWidget () {}
.theme-oo-ui-radioInputWidget () {}
.theme-oo-ui-textInputWidget () {}
.theme-oo-ui-comboBoxWidget () {}
.theme-oo-ui-labelWidget () {}
.theme-oo-ui-optionWidget () {}
.theme-oo-ui-decoratedOptionWidget () {}
.theme-oo-ui-buttonOptionWidget () {}
.theme-oo-ui-radioOptionWidget () {}
.theme-oo-ui-menuOptionWidget () {}
.theme-oo-ui-menuSectionOptionWidget () {}
.theme-oo-ui-outlineOptionWidget () {}
.theme-oo-ui-tabOptionWidget () {}
.theme-oo-ui-popupWidget () {}
.theme-oo-ui-searchWidget () {}
.theme-oo-ui-selectWidget () {}
.theme-oo-ui-buttonSelectWidget () {}
.theme-oo-ui-radioSelectWidget () {}
.theme-oo-ui-menuSelectWidget () {}
.theme-oo-ui-textInputMenuSelectWidget () {}
.theme-oo-ui-outlineSelectWidget () {}
.theme-oo-ui-tabSelectWidget () {}
.theme-oo-ui-toggleSwitchWidget () {}