@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
|
@@ -8,11 +8,13 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sapMObjStatusInverted:not(.sapMObjectStatusLarge) {
|
|
11
|
-
.sapMObjStatusText
|
|
12
|
-
.sapMObjStatusIcon {
|
|
11
|
+
.sapMObjStatusText {
|
|
13
12
|
min-height: 1rem;
|
|
14
13
|
height: 100%;
|
|
15
14
|
}
|
|
15
|
+
.sapMObjStatusIcon {
|
|
16
|
+
min-height: 1rem;
|
|
17
|
+
}
|
|
16
18
|
}
|
|
17
19
|
|
|
18
20
|
.sapMObjectStatusLarge {
|
|
@@ -44,25 +46,16 @@
|
|
|
44
46
|
.sapMObjStatusInverted {
|
|
45
47
|
box-sizing: border-box;
|
|
46
48
|
min-width: 1.375rem;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
border-radius: @sapUiButtonBorderCornerRadius;
|
|
53
|
-
}
|
|
54
|
-
& .sapMObjStatusIcon {
|
|
55
|
-
border-radius: @sapUiButtonBorderCornerRadius 0 0 @sapUiButtonBorderCornerRadius;
|
|
56
|
-
}
|
|
57
|
-
& .sapMObjStatusIcon + .sapMObjStatusText {
|
|
58
|
-
border-radius: 0 @sapUiButtonBorderCornerRadius @sapUiButtonBorderCornerRadius 0;
|
|
59
|
-
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.sapMObjStatusInverted .sapMObjStatusWrapper {
|
|
52
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
53
|
+
border: 0.0625rem solid;
|
|
60
54
|
}
|
|
61
55
|
|
|
62
56
|
.sapMObjStatusInverted .sapMObjStatusText,
|
|
63
57
|
.sapMObjStatusInverted .sapMObjStatusIcon {
|
|
64
58
|
color: @sapUiContentContrastTextColor;
|
|
65
|
-
border: 0.0625rem solid;
|
|
66
59
|
}
|
|
67
60
|
|
|
68
61
|
.sapMObjStatusInverted .sapMObjStatusIcon.sapMObjStatusIconOnly,
|
|
@@ -157,238 +150,339 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
|
|
|
157
150
|
}
|
|
158
151
|
}
|
|
159
152
|
|
|
160
|
-
.
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
border-right: none;
|
|
164
|
-
&:hover:active{
|
|
165
|
-
border-right: none;
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
.sapMObjStatusIcon + .sapMObjStatusText {
|
|
169
|
-
border-left: none;
|
|
170
|
-
}
|
|
153
|
+
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusWrapper {
|
|
154
|
+
background-color: @sapUiButtonNegativeBackground;
|
|
155
|
+
border-color: @sapUiButtonNegativeBorderColor;
|
|
171
156
|
}
|
|
172
157
|
|
|
173
158
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusText,
|
|
174
159
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusIcon {
|
|
175
|
-
background-color: @sapUiButtonNegativeBackground;
|
|
176
160
|
color: @sapUiButtonNegativeTextColor;
|
|
177
|
-
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusWrapper {
|
|
164
|
+
background-color: @sapUiButtonCriticalBackground;
|
|
165
|
+
border-color: @sapUiButtonCriticalBorderColor;
|
|
178
166
|
}
|
|
179
167
|
|
|
180
168
|
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusText,
|
|
181
169
|
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusIcon {
|
|
182
|
-
background-color: @sapUiButtonCriticalBackground;
|
|
183
170
|
color: @sapUiButtonCriticalTextColor;
|
|
184
|
-
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusWrapper {
|
|
174
|
+
background-color: @sapUiButtonSuccessBackground;
|
|
175
|
+
border-color: @sapUiButtonSuccessBorderColor;
|
|
185
176
|
}
|
|
186
177
|
|
|
187
178
|
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusText,
|
|
188
179
|
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusIcon {
|
|
189
|
-
background-color: @sapUiButtonSuccessBackground;
|
|
190
180
|
color: @sapUiButtonSuccessTextColor;
|
|
191
|
-
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusWrapper {
|
|
184
|
+
background-color: @sapUiButtonInformationBackground;
|
|
185
|
+
border-color: @sapUiButtonInformationBorderColor;
|
|
192
186
|
}
|
|
193
187
|
|
|
194
188
|
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusText,
|
|
195
189
|
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusIcon {
|
|
196
190
|
text-shadow: @sapUiContentTextShadow;
|
|
197
|
-
background-color: @sapUiButtonInformationBackground;
|
|
198
191
|
color: @sapUiButtonInformationTextColor;
|
|
199
|
-
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusWrapper {
|
|
195
|
+
background-color: @sapNeutralBackground;
|
|
196
|
+
border-color: @sapNeutralBorderColor;
|
|
200
197
|
}
|
|
201
198
|
|
|
202
199
|
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusText,
|
|
203
200
|
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusIcon {
|
|
204
201
|
text-shadow: @sapUiContentTextShadow;
|
|
205
|
-
background-color: @sapNeutralBackground;
|
|
206
202
|
color: @sapTextColor;
|
|
207
|
-
border-color: @sapNeutralBorderColor;
|
|
208
203
|
}
|
|
209
204
|
|
|
205
|
+
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
206
|
+
background-color: @sapUiButtonNegativeHoverBackground;
|
|
207
|
+
border-color: @sapUiButtonNegativeHoverBorderColor;
|
|
208
|
+
}
|
|
210
209
|
|
|
211
210
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
212
211
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
213
|
-
background-color: @sapUiButtonNegativeHoverBackground;
|
|
214
212
|
color: @sapUiButtonNegativeHoverTextColor;
|
|
215
|
-
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
216
|
+
background-color: @sapUiButtonCriticalHoverBackground;
|
|
217
|
+
border-color: @sapUiButtonCriticalHoverBorderColor;
|
|
216
218
|
}
|
|
217
219
|
|
|
218
220
|
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
219
221
|
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
220
|
-
background-color: @sapUiButtonCriticalHoverBackground;
|
|
221
222
|
color: @sapUiButtonCriticalHoverTextColor;
|
|
222
|
-
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
226
|
+
background-color: @sapUiButtonSuccessHoverBackground;
|
|
227
|
+
border-color: @sapUiButtonSuccessHoverBorderColor;
|
|
223
228
|
}
|
|
224
229
|
|
|
225
230
|
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
226
231
|
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
227
|
-
background-color: @sapUiButtonSuccessHoverBackground;
|
|
228
232
|
color: @sapUiButtonSuccessHoverTextColor;
|
|
229
|
-
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
236
|
+
background-color: @sapUiButtonInformationHoverBackground;
|
|
237
|
+
border-color: @sapUiButtonInformationHoverBorderColor;
|
|
230
238
|
}
|
|
231
239
|
|
|
232
240
|
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
233
241
|
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
234
|
-
background-color: @sapUiButtonInformationHoverBackground;
|
|
235
242
|
color: @sapUiButtonInformationHoverTextColor;
|
|
236
|
-
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
247
|
+
background-color: @sapUiButtonNeutralHoverBackground;
|
|
248
|
+
border-color: @sapUiButtonNeutralHoverBorderColor;
|
|
237
249
|
}
|
|
238
250
|
|
|
239
251
|
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
240
252
|
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
241
|
-
background-color: @sapUiButtonNeutralHoverBackground;
|
|
242
253
|
color: @sapUiButtonNeutralHoverTextColor;
|
|
243
|
-
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
257
|
+
background-color: @sapUiButtonNegativeActiveBackground;
|
|
258
|
+
border-color: @sapUiButtonNegativeActiveBorderColor;
|
|
244
259
|
}
|
|
245
260
|
|
|
246
261
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active .sapMObjStatusText,
|
|
247
262
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
248
|
-
background-color: @sapUiButtonNegativeActiveBackground;
|
|
249
263
|
color: @sapUiButtonRejectSelectedTextColor;
|
|
250
|
-
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
267
|
+
background-color: @sapUiButtonCriticalActiveBackground;
|
|
268
|
+
border-color: @sapUiButtonCriticalActiveBorderColor;
|
|
251
269
|
}
|
|
252
270
|
|
|
253
271
|
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active .sapMObjStatusText,
|
|
254
272
|
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
255
|
-
background-color: @sapUiButtonCriticalActiveBackground;
|
|
256
273
|
color: @sapUiButtonAttentionSelectedTextColor;
|
|
257
|
-
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
277
|
+
background-color: @sapUiButtonSuccessActiveBackground;
|
|
278
|
+
border-color: @sapUiButtonSuccessActiveBorderColor;
|
|
258
279
|
}
|
|
259
280
|
|
|
260
281
|
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusText,
|
|
261
282
|
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
262
|
-
background-color: @sapUiButtonSuccessActiveBackground;
|
|
263
283
|
color: @sapUiButtonAcceptSelectedTextColor;
|
|
264
|
-
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
287
|
+
background-color: @sapUiButtonInformationActiveBackground;
|
|
288
|
+
border-color: @sapUiButtonInformationActiveBorderColor;
|
|
265
289
|
}
|
|
266
290
|
|
|
267
291
|
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active .sapMObjStatusText,
|
|
268
292
|
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
269
|
-
background-color: @sapUiButtonInformationActiveBackground;
|
|
270
293
|
color: @sapUiButtonSelectedTextColor;
|
|
271
|
-
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
297
|
+
background-color: @sapUiButtonNeutralActiveBackground;
|
|
298
|
+
border-color: @sapUiButtonNeutralActiveBorderColor;
|
|
272
299
|
}
|
|
273
300
|
|
|
274
301
|
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active .sapMObjStatusText,
|
|
275
302
|
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
276
|
-
background-color: @sapUiButtonNeutralActiveBackground;
|
|
277
303
|
color: @sapUiButtonActiveTextColor;
|
|
278
|
-
border-color: @sapUiButtonNeutralActiveBorderColor;
|
|
279
304
|
}
|
|
280
305
|
|
|
281
|
-
.sapMObjStatusInverted.sapMObjStatusIndication01 .
|
|
282
|
-
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusIcon {
|
|
306
|
+
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusWrapper {
|
|
283
307
|
background-color: @sapUiIndication1Background;
|
|
284
308
|
border-color: @sapUiIndication1BorderColor;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusText,
|
|
312
|
+
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusIcon {
|
|
285
313
|
color: @sapUiIndication1TextColor;
|
|
286
314
|
}
|
|
287
315
|
|
|
288
|
-
.sapMObjStatusInverted.sapMObjStatusIndication02 .
|
|
289
|
-
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusIcon {
|
|
316
|
+
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusWrapper {
|
|
290
317
|
background-color: @sapUiIndication2Background;
|
|
291
318
|
border-color: @sapUiIndication2BorderColor;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusText,
|
|
322
|
+
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusIcon {
|
|
292
323
|
color: @sapUiIndication2TextColor;
|
|
293
324
|
}
|
|
294
325
|
|
|
295
|
-
.sapMObjStatusInverted.sapMObjStatusIndication03 .
|
|
296
|
-
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusIcon {
|
|
326
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusWrapper {
|
|
297
327
|
background-color: @sapUiIndication3Background;
|
|
298
328
|
border-color: @sapUiIndication3BorderColor;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusText,
|
|
332
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusIcon {
|
|
299
333
|
color: @sapUiIndication3TextColor;
|
|
300
334
|
}
|
|
301
335
|
|
|
302
|
-
.sapMObjStatusInverted.sapMObjStatusIndication04 .
|
|
303
|
-
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusIcon {
|
|
336
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusWrapper {
|
|
304
337
|
background-color: @sapUiIndication4Background;
|
|
305
338
|
border-color: @sapUiIndication4BorderColor;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusText,
|
|
342
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusIcon {
|
|
306
343
|
color: @sapUiIndication4TextColor;
|
|
307
344
|
}
|
|
308
345
|
|
|
309
|
-
.sapMObjStatusInverted.sapMObjStatusIndication05 .
|
|
310
|
-
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusIcon {
|
|
346
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusWrapper {
|
|
311
347
|
background-color: @sapUiIndication5Background;
|
|
312
348
|
border-color: @sapUiIndication5BorderColor;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusText,
|
|
352
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusIcon {
|
|
313
353
|
color: @sapUiIndication5TextColor;
|
|
314
354
|
}
|
|
315
355
|
|
|
316
|
-
.sapMObjStatusInverted.sapMObjStatusIndication06 .
|
|
317
|
-
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusIcon {
|
|
356
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusWrapper {
|
|
318
357
|
background-color: @sapUiIndication6Background;
|
|
319
358
|
border-color: @sapUiIndication6BorderColor;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusText,
|
|
362
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusIcon {
|
|
320
363
|
color: @sapUiIndication6TextColor;
|
|
321
364
|
}
|
|
322
|
-
|
|
323
|
-
.sapMObjStatusInverted.sapMObjStatusIndication07 .
|
|
365
|
+
|
|
366
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusWrapper {
|
|
324
367
|
background-color: @sapUiIndication7Background;
|
|
325
368
|
border-color: @sapUiIndication7BorderColor;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusText,
|
|
372
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusIcon {
|
|
326
373
|
color: @sapUiIndication7TextColor;
|
|
327
374
|
}
|
|
328
|
-
|
|
329
|
-
.sapMObjStatusInverted.sapMObjStatusIndication08 .
|
|
375
|
+
|
|
376
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusWrapper {
|
|
330
377
|
background-color: @sapUiIndication8Background;
|
|
331
378
|
border-color: @sapUiIndication8BorderColor;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusText,
|
|
382
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusIcon {
|
|
332
383
|
color: @sapUiIndication8TextColor;
|
|
333
384
|
}
|
|
334
385
|
|
|
335
|
-
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .
|
|
336
|
-
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
386
|
+
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
337
387
|
background-color: @sapUiIndication1ActiveBackground;
|
|
338
388
|
border-color: @sapUiIndication1ActiveBorderColor;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
392
|
+
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
339
393
|
color: @sapUiIndication1ActiveTextColor;
|
|
394
|
+
}
|
|
340
395
|
|
|
396
|
+
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
397
|
+
background-color: @sapUiIndication2ActiveBackground;
|
|
398
|
+
border-color: @sapUiIndication2ActiveBorderColor;
|
|
341
399
|
}
|
|
342
400
|
|
|
343
401
|
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
344
402
|
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
345
|
-
background-color: @sapUiIndication2ActiveBackground;
|
|
346
|
-
border-color: @sapUiIndication2ActiveBorderColor;
|
|
347
403
|
color: @sapUiIndication2ActiveTextColor;
|
|
348
404
|
}
|
|
349
405
|
|
|
350
|
-
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .
|
|
351
|
-
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
406
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
352
407
|
background-color: @sapUiIndication3ActiveBackground;
|
|
353
408
|
border-color: @sapUiIndication3ActiveBorderColor;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
412
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
354
413
|
color: @sapUiIndication3ActiveTextColor;
|
|
355
414
|
}
|
|
356
415
|
|
|
357
|
-
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .
|
|
358
|
-
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
416
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
359
417
|
background-color: @sapUiIndication4ActiveBackground;
|
|
360
418
|
border-color: @sapUiIndication4ActiveBorderColor;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
422
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
361
423
|
color: @sapUiIndication4ActiveTextColor;
|
|
362
424
|
}
|
|
363
425
|
|
|
364
|
-
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .
|
|
365
|
-
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
426
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
366
427
|
background-color: @sapUiIndication5ActiveBackground;
|
|
367
428
|
border-color: @sapUiIndication5ActiveBorderColor;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
432
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
368
433
|
color: @sapUiIndication5ActiveTextColor;
|
|
369
434
|
}
|
|
370
435
|
|
|
371
|
-
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .
|
|
372
|
-
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
436
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
373
437
|
background-color: @sapUiIndication6ActiveBackground;
|
|
374
438
|
border-color: @sapUiIndication6ActiveBorderColor;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
442
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
375
443
|
color: @sapUiIndication6ActiveTextColor;
|
|
376
444
|
}
|
|
377
445
|
|
|
378
|
-
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .
|
|
379
|
-
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
446
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
380
447
|
background-color: @sapUiIndication7ActiveBackground;
|
|
381
448
|
border-color: @sapUiIndication7ActiveBorderColor;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
452
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
382
453
|
color: @sapUiIndication7ActiveTextColor;
|
|
383
454
|
}
|
|
384
455
|
|
|
385
|
-
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .
|
|
386
|
-
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
456
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
387
457
|
background-color: @sapUiIndication8ActiveBackground;
|
|
388
458
|
border-color: @sapUiIndication8ActiveBorderColor;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
462
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
389
463
|
color: @sapUiIndication8ActiveTextColor;
|
|
390
464
|
}
|
|
391
465
|
|
|
466
|
+
.sapMObjStatusInverted.sapMObjStatusIndication09 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
467
|
+
background-color: @sapUiIndication9ActiveBackground;
|
|
468
|
+
border-color: @sapUiIndication9ActiveBorderColor;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
.sapMObjStatusInverted.sapMObjStatusIndication09 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
472
|
+
.sapMObjStatusInverted.sapMObjStatusIndication09 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
473
|
+
color: @sapUiIndication9ActiveTextColor;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.sapMObjStatusInverted.sapMObjStatusIndication10 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
477
|
+
background-color: @sapUiIndication10ActiveBackground;
|
|
478
|
+
border-color: @sapUiIndication10ActiveBorderColor;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
.sapMObjStatusInverted.sapMObjStatusIndication10 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
482
|
+
.sapMObjStatusInverted.sapMObjStatusIndication10 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
483
|
+
color: @sapUiIndication10ActiveTextColor;
|
|
484
|
+
}
|
|
485
|
+
|
|
392
486
|
/* Second set of inverted indication colors regular state */
|
|
393
487
|
.sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusText,
|
|
394
488
|
.sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusIcon,
|
|
@@ -411,4 +505,4 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
|
|
|
411
505
|
.sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusText,
|
|
412
506
|
.sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusIcon {
|
|
413
507
|
text-shadow: @sapUiContentTextShadow;
|
|
414
|
-
}
|
|
508
|
+
}
|
|
@@ -81,24 +81,10 @@
|
|
|
81
81
|
height: 2.75rem;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
-
.sapMPanelWrappingDiv .sapUiIcon {
|
|
85
|
-
width: 2.25rem;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.sapUiSizeCompact {
|
|
89
|
-
.sapMPanel {
|
|
90
|
-
min-height: 2.5rem;
|
|
91
|
-
}
|
|
92
|
-
.sapMPanelWrappingDiv .sapUiIcon {
|
|
93
|
-
width: 2rem;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
|
|
97
84
|
.sapMPanel.sapMPanelExpandable .sapMPanelWrappingDivTb {
|
|
98
85
|
& .sapMPanelHeaderTB {
|
|
99
86
|
border-top-left-radius: 0;
|
|
100
87
|
margin-left: 2.75rem;
|
|
101
|
-
padding-left: 0.25rem;
|
|
102
88
|
}
|
|
103
89
|
|
|
104
90
|
&:not(.sapMPanelWrappingDivTbExpanded) .sapMPanelHeaderTB {
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -3,12 +3,41 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
+
html.sap-desktop .sapMToggleBtnPressed,
|
|
7
|
+
.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
|
|
8
|
+
&.sapMBtnNegative {
|
|
9
|
+
background-color: @sapUiButtonRejectSelectedBackground;
|
|
10
|
+
border-color: @sapUiButtonRejectSelectedBorderColor;
|
|
11
|
+
color: @sapUiButtonRejectSelectedTextColor;
|
|
12
|
+
& .sapUiIcon {
|
|
13
|
+
color: @sapUiButtonRejectSelectedTextColor;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
&.sapMBtnSuccess {
|
|
17
|
+
background-color: @sapUiButtonAcceptSelectedBackground;
|
|
18
|
+
border-color: @sapUiButtonAcceptSelectedBorderColor;
|
|
19
|
+
color: @sapUiButtonAcceptSelectedTextColor;
|
|
20
|
+
& .sapUiIcon {
|
|
21
|
+
color: @sapUiButtonAcceptSelectedTextColor;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
&.sapMBtnCritical {
|
|
25
|
+
background-color: @sapUiButtonAttentionSelectedBackground;
|
|
26
|
+
border-color: @sapUiButtonAttentionSelectedBorderColor;
|
|
27
|
+
color: @sapUiButtonAttentionSelectedTextColor;
|
|
28
|
+
& .sapUiIcon {
|
|
29
|
+
color: @sapUiButtonAttentionSelectedTextColor;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
6
34
|
/* hover and down on toggled button */
|
|
7
35
|
.sapMBtn:hover > .sapMBtnHoverable.sapMToggleBtnPressed:not(.sapMBtnActive),
|
|
8
36
|
.sapMBtn .sapMBtnHoverable.sapMToggleBtnPressed:hover {
|
|
9
37
|
box-shadow: none;
|
|
10
38
|
|
|
11
|
-
&.sapMBtnReject
|
|
39
|
+
&.sapMBtnReject,
|
|
40
|
+
&.sapMBtnNegative {
|
|
12
41
|
background-color: @sapUiButtonRejectSelectedHoverBackground;
|
|
13
42
|
border-color: @sapUiButtonRejectSelectedHoverBorderColor;
|
|
14
43
|
color: @sapUiButtonRejectSelectedTextColor;
|
|
@@ -16,7 +45,8 @@
|
|
|
16
45
|
color: @sapUiButtonRejectSelectedTextColor;
|
|
17
46
|
}
|
|
18
47
|
}
|
|
19
|
-
&.sapMBtnAccept
|
|
48
|
+
&.sapMBtnAccept,
|
|
49
|
+
&.sapMBtnSuccess {
|
|
20
50
|
background-color: @sapUiButtonAcceptSelectedHoverBackground;
|
|
21
51
|
border-color: @sapUiButtonAcceptSelectedHoverBorderColor;
|
|
22
52
|
color: @sapUiButtonAcceptSelectedTextColor;
|
|
@@ -24,7 +54,8 @@
|
|
|
24
54
|
color: @sapUiButtonAcceptSelectedTextColor;
|
|
25
55
|
}
|
|
26
56
|
}
|
|
27
|
-
&.sapMBtnAttention
|
|
57
|
+
&.sapMBtnAttention,
|
|
58
|
+
&.sapMBtnCritical {
|
|
28
59
|
background-color: @sapUiButtonAttentionSelectedHoverBackground;
|
|
29
60
|
border-color: @sapUiButtonAttentionSelectedHoverBorderColor;
|
|
30
61
|
color: @sapUiButtonAttentionSelectedTextColor;
|
|
@@ -34,6 +65,13 @@
|
|
|
34
65
|
}
|
|
35
66
|
}
|
|
36
67
|
|
|
68
|
+
.sapMBtn .sapMBtnCritical.sapMBtnInner,
|
|
69
|
+
.sapMBtn .sapMBtnNegative.sapMBtnInner,
|
|
70
|
+
.sapMBtn .sapMBtnSuccess.sapMBtnInner,
|
|
71
|
+
.sapMBtn .sapMBtnNeutral.sapMBtnInner{
|
|
72
|
+
text-shadow: none;
|
|
73
|
+
}
|
|
74
|
+
|
|
37
75
|
/* Focus of toggled button */
|
|
38
76
|
.sapMBtn:focus > .sapMBtnInner.sapMToggleBtnPressed.sapMFocusable {
|
|
39
77
|
outline-color: @sapUiContentFocusColor;
|
|
@@ -64,6 +102,12 @@
|
|
|
64
102
|
}
|
|
65
103
|
}
|
|
66
104
|
|
|
105
|
+
.sapMBtn .sapMBtnEmphasized.sapMToggleBtnPressed {
|
|
106
|
+
background-color: @sapUiButtonSelectedBackground;
|
|
107
|
+
color: @sapUiButtonSelectedTextColor;
|
|
108
|
+
border-color: @sapUiButtonSelectedBorderColor;
|
|
109
|
+
}
|
|
110
|
+
|
|
67
111
|
span.sapMBtnInner.sapMToggleBtnPressed .sapMBtnIcon,
|
|
68
112
|
span.sapMBtnInner.sapMToggleBtnPressed.sapMBtnTransparent > .sapMBtnIcon,
|
|
69
113
|
html.sap-desktop .sapMToggleBtnPressed.sapMBtnTransparent > .sapMBtnIcon {
|
|
@@ -83,6 +127,13 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMToggleBtnPressed.sapMFo
|
|
|
83
127
|
border-radius: 0.5rem;
|
|
84
128
|
}
|
|
85
129
|
|
|
130
|
+
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator):before,
|
|
131
|
+
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnCritical.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator):before,
|
|
132
|
+
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnNegative.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator):before,
|
|
133
|
+
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnSuccess.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator):before {
|
|
134
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
135
|
+
}
|
|
136
|
+
|
|
86
137
|
.sapUiSizeCompact .sapMBar-CTX .sapMBtnDefault.sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
|
|
87
138
|
border-color: @sapUiButtonSelectedBorderColor;
|
|
88
139
|
}
|
|
@@ -13,7 +13,6 @@ html.sap-desktop .sapMTBActive.sapMTBFocused {
|
|
|
13
13
|
padding: 0 0.5rem;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.sapMTB-Transparent-CTX.sapMTB,
|
|
17
16
|
.sapMIBar.sapMTB-Info-CTX.sapMTB {
|
|
18
17
|
padding: 0 0.5rem 0 1rem;
|
|
19
18
|
}
|
|
@@ -79,10 +78,14 @@ html.sap-desktop .sapMTBActive.sapMTBFocused {
|
|
|
79
78
|
}
|
|
80
79
|
|
|
81
80
|
// Styles suporting Table inside ObjectPageSubSection scenario
|
|
82
|
-
.sapUiTableOnObjectPageAdjustmentsForSection .sapMIBar.sapMTB {
|
|
81
|
+
.sapUxAPObjectPageLayout .sapUiTableOnObjectPageAdjustmentsForSection .sapMIBar.sapMTB {
|
|
83
82
|
padding: 0;
|
|
84
83
|
}
|
|
85
84
|
|
|
86
|
-
.sapUiTableOnObjectPageAdjustmentsForSection .sapMIBar.sapMTB
|
|
85
|
+
.sapUxAPObjectPageLayout.sapUxAPObjectPageLayout-Std-Desktop-XL .sapUiTableOnObjectPageAdjustmentsForSection .sapMIBar.sapMTB {
|
|
86
|
+
padding: 1rem;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.sapUiTableOnObjectPageAdjustmentsForSection .sapMIBar.sapMTB .sapMBarChildFirstChild {
|
|
87
90
|
margin: 0;
|
|
88
91
|
}
|