@openui5/themelib_sap_horizon 1.103.1 → 1.106.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 +35 -15
- package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +5 -0
- package/THIRDPARTY.txt +64 -21
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +7 -7
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +8 -8
- package/src/sap/m/themes/sap_horizon/Button.less +4 -6
- package/src/sap/m/themes/sap_horizon/GenericTile.less +118 -10
- package/src/sap/m/themes/sap_horizon/HeaderContainer.less +17 -1
- package/src/sap/m/themes/sap_horizon/InputBase.less +0 -6
- package/src/sap/m/themes/sap_horizon/NewsContent.less +16 -2
- package/src/sap/m/themes/sap_horizon/Popover.less +4 -0
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +22 -0
- package/src/sap/m/themes/sap_horizon/RatingIndicator.less +34 -0
- package/src/sap/m/themes/sap_horizon/SlideTile.less +53 -18
- package/src/sap/m/themes/sap_horizon/Slider.less +3 -3
- package/src/sap/m/themes/sap_horizon/TileContent.less +5 -2
- package/src/sap/m/themes/sap_horizon/Toolbar.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Button.less +4 -6
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +147 -9
- package/src/sap/m/themes/sap_horizon_dark/HeaderContainer.less +16 -0
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +0 -6
- package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +32 -2
- package/src/sap/m/themes/sap_horizon_dark/Popover.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +34 -0
- package/src/sap/m/themes/sap_horizon_dark/SlideTile.less +54 -15
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/TileContent.less +5 -2
- package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +116 -0
- package/src/sap/m/themes/sap_horizon_hcb/HeaderContainer.less +16 -8
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +37 -0
- package/src/sap/m/themes/sap_horizon_hcb/SlideTile.less +52 -5
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +116 -1
- package/src/sap/m/themes/sap_horizon_hcw/HeaderContainer.less +16 -8
- package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +37 -0
- package/src/sap/m/themes/sap_horizon_hcw/SlideTile.less +53 -5
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +3 -3
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/global.less +2 -2
- package/src/sap/ui/core/themes/sap_horizon/shared.less +50 -49
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +3 -3
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-SemiboldDuplex-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-SemiboldDuplex.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +2 -2
- package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +50 -49
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +4 -4
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-SemiboldDuplex-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-SemiboldDuplex.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +8 -2
- package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +55 -49
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +4 -4
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-SemiboldDuplex-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-SemiboldDuplex.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +8 -2
- package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +55 -49
- package/src/sap/ui/integration/themes/sap_horizon/ObjectContent.less +6 -0
- package/src/sap/ui/integration/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/ui/integration/themes/sap_horizon_dark/ObjectContent.less +6 -0
- package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/ui/mdc/themes/sap_horizon/TokenDisplay.less +5 -2
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +2 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +2 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +3 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +3 -0
- package/src/sap/ui/table/themes/sap_horizon/RowAction.less +12 -12
- package/src/sap/ui/table/themes/sap_horizon_dark/RowAction.less +12 -12
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +8 -1
- package/src/sap/uxap/themes/sap_horizon/ObjectPageHeaderContent.less +1 -1
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +4 -0
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +0 -1
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageHeaderContent.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +4 -0
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +0 -1
|
@@ -16,14 +16,6 @@
|
|
|
16
16
|
outline: none;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.sapMHrdrCntrDvdrs.Horizontal .sapMHrdrCntrInner::after {
|
|
20
|
-
border-left: 1px solid @sapUiHcReducedAltForeground;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.sapMHrdrCntrDvdrs.Vertical .sapMHrdrCntrInner::after {
|
|
24
|
-
border-top: 1px solid @sapUiHcReducedAltForeground;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
19
|
.sapMHrdrCntrInner {
|
|
28
20
|
border: 2px solid transparent;
|
|
29
21
|
}
|
|
@@ -31,4 +23,20 @@
|
|
|
31
23
|
html.sap-desktop .sapMHrdrCntrInner:focus {
|
|
32
24
|
outline: none;
|
|
33
25
|
border: 2px dotted @sapUiContentFocusColor;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.sapMHdrCntrBtnIcon{
|
|
29
|
+
color: @sapContent_NonInteractiveIconColor;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.sapMHrdrCntrDvdrs.Horizontal .sapMHrdrCntrInner::after {
|
|
33
|
+
border-left: 1px solid @sapList_BorderColor;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.sapMHrdrCntrDvdrs.Vertical .sapMHrdrCntrInner::after {
|
|
37
|
+
border-top: 1px solid @sapList_BorderColor;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.sapMHdrCntrBGTransparent {
|
|
41
|
+
background-color: transparent;
|
|
34
42
|
}
|
|
@@ -126,6 +126,10 @@
|
|
|
126
126
|
.sapMPopover {
|
|
127
127
|
border-radius: @sapUiPopoverBorderCornerRadius;
|
|
128
128
|
|
|
129
|
+
.sapMPopoverCont {
|
|
130
|
+
padding: 0.0625rem;
|
|
131
|
+
}
|
|
132
|
+
|
|
129
133
|
&.sapMPopoverWithoutBar .sapMPopoverCont,
|
|
130
134
|
.sapMIBar.sapMHeader-CTX {
|
|
131
135
|
border-top-right-radius: @sapUiPopoverBorderCornerRadius;
|
|
@@ -203,4 +203,11 @@
|
|
|
203
203
|
top: -1.3125rem;
|
|
204
204
|
right: -0.0675rem;
|
|
205
205
|
}
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
/* Compact and Condensed */
|
|
209
|
+
.sapUiSizeCondensed .sapUiTableDataCell .sapMPI:not(.sapMPIDisplayOnly),
|
|
210
|
+
.sapUiSizeCompact .sapUiTableDataCell .sapMPI:not(.sapMPIDisplayOnly) {
|
|
211
|
+
padding: 0.4375rem 0;
|
|
212
|
+
margin: 0;
|
|
206
213
|
}
|
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
/* ====================================== */
|
|
5
5
|
|
|
6
6
|
.sapMRI {
|
|
7
|
+
& {
|
|
8
|
+
margin: 0.75rem 0;
|
|
9
|
+
}
|
|
10
|
+
|
|
7
11
|
&:not(.sapMRIDisabled):not(.sapMRIDisplayOnly):not(.sapMRIReadOnly):hover {
|
|
8
12
|
opacity: 0.9;
|
|
9
13
|
}
|
|
@@ -43,4 +47,37 @@ html.sap-desktop .sapMRI:focus:not(.sapMRIDisabled):not(.sapMRIDisplayOnly) {
|
|
|
43
47
|
|
|
44
48
|
.sapMRIIconSel, .sapMRIIconUnsel {
|
|
45
49
|
text-shadow: @sapContent_TextShadow;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
/* As font-size is set as an inline style, we need to override it for horizon only using important */
|
|
53
|
+
.sapMRINoCustomIconSize {
|
|
54
|
+
&.sapMRIReadOnly .sapMRIUnsel .sapMRIunratedIcon,
|
|
55
|
+
&.sapMRIDisabled .sapMRIUnsel .sapMRIunratedIcon {
|
|
56
|
+
font-size: 1.125rem !important;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&.sapMRIDisplayOnly .sapMRIUnsel .sapMRIunratedIcon {
|
|
60
|
+
font-size: 1.125rem !important;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.sapUiSizeCompact .sapMRINoCustomIconSize {
|
|
65
|
+
&.sapMRIReadOnly .sapMRIUnsel .sapMRIunratedIcon,
|
|
66
|
+
&.sapMRIReadOnly .sapMRIIconSel .sapMRIunratedIcon,
|
|
67
|
+
&.sapMRIDisplayOnly .sapMRIUnsel .sapMRIunratedIcon,
|
|
68
|
+
&.sapMRIDisplayOnly .sapMRIIconSel .sapMRIunratedIcon,
|
|
69
|
+
&.sapMRIDisabled .sapMRIUnsel .sapMRIunratedIcon,
|
|
70
|
+
&.sapMRIDisabled .sapMRIIconSel .sapMRIunratedIcon {
|
|
71
|
+
font-size: .75rem !important;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
& .sapUiIcon,
|
|
75
|
+
& .sapUiIcon {
|
|
76
|
+
font-size: 1rem !important;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
& .sapMRISel,
|
|
80
|
+
& .sapMRIUnselWrapper {
|
|
81
|
+
height: 100%;
|
|
82
|
+
}
|
|
46
83
|
}
|
|
@@ -22,26 +22,74 @@ html.sap-desktop .sapMST:focus:not([tabindex]) {
|
|
|
22
22
|
|
|
23
23
|
/* Bulleted indicator of multiple tiles*/
|
|
24
24
|
.sapMSTBulleted > span {
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
border: solid 0.0625rem @sapTile_OverlayForegroundColor;
|
|
26
|
+
opacity: 0.6;
|
|
27
|
+
box-shadow : 0 0 0.125rem @sapContent_ShadowColor;
|
|
28
|
+
margin: 0 0.094rem;
|
|
27
29
|
}
|
|
28
30
|
|
|
29
31
|
.sapMSTBulleted > span.sapMSTActive {
|
|
30
|
-
background
|
|
32
|
+
background: @sapTile_OverlayForegroundColor;
|
|
33
|
+
box-shadow: 0 0 0.063rem @sapContent_ShadowColor;
|
|
31
34
|
}
|
|
32
35
|
|
|
33
36
|
.sapMST .sapMSTIconDisplayArea {
|
|
34
|
-
background-color:
|
|
37
|
+
background-color: @sapButton_Background;
|
|
38
|
+
border: 0.0625rem solid @sapButton_BorderColor;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.sapMST .sapMSTIconNestedArea .sapUiIcon{
|
|
42
|
+
color: @sapButton_IconColor !important;
|
|
35
43
|
}
|
|
36
44
|
|
|
37
45
|
.sapMST .sapMSTIconClickTapArea:hover ~.sapMSTIconDisplayArea {
|
|
38
|
-
background-color: @
|
|
46
|
+
background-color: @sapButton_Active_Background;
|
|
39
47
|
}
|
|
40
48
|
|
|
41
49
|
.sapMST .sapMGT {
|
|
42
50
|
border: none;
|
|
43
51
|
}
|
|
44
52
|
|
|
53
|
+
.sapMST:hover {
|
|
54
|
+
box-shadow: none;
|
|
55
|
+
.sapMSTFocusDiv{
|
|
56
|
+
outline: 0.1875rem solid;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
45
60
|
.sapMST .sapMGT:active .sapMGTFocusDiv {
|
|
46
61
|
border: none;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
html.sap-desktop .sapMST.sapMSTIconPressed .sapMSTIconClickTapArea:hover ~.sapMSTIconDisplayArea {
|
|
65
|
+
border-color: @sapButton_Active_BorderColor;
|
|
66
|
+
background-color: @sapButton_Active_Background;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
html.sap-desktop .sapMST.sapMSTIconPressed{
|
|
70
|
+
.sapMSTIconNestedArea{
|
|
71
|
+
.sapUiIcon{
|
|
72
|
+
color: @sapButton_Active_TextColor !important;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.sapMSTWrapper>.sapMGT{
|
|
78
|
+
&:not(.sapMGTStateDisabled):hover, &:not(.sapMGTStateDisabled):active {
|
|
79
|
+
border: none !important;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.sapMST .sapMSTIconNestedArea {
|
|
84
|
+
.sapUiIcon {
|
|
85
|
+
top: 0.1rem;
|
|
86
|
+
right: 0.04rem
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.sapMST:not(.sapMSTPauseIcon) .sapMSTIconNestedArea{
|
|
91
|
+
.sapUiIcon {
|
|
92
|
+
top: 0.05rem;
|
|
93
|
+
left: 0.1rem;
|
|
94
|
+
}
|
|
47
95
|
}
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
|
|
62
62
|
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
|
|
63
63
|
font-family: SAP-icons;
|
|
64
|
-
content: "\
|
|
64
|
+
content: "\e29c";
|
|
65
65
|
position: absolute;
|
|
66
66
|
top: 4px;
|
|
67
67
|
right: 0.5rem;
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
width: 0.5rem;
|
|
148
148
|
height: 0.5rem;
|
|
149
149
|
left: -14px;
|
|
150
|
-
top: -
|
|
150
|
+
top: -3px;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
.sapMSlider::after {
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
width: 0.5rem;
|
|
161
161
|
height: 0.5rem;
|
|
162
162
|
right: 2px;
|
|
163
|
-
top:
|
|
163
|
+
top: 20px;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
.sapMSliderInner {
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2022 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.106.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Horizon theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-
|
|
2
|
+
// * Copyright (c) 2012-2022 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
3
3
|
// * Theming Engine 1.69.2
|
|
4
|
-
// * data:{"sModified":"2022-
|
|
4
|
+
// * data:{"sModified":"2022-05-24T07:19:31Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.1.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.1.40) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -850,7 +850,7 @@
|
|
|
850
850
|
@sapUiChartLabelHoverColor: @sapUiButtonHoverBackground; // #ebebeb
|
|
851
851
|
@sapUiChartLabelPressedColor: darken(@sapUiButtonBackground, 17); // #cccccc
|
|
852
852
|
@sapUiChartCategoryAxisLabelFontColor: @sapUiContentForegroundTextColor; // #333333
|
|
853
|
-
@sapUiChartValueAxisLabelFontColor:
|
|
853
|
+
@sapUiChartValueAxisLabelFontColor: @sapUiContentLabelColor;
|
|
854
854
|
@sapUiChartCategoryAxisLabelFontSize: @sapMFontSmallSize; // 12px
|
|
855
855
|
@sapUiChartValueAxisLabelFontSize: @sapMFontSmallSize; // 12px
|
|
856
856
|
@sapUiChartCategoryAxisLineColor: darken(@sapUiChartGridlineColor, 10); // #cccccc
|
|
@@ -883,7 +883,7 @@
|
|
|
883
883
|
@sapUiChartAxisTitleFontSize: @sapMFontSmallSize; // 12px
|
|
884
884
|
@sapUiChartTitleFontWeight: bold;
|
|
885
885
|
@sapUiChartAxisTitleFontWeight: regular;
|
|
886
|
-
@sapUiChartLightText:
|
|
886
|
+
@sapUiChartLightText: @sapUiContentLabelColor;
|
|
887
887
|
@sapUiChartZeroAxisColor: darken(@sapUiChartGridlineColor, 50); // #666666
|
|
888
888
|
|
|
889
889
|
@sapUiChartDataPointBorderColor: lighten(@sapUiGroupContentBackground, 2); // #ffffff
|
|
@@ -306,6 +306,21 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
306
306
|
src: url('fonts/72-Black.woff2') format('woff2');
|
|
307
307
|
}
|
|
308
308
|
|
|
309
|
+
@font-face {
|
|
310
|
+
font-family: '72Blackfull';
|
|
311
|
+
src: url('fonts/72-Black-full.woff2') format('woff2');
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
@font-face {
|
|
315
|
+
font-family: '72-SemiboldDuplex';
|
|
316
|
+
src: url('fonts/72-SemiboldDuplex.woff2') format('woff2');
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
@font-face {
|
|
320
|
+
font-family: '72-SemiboldDuplexfull';
|
|
321
|
+
src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
|
|
322
|
+
}
|
|
323
|
+
|
|
309
324
|
/**
|
|
310
325
|
* Some diacritics are supported by the 72 font:
|
|
311
326
|
* * Grave
|
|
@@ -319,8 +334,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
319
334
|
* * Dot below
|
|
320
335
|
* * Hook above
|
|
321
336
|
*
|
|
322
|
-
*
|
|
323
|
-
* Fallback for the characters that aren't covered by the '72' font to other system fonts
|
|
337
|
+
* Fallback for the characters that aren't covered by the '72' font to the '72-full' font where they are supported
|
|
324
338
|
*
|
|
325
339
|
* U+0102-0103: A and a with Breve
|
|
326
340
|
* U+01A0-01A1: O and o with Horn
|
|
@@ -332,92 +346,79 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
332
346
|
* U+1EE4-1EF1: U and u with diacritics that are not supported by the font and combination of multiple diacritics
|
|
333
347
|
* U+1EF4-1EF7: Y and y with diacritics that are not supported by the font and combination of multiple diacritics
|
|
334
348
|
*
|
|
349
|
+
*
|
|
350
|
+
* Moreover, the caron has a special vertical form used on tall characters:
|
|
351
|
+
*
|
|
352
|
+
* U+010F: small letter d with caron
|
|
353
|
+
* U+013D: capital letter L with caron
|
|
354
|
+
* U+013E: small letter l with caron
|
|
355
|
+
* U+0165: small letter t with caron
|
|
356
|
+
*
|
|
357
|
+
* Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with the
|
|
358
|
+
* standard combining caron (U+030C) which leads to the wrong display of those 4 characters. Because those 4 characters
|
|
359
|
+
* are covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
|
|
360
|
+
*
|
|
335
361
|
*/
|
|
336
362
|
@font-face {
|
|
337
363
|
font-family: '72';
|
|
338
364
|
font-style: normal;
|
|
339
365
|
font-weight: 400;
|
|
340
|
-
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
341
|
-
src:
|
|
366
|
+
unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
367
|
+
src: url('fonts/72-Regular-full.woff2') format('woff2');
|
|
342
368
|
}
|
|
343
369
|
|
|
344
370
|
@font-face {
|
|
345
371
|
font-family: '72';
|
|
346
372
|
font-style: normal;
|
|
347
373
|
font-weight: 700;
|
|
348
|
-
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
349
|
-
src:
|
|
374
|
+
unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
375
|
+
src: url('fonts/72-Bold-full.woff2') format('woff2');
|
|
350
376
|
}
|
|
351
377
|
|
|
352
378
|
@font-face {
|
|
353
379
|
font-family: '72';
|
|
354
380
|
font-style: normal;
|
|
355
381
|
font-weight: 300;
|
|
356
|
-
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
357
|
-
src:
|
|
382
|
+
unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
383
|
+
src: url('fonts/72-Light-full.woff2') format('woff2');
|
|
358
384
|
}
|
|
359
385
|
|
|
360
386
|
@font-face {
|
|
361
387
|
font-family: '72-Bold';
|
|
362
388
|
font-style: normal;
|
|
363
|
-
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
364
|
-
src:
|
|
389
|
+
unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
390
|
+
src: url('fonts/72-Bold-full.woff2') format('woff2');
|
|
365
391
|
}
|
|
366
392
|
|
|
367
393
|
@font-face {
|
|
368
394
|
font-family: '72-Light';
|
|
369
395
|
font-style: normal;
|
|
370
|
-
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
371
|
-
src:
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
/**
|
|
375
|
-
* The caron has a special vertical form used on tall characters:
|
|
376
|
-
* * Small letter d with caron U+010F
|
|
377
|
-
* * Small letter t with caron U+0165
|
|
378
|
-
* * Small letter l with caron U+013E
|
|
379
|
-
* * Capital letter L with caron U+013D
|
|
380
|
-
*
|
|
381
|
-
* Those characters aren't covered by the font 72 but some browser simply combine the letter without diacritics with the
|
|
382
|
-
* standard combining caron (U+030C) which leads to the wrong display of those 4 characters. Because those 4 characters
|
|
383
|
-
* are covered by the 72-full font, they are redirected to that font for being correctly displayed.
|
|
384
|
-
*/
|
|
385
|
-
@font-face {
|
|
386
|
-
font-family: '72';
|
|
387
|
-
font-style: normal;
|
|
388
|
-
font-weight: 400;
|
|
389
|
-
unicode-range: U+010F, U+0165, U+013E, U+013D;
|
|
390
|
-
src: url('fonts/72-Regular-full.woff2') format('woff2');
|
|
396
|
+
unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
397
|
+
src: url('fonts/72-Light-full.woff2') format('woff2');
|
|
391
398
|
}
|
|
392
399
|
|
|
393
400
|
@font-face {
|
|
394
|
-
font-family: '
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
unicode-range: U+010F, U+0165, U+013E, U+013D;
|
|
398
|
-
src: url('fonts/72-Bold-full.woff2') format('woff2');
|
|
401
|
+
font-family: '72Mono';
|
|
402
|
+
unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
403
|
+
src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
|
|
399
404
|
}
|
|
400
405
|
|
|
401
406
|
@font-face {
|
|
402
|
-
font-family: '
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
unicode-range: U+010F, U+0165, U+013E, U+013D;
|
|
406
|
-
src: url('fonts/72-Light-full.woff2') format('woff2');
|
|
407
|
+
font-family: '72Mono-Bold';
|
|
408
|
+
unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
409
|
+
src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
|
|
407
410
|
}
|
|
408
411
|
|
|
409
412
|
@font-face {
|
|
410
|
-
font-family: '
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
src: url('fonts/72-Light-full.woff2') format('woff2');
|
|
413
|
+
font-family: '72Black';
|
|
414
|
+
unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
415
|
+
src: url('fonts/72-Black-full.woff2') format('woff2');
|
|
414
416
|
}
|
|
415
417
|
|
|
416
418
|
@font-face {
|
|
417
|
-
font-family: '72-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
src: url('fonts/72-Bold-full.woff2') format('woff2');
|
|
419
|
+
font-family: '72-SemiboldDuplex';
|
|
420
|
+
unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
421
|
+
src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
|
|
421
422
|
}
|
|
422
423
|
|
|
423
424
|
// Responsive paddings
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2022 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.106.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Evening Horizon theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-
|
|
2
|
+
// * Copyright (c) 2012-2022 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
3
3
|
// * Theming Engine 1.69.2
|
|
4
|
-
// * data:{"sModified":"2022-
|
|
4
|
+
// * data:{"sModified":"2022-05-24T07:19:31Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.1.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.1.40) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
Binary file
|
|
Binary file
|
|
@@ -850,7 +850,7 @@
|
|
|
850
850
|
@sapUiChartLabelHoverColor: @sapUiButtonHoverBackground; // #ebebeb
|
|
851
851
|
@sapUiChartLabelPressedColor: darken(@sapUiButtonBackground, 17); // #cccccc
|
|
852
852
|
@sapUiChartCategoryAxisLabelFontColor: @sapUiContentForegroundTextColor; // #333333
|
|
853
|
-
@sapUiChartValueAxisLabelFontColor:
|
|
853
|
+
@sapUiChartValueAxisLabelFontColor: @sapUiContentLabelColor;
|
|
854
854
|
@sapUiChartCategoryAxisLabelFontSize: @sapMFontSmallSize; // 12px
|
|
855
855
|
@sapUiChartValueAxisLabelFontSize: @sapMFontSmallSize; // 12px
|
|
856
856
|
@sapUiChartCategoryAxisLineColor: darken(@sapUiChartGridlineColor, 10); // #cccccc
|
|
@@ -883,7 +883,7 @@
|
|
|
883
883
|
@sapUiChartAxisTitleFontSize: @sapMFontSmallSize; // 12px
|
|
884
884
|
@sapUiChartTitleFontWeight: bold;
|
|
885
885
|
@sapUiChartAxisTitleFontWeight: regular;
|
|
886
|
-
@sapUiChartLightText:
|
|
886
|
+
@sapUiChartLightText: @sapUiContentLabelColor;
|
|
887
887
|
@sapUiChartZeroAxisColor: darken(@sapUiChartGridlineColor, 50); // #666666
|
|
888
888
|
|
|
889
889
|
@sapUiChartDataPointBorderColor: lighten(@sapUiGroupContentBackground, 2); // #ffffff
|