@openui5/themelib_sap_horizon 1.120.7 → 1.121.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.reuse/dep5 +23 -21
- package/THIRDPARTY.txt +6 -43
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +13 -13
- package/src/sap/f/themes/sap_horizon/ShellBar.less +39 -16
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +13 -13
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +46 -16
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +3 -3
- package/src/sap/f/themes/sap_horizon_hcb/CardLoading.less +2 -2
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +11 -0
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +16 -1
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +3 -3
- package/src/sap/f/themes/sap_horizon_hcw/CardLoading.less +2 -2
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +11 -0
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +16 -1
- package/src/sap/m/themes/sap_horizon/ActionTile.less +8 -0
- package/src/sap/m/themes/sap_horizon/Breadcrumbs.less +71 -35
- package/src/sap/m/themes/sap_horizon/Button.less +1 -20
- package/src/sap/m/themes/sap_horizon/Carousel.less +5 -5
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +32 -32
- package/src/sap/m/themes/sap_horizon/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon/MenuButton.less +11 -15
- package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +57 -57
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +183 -90
- package/src/sap/m/themes/sap_horizon/Panel.less +0 -14
- package/src/sap/m/themes/sap_horizon/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +55 -4
- package/src/sap/m/themes/sap_horizon/Toolbar.less +6 -3
- package/src/sap/m/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/ActionTile.less +8 -0
- package/src/sap/m/themes/sap_horizon_dark/Breadcrumbs.less +70 -32
- package/src/sap/m/themes/sap_horizon_dark/Button.less +1 -20
- package/src/sap/m/themes/sap_horizon_dark/Carousel.less +5 -5
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +32 -32
- package/src/sap/m/themes/sap_horizon_dark/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +12 -7
- package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +58 -58
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +184 -90
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +0 -14
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +11 -2
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +54 -3
- package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +6 -3
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/Breadcrumbs.less +34 -24
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +0 -13
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +166 -131
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +0 -13
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +11 -2
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Select.less +10 -2
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +6 -3
- package/src/sap/m/themes/sap_horizon_hcw/Breadcrumbs.less +33 -23
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +0 -13
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +168 -131
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +0 -14
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +11 -2
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Select.less +10 -2
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +5 -3
- package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +13 -13
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +17 -17
- package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +13 -13
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +17 -17
- package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +18 -18
- package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +20 -20
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +66 -66
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +64 -64
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +64 -64
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +64 -64
- package/src/sap/ui/layout/themes/sap_horizon/BlockLayout.less +2 -2
- package/src/sap/ui/layout/themes/sap_horizon/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/ResponsiveLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/ResponsiveSplitter.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +2 -2
- package/src/sap/ui/layout/themes/sap_horizon_dark/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveSplitter.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/ResponsiveLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/ResponsiveLayout.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon/Table.less +1 -0
- package/src/sap/ui/mdc/themes/sap_horizon_dark/Table.less +1 -0
- package/src/sap/ui/mdc/themes/sap_horizon_hcb/Table.less +2 -1
- package/src/sap/ui/mdc/themes/sap_horizon_hcw/Table.less +2 -1
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +361 -271
- package/src/sap/ui/unified/themes/sap_horizon/CalendarLegend.less +33 -5
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +370 -279
- package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +33 -4
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +3 -3
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarLegend.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +4 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +3 -3
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarLegend.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +4 -0
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +52 -0
- package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +56 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/AnchorBar.less +33 -0
- package/src/sap/uxap/themes/sap_horizon_hcw/AnchorBar.less +33 -0
- package/LICENSES/BSD-2-Clause.txt +0 -22
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
/* HCB theme specific styles */
|
|
7
7
|
.sapMLIBHoverable:not(.sapMLIBSelected):hover+.sapMListTblSubRow,
|
|
8
8
|
.sapMListTblSubRow:hover, .sapMPopinHovered,
|
|
9
|
-
.sapMLIBSelected, .sapMLIBSelected+.sapMListTblSubRow,
|
|
9
|
+
.sapMLIBSelected, .sapMLIBSelected+.sapMListTblSubRow,
|
|
10
|
+
.sapMLIBActionable.sapMLIB:hover,
|
|
10
11
|
.sapUiTableRowSel, .sapUiTableRowHvr {
|
|
11
12
|
.sapMObjStatusNone .sapMObjStatusText,
|
|
12
13
|
.sapMObjStatusNone .sapMObjStatusIcon,
|
|
@@ -30,7 +31,7 @@
|
|
|
30
31
|
.sapMObjStatus:not(.sapMObjStatusInverted).sapMObjStatusActive:hover .sapMObjStatusIcon:only-child > .sapUiIcon,
|
|
31
32
|
.sapMObjStatus:not(.sapMObjStatusInverted).sapMObjStatusActive:hover .sapMObjStatusLink .sapMObjStatusText,
|
|
32
33
|
.sapMObjStatus:not(.sapMObjStatusInverted).sapMObjStatusActive:focus .sapMObjStatusLink .sapMObjStatusText,
|
|
33
|
-
.sapMObjStatus:not(.sapMObjStatusInverted).sapMObjStatusActive:focus .sapMObjStatusIcon:only-child > .sapUiIcon{
|
|
34
|
+
.sapMObjStatus:not(.sapMObjStatusInverted).sapMObjStatusActive:focus .sapMObjStatusIcon:only-child > .sapUiIcon {
|
|
34
35
|
text-decoration: none;
|
|
35
36
|
}
|
|
36
37
|
|
|
@@ -101,25 +102,16 @@
|
|
|
101
102
|
.sapMObjStatusInverted {
|
|
102
103
|
box-sizing: border-box;
|
|
103
104
|
min-width: 1.375rem;
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
border-radius: @sapUiButtonBorderCornerRadius;
|
|
110
|
-
}
|
|
111
|
-
& .sapMObjStatusIcon {
|
|
112
|
-
border-radius: @sapUiButtonBorderCornerRadius 0 0 @sapUiButtonBorderCornerRadius;
|
|
113
|
-
}
|
|
114
|
-
& .sapMObjStatusIcon + .sapMObjStatusText {
|
|
115
|
-
border-radius: 0 @sapUiButtonBorderCornerRadius @sapUiButtonBorderCornerRadius 0;
|
|
116
|
-
}
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.sapMObjStatusInverted .sapMObjStatusWrapper {
|
|
108
|
+
border: 0.0625rem solid;
|
|
109
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
117
110
|
}
|
|
118
111
|
|
|
119
112
|
.sapMObjStatusInverted .sapMObjStatusText,
|
|
120
113
|
.sapMObjStatusInverted .sapMObjStatusIcon {
|
|
121
114
|
color: @sapUiContentContrastTextColor;
|
|
122
|
-
border: 0.0625rem solid;
|
|
123
115
|
}
|
|
124
116
|
|
|
125
117
|
.sapMObjStatusInverted .sapMObjStatusIcon.sapMObjStatusIconOnly,
|
|
@@ -136,212 +128,233 @@
|
|
|
136
128
|
vertical-align: middle;
|
|
137
129
|
}
|
|
138
130
|
|
|
139
|
-
.sapMObjStatusInverted.sapMObjStatusError .
|
|
140
|
-
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusIcon {
|
|
131
|
+
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusWrapper {
|
|
141
132
|
background-color: @sapUiBaseBG;
|
|
142
133
|
border: 0.0625rem solid @sapUiButtonNegativeBorderColor;
|
|
143
134
|
}
|
|
144
135
|
|
|
145
|
-
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover .
|
|
146
|
-
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
136
|
+
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
147
137
|
background-color: @sapUiButtonNegativeHoverBackground;
|
|
148
138
|
border: 0.0625rem solid @sapUiButtonNegativeHoverBorderColor;
|
|
149
139
|
}
|
|
150
140
|
|
|
151
|
-
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active .
|
|
152
|
-
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
141
|
+
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
153
142
|
background-color: @sapUiButtonNegativeActiveBackground;
|
|
154
143
|
}
|
|
155
144
|
|
|
156
|
-
.sapMObjStatusInverted.sapMObjStatusWarning .
|
|
157
|
-
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusIcon {
|
|
145
|
+
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusWrapper {
|
|
158
146
|
background-color: @sapUiBaseBG;
|
|
159
147
|
border: 0.0625rem solid @sapUiButtonCriticalBorderColor;
|
|
160
148
|
}
|
|
161
149
|
|
|
162
|
-
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover .
|
|
163
|
-
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
150
|
+
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
164
151
|
border: 0.0625rem solid @sapUiButtonCriticalHoverBorderColor;
|
|
165
152
|
background-color: @sapUiButtonCriticalHoverBackground;
|
|
166
153
|
}
|
|
167
154
|
|
|
168
|
-
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active .
|
|
169
|
-
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
155
|
+
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
170
156
|
background-color: @sapUiButtonCriticalActiveBackground;
|
|
171
157
|
}
|
|
172
158
|
|
|
173
|
-
.sapMObjStatusInverted.sapMObjStatusSuccess .
|
|
174
|
-
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusIcon {
|
|
159
|
+
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusWrapper {
|
|
175
160
|
background-color: @sapUiBaseBG;
|
|
176
161
|
border: 0.0625rem solid @sapUiButtonSuccessBorderColor;
|
|
177
162
|
}
|
|
178
163
|
|
|
179
|
-
.
|
|
180
|
-
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
164
|
+
.sapMObjStatusSuccess.sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
181
165
|
background-color: @sapUiButtonSuccessHoverBackground;
|
|
182
166
|
border: 0.0625rem solid @sapUiButtonSuccessHoverBorderColor;
|
|
183
167
|
}
|
|
184
168
|
|
|
185
|
-
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .
|
|
186
|
-
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
169
|
+
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
187
170
|
background-color: @sapUiButtonSuccessActiveBackground;
|
|
188
171
|
}
|
|
189
172
|
|
|
190
|
-
.sapMObjStatusInverted.sapMObjStatusInformation .
|
|
191
|
-
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusIcon {
|
|
173
|
+
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusWrapper {
|
|
192
174
|
background-color: @sapUiInformationBG;
|
|
193
175
|
border: 0.0625rem solid @sapUiContentForegroundBorderColor;
|
|
194
176
|
}
|
|
195
177
|
|
|
196
|
-
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover .
|
|
197
|
-
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
178
|
+
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
198
179
|
background-color: @sapUiButtonHoverBackground;
|
|
199
180
|
}
|
|
200
181
|
|
|
201
|
-
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active .
|
|
202
|
-
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
182
|
+
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
203
183
|
background-color: @sapUiButtonActiveBackground;
|
|
204
184
|
|
|
205
185
|
}
|
|
206
186
|
|
|
207
|
-
.sapMObjStatusInverted.sapMObjStatusNone .
|
|
208
|
-
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusIcon {
|
|
187
|
+
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusWrapper {
|
|
209
188
|
border: 0.0625rem solid @sapUiButtonNeutralBorderColor;
|
|
210
189
|
background-color: @sapUiBaseBG;
|
|
211
190
|
}
|
|
212
191
|
|
|
213
|
-
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover .
|
|
214
|
-
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
192
|
+
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
215
193
|
border: 0.0625rem solid @sapUiButtonNeutralHoverBorderColor;
|
|
216
194
|
background-color: @sapUiButtonNeutralHoverBackground;
|
|
217
195
|
}
|
|
218
196
|
|
|
219
|
-
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active .
|
|
220
|
-
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
197
|
+
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
221
198
|
background-color: @sapUiButtonNeutralActiveBackground;;
|
|
222
199
|
}
|
|
223
200
|
|
|
224
|
-
.
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
border-right: none;
|
|
228
|
-
&:hover:active{
|
|
229
|
-
border-right: none;
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
.sapMObjStatusIcon + .sapMObjStatusText {
|
|
233
|
-
border-left: none;
|
|
234
|
-
}
|
|
201
|
+
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusWrapper {
|
|
202
|
+
background-color: @sapUiIndication1Background;
|
|
203
|
+
border-color: @sapUiIndication1BorderColor;
|
|
235
204
|
}
|
|
236
205
|
|
|
237
206
|
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusText,
|
|
238
207
|
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusIcon {
|
|
239
|
-
background-color: @sapUiIndication1Background;
|
|
240
|
-
border-color: @sapUiIndication1BorderColor;
|
|
241
208
|
color: @sapUiIndication1TextColor;
|
|
242
209
|
}
|
|
243
210
|
|
|
244
|
-
.sapMObjStatusInverted.sapMObjStatusIndication02 .
|
|
245
|
-
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusIcon {
|
|
211
|
+
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusWrapper {
|
|
246
212
|
background-color: @sapUiIndication2Background;
|
|
247
213
|
border-color: @sapUiIndication2BorderColor;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusText,
|
|
217
|
+
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusIcon {
|
|
248
218
|
color: @sapUiIndication2TextColor;
|
|
249
219
|
}
|
|
250
220
|
|
|
251
|
-
.sapMObjStatusInverted.sapMObjStatusIndication03 .
|
|
252
|
-
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusIcon {
|
|
221
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusWrapper {
|
|
253
222
|
background-color: @sapUiIndication3Background;
|
|
254
223
|
border-color: @sapUiIndication3BorderColor;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusText,
|
|
227
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusIcon {
|
|
255
228
|
color: @sapUiIndication3TextColor;
|
|
256
229
|
}
|
|
257
230
|
|
|
258
|
-
.sapMObjStatusInverted.sapMObjStatusIndication04 .
|
|
259
|
-
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusIcon {
|
|
231
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusWrapper {
|
|
260
232
|
background-color: @sapUiIndication4Background;
|
|
261
233
|
border-color: @sapUiIndication4BorderColor;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusText,
|
|
237
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusIcon {
|
|
262
238
|
color: @sapUiIndication4TextColor;
|
|
263
239
|
}
|
|
264
240
|
|
|
265
|
-
.sapMObjStatusInverted.sapMObjStatusIndication05 .
|
|
266
|
-
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusIcon {
|
|
241
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusWrapper {
|
|
267
242
|
background-color: @sapUiIndication5Background;
|
|
268
243
|
border-color: @sapUiIndication5BorderColor;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusText,
|
|
247
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusIcon {
|
|
269
248
|
color: @sapUiIndication5TextColor;
|
|
270
249
|
}
|
|
271
250
|
|
|
272
|
-
.sapMObjStatusInverted.sapMObjStatusIndication06 .
|
|
273
|
-
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusIcon {
|
|
251
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusWrapper {
|
|
274
252
|
background-color: @sapUiIndication6Background;
|
|
275
253
|
border-color: @sapUiIndication6BorderColor;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusText,
|
|
257
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusIcon {
|
|
276
258
|
color: @sapUiIndication6TextColor;
|
|
277
259
|
}
|
|
278
|
-
|
|
279
|
-
.sapMObjStatusInverted.sapMObjStatusIndication07 .
|
|
260
|
+
|
|
261
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusWrapper {
|
|
280
262
|
background-color: @sapUiIndication7Background;
|
|
281
263
|
border-color: @sapUiIndication7BorderColor;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusText,
|
|
267
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusIcon {
|
|
282
268
|
color: @sapUiIndication7TextColor;
|
|
283
269
|
}
|
|
284
|
-
|
|
285
|
-
.sapMObjStatusInverted.sapMObjStatusIndication08 .
|
|
270
|
+
|
|
271
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusWrapper {
|
|
286
272
|
background-color: @sapUiIndication8Background;
|
|
287
273
|
border-color: @sapUiIndication8BorderColor;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusText,
|
|
277
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusIcon {
|
|
288
278
|
color: @sapUiIndication8TextColor;
|
|
289
279
|
}
|
|
290
280
|
|
|
291
|
-
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .
|
|
292
|
-
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
281
|
+
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
293
282
|
background-color: @sapUiIndication1ActiveBackground;
|
|
294
283
|
border-color: @sapUiIndication1ActiveBorderColor;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
287
|
+
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
295
288
|
color: @sapUiIndication1ActiveTextColor;
|
|
289
|
+
}
|
|
296
290
|
|
|
291
|
+
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
292
|
+
background-color: @sapUiIndication2ActiveBackground;
|
|
293
|
+
border-color: @sapUiIndication2ActiveBorderColor;
|
|
297
294
|
}
|
|
298
295
|
|
|
299
296
|
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
300
297
|
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
301
|
-
background-color: @sapUiIndication2ActiveBackground;
|
|
302
|
-
border-color: @sapUiIndication2ActiveBorderColor;
|
|
303
298
|
color: @sapUiIndication2ActiveTextColor;
|
|
304
299
|
}
|
|
305
300
|
|
|
306
|
-
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .
|
|
307
|
-
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
301
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
308
302
|
background-color: @sapUiIndication3ActiveBackground;
|
|
309
303
|
border-color: @sapUiIndication3ActiveBorderColor;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
307
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
310
308
|
color: @sapUiIndication3ActiveTextColor;
|
|
311
309
|
}
|
|
312
310
|
|
|
313
|
-
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .
|
|
314
|
-
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
311
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
315
312
|
background-color: @sapUiIndication4ActiveBackground;
|
|
316
313
|
border-color: @sapUiIndication4ActiveBorderColor;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
317
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
317
318
|
color: @sapUiIndication4ActiveTextColor;
|
|
318
319
|
}
|
|
319
320
|
|
|
320
|
-
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .
|
|
321
|
-
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
321
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
322
322
|
background-color: @sapUiIndication5ActiveBackground;
|
|
323
323
|
border-color: @sapUiIndication5ActiveBorderColor;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
327
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
324
328
|
color: @sapUiIndication5ActiveTextColor;
|
|
325
329
|
}
|
|
326
330
|
|
|
327
|
-
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .
|
|
328
|
-
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
331
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
329
332
|
background-color: @sapUiIndication6ActiveBackground;
|
|
330
333
|
border-color: @sapUiIndication6ActiveBorderColor;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
337
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
331
338
|
color: @sapUiIndication6ActiveTextColor;
|
|
332
339
|
}
|
|
333
340
|
|
|
334
|
-
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .
|
|
335
|
-
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
341
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
336
342
|
background-color: @sapUiIndication7ActiveBackground;
|
|
337
343
|
border-color: @sapUiIndication7ActiveBorderColor;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
347
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
338
348
|
color: @sapUiIndication7ActiveTextColor;
|
|
339
349
|
}
|
|
340
350
|
|
|
341
|
-
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .
|
|
342
|
-
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
351
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
343
352
|
background-color: @sapUiIndication8ActiveBackground;
|
|
344
353
|
border-color: @sapUiIndication8ActiveBorderColor;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
357
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
345
358
|
color: @sapUiIndication8ActiveTextColor;
|
|
346
359
|
}
|
|
347
360
|
|
|
@@ -351,132 +364,154 @@
|
|
|
351
364
|
}
|
|
352
365
|
|
|
353
366
|
/* Second set of inverted indication colors regular state */
|
|
367
|
+
.sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusWrapper {
|
|
368
|
+
background-color: @sapUiIndication1Background;
|
|
369
|
+
border-color: @sapUiIndication1BorderColor;
|
|
370
|
+
}
|
|
371
|
+
|
|
354
372
|
.sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusText,
|
|
355
373
|
.sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusIcon {
|
|
356
374
|
text-shadow: none;
|
|
357
375
|
color: @sapUiIndication1TextColor;
|
|
358
|
-
|
|
359
|
-
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.sapMObjStatusInverted.sapMObjStatusIndication12 .sapMObjStatusWrapper {
|
|
379
|
+
background-color: @sapUiIndication2Background;
|
|
380
|
+
border-color: @sapUiIndication2BorderColor;
|
|
360
381
|
}
|
|
361
382
|
|
|
362
383
|
.sapMObjStatusInverted.sapMObjStatusIndication12 .sapMObjStatusText,
|
|
363
384
|
.sapMObjStatusInverted.sapMObjStatusIndication12 .sapMObjStatusIcon {
|
|
364
385
|
text-shadow: none;
|
|
365
386
|
color: @sapUiIndication2TextColor;
|
|
366
|
-
|
|
367
|
-
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
.sapMObjStatusInverted.sapMObjStatusIndication13 .sapMObjStatusWrapper {
|
|
390
|
+
background-color: @sapUiIndication3Background;
|
|
391
|
+
border-color: @sapUiIndication3BorderColor;
|
|
368
392
|
}
|
|
369
393
|
|
|
370
394
|
.sapMObjStatusInverted.sapMObjStatusIndication13 .sapMObjStatusText,
|
|
371
395
|
.sapMObjStatusInverted.sapMObjStatusIndication13 .sapMObjStatusIcon {
|
|
372
396
|
text-shadow: none;
|
|
373
397
|
color: @sapUiIndication3TextColor;
|
|
374
|
-
|
|
375
|
-
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.sapMObjStatusInverted.sapMObjStatusIndication14 .sapMObjStatusWrapper {
|
|
401
|
+
background-color: @sapUiIndication4Background;
|
|
402
|
+
border-color: @sapUiIndication4BorderColor;
|
|
376
403
|
}
|
|
377
404
|
|
|
378
405
|
.sapMObjStatusInverted.sapMObjStatusIndication14 .sapMObjStatusText,
|
|
379
406
|
.sapMObjStatusInverted.sapMObjStatusIndication14 .sapMObjStatusIcon {
|
|
380
407
|
text-shadow: none;
|
|
381
408
|
color: @sapUiIndication4TextColor;
|
|
382
|
-
|
|
383
|
-
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
.sapMObjStatusInverted.sapMObjStatusIndication15 .sapMObjStatusWrapper {
|
|
412
|
+
background-color: @sapUiIndication5Background;
|
|
413
|
+
border-color: @sapUiIndication5BorderColor;
|
|
384
414
|
}
|
|
385
415
|
|
|
386
416
|
.sapMObjStatusInverted.sapMObjStatusIndication15 .sapMObjStatusText,
|
|
387
417
|
.sapMObjStatusInverted.sapMObjStatusIndication15 .sapMObjStatusIcon {
|
|
388
418
|
text-shadow: none;
|
|
389
419
|
color: @sapUiIndication5TextColor;
|
|
390
|
-
|
|
391
|
-
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.sapMObjStatusInverted.sapMObjStatusIndication16 .sapMObjStatusWrapper {
|
|
423
|
+
background-color: @sapUiIndication6Background;
|
|
424
|
+
border-color: @sapUiIndication6BorderColor;
|
|
392
425
|
}
|
|
393
426
|
|
|
394
427
|
.sapMObjStatusInverted.sapMObjStatusIndication16 .sapMObjStatusText,
|
|
395
428
|
.sapMObjStatusInverted.sapMObjStatusIndication16 .sapMObjStatusIcon {
|
|
396
429
|
text-shadow: none;
|
|
397
430
|
color: @sapUiIndication6TextColor;
|
|
398
|
-
background-color: @sapUiIndication6Background;
|
|
399
|
-
border-color: @sapUiIndication6BorderColor;
|
|
400
431
|
}
|
|
432
|
+
|
|
433
|
+
.sapMObjStatusInverted.sapMObjStatusIndication17 .sapMObjStatusWrapper {
|
|
434
|
+
background-color: @sapUiIndication7Background;
|
|
435
|
+
border-color: @sapUiIndication7BorderColor;
|
|
436
|
+
}
|
|
437
|
+
|
|
401
438
|
.sapMObjStatusInverted.sapMObjStatusIndication17 .sapMObjStatusText,
|
|
402
439
|
.sapMObjStatusInverted.sapMObjStatusIndication17 .sapMObjStatusIcon {
|
|
403
440
|
text-shadow: none;
|
|
404
441
|
color: @sapUiIndication7TextColor;
|
|
405
|
-
background-color: @sapUiIndication7Background;
|
|
406
|
-
border-color: @sapUiIndication7BorderColor;
|
|
407
442
|
}
|
|
443
|
+
|
|
444
|
+
.sapMObjStatusInverted.sapMObjStatusIndication18 .sapMObjStatusWrapper {
|
|
445
|
+
background-color: @sapUiIndication8Background;
|
|
446
|
+
border-color: @sapUiIndication8BorderColor;
|
|
447
|
+
}
|
|
448
|
+
|
|
408
449
|
.sapMObjStatusInverted.sapMObjStatusIndication18 .sapMObjStatusText,
|
|
409
450
|
.sapMObjStatusInverted.sapMObjStatusIndication18 .sapMObjStatusIcon {
|
|
410
451
|
text-shadow: none;
|
|
411
452
|
color: @sapUiIndication8TextColor;
|
|
412
|
-
|
|
413
|
-
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.sapMObjStatusInverted.sapMObjStatusIndication19 .sapMObjStatusWrapper {
|
|
456
|
+
background-color: @sapUiIndication9Background;
|
|
457
|
+
border-color: @sapUiIndication9BorderColor;
|
|
414
458
|
}
|
|
415
459
|
|
|
416
460
|
.sapMObjStatusInverted.sapMObjStatusIndication19 .sapMObjStatusText,
|
|
417
461
|
.sapMObjStatusInverted.sapMObjStatusIndication19 .sapMObjStatusIcon {
|
|
418
462
|
text-shadow: none;
|
|
419
463
|
color: @sapUiIndication9TextColor;
|
|
420
|
-
|
|
421
|
-
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
.sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusWrapper {
|
|
467
|
+
background-color: @sapUiIndication10Background;
|
|
468
|
+
border-color: @sapUiIndication10BorderColor;
|
|
422
469
|
}
|
|
423
470
|
|
|
424
471
|
.sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusText,
|
|
425
472
|
.sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusIcon {
|
|
426
473
|
text-shadow: none;
|
|
427
474
|
color: @sapUiIndication10TextColor;
|
|
428
|
-
background-color: @sapUiIndication10Background;
|
|
429
|
-
border-color: @sapUiIndication10BorderColor;
|
|
430
475
|
}
|
|
431
476
|
|
|
432
477
|
/* Second set of inverted indication colors hovered state */
|
|
433
|
-
.sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusLink:hover .
|
|
434
|
-
.sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
478
|
+
.sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
435
479
|
background-color: @sapUiIndication1HoverBackground;
|
|
436
480
|
}
|
|
437
481
|
|
|
438
|
-
.sapMObjStatusInverted.sapMObjStatusIndication12 .sapMObjStatusLink:hover .
|
|
439
|
-
.sapMObjStatusInverted.sapMObjStatusIndication12 .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
482
|
+
.sapMObjStatusInverted.sapMObjStatusIndication12 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
440
483
|
background-color: @sapUiIndication2HoverBackground;
|
|
441
484
|
}
|
|
442
485
|
|
|
443
|
-
.sapMObjStatusInverted.sapMObjStatusIndication13 .sapMObjStatusLink:hover .
|
|
444
|
-
.sapMObjStatusInverted.sapMObjStatusIndication13 .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
486
|
+
.sapMObjStatusInverted.sapMObjStatusIndication13 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
445
487
|
background-color: @sapUiIndication3HoverBackground;
|
|
446
488
|
}
|
|
447
489
|
|
|
448
|
-
.sapMObjStatusInverted.sapMObjStatusIndication14 .sapMObjStatusLink:hover .
|
|
449
|
-
.sapMObjStatusInverted.sapMObjStatusIndication14 .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
490
|
+
.sapMObjStatusInverted.sapMObjStatusIndication14 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
450
491
|
background-color: @sapUiIndication4HoverBackground;
|
|
451
492
|
}
|
|
452
493
|
|
|
453
|
-
.sapMObjStatusInverted.sapMObjStatusIndication15 .sapMObjStatusLink:hover .
|
|
454
|
-
.sapMObjStatusInverted.sapMObjStatusIndication15 .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
494
|
+
.sapMObjStatusInverted.sapMObjStatusIndication15 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
455
495
|
background-color: @sapUiIndication5HoverBackground;
|
|
456
496
|
}
|
|
457
497
|
|
|
458
|
-
.sapMObjStatusInverted.sapMObjStatusIndication16 .sapMObjStatusLink:hover .
|
|
459
|
-
.sapMObjStatusInverted.sapMObjStatusIndication16 .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
498
|
+
.sapMObjStatusInverted.sapMObjStatusIndication16 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
460
499
|
background-color: @sapUiIndication6HoverBackground;
|
|
461
500
|
}
|
|
462
501
|
|
|
463
|
-
.sapMObjStatusInverted.sapMObjStatusIndication17 .sapMObjStatusLink:hover .
|
|
464
|
-
.sapMObjStatusInverted.sapMObjStatusIndication17 .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
502
|
+
.sapMObjStatusInverted.sapMObjStatusIndication17 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
465
503
|
background-color: @sapUiIndication7HoverBackground;
|
|
466
504
|
}
|
|
467
505
|
|
|
468
|
-
.sapMObjStatusInverted.sapMObjStatusIndication18 .sapMObjStatusLink:hover .
|
|
469
|
-
.sapMObjStatusInverted.sapMObjStatusIndication18 .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
506
|
+
.sapMObjStatusInverted.sapMObjStatusIndication18 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
470
507
|
background-color: @sapUiIndication8HoverBackground;
|
|
471
508
|
}
|
|
472
509
|
|
|
473
|
-
.sapMObjStatusInverted.sapMObjStatusIndication19 .sapMObjStatusLink:hover .
|
|
474
|
-
.sapMObjStatusInverted.sapMObjStatusIndication19 .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
510
|
+
.sapMObjStatusInverted.sapMObjStatusIndication19 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
475
511
|
background-color: @sapUiIndication9HoverBackground;
|
|
476
512
|
}
|
|
477
513
|
|
|
478
|
-
.sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusLink:hover .
|
|
479
|
-
.sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
514
|
+
.sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
480
515
|
background-color: @sapUiIndication10HoverBackground;
|
|
481
516
|
}
|
|
482
517
|
|
|
@@ -499,7 +534,6 @@ html.sap-desktop .sapMObjStatusActive:focus .sapMObjStatusLink::after {
|
|
|
499
534
|
font-size: 1.25rem;
|
|
500
535
|
padding-left: 0;
|
|
501
536
|
padding-right: 0;
|
|
502
|
-
line-height: 2rem;
|
|
503
537
|
}
|
|
504
538
|
.sapMObjStatusIcon:not(.sapMObjStatusIconOnly) {
|
|
505
539
|
padding-left: 0;
|
|
@@ -543,6 +577,7 @@ html.sap-desktop .sapMObjStatusActive:focus {
|
|
|
543
577
|
bottom: 4px;
|
|
544
578
|
right: 4px;
|
|
545
579
|
outline: 2px dotted @sapContent_ContrastFocusColor;
|
|
580
|
+
height: 2rem;
|
|
546
581
|
}
|
|
547
582
|
|
|
548
583
|
}
|
|
@@ -563,4 +598,4 @@ html.sap-desktop .sapMObjStatusActive:focus {
|
|
|
563
598
|
line-height: 0.875rem;
|
|
564
599
|
}
|
|
565
600
|
}
|
|
566
|
-
}
|
|
601
|
+
}
|
|
@@ -50,19 +50,6 @@
|
|
|
50
50
|
height: 2.75rem;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
.sapMPanelWrappingDiv .sapUiIcon {
|
|
54
|
-
width: 2.25rem;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.sapUiSizeCompact {
|
|
58
|
-
.sapMPanel {
|
|
59
|
-
min-height: 2.5rem;
|
|
60
|
-
}
|
|
61
|
-
.sapMPanelWrappingDiv .sapUiIcon {
|
|
62
|
-
width: 2rem;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
|
|
66
53
|
.sapMPanelWrappingDiv .sapUiIcon {
|
|
67
54
|
color: @sapButton_Lite_TextColor;
|
|
68
55
|
}
|
|
@@ -213,9 +213,18 @@
|
|
|
213
213
|
margin: 0;
|
|
214
214
|
}
|
|
215
215
|
|
|
216
|
-
/* Compact
|
|
217
|
-
.sapUiSizeCondensed .sapUiTableDataCell .sapMPI:not(.sapMPIDisplayOnly),
|
|
216
|
+
/* Compact */
|
|
218
217
|
.sapUiSizeCompact .sapUiTableDataCell .sapMPI:not(.sapMPIDisplayOnly) {
|
|
218
|
+
margin: 0;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
/* Condensed */
|
|
222
|
+
.sapUiSizeCondensed .sapUiTableDataCell .sapMPI:not(.sapMPIDisplayOnly) {
|
|
219
223
|
padding: 0.4375rem 0;
|
|
220
224
|
margin: 0;
|
|
225
|
+
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.sapUiSizeCondensed .sapUiTableDataCell .sapMPIValueGreaterHalf .sapMPITextLeft {
|
|
229
|
+
display: none;
|
|
221
230
|
}
|
|
@@ -11,6 +11,14 @@
|
|
|
11
11
|
border-radius: 0.365rem;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
+
.sapMSlt {
|
|
15
|
+
height: @sapUiElementHeight;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.sapUiSizeCompact .sapMSlt {
|
|
19
|
+
height: @sapUiElementCompactHeight;
|
|
20
|
+
}
|
|
21
|
+
|
|
14
22
|
/* arrow styles*/
|
|
15
23
|
|
|
16
24
|
.sapMSlt > .sapMSltArrow {
|
|
@@ -38,8 +46,8 @@
|
|
|
38
46
|
}
|
|
39
47
|
|
|
40
48
|
.sapMSlt.sapMSltDefault.sapMSltFocused:not(.sapMSltIconOnly):not(.sapMSltPressed) {
|
|
41
|
-
outline:
|
|
42
|
-
outline-offset:
|
|
49
|
+
outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentContrastFocusColor;
|
|
50
|
+
outline-offset: calc(-2.5 * @sapUiContentFocusWidth);
|
|
43
51
|
}
|
|
44
52
|
|
|
45
53
|
html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltIconOnly):not(.sapMSltDisabled):not(.sapMSltInformation),
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
.sapFDynamicPageTitleMainHeading {
|
|
15
15
|
.sapFDynamicPageTitleMainHeadingInner {
|
|
16
16
|
.sapMTitle:not(.sapUICompVarMngmtTitle) {
|
|
17
|
-
font-size: @
|
|
18
|
-
font-family: @
|
|
17
|
+
font-size: @sapUiObjectHeaderTitleSnappedFontSize;
|
|
18
|
+
font-family: @sapUiObjectHeaderTitleFontFamily;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -16,6 +16,12 @@ html.sap-desktop .sapMBtnDisabled .sapMTB-Transparent-CTX .sapMBtnInner.sapMTogg
|
|
|
16
16
|
background-color: @sapUiHcReducedBackground;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
+
.sapMBtn .sapMBtnEmphasized.sapMToggleBtnPressed {
|
|
20
|
+
background-color: @sapUiButtonSelectedBackground;
|
|
21
|
+
color: @sapUiButtonSelectedTextColor;
|
|
22
|
+
border-color: @sapUiButtonSelectedBorderColor;
|
|
23
|
+
}
|
|
24
|
+
|
|
19
25
|
/* Icon in disabled toggled button */
|
|
20
26
|
|
|
21
27
|
.sapMTB-Transparent-CTX span.sapMBtnInner.sapMToggleBtnPressed .sapMBtnIcon,
|