@openui5/themelib_sap_belize 1.133.1 → 1.135.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 +0 -7
- package/THIRDPARTY.txt +2 -23
- package/package.json +18 -18
- package/src/sap/f/themes/sap_belize_base/Card.less +40 -26
- package/src/sap/f/themes/sap_belize_base/GridContainer.less +0 -13
- package/src/sap/f/themes/sap_belize_hcb/Card.less +0 -24
- package/src/sap/f/themes/sap_belize_hcw/Card.less +0 -24
- package/src/sap/m/themes/sap_belize/GenericTile.less +0 -1
- package/src/sap/m/themes/sap_belize_base/IconTabBar.less +4 -4
- package/src/sap/m/themes/sap_belize_base/ImageContent.less +1 -1
- package/src/sap/m/themes/sap_belize_base/InputListItem.less +17 -17
- package/src/sap/m/themes/sap_belize_base/MessageStrip.less +2 -2
- package/src/sap/m/themes/sap_belize_base/MessageView.less +18 -2
- package/src/sap/m/themes/sap_belize_base/NumericContent.less +4 -4
- package/src/sap/m/themes/sap_belize_base/Popover.less +2 -9
- package/src/sap/m/themes/sap_belize_hcb/GenericTile.less +0 -1
- package/src/sap/m/themes/sap_belize_hcb/InputBase.less +4 -0
- package/src/sap/m/themes/sap_belize_hcb/MessageStrip.less +0 -1
- package/src/sap/m/themes/sap_belize_hcw/GenericTile.less +0 -1
- package/src/sap/m/themes/sap_belize_hcw/InputBase.less +4 -0
- package/src/sap/m/themes/sap_belize_hcw/MessageStrip.less +0 -1
- package/src/sap/tnt/themes/sap_belize_base/NavigationList.less +3 -3
- package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize/.theming +1 -0
- package/src/sap/ui/core/themes/sap_belize/base.less +23 -16
- package/src/sap/ui/core/themes/sap_belize_base/.theming +2 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/.theming +2 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/base.less +11 -4
- package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/.theming +2 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/base.less +11 -4
- package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_plus/.theming +1 -0
- package/src/sap/ui/core/themes/sap_belize_plus/base.less +16 -6
- package/src/sap/ui/integration/themes/sap_belize_base/CardTileVariant.less +31 -13
- package/src/sap/uxap/themes/sap_belize/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_belize_base/ObjectPageSubSection.less +5 -5
- package/src/sap/uxap/themes/sap_belize_hcb/ObjectPageSubSection.less +11 -2
- package/src/sap/uxap/themes/sap_belize_hcw/ObjectPageSubSection.less +11 -2
- package/src/sap/uxap/themes/sap_belize_plus/ObjectPageSubSection.less +11 -1
- package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +0 -5
package/.reuse/dep5
CHANGED
|
@@ -364,13 +364,6 @@ Copyright:
|
|
|
364
364
|
License: Apache-2.0 and ISC
|
|
365
365
|
Comment: these files contain content from SAP and node-lru-cache: LRUPersistentCache.js is overall written by SAP, but portions ('Least Recently Used' logic) are taken from the node-lru-cache project (see https://github.com/isaacs/node-lru-cache/blob/v2.7.3/README.md) and modified.
|
|
366
366
|
|
|
367
|
-
Files: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
|
|
368
|
-
Copyright:
|
|
369
|
-
2009-2024 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
370
|
-
Arthur David Olson, Paul Eggert and other contributors
|
|
371
|
-
License: Apache-2.0 and LicenseRef-tzdata-PublicDomain
|
|
372
|
-
Comment: these files contain content from SAP and Time Zone Database: _timezones.js is overall written by SAP, but the list of IANA timezone IDs is taken from the Timezone Database
|
|
373
|
-
|
|
374
367
|
|
|
375
368
|
# Library: sap.ui.documentation:
|
|
376
369
|
|
package/THIRDPARTY.txt
CHANGED
|
@@ -22,7 +22,7 @@ Contained in: src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.css
|
|
|
22
22
|
|
|
23
23
|
Library: sap.ui.codeeditor:
|
|
24
24
|
|
|
25
|
-
Component: Ace (Ajax.org Cloud9 Editor), version: 1.
|
|
25
|
+
Component: Ace (Ajax.org Cloud9 Editor), version: 1.36.5
|
|
26
26
|
Copyright: 2010, Ajax.org B.V.
|
|
27
27
|
License: BSD-3-Clause
|
|
28
28
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
@@ -342,12 +342,6 @@ License: ISC
|
|
|
342
342
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/ISC.txt
|
|
343
343
|
Contained in: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
|
|
344
344
|
|
|
345
|
-
Component: Time Zone Database, version: 2024b
|
|
346
|
-
Copyright: Arthur David Olson, Paul Eggert and other contributors
|
|
347
|
-
License: LicenseRef-tzdata-PublicDomain
|
|
348
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-tzdata-PublicDomain.txt
|
|
349
|
-
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
|
|
350
|
-
|
|
351
345
|
|
|
352
346
|
Library: sap.ui.documentation:
|
|
353
347
|
|
|
@@ -468,7 +462,7 @@ License: Apache-2.0
|
|
|
468
462
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
469
463
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
470
464
|
|
|
471
|
-
Component: SAP Theming Base Content, version: 11.
|
|
465
|
+
Component: SAP Theming Base Content, version: 11.28.2
|
|
472
466
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
473
467
|
License: Apache-2.0
|
|
474
468
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -1015,21 +1009,6 @@ END of license: LicenseRef-Unicode-3.0
|
|
|
1015
1009
|
=================================
|
|
1016
1010
|
|
|
1017
1011
|
|
|
1018
|
-
=================================
|
|
1019
|
-
BEGIN of license: LicenseRef-tzdata-PublicDomain
|
|
1020
|
-
=================================
|
|
1021
|
-
|
|
1022
|
-
Unless specified below, all files in the tz code and data (including
|
|
1023
|
-
this LICENSE file) are in the public domain.
|
|
1024
|
-
|
|
1025
|
-
If the files date.c, newstrftime.3, and strftime.c are present, they
|
|
1026
|
-
contain material derived from BSD and use the BSD 3-clause license.
|
|
1027
|
-
|
|
1028
|
-
=================================
|
|
1029
|
-
END of license: LicenseRef-tzdata-PublicDomain
|
|
1030
|
-
=================================
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
1012
|
=================================
|
|
1034
1013
|
BEGIN of license: MIT
|
|
1035
1014
|
=================================
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_belize",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.135.0",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_belize",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,22 +14,22 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@openui5/sap.f": "1.
|
|
18
|
-
"@openui5/sap.m": "1.
|
|
19
|
-
"@openui5/sap.tnt": "1.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.
|
|
22
|
-
"@openui5/sap.ui.core": "1.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.
|
|
30
|
-
"@openui5/sap.ui.table": "1.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.
|
|
33
|
-
"@openui5/sap.uxap": "1.
|
|
17
|
+
"@openui5/sap.f": "1.135.0",
|
|
18
|
+
"@openui5/sap.m": "1.135.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.135.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.135.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.135.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.135.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.135.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.135.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.135.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.135.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.135.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.135.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.135.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.135.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.135.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.135.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.135.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -92,14 +92,27 @@ ui-integration-card.sapFCardTransparent > [data-sap-ui-area] > .sapFCard {
|
|
|
92
92
|
.sapFCard .sapFCardHeader {
|
|
93
93
|
position: relative;
|
|
94
94
|
flex-shrink: 0;
|
|
95
|
-
justify-content: space-between;
|
|
96
95
|
background: @sapUiTileBackground;
|
|
97
96
|
border-bottom: @_sap_f_Card_HeaderBorder;
|
|
98
97
|
border-radius: @_sap_f_Card_BorderRadius @_sap_f_Card_BorderRadius 0 0;
|
|
99
98
|
padding: @_sap_f_Card_ContentPadding;
|
|
100
99
|
display: flex;
|
|
100
|
+
flex-direction: column;
|
|
101
|
+
|
|
102
|
+
&.sapFCardHeaderHasToolbar {
|
|
103
|
+
min-height: 2rem;
|
|
104
|
+
|
|
105
|
+
.sapFCardHeaderText {
|
|
106
|
+
margin-inline-end: 3rem;
|
|
107
|
+
width: unset;
|
|
108
|
+
}
|
|
101
109
|
|
|
102
|
-
|
|
110
|
+
.sapFCardNumericHeaderNumericPart {
|
|
111
|
+
margin-inline-end: 3rem;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.sapFCardHeaderMainPart {
|
|
103
116
|
outline: none;
|
|
104
117
|
display: flex;
|
|
105
118
|
min-width: 0;
|
|
@@ -194,8 +207,14 @@ ui-integration-card.sapFCardTransparent > [data-sap-ui-area] > .sapFCard {
|
|
|
194
207
|
margin-right: 1rem;
|
|
195
208
|
}
|
|
196
209
|
|
|
197
|
-
.sapFCardHeaderToolbarCont
|
|
198
|
-
|
|
210
|
+
.sapFCardHeaderToolbarCont {
|
|
211
|
+
position: absolute;
|
|
212
|
+
right: 1rem;
|
|
213
|
+
top: 1rem;
|
|
214
|
+
|
|
215
|
+
.sapFCardHeaderToolbar {
|
|
216
|
+
margin: -0.25rem 0 -0.25rem 0.5rem;
|
|
217
|
+
}
|
|
199
218
|
}
|
|
200
219
|
|
|
201
220
|
.sapFCardHeaderBanner {
|
|
@@ -250,7 +269,13 @@ ui-integration-card.sapFCardTransparent > [data-sap-ui-area] > .sapFCard {
|
|
|
250
269
|
|
|
251
270
|
.sapFCard .sapFCardHeader.sapFCardNumericHeader {
|
|
252
271
|
|
|
253
|
-
.
|
|
272
|
+
.sapFCardNumericHeaderNumericPart .sapFCardHeaderNumericPartFirstLine {
|
|
273
|
+
display: flex;
|
|
274
|
+
overflow: hidden;
|
|
275
|
+
align-items: center;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.sapFCardHeaderMainPart {
|
|
254
279
|
outline: none;
|
|
255
280
|
min-width: 0; // fixes Chrome issue
|
|
256
281
|
flex: 1;
|
|
@@ -281,17 +306,6 @@ ui-integration-card.sapFCardTransparent > [data-sap-ui-area] > .sapFCard {
|
|
|
281
306
|
color: @sapUiTileTextColor;
|
|
282
307
|
}
|
|
283
308
|
|
|
284
|
-
.sapFCardAvatarAndIndicatorsLine {
|
|
285
|
-
display: flex;
|
|
286
|
-
align-items: center;
|
|
287
|
-
overflow: hidden;
|
|
288
|
-
|
|
289
|
-
.sapFCardIcon.sapFAvatar {
|
|
290
|
-
margin-top: 0.5rem;
|
|
291
|
-
margin-right: 0;
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
|
-
|
|
295
309
|
.sapFCardNumericIndicators {
|
|
296
310
|
margin-top: 0.25rem;
|
|
297
311
|
flex: 1;
|
|
@@ -453,8 +467,15 @@ html[data-sap-ui-browser^="cr"] .sapFCard {
|
|
|
453
467
|
|
|
454
468
|
.sapFCard.sapFCardNoContent .sapFCardHeader {
|
|
455
469
|
border-bottom: none;
|
|
456
|
-
|
|
457
|
-
|
|
470
|
+
|
|
471
|
+
&.sapFCardHeaderMainPartOnly {
|
|
472
|
+
flex-grow: 1;
|
|
473
|
+
|
|
474
|
+
.sapFCardHeaderMainPart {
|
|
475
|
+
flex-grow: 1;
|
|
476
|
+
align-items: flex-start;
|
|
477
|
+
}
|
|
478
|
+
}
|
|
458
479
|
}
|
|
459
480
|
|
|
460
481
|
.sapFCard.sapFCardSectionInteractive {
|
|
@@ -484,9 +505,7 @@ html[data-sap-ui-browser^="cr"] .sapFCard {
|
|
|
484
505
|
}
|
|
485
506
|
}
|
|
486
507
|
|
|
487
|
-
.sapFCardHeader:not(.sapFCardHeaderToolbarFocused):focus-within::before
|
|
488
|
-
.sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus > .sapFCard > .sapFCardHeader:not(.sapFCardHeaderToolbarFocused)::before, // focus inside Grid Container
|
|
489
|
-
.sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus > .sapFCard.sapFCardNoHeader::before { // ... focus on a card without header
|
|
508
|
+
.sapFCardHeader:not(.sapFCardHeaderToolbarFocused):focus-within::before { // ... focus on a card without header
|
|
490
509
|
content: '';
|
|
491
510
|
display: block;
|
|
492
511
|
position: absolute;
|
|
@@ -523,11 +542,6 @@ ui-integration-card.sapFCardFocusFullCard > [data-sap-ui-area] > .sapFCard {
|
|
|
523
542
|
|
|
524
543
|
.sapFCardHeader:not(.sapFCardHeaderToolbarFocused):focus-within::before,
|
|
525
544
|
|
|
526
|
-
.sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus > .sapFCard.sapFCardNoHeader::before { // focus inside GridContainer on a card without header
|
|
527
|
-
bottom: 1px;
|
|
528
|
-
z-index: 1;
|
|
529
|
-
}
|
|
530
|
-
|
|
531
545
|
.sapUiSizeCompact {
|
|
532
546
|
.sapFCard .sapFCardContent {
|
|
533
547
|
|
|
@@ -37,19 +37,6 @@
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.sapFGridContainerItemWrapper:not(.sapFGridContainerItemWrapperNoVisualFocus):focus::before {
|
|
41
|
-
content: '';
|
|
42
|
-
position: absolute;
|
|
43
|
-
left: @_sap_f_GridContainer_FocusBorderOffset;
|
|
44
|
-
bottom: @_sap_f_GridContainer_FocusBorderOffset;
|
|
45
|
-
right: @_sap_f_GridContainer_FocusBorderOffset;
|
|
46
|
-
top: @_sap_f_GridContainer_FocusBorderOffset;
|
|
47
|
-
z-index: 1;
|
|
48
|
-
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
49
|
-
pointer-events: none;
|
|
50
|
-
|
|
51
|
-
}
|
|
52
|
-
|
|
53
40
|
.sapFGridContainerItemWrapper {
|
|
54
41
|
position: relative;
|
|
55
42
|
}
|
|
@@ -5,27 +5,3 @@
|
|
|
5
5
|
|
|
6
6
|
@_sap_f_Card_BoxShadow: none;
|
|
7
7
|
@_sap_f_Card_HeaderBorder: 1px solid @sapUiTileBorderColor;
|
|
8
|
-
|
|
9
|
-
.sapFCard .sapFCardHeader.sapFCardSectionClickable {
|
|
10
|
-
&:hover {
|
|
11
|
-
.sapFCardNumericIndicatorsMain {
|
|
12
|
-
.sapMNCValue,
|
|
13
|
-
.sapMNCIndicator,
|
|
14
|
-
.sapMNCScale,
|
|
15
|
-
.sapMNCIndIcon {
|
|
16
|
-
color: @sapUiContentContrastTextColor;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
&:active {
|
|
22
|
-
.sapFCardNumericIndicatorsMain {
|
|
23
|
-
.sapMNCValue,
|
|
24
|
-
.sapMNCIndicator,
|
|
25
|
-
.sapMNCScale,
|
|
26
|
-
.sapMNCIndIcon {
|
|
27
|
-
color: @sapUiContentContrastTextColor;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
@@ -5,27 +5,3 @@
|
|
|
5
5
|
|
|
6
6
|
@_sap_f_Card_BoxShadow: none;
|
|
7
7
|
@_sap_f_Card_HeaderBorder: 1px solid @sapUiTileBorderColor;
|
|
8
|
-
|
|
9
|
-
.sapFCard .sapFCardHeader.sapFCardSectionClickable {
|
|
10
|
-
&:hover {
|
|
11
|
-
.sapFCardNumericIndicatorsMain {
|
|
12
|
-
.sapMNCValue,
|
|
13
|
-
.sapMNCIndicator,
|
|
14
|
-
.sapMNCScale,
|
|
15
|
-
.sapMNCIndIcon {
|
|
16
|
-
color: @sapUiContentContrastTextColor;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
&:active {
|
|
22
|
-
.sapFCardNumericIndicatorsMain {
|
|
23
|
-
.sapMNCValue,
|
|
24
|
-
.sapMNCIndicator,
|
|
25
|
-
.sapMNCScale,
|
|
26
|
-
.sapMNCIndIcon {
|
|
27
|
-
color: @sapUiContentContrastTextColor;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
@@ -239,7 +239,6 @@ html.sap-desktop .sapMGT:hover .sapMGTWithImageHoverOverlay:not(.sapMGTWithImage
|
|
|
239
239
|
background: fade(@sapUiShellHoverBackground, 18);
|
|
240
240
|
}
|
|
241
241
|
|
|
242
|
-
html.sap-desktop .sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus .sapMGTFocusDiv, // focus inside GridContainer
|
|
243
242
|
html.sap-desktop .sapMGT:focus .sapMGTFocusDiv,
|
|
244
243
|
html.sap-desktop .sapMGT:active .sapMGTFocusDiv,
|
|
245
244
|
html.sap-desktop .sapMGTLineModePress .sapMGTFocusDiv {
|
|
@@ -1259,14 +1259,14 @@ html.sap-desktop {
|
|
|
1259
1259
|
.sapMITBHorizontal {
|
|
1260
1260
|
height: @_sap_m_IconTabBar_Compact_HorizontalHeight;
|
|
1261
1261
|
|
|
1262
|
+
&.sapMITBFilter:first-child .sapMITBFilterWrapper {
|
|
1263
|
+
padding-left: 0;
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1262
1266
|
&.sapMITBFilter .sapMITBFilterWrapper {
|
|
1263
1267
|
height: @_sap_m_IconTabBar_Compact_TextOnlyVerticalHeight;
|
|
1264
1268
|
padding: 0 0.5rem;
|
|
1265
1269
|
|
|
1266
|
-
&:first-child {
|
|
1267
|
-
padding-left: 0;
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
1270
|
.sapMITBHorizontalWrapper {
|
|
1271
1271
|
.sapMITBCount {
|
|
1272
1272
|
top: 0;
|
|
@@ -4,20 +4,11 @@
|
|
|
4
4
|
/* ==================================== */
|
|
5
5
|
|
|
6
6
|
.sapMILI {
|
|
7
|
-
|
|
8
|
-
display: flex;
|
|
9
|
-
height: 3rem;
|
|
7
|
+
min-height: 3rem;
|
|
10
8
|
}
|
|
11
9
|
|
|
12
10
|
.sapMILILabel {
|
|
13
|
-
-webkit-box-flex: 1;
|
|
14
|
-
flex: auto;
|
|
15
|
-
white-space: nowrap;
|
|
16
|
-
overflow: hidden;
|
|
17
|
-
text-overflow: ellipsis;
|
|
18
|
-
display: block;
|
|
19
11
|
font-size: 1.125rem;
|
|
20
|
-
max-width: 60%; /*we can have very long title so lets give a limit */
|
|
21
12
|
color: @sapUiListTextColor;
|
|
22
13
|
}
|
|
23
14
|
|
|
@@ -25,21 +16,30 @@
|
|
|
25
16
|
cursor: pointer;
|
|
26
17
|
}
|
|
27
18
|
|
|
28
|
-
.
|
|
29
|
-
display: -webkit-box;
|
|
19
|
+
.sapMILIContentWrapper {
|
|
30
20
|
display: flex;
|
|
31
|
-
|
|
21
|
+
gap: 0 1rem;
|
|
32
22
|
align-items: center;
|
|
33
23
|
}
|
|
34
24
|
|
|
25
|
+
.sapMILIContentWrapperL {
|
|
26
|
+
flex-wrap: wrap;
|
|
27
|
+
|
|
28
|
+
& > .sapMILILabel {
|
|
29
|
+
flex: 1 1 auto;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.sapMILILabel {
|
|
34
|
+
padding: 0.25rem 0;
|
|
35
|
+
}
|
|
36
|
+
|
|
35
37
|
.sapMILIDiv {
|
|
36
|
-
|
|
37
|
-
flex: 1 0 auto;
|
|
38
|
+
flex: 1 1 auto;
|
|
38
39
|
text-align: right;
|
|
39
|
-
margin: 0 0 0 1rem;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
html[dir=rtl] .sapMILIDiv {
|
|
42
|
+
html[dir='rtl'] .sapMILIDiv {
|
|
43
43
|
text-align: left;
|
|
44
44
|
}
|
|
45
45
|
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
6
|
.sapMMsgStrip {
|
|
7
|
-
border:
|
|
8
|
-
border-radius:
|
|
7
|
+
border: @sapMessage_BorderWidth solid;
|
|
8
|
+
border-radius: @sapPopover_BorderCornerRadius;
|
|
9
9
|
box-sizing: border-box;
|
|
10
10
|
font-size: @sapMFontMediumSize;
|
|
11
11
|
font-weight: normal;
|
|
@@ -50,14 +50,22 @@
|
|
|
50
50
|
font-size: @sapMFontHeader5Size;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
+
.sapMMsgViewSubtitleText {
|
|
54
|
+
display: block;
|
|
55
|
+
margin: 0 0 1rem 2.5rem;
|
|
56
|
+
font-family: var(--sapFontFamily);
|
|
57
|
+
color: var(--sapContent_LabelColor);
|
|
58
|
+
font-size: var(--sapFontSize);
|
|
59
|
+
}
|
|
60
|
+
|
|
53
61
|
.sapMMsgViewItem {
|
|
54
62
|
padding-left: 0;
|
|
55
63
|
|
|
56
64
|
&.sapMSLIWithDescription {
|
|
57
|
-
height: 3.3125rem;
|
|
65
|
+
min-height: 3.3125rem;
|
|
58
66
|
}
|
|
59
67
|
&:not(.sapMSLIWithDescription) {
|
|
60
|
-
height: 2.75rem;
|
|
68
|
+
min-height: 2.75rem;
|
|
61
69
|
}
|
|
62
70
|
|
|
63
71
|
.sapMSLIImgIcon {
|
|
@@ -65,6 +73,10 @@
|
|
|
65
73
|
}
|
|
66
74
|
}
|
|
67
75
|
|
|
76
|
+
.sapMSLI {
|
|
77
|
+
height: auto !important;
|
|
78
|
+
}
|
|
79
|
+
|
|
68
80
|
.sapMSLIDescription {
|
|
69
81
|
margin-top: 0.125rem;
|
|
70
82
|
font-family: @sapUiFontFamily;
|
|
@@ -97,6 +109,10 @@
|
|
|
97
109
|
margin-top: 0.125rem;
|
|
98
110
|
}
|
|
99
111
|
|
|
112
|
+
.sapMSLIDiv {
|
|
113
|
+
padding: 0 !important;
|
|
114
|
+
}
|
|
115
|
+
|
|
100
116
|
.sapMSLIInfo {
|
|
101
117
|
margin: 0;
|
|
102
118
|
}
|
|
@@ -161,7 +161,7 @@ html[dir=rtl] .sapMNCValue {
|
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
.sapMNCScale {
|
|
164
|
-
font-size:
|
|
164
|
+
font-size: var(--sapFontSize);
|
|
165
165
|
font-family: @sapUiFontHeaderFamily;
|
|
166
166
|
font-weight: @sapUiFontHeaderWeight;
|
|
167
167
|
grid-column: 1;
|
|
@@ -219,19 +219,19 @@ html[dir=rtl] .sapMNCValue {
|
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
.sapMNCLargeFontSize {
|
|
222
|
-
font-size:
|
|
222
|
+
font-size: var(--sapFontHeader3Size);
|
|
223
223
|
height: 1.875rem;
|
|
224
224
|
padding-top: 0.5rem;
|
|
225
225
|
}
|
|
226
226
|
|
|
227
227
|
.sapMNCMediumFontSize {
|
|
228
|
-
font-size:
|
|
228
|
+
font-size: var(--sapFontHeader3Size);
|
|
229
229
|
height: 1.875rem;
|
|
230
230
|
padding-top: 0.5rem;
|
|
231
231
|
}
|
|
232
232
|
|
|
233
233
|
.sapMNCSmallFontSize {
|
|
234
|
-
font-size:
|
|
234
|
+
font-size: var(--sapFontHeader3Size);
|
|
235
235
|
height: 1.875rem;
|
|
236
236
|
padding-top: 0.5rem;
|
|
237
237
|
}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
@_sap_m_Popover_ArrowOffset: 0.5rem; /* Arrow offset from the Popover's corners */
|
|
10
10
|
@_sap_m_Popover_CompactArrowOffset: @_sap_m_Popover_ArrowOffset; /* Arrow offset from the Popover's corners in compact mode */
|
|
11
11
|
@_sap_m_Popover_ThickShadowSize: 0.0625rem;
|
|
12
|
+
@_sap_m_Popover_OpacityTransitionDuration: 0.2s;
|
|
12
13
|
|
|
13
14
|
/* shared mixin for arrow shadow*/
|
|
14
15
|
.sapMPopoverArrAfterShadow(@horizontalShadow, @verticalShadow) {
|
|
@@ -129,19 +130,11 @@
|
|
|
129
130
|
outline: none;
|
|
130
131
|
}
|
|
131
132
|
|
|
132
|
-
.sapMPopover.
|
|
133
|
-
opacity: 0;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
html[data-sap-ui-animation='on'] .sapMPopover.sapMPopoverTransparent {
|
|
133
|
+
html[data-sap-ui-animation='on'] .sapMPopover.sapMPopoverOpacityTransition {
|
|
137
134
|
-webkit-transition: opacity 0.2s linear;
|
|
138
135
|
transition: opacity 0.2s linear;
|
|
139
136
|
}
|
|
140
137
|
|
|
141
|
-
.sapMPopover.sapMPopoverOpaque {
|
|
142
|
-
opacity: 1;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
138
|
/* disable margin according to the header and footer availability */
|
|
146
139
|
.sapMPopoverWithBar.sapMPopoverWithFooter > .sapMPopoverCont {
|
|
147
140
|
margin-bottom: 0;
|
|
@@ -127,7 +127,6 @@
|
|
|
127
127
|
color: @sapUiTileTextColor;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
html.sap-desktop .sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus .sapMGTFocusDiv, // focus inside GridContainer
|
|
131
130
|
html.sap-desktop .sapMGT:focus .sapMGTFocusDiv,
|
|
132
131
|
html.sap-desktop .sapMGT:active .sapMGTFocusDiv {
|
|
133
132
|
border: 0.125rem dotted @sapUiContentFocusColor;
|
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
+
.sapMInputBaseReadonly:not(.sapMInputBaseDisabled) .sapMInputBaseContentWrapper {
|
|
13
|
+
border: @sapElement_BorderWidth @sapField_BorderStyle @sapField_BorderColor;
|
|
14
|
+
}
|
|
15
|
+
|
|
12
16
|
.sapMInputBaseDisabled,
|
|
13
17
|
.sapMInputBaseReadonly {
|
|
14
18
|
& .sapMInputBaseContentWrapper {
|
|
@@ -123,7 +123,6 @@
|
|
|
123
123
|
color: @sapUiTileTextColor;
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
-
html.sap-desktop .sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus .sapMGTFocusDiv, // focus inside GridContainer
|
|
127
126
|
html.sap-desktop .sapMGT:focus .sapMGTFocusDiv,
|
|
128
127
|
html.sap-desktop .sapMGT:active .sapMGTFocusDiv {
|
|
129
128
|
border: 0.125rem dotted @sapUiContentFocusColor;
|
|
@@ -8,6 +8,10 @@
|
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
+
.sapMInputBaseReadonly:not(.sapMInputBaseDisabled) .sapMInputBaseContentWrapper {
|
|
12
|
+
border: @sapElement_BorderWidth @sapField_BorderStyle @sapField_BorderColor;
|
|
13
|
+
}
|
|
14
|
+
|
|
11
15
|
.sapMInputBaseDisabled,
|
|
12
16
|
.sapMInputBaseReadonly {
|
|
13
17
|
& .sapMInputBaseContentWrapper {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
@_sap_tnt_NavigationList_GroupBottomMarginInPopup: 0;
|
|
38
38
|
@_sap_tnt_NavigationList_Padding: 0;
|
|
39
39
|
@_sap_tnt_NavigationList_PaddingCompact: 0;
|
|
40
|
-
@
|
|
40
|
+
@_sap_tnt_NavigationList_PopupPadding: 0;
|
|
41
41
|
@_sap_tnt_NavigationList_ParentPopupBorderRadius: @sapUiPopoverBorderCornerRadius;
|
|
42
42
|
@_sap_tnt_NavigationList_PopupItemPadding: 0 1rem;
|
|
43
43
|
@_sap_tnt_NavigationList_PopupIconWidth: 1rem;
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
.sapTntNLPopover .sapTntNLPopup.sapTntNL {
|
|
207
|
-
padding: @
|
|
207
|
+
padding: @_sap_tnt_NavigationList_PopupPadding;
|
|
208
208
|
|
|
209
209
|
.sapTntNLI.sapTntNLIFirstLevel {
|
|
210
210
|
margin-bottom: @_sap_tnt_NavigationList_GroupBottomMarginInPopup;
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
box-shadow: @_sap_tnt_NavigationList_PopupBoxShadow;
|
|
474
474
|
|
|
475
475
|
&:not(.sapUiSubmenu) {
|
|
476
|
-
padding: @
|
|
476
|
+
padding: @_sap_tnt_NavigationList_PopupPadding;
|
|
477
477
|
border-radius: @_sap_tnt_NavigationList_ParentPopupBorderRadius;
|
|
478
478
|
}
|
|
479
479
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.135.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-
|
|
3
|
-
// * Theming Engine
|
|
4
|
-
// * data:{"sModified":"
|
|
2
|
+
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
// * Theming Engine 15.0.1
|
|
4
|
+
// * data:{"sModified":"2025-03-20T15:24:53Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.28.2) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -103,6 +103,7 @@
|
|
|
103
103
|
// [Tags "!Protected"]
|
|
104
104
|
// [Protected "!true"]
|
|
105
105
|
@sapCompanyLogo: none;
|
|
106
|
+
@sapFavicon: @sapShell_Favicon;
|
|
106
107
|
|
|
107
108
|
// [Tags "!Protected"]
|
|
108
109
|
// [Protected "!true"]
|
|
@@ -2742,6 +2743,12 @@
|
|
|
2742
2743
|
// [Tags "!Protected"]
|
|
2743
2744
|
// [Protected "!true"]
|
|
2744
2745
|
@sapTab_Critical_Selected_Background: @sapCriticalElementColor;
|
|
2746
|
+
@sapTab_Neutral_TextColor: @sapNeutralTextColor;
|
|
2747
|
+
@sapTab_Neutral_ForegroundColor: @sapNeutralElementColor;
|
|
2748
|
+
@sapTab_Neutral_IconColor: contrast(@sapTab_Background, @sapNeutralElementColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
|
|
2749
|
+
@sapTab_Neutral_Selected_TextColor: @sapNeutralTextColor;
|
|
2750
|
+
@sapTab_Neutral_Selected_IconColor: contrast(@sapTab_Neutral_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
|
|
2751
|
+
@sapTab_Neutral_Selected_Background: @sapNeutralElementColor;
|
|
2745
2752
|
|
|
2746
2753
|
// [Tags "!Protected"]
|
|
2747
2754
|
// [Protected "!true"]
|
|
@@ -2908,7 +2915,7 @@
|
|
|
2908
2915
|
@sapIndicationColor_1_Selected_BorderColor: @sapIndicationColor_1_Active_BorderColor;
|
|
2909
2916
|
@sapIndicationColor_1_Selected_TextColor: @sapIndicationColor_1_Active_TextColor;
|
|
2910
2917
|
@sapIndicationColor_1b: #fb9d9d;
|
|
2911
|
-
@sapIndicationColor_1b_TextColor: @
|
|
2918
|
+
@sapIndicationColor_1b_TextColor: darken(desaturate(@sapIndicationColor_1b, 1), 53);
|
|
2912
2919
|
@sapIndicationColor_1b_Background: @sapIndicationColor_1b;
|
|
2913
2920
|
@sapIndicationColor_1b_BorderColor: @sapIndicationColor_1b;
|
|
2914
2921
|
@sapIndicationColor_1b_Hover_Background: darken(@sapIndicationColor_1b, 5);
|
|
@@ -2942,7 +2949,7 @@
|
|
|
2942
2949
|
@sapIndicationColor_2_Selected_BorderColor: @sapIndicationColor_2_Active_BorderColor;
|
|
2943
2950
|
@sapIndicationColor_2_Selected_TextColor: @sapIndicationColor_2_Active_TextColor;
|
|
2944
2951
|
@sapIndicationColor_2b: #fcc4c4;
|
|
2945
|
-
@sapIndicationColor_2b_TextColor: @
|
|
2952
|
+
@sapIndicationColor_2b_TextColor: darken(saturate(@sapIndicationColor_2b, 1), 53);
|
|
2946
2953
|
@sapIndicationColor_2b_Background: @sapIndicationColor_2b;
|
|
2947
2954
|
@sapIndicationColor_2b_BorderColor: @sapIndicationColor_2b;
|
|
2948
2955
|
@sapIndicationColor_2b_Hover_Background: darken(@sapIndicationColor_2b, 5);
|
|
@@ -2975,8 +2982,8 @@
|
|
|
2975
2982
|
@sapIndicationColor_3_Selected_Background: @sapIndicationColor_3_Active_Background;
|
|
2976
2983
|
@sapIndicationColor_3_Selected_BorderColor: @sapIndicationColor_3_Active_BorderColor;
|
|
2977
2984
|
@sapIndicationColor_3_Selected_TextColor: @sapIndicationColor_3_Active_TextColor;
|
|
2978
|
-
@sapIndicationColor_3b: #
|
|
2979
|
-
@sapIndicationColor_3b_TextColor: @
|
|
2985
|
+
@sapIndicationColor_3b: #ffdfc3;
|
|
2986
|
+
@sapIndicationColor_3b_TextColor: darken(@sapIndicationColor_3b, 56);
|
|
2980
2987
|
@sapIndicationColor_3b_Background: @sapIndicationColor_3b;
|
|
2981
2988
|
@sapIndicationColor_3b_BorderColor: @sapIndicationColor_3b;
|
|
2982
2989
|
@sapIndicationColor_3b_Hover_Background: darken(@sapIndicationColor_3b, 5);
|
|
@@ -3010,7 +3017,7 @@
|
|
|
3010
3017
|
@sapIndicationColor_4_Selected_BorderColor: @sapIndicationColor_4_Active_BorderColor;
|
|
3011
3018
|
@sapIndicationColor_4_Selected_TextColor: @sapIndicationColor_4_Active_TextColor;
|
|
3012
3019
|
@sapIndicationColor_4b: #bae8bc;
|
|
3013
|
-
@sapIndicationColor_4b_TextColor: @
|
|
3020
|
+
@sapIndicationColor_4b_TextColor: darken(@sapIndicationColor_4b, 53);
|
|
3014
3021
|
@sapIndicationColor_4b_Background: @sapIndicationColor_4b;
|
|
3015
3022
|
@sapIndicationColor_4b_BorderColor: @sapIndicationColor_4b;
|
|
3016
3023
|
@sapIndicationColor_4b_Hover_Background: darken(@sapIndicationColor_4b, 5);
|
|
@@ -3043,8 +3050,8 @@
|
|
|
3043
3050
|
@sapIndicationColor_5_Selected_Background: @sapIndicationColor_5_Active_Background;
|
|
3044
3051
|
@sapIndicationColor_5_Selected_BorderColor: @sapIndicationColor_5_Active_BorderColor;
|
|
3045
3052
|
@sapIndicationColor_5_Selected_TextColor: @sapIndicationColor_5_Active_TextColor;
|
|
3046
|
-
@sapIndicationColor_5b: #
|
|
3047
|
-
@sapIndicationColor_5b_TextColor: @
|
|
3053
|
+
@sapIndicationColor_5b: #d9ebff;
|
|
3054
|
+
@sapIndicationColor_5b_TextColor: darken(@sapIndicationColor_5b, 50);
|
|
3048
3055
|
@sapIndicationColor_5b_Background: @sapIndicationColor_5b;
|
|
3049
3056
|
@sapIndicationColor_5b_BorderColor: @sapIndicationColor_5b;
|
|
3050
3057
|
@sapIndicationColor_5b_Hover_Background: darken(@sapIndicationColor_5b, 5);
|
|
@@ -3078,7 +3085,7 @@
|
|
|
3078
3085
|
@sapIndicationColor_6_Selected_BorderColor: @sapIndicationColor_6_Active_BorderColor;
|
|
3079
3086
|
@sapIndicationColor_6_Selected_TextColor: @sapIndicationColor_6_Active_TextColor;
|
|
3080
3087
|
@sapIndicationColor_6b: #cdf5ec;
|
|
3081
|
-
@sapIndicationColor_6b_TextColor: @
|
|
3088
|
+
@sapIndicationColor_6b_TextColor: darken(@sapIndicationColor_6b, 63);
|
|
3082
3089
|
@sapIndicationColor_6b_Background: @sapIndicationColor_6b;
|
|
3083
3090
|
@sapIndicationColor_6b_BorderColor: @sapIndicationColor_6b;
|
|
3084
3091
|
@sapIndicationColor_6b_Hover_Background: darken(@sapIndicationColor_6b, 5);
|
|
@@ -3112,7 +3119,7 @@
|
|
|
3112
3119
|
@sapIndicationColor_7_Selected_BorderColor: @sapIndicationColor_7_Active_BorderColor;
|
|
3113
3120
|
@sapIndicationColor_7_Selected_TextColor: @sapIndicationColor_7_Active_TextColor;
|
|
3114
3121
|
@sapIndicationColor_7b: #e2dbff;
|
|
3115
|
-
@sapIndicationColor_7b_TextColor: @
|
|
3122
|
+
@sapIndicationColor_7b_TextColor: darken(@sapIndicationColor_7b, 32);
|
|
3116
3123
|
@sapIndicationColor_7b_Background: @sapIndicationColor_7b;
|
|
3117
3124
|
@sapIndicationColor_7b_BorderColor: @sapIndicationColor_7b;
|
|
3118
3125
|
@sapIndicationColor_7b_Hover_Background: darken(@sapIndicationColor_7b, 5);
|
|
@@ -3146,7 +3153,7 @@
|
|
|
3146
3153
|
@sapIndicationColor_8_Selected_BorderColor: @sapIndicationColor_8_Active_BorderColor;
|
|
3147
3154
|
@sapIndicationColor_8_Selected_TextColor: @sapIndicationColor_8_Active_TextColor;
|
|
3148
3155
|
@sapIndicationColor_8b: #f8d6ff;
|
|
3149
|
-
@sapIndicationColor_8b_TextColor: @
|
|
3156
|
+
@sapIndicationColor_8b_TextColor: darken(@sapIndicationColor_8b, 54);
|
|
3150
3157
|
@sapIndicationColor_8b_Background: @sapIndicationColor_8b;
|
|
3151
3158
|
@sapIndicationColor_8b_BorderColor: @sapIndicationColor_8b;
|
|
3152
3159
|
@sapIndicationColor_8b_Hover_Background: darken(@sapIndicationColor_8b, 5);
|
|
@@ -3162,7 +3169,7 @@
|
|
|
3162
3169
|
@sapIndicationColor_9_Selected_BorderColor: @sapIndicationColor_9_Active_BorderColor;
|
|
3163
3170
|
@sapIndicationColor_9_Selected_TextColor: @sapIndicationColor_9_Active_TextColor;
|
|
3164
3171
|
@sapIndicationColor_9b: #fff;
|
|
3165
|
-
@sapIndicationColor_9b_TextColor: @
|
|
3172
|
+
@sapIndicationColor_9b_TextColor: darken(@sapIndicationColor_9b, 82);
|
|
3166
3173
|
@sapIndicationColor_9b_Background: @sapIndicationColor_9b;
|
|
3167
3174
|
@sapIndicationColor_9b_BorderColor: darken(@sapIndicationColor_9b, 15);
|
|
3168
3175
|
@sapIndicationColor_9b_Hover_Background: darken(@sapIndicationColor_9b, 5);
|
|
@@ -3178,7 +3185,7 @@
|
|
|
3178
3185
|
@sapIndicationColor_10_Selected_BorderColor: @sapIndicationColor_10_Active_BorderColor;
|
|
3179
3186
|
@sapIndicationColor_10_Selected_TextColor: @sapIndicationColor_10_Active_TextColor;
|
|
3180
3187
|
@sapIndicationColor_10b: #eaecee;
|
|
3181
|
-
@sapIndicationColor_10b_TextColor: @
|
|
3188
|
+
@sapIndicationColor_10b_TextColor: darken(desaturate(@sapIndicationColor_10b, 8), 65);
|
|
3182
3189
|
@sapIndicationColor_10b_Background: @sapIndicationColor_10b;
|
|
3183
3190
|
@sapIndicationColor_10b_BorderColor: @sapIndicationColor_10b;
|
|
3184
3191
|
@sapIndicationColor_10b_Hover_Background: darken(@sapIndicationColor_10b, 5);
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.135.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize high contrast black theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-
|
|
3
|
-
// * Theming Engine
|
|
4
|
-
// * data:{"sModified":"
|
|
2
|
+
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
// * Theming Engine 15.0.1
|
|
4
|
+
// * data:{"sModified":"2025-03-20T15:24:53Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_belize_hcb/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_belize_hcb/base.less (Version 11.28.2) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -159,6 +159,7 @@
|
|
|
159
159
|
// [Tags "!Protected"]
|
|
160
160
|
// [Protected "!true"]
|
|
161
161
|
@sapCompanyLogo: none;
|
|
162
|
+
@sapFavicon: @sapShell_Favicon;
|
|
162
163
|
|
|
163
164
|
// [Tags "!Protected"]
|
|
164
165
|
// [Protected "!true"]
|
|
@@ -2798,6 +2799,12 @@
|
|
|
2798
2799
|
// [Tags "!Protected"]
|
|
2799
2800
|
// [Protected "!true"]
|
|
2800
2801
|
@sapTab_Critical_Selected_Background: @sapSelectedColor;
|
|
2802
|
+
@sapTab_Neutral_TextColor: @sapTextColor;
|
|
2803
|
+
@sapTab_Neutral_ForegroundColor: @sapHC_StandardForeground;
|
|
2804
|
+
@sapTab_Neutral_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
|
|
2805
|
+
@sapTab_Neutral_Selected_TextColor: @sapContent_Selected_ForegroundColor;
|
|
2806
|
+
@sapTab_Neutral_Selected_IconColor: contrast(@sapTab_Neutral_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
|
|
2807
|
+
@sapTab_Neutral_Selected_Background: @sapSelectedColor;
|
|
2801
2808
|
|
|
2802
2809
|
// [Tags "!Protected"]
|
|
2803
2810
|
// [Protected "!true"]
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.135.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize high contrast white theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-
|
|
3
|
-
// * Theming Engine
|
|
4
|
-
// * data:{"sModified":"
|
|
2
|
+
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
// * Theming Engine 15.0.1
|
|
4
|
+
// * data:{"sModified":"2025-03-20T15:24:53Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.28.2) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -159,6 +159,7 @@
|
|
|
159
159
|
// [Tags "!Protected"]
|
|
160
160
|
// [Protected "!true"]
|
|
161
161
|
@sapCompanyLogo: none;
|
|
162
|
+
@sapFavicon: @sapShell_Favicon;
|
|
162
163
|
|
|
163
164
|
// [Tags "!Protected"]
|
|
164
165
|
// [Protected "!true"]
|
|
@@ -2797,6 +2798,12 @@
|
|
|
2797
2798
|
// [Tags "!Protected"]
|
|
2798
2799
|
// [Protected "!true"]
|
|
2799
2800
|
@sapTab_Critical_Selected_Background: @sapSelectedColor;
|
|
2801
|
+
@sapTab_Neutral_TextColor: @sapTextColor;
|
|
2802
|
+
@sapTab_Neutral_ForegroundColor: @sapHC_StandardForeground;
|
|
2803
|
+
@sapTab_Neutral_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
|
|
2804
|
+
@sapTab_Neutral_Selected_TextColor: @sapContent_Selected_ForegroundColor;
|
|
2805
|
+
@sapTab_Neutral_Selected_IconColor: contrast(@sapTab_Neutral_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
|
|
2806
|
+
@sapTab_Neutral_Selected_Background: @sapSelectedColor;
|
|
2800
2807
|
|
|
2801
2808
|
// [Tags "!Protected"]
|
|
2802
2809
|
// [Protected "!true"]
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.135.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize plus theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-
|
|
3
|
-
// * Theming Engine
|
|
4
|
-
// * data:{"sModified":"
|
|
2
|
+
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
// * Theming Engine 15.0.1
|
|
4
|
+
// * data:{"sModified":"2025-03-20T15:24:53Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_belize_plus/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_belize_plus/base.less (Version 11.28.2) *******************/
|
|
9
9
|
|
|
10
10
|
@sapHighlightColor: lighten(saturate(@sapBrandColor, 40), 30);
|
|
11
11
|
@sapBaseColor: @sapPrimary1;
|
|
@@ -171,59 +171,69 @@
|
|
|
171
171
|
@sapIndicationColor_1_Hover_Background: lighten(@sapIndicationColor_1, 5);
|
|
172
172
|
@sapIndicationColor_1_Active_Background: lighten(@sapIndicationColor_1, 10);
|
|
173
173
|
@sapIndicationColor_1b: #5e0303;
|
|
174
|
+
@sapIndicationColor_1b_TextColor: lighten(saturate(@sapIndicationColor_1b, 4), 44);
|
|
174
175
|
@sapIndicationColor_1b_Hover_Background: lighten(@sapIndicationColor_1b, 5);
|
|
175
176
|
@sapIndicationColor_2: #ffbbbb;
|
|
176
177
|
@sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
177
178
|
@sapIndicationColor_2_Hover_Background: lighten(@sapIndicationColor_2, 5);
|
|
178
179
|
@sapIndicationColor_2_Active_Background: lighten(@sapIndicationColor_2, 10);
|
|
179
180
|
@sapIndicationColor_2b: #7d0000;
|
|
181
|
+
@sapIndicationColor_2b_TextColor: lighten(@sapIndicationColor_2b, 53);
|
|
180
182
|
@sapIndicationColor_2b_Hover_Background: lighten(@sapIndicationColor_2b, 5);
|
|
181
183
|
@sapIndicationColor_3: #fabd64;
|
|
182
184
|
@sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
183
185
|
@sapIndicationColor_3_Hover_Background: lighten(@sapIndicationColor_3, 3);
|
|
184
186
|
@sapIndicationColor_3_Active_Background: lighten(@sapIndicationColor_3, 6);
|
|
185
|
-
@sapIndicationColor_3b: #
|
|
187
|
+
@sapIndicationColor_3b: #640;
|
|
188
|
+
@sapIndicationColor_3b_TextColor: lighten(@sapIndicationColor_3b, 40);
|
|
186
189
|
@sapIndicationColor_3b_Hover_Background: lighten(@sapIndicationColor_3b, 5);
|
|
187
190
|
@sapIndicationColor_4: #abe2ab;
|
|
188
191
|
@sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
189
192
|
@sapIndicationColor_4_Hover_Background: lighten(@sapIndicationColor_4, 5);
|
|
190
193
|
@sapIndicationColor_4_Active_Background: lighten(@sapIndicationColor_4, 10);
|
|
191
|
-
@sapIndicationColor_4b: #
|
|
194
|
+
@sapIndicationColor_4b: #1b4a04;
|
|
195
|
+
@sapIndicationColor_4b_TextColor: lighten(desaturate(@sapIndicationColor_4b, 21), 57);
|
|
192
196
|
@sapIndicationColor_4b_Hover_Background: lighten(@sapIndicationColor_4b, 5);
|
|
193
197
|
@sapIndicationColor_5: #91c8f6;
|
|
194
198
|
@sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
195
199
|
@sapIndicationColor_5_Hover_Background: lighten(@sapIndicationColor_5, 5);
|
|
196
200
|
@sapIndicationColor_5_Active_Background: lighten(@sapIndicationColor_5, 10);
|
|
197
201
|
@sapIndicationColor_5b: #024594;
|
|
202
|
+
@sapIndicationColor_5b_TextColor: lighten(saturate(@sapIndicationColor_5b, 3), 54);
|
|
198
203
|
@sapIndicationColor_5b_Hover_Background: lighten(@sapIndicationColor_5b, 5);
|
|
199
204
|
@sapIndicationColor_6: #7fc6c6;
|
|
200
205
|
@sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
201
206
|
@sapIndicationColor_6_Hover_Background: lighten(@sapIndicationColor_6, 5);
|
|
202
207
|
@sapIndicationColor_6_Active_Background: lighten(@sapIndicationColor_6, 10);
|
|
203
208
|
@sapIndicationColor_6b: #00454e;
|
|
209
|
+
@sapIndicationColor_6b_TextColor: lighten(desaturate(@sapIndicationColor_6b, 21), 51);
|
|
204
210
|
@sapIndicationColor_6b_Hover_Background: lighten(@sapIndicationColor_6b, 5);
|
|
205
211
|
@sapIndicationColor_7: #b995e0;
|
|
206
212
|
@sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
207
213
|
@sapIndicationColor_7_Hover_Background: lighten(@sapIndicationColor_7, 5);
|
|
208
214
|
@sapIndicationColor_7_Active_Background: lighten(@sapIndicationColor_7, 10);
|
|
209
215
|
@sapIndicationColor_7b: #2702c2;
|
|
216
|
+
@sapIndicationColor_7b_TextColor: lighten(saturate(@sapIndicationColor_7b, 12), 48);
|
|
210
217
|
@sapIndicationColor_7b_Hover_Background: lighten(@sapIndicationColor_7b, 5);
|
|
211
218
|
@sapIndicationColor_8: #e269c9;
|
|
212
219
|
@sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
213
220
|
@sapIndicationColor_8_Hover_Background: lighten(@sapIndicationColor_8, 5);
|
|
214
221
|
@sapIndicationColor_8_Active_Background: lighten(@sapIndicationColor_8, 10);
|
|
215
222
|
@sapIndicationColor_8b: #4c005b;
|
|
223
|
+
@sapIndicationColor_8b_TextColor: lighten(@sapIndicationColor_8b, 59);
|
|
216
224
|
@sapIndicationColor_8b_Hover_Background: lighten(@sapIndicationColor_8b, 5);
|
|
217
225
|
@sapIndicationColor_9: #f2f2f2;
|
|
218
226
|
@sapIndicationColor_9_Hover_Background: lighten(@sapIndicationColor_9, 5);
|
|
219
227
|
@sapIndicationColor_9_Active_Background: lighten(@sapIndicationColor_9, 10);
|
|
220
228
|
@sapIndicationColor_9b: #1d232a;
|
|
229
|
+
@sapIndicationColor_9b_TextColor: lighten(desaturate(@sapIndicationColor_9b, 18), 81);
|
|
221
230
|
@sapIndicationColor_9b_BorderColor: lighten(@sapIndicationColor_9b, 16);
|
|
222
231
|
@sapIndicationColor_9b_Hover_Background: lighten(@sapIndicationColor_9b, 5);
|
|
223
232
|
@sapIndicationColor_10: #d8d8d8;
|
|
224
233
|
@sapIndicationColor_10_Hover_Background: lighten(@sapIndicationColor_10, 5);
|
|
225
234
|
@sapIndicationColor_10_Active_Background: lighten(@sapIndicationColor_10, 10);
|
|
226
235
|
@sapIndicationColor_10b: #373737;
|
|
236
|
+
@sapIndicationColor_10b_TextColor: lighten(@sapIndicationColor_10b, 63);
|
|
227
237
|
@sapIndicationColor_10b_Hover_Background: lighten(@sapIndicationColor_10b, 5);
|
|
228
238
|
@sapLegend_WorkingBackground: lighten(@sapList_Background, 8);
|
|
229
239
|
@sapLegend_NonWorkingBackground: lighten(@sapList_Background, 2);
|
|
@@ -11,13 +11,24 @@
|
|
|
11
11
|
position: relative;
|
|
12
12
|
padding: 0;
|
|
13
13
|
|
|
14
|
+
&.sapFCardHeaderHasToolbar {
|
|
15
|
+
|
|
16
|
+
// Always hide toolbar for tiles
|
|
17
|
+
.sapFCardHeaderToolbarCont {
|
|
18
|
+
display: none;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.sapFCardHeaderText {
|
|
22
|
+
margin-inline-end: 0;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
14
26
|
.sapFCardDataTimestamp,
|
|
15
|
-
.sapFCardStatus
|
|
16
|
-
.sapFCardHeaderToolbarCont {
|
|
27
|
+
.sapFCardStatus {
|
|
17
28
|
display: none;
|
|
18
29
|
}
|
|
19
30
|
|
|
20
|
-
.
|
|
31
|
+
.sapFCardHeaderMainPart {
|
|
21
32
|
padding: 1rem;
|
|
22
33
|
box-sizing: border-box;
|
|
23
34
|
flex-direction: column;
|
|
@@ -31,26 +42,33 @@
|
|
|
31
42
|
}
|
|
32
43
|
|
|
33
44
|
&.sapFCardNumericHeader {
|
|
34
|
-
.
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
display: flex;
|
|
38
|
-
flex-direction: column;
|
|
39
|
-
text-decoration: none;
|
|
45
|
+
.sapFCardHeaderMainPart .sapFCardSubtitle {
|
|
46
|
+
align-items: flex-start;
|
|
47
|
+
}
|
|
40
48
|
|
|
41
|
-
|
|
42
|
-
|
|
49
|
+
.sapFCardAvatarAndIndicatorsLine {
|
|
50
|
+
display: flex;
|
|
51
|
+
align-items: center;
|
|
52
|
+
overflow: hidden;
|
|
53
|
+
|
|
54
|
+
.sapFCardIcon.sapFAvatar {
|
|
55
|
+
margin-top: 0.5rem;
|
|
56
|
+
margin-right: 0;
|
|
43
57
|
}
|
|
44
58
|
}
|
|
45
59
|
}
|
|
46
60
|
}
|
|
61
|
+
|
|
62
|
+
&.sapFCardNoContent .sapFCardHeader.sapFCardHeaderMainPartOnly .sapFCardHeaderMainPart {
|
|
63
|
+
align-items: unset;
|
|
64
|
+
}
|
|
47
65
|
}
|
|
48
66
|
|
|
49
67
|
.sapFCard.sapUiIntCardTileFlat,
|
|
50
68
|
.sapFCard.sapUiIntCardTileFlatWide {
|
|
51
69
|
.sapFCardHeader {
|
|
52
70
|
|
|
53
|
-
.
|
|
71
|
+
.sapFCardHeaderMainPart {
|
|
54
72
|
padding: 1rem 1rem 0.75rem;
|
|
55
73
|
}
|
|
56
74
|
|
|
@@ -75,7 +93,7 @@
|
|
|
75
93
|
}
|
|
76
94
|
|
|
77
95
|
&.sapFCardNumericHeader {
|
|
78
|
-
.
|
|
96
|
+
.sapFCardHeaderMainPart {
|
|
79
97
|
padding: 1rem 1rem 0.75rem;
|
|
80
98
|
}
|
|
81
99
|
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
.sapUxAPObjectPageSubSectionHeader {
|
|
22
22
|
height: auto;
|
|
23
23
|
word-wrap: break-word;
|
|
24
|
-
padding: 0
|
|
24
|
+
padding: 0 3rem 0 3rem;
|
|
25
25
|
display: flex;
|
|
26
26
|
justify-content: space-between;
|
|
27
27
|
}
|
|
@@ -74,7 +74,7 @@ html .sapUiContainer-Narrow .sapUxAPObjectPageSubSectionHeaderTitle {
|
|
|
74
74
|
|
|
75
75
|
.sapUxAPObjectPageLayout-Std-Tablet .sapUxAPObjectPageSubSectionHeader,
|
|
76
76
|
html .sapUiContainer-Medium .sapUxAPObjectPageSubSectionHeader {
|
|
77
|
-
padding: 0
|
|
77
|
+
padding: 0 2rem 0 2rem;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
/* Those styles apply Desktop and Desktop-XL.
|
|
@@ -211,18 +211,18 @@ Doing so will result in less generated CSS, as well as less future maintanance i
|
|
|
211
211
|
}
|
|
212
212
|
}
|
|
213
213
|
|
|
214
|
-
html[data-sap-ui-browser^="ed"].sap-desktop .
|
|
214
|
+
html[data-sap-ui-browser^="ed"].sap-desktop .sapUxAPObjectPageSubSectionFocusable:focus {
|
|
215
215
|
outline-style: dashed;
|
|
216
216
|
}
|
|
217
217
|
|
|
218
218
|
/* IE ignores outline-offset. Use an overlay: */
|
|
219
219
|
/* TODO remove after the end of support for Internet Explorer */
|
|
220
220
|
html[data-sap-ui-browser^="ie"].sap-desktop {
|
|
221
|
-
.
|
|
221
|
+
.sapUxAPObjectPageSubSectionFocusable:focus {
|
|
222
222
|
outline: none;
|
|
223
223
|
position: relative;
|
|
224
224
|
}
|
|
225
|
-
.
|
|
225
|
+
.sapUxAPObjectPageSubSectionFocusable:focus:before {
|
|
226
226
|
content: " ";
|
|
227
227
|
box-sizing: border-box;
|
|
228
228
|
width: 100%;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* Belize High Contrast Black theme */
|
|
4
4
|
/* ============================================== */
|
|
5
5
|
|
|
6
|
-
.
|
|
6
|
+
.sapUxAPObjectPageSubSectionFocusable:focus {
|
|
7
7
|
outline: 0.125rem dotted @sapUiContentFocusColor;
|
|
8
8
|
outline-offset: -0.125rem;
|
|
9
9
|
border-color: transparent;
|
|
@@ -13,7 +13,16 @@
|
|
|
13
13
|
/* IE ignores outline-offset. Use an overlay: */
|
|
14
14
|
/* TODO remove after the end of support for Internet Explorer */
|
|
15
15
|
html[data-sap-ui-browser^="ie"].sap-desktop {
|
|
16
|
-
.
|
|
16
|
+
.sapUxAPObjectPageSubSectionFocusable:focus:before {
|
|
17
17
|
border-width: 0.125rem;
|
|
18
18
|
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.sapUxAPObjectPageSubSectionHeader {
|
|
22
|
+
padding: 0 3rem 0 3rem;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.sapUxAPObjectPageLayout-Std-Tablet .sapUxAPObjectPageSubSectionHeader,
|
|
26
|
+
html .sapUiContainer-Medium .sapUxAPObjectPageSubSectionHeader {
|
|
27
|
+
padding: 0 2rem 0 2rem;
|
|
19
28
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* Belize High Contrast White theme */
|
|
4
4
|
/* ============================================== */
|
|
5
5
|
|
|
6
|
-
.
|
|
6
|
+
.sapUxAPObjectPageSubSectionFocusable:focus {
|
|
7
7
|
outline: 0.125rem dotted @sapUiContentFocusColor;
|
|
8
8
|
outline-offset: -0.125rem;
|
|
9
9
|
border-color: transparent;
|
|
@@ -13,7 +13,16 @@
|
|
|
13
13
|
/* IE ignores outline-offset. Use an overlay: */
|
|
14
14
|
/* TODO remove after the end of support for Internet Explorer */
|
|
15
15
|
html[data-sap-ui-browser^="ie"].sap-desktop {
|
|
16
|
-
.
|
|
16
|
+
.sapUxAPObjectPageSubSectionFocusable:focus:before {
|
|
17
17
|
border-width: 0.125rem;
|
|
18
18
|
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.sapUxAPObjectPageSubSectionHeader {
|
|
22
|
+
padding: 0 3rem 0 3rem;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.sapUxAPObjectPageLayout-Std-Tablet .sapUxAPObjectPageSubSectionHeader,
|
|
26
|
+
html .sapUiContainer-Medium .sapUxAPObjectPageSubSectionHeader {
|
|
27
|
+
padding: 0 2rem 0 2rem;
|
|
19
28
|
}
|
|
@@ -3,4 +3,14 @@
|
|
|
3
3
|
/* Belize Plus theme */
|
|
4
4
|
/* ============================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_uxap_ObjectPageSubSection_BorderColor: darken(@sapUiListBorderColor, 5);
|
|
6
|
+
@_sap_uxap_ObjectPageSubSection_BorderColor: darken(@sapUiListBorderColor, 5);
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
.sapUxAPObjectPageSubSectionHeader {
|
|
10
|
+
padding: 0 3rem 0 3rem;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.sapUxAPObjectPageLayout-Std-Tablet .sapUxAPObjectPageSubSectionHeader,
|
|
14
|
+
html .sapUiContainer-Medium .sapUxAPObjectPageSubSectionHeader {
|
|
15
|
+
padding: 0 2rem 0 2rem;
|
|
16
|
+
}
|