@openui5/themelib_sap_horizon 1.130.1 → 1.131.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/THIRDPARTY.txt +1 -1
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +0 -4
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +0 -7
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +0 -7
- package/src/sap/m/themes/sap_horizon/Carousel.less +0 -1
- package/src/sap/m/themes/sap_horizon/CheckBox.less +54 -46
- package/src/sap/m/themes/sap_horizon/CustomTile.less +1 -1
- package/src/sap/m/themes/sap_horizon/FeedInput.less +2 -2
- package/src/sap/m/themes/sap_horizon/GenericTag.less +37 -37
- package/src/sap/m/themes/sap_horizon/GenericTile.less +201 -130
- package/src/sap/m/themes/sap_horizon/HeaderContainer.less +3 -3
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +1 -1
- package/src/sap/m/themes/sap_horizon/InputBase.less +25 -23
- package/src/sap/m/themes/sap_horizon/Label.less +2 -2
- package/src/sap/m/themes/sap_horizon/LightBox.less +2 -3
- package/src/sap/m/themes/sap_horizon/ListBase.less +7 -7
- package/src/sap/m/themes/sap_horizon/ListItemBase.less +1 -1
- package/src/sap/m/themes/sap_horizon/MenuButton.less +21 -14
- package/src/sap/m/themes/sap_horizon/MessageBox.less +8 -8
- package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +3 -3
- package/src/sap/m/themes/sap_horizon/ObjectListItem.less +3 -3
- package/src/sap/m/themes/sap_horizon/ObjectMarker.less +4 -2
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +71 -63
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +141 -116
- package/src/sap/m/themes/sap_horizon/OverflowToolbarAssociativePopover.less +12 -9
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Carousel.less +0 -1
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +54 -46
- package/src/sap/m/themes/sap_horizon_dark/CustomTile.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/FeedInput.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +36 -36
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +191 -124
- package/src/sap/m/themes/sap_horizon_dark/HeaderContainer.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +26 -24
- package/src/sap/m/themes/sap_horizon_dark/Label.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/LightBox.less +2 -3
- package/src/sap/m/themes/sap_horizon_dark/ListBase.less +7 -7
- package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +16 -10
- package/src/sap/m/themes/sap_horizon_dark/MessageBox.less +8 -8
- package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/ObjectListItem.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/ObjectMarker.less +3 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +71 -63
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +142 -118
- package/src/sap/m/themes/sap_horizon_dark/OverflowToolbarAssociativePopover.less +12 -9
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Table.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +55 -47
- package/src/sap/m/themes/sap_horizon_hcb/CustomTile.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/FeedInput.less +20 -17
- package/src/sap/m/themes/sap_horizon_hcb/FeedListItem.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +40 -40
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +98 -55
- package/src/sap/m/themes/sap_horizon_hcb/HeaderContainer.less +6 -6
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +23 -20
- package/src/sap/m/themes/sap_horizon_hcb/Label.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcb/ListBase.less +12 -12
- package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/MenuButton.less +9 -5
- package/src/sap/m/themes/sap_horizon_hcb/MenuListItem.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/MessageBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +8 -8
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +140 -129
- package/src/sap/m/themes/sap_horizon_hcb/OverflowToolbarAssociativePopover.less +5 -2
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +55 -47
- package/src/sap/m/themes/sap_horizon_hcw/CustomTile.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/FeedInput.less +17 -15
- package/src/sap/m/themes/sap_horizon_hcw/FeedListItem.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +41 -41
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +100 -57
- package/src/sap/m/themes/sap_horizon_hcw/HeaderContainer.less +6 -6
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +22 -20
- package/src/sap/m/themes/sap_horizon_hcw/Label.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +3 -4
- package/src/sap/m/themes/sap_horizon_hcw/ListBase.less +12 -12
- package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/MenuButton.less +9 -5
- package/src/sap/m/themes/sap_horizon_hcw/MenuListItem.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/MessageBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +9 -8
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +141 -131
- package/src/sap/m/themes/sap_horizon_hcw/OverflowToolbarAssociativePopover.less +5 -2
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +2 -2
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +1 -3
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +0 -21
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +2 -11
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +1 -3
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +0 -21
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +2 -11
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +1 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +0 -18
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +0 -10
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +1 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +0 -18
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +0 -10
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +414 -18
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +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 +32 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +412 -16
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +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 +32 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +421 -25
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +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 +32 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +420 -24
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +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 +32 -0
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +1 -1
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +0 -5
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +0 -5
|
@@ -4,10 +4,13 @@
|
|
|
4
4
|
/* ======================================================== */
|
|
5
5
|
|
|
6
6
|
html.sap-phone {
|
|
7
|
+
|
|
7
8
|
.sapMOTAPopover {
|
|
9
|
+
|
|
8
10
|
&.sapMOTAPopoverNoShadowTop {
|
|
9
11
|
border-radius: 0 0 0.25rem 0.25rem;
|
|
10
12
|
}
|
|
13
|
+
|
|
11
14
|
&.sapMOTAPopoverNoShadowBottom {
|
|
12
15
|
border-radius: 0.25rem 0.25rem 0 0;
|
|
13
16
|
}
|
|
@@ -16,13 +19,13 @@ html.sap-phone {
|
|
|
16
19
|
|
|
17
20
|
.sapMOTAPopover.sapMPopover .sapMPopoverCont .sapMPopoverScroll {
|
|
18
21
|
max-width: 20rem;
|
|
19
|
-
|
|
22
|
+
}
|
|
20
23
|
|
|
21
24
|
.sapUiSizeCompact .sapMTBSeparator.sapMTBSeparatorOverflowToolbar,
|
|
22
25
|
.sapMTBSeparator.sapMTBSeparatorOverflowToolbar {
|
|
23
26
|
margin: 0.375rem 0.1875rem;
|
|
24
27
|
width: 100%;
|
|
25
|
-
background:
|
|
28
|
+
background: var(--sapToolbar_SeparatorColor);
|
|
26
29
|
}
|
|
27
30
|
|
|
28
31
|
.sapMOTAPopover.sapMPopover .sapMPopoverCont .sapMPopoverScroll {
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
.sapMPIText {
|
|
204
204
|
padding: 0;
|
|
205
205
|
position: absolute;
|
|
206
|
-
top: 0;
|
|
206
|
+
top: 0.125rem;
|
|
207
207
|
left: 0;
|
|
208
208
|
margin-bottom: 0.1875rem;
|
|
209
209
|
font-size: @sapUiProgressFontSize;
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
max-width: 100%;
|
|
215
215
|
|
|
216
216
|
&.sapMPITextRight {
|
|
217
|
-
top: -1.
|
|
217
|
+
top: -1.25rem;
|
|
218
218
|
right: -0.0675rem;
|
|
219
219
|
}
|
|
220
220
|
}
|
|
@@ -11,10 +11,8 @@
|
|
|
11
11
|
@_sap_tnt_SideNavigation_NavigationSeparatorRadius: 0.125rem;
|
|
12
12
|
@_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
|
|
13
13
|
@_sap_tnt_SideNavigation_TriangleColor: @sapUiContentNonInteractiveIconColor;
|
|
14
|
-
@_sap_tnt_SideNavigation_BorderRight: 0;
|
|
15
|
-
@_sap_tnt_SideNavigation_BorderRadius: 0.5rem 0.5rem 0 0;
|
|
16
14
|
@_sap_tnt_SideNavigation_PhoneBorderRadius: 0.5rem;
|
|
17
|
-
@_sap_tnt_SideNavigation_BoxShadow:
|
|
15
|
+
@_sap_tnt_SideNavigation_BoxShadow: var(--sapContent_Shadow0);
|
|
18
16
|
@_sap_tnt_SideNavigation_SeparatorMargin: 0.3125rem 0.5rem 0.3125rem 0.5rem;
|
|
19
17
|
@_sap_tnt_SideNavigation_TriangleDisplay: none;
|
|
20
18
|
@_sap_tnt_SideNavigation_PhoneWidth: ~"100% !important";
|
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
6
|
@_sap_tnt_ToolHeader_Height: 3.25rem;
|
|
7
|
-
@_sap_tnt_ToolHeader_BorderRadius: 0.5rem;
|
|
8
|
-
@_sap_tnt_ToolHeader_BoxShadow: @_sap_tnt_ToolHeader_Shadow;
|
|
9
7
|
@_sap_tnt_ToolHeader_IconHeight: 0.75rem;
|
|
10
8
|
@_sap_tnt_ToolHeader_DisabledOpacity: @sapUiContentDisabledOpacity;
|
|
11
9
|
@_sap_tnt_ToolHeader_ArrowHeight: 0.125rem;
|
|
@@ -13,7 +11,6 @@
|
|
|
13
11
|
@_sap_tnt_ToolHeader_Padding: 0 0.75rem;
|
|
14
12
|
@_sap_tnt_ToolHeader_ArrowMarginBottom: 0.25rem;
|
|
15
13
|
@_sap_tnt_ToolHeader_IconTabHeader_Height: auto;
|
|
16
|
-
@_sap_tnt_ToolHeader_Shadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor,16), 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 16);
|
|
17
14
|
|
|
18
15
|
// ==========================================================================
|
|
19
16
|
// sap.m.Toolbar overriding
|
|
@@ -41,24 +38,6 @@
|
|
|
41
38
|
}
|
|
42
39
|
}
|
|
43
40
|
|
|
44
|
-
// Styling for the cases when we have Header and SubHeader
|
|
45
|
-
.sapTntToolPageHeaderWithSubHeaderWrapper .sapTntToolPageHeader:first-of-type .sapTntToolHeader {
|
|
46
|
-
border-bottom-right-radius: 0;
|
|
47
|
-
border-bottom-left-radius: 0;
|
|
48
|
-
box-shadow: none;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.sapTntToolPageHeaderWithSubHeaderWrapper .sapTntToolPageHeader:nth-of-type(2) .sapTntToolHeader {
|
|
52
|
-
border-top-right-radius: 0;
|
|
53
|
-
border-top-left-radius: 0;
|
|
54
|
-
box-shadow: none;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.sapTntToolPageHeaderWrapper.sapTntToolPageHeaderWithSubHeaderWrapper {
|
|
58
|
-
box-shadow: @_sap_tnt_ToolHeader_BoxShadow;
|
|
59
|
-
border-radius: @_sap_tnt_ToolHeader_BorderRadius;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
41
|
// ==========================================================================
|
|
63
42
|
// sap.m.Button overriding
|
|
64
43
|
// ==========================================================================
|
|
@@ -3,21 +3,12 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_tnt_ToolPage_Paddings: 0.5rem 0.5rem 0 0.5rem;
|
|
7
|
-
@_sap_tnt_ToolPage_PaddingsTablet: 0.5rem;
|
|
8
|
-
@_sap_tnt_ToolPage_PaddingsPhone: 0.25rem;
|
|
9
|
-
@_sap_tnt_ToolPage_AsideMargins: 0.5rem 0.5rem 0 0;
|
|
10
|
-
@_sap_tnt_ToolPage_AsideMarginsPhone: 0.25rem 0.25rem 0 0;
|
|
11
|
-
@_sap_tnt_ToolPage_ContentMargins: 0.5rem 0 0 0;
|
|
12
|
-
@_sap_tnt_ToolPage_ContentMarginsPhone: 0.25rem 0 0 0;
|
|
13
|
-
@_sap_tnt_ToolPage_ContentShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor,16), 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 16);
|
|
14
6
|
@_sap_tnt_ToolPage_ContentBackgroundStandard: @sapUiBaseBG;
|
|
15
7
|
@_sap_tnt_ToolPage_ContentBackgroundSolid: @sapUiBaseBG;
|
|
16
8
|
@_sap_tnt_ToolPage_ContentBackgroundTransparent: transparent;
|
|
17
9
|
@_sap_tnt_ToolPage_ContentBackgroundList: @sapUiGroupContentBackground;
|
|
18
|
-
@_sap_tnt_ToolPage_ContentBorderRadius: 0.5rem 0.5rem 0 0;
|
|
19
|
-
@_sap_tnt_ToolPage_ContentBorderRadiusTabletPhone: 0.5rem;
|
|
20
10
|
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
|
|
21
11
|
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
|
|
22
12
|
@_sap_tnt_ToolPage_AsidePhoneTop: -0.4375rem;
|
|
23
|
-
@_sap_tnt_ToolPage_AsidePhoneWidth: 100%;
|
|
13
|
+
@_sap_tnt_ToolPage_AsidePhoneWidth: 100%;
|
|
14
|
+
@_sap_tnt_ToolHeader_Shadow: @sapUiShellShadow;
|
|
@@ -11,10 +11,8 @@
|
|
|
11
11
|
@_sap_tnt_SideNavigation_NavigationSeparatorRadius: 0.125rem;
|
|
12
12
|
@_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
|
|
13
13
|
@_sap_tnt_SideNavigation_TriangleColor: @sapUiContentNonInteractiveIconColor;
|
|
14
|
-
@_sap_tnt_SideNavigation_BorderRight: 0;
|
|
15
|
-
@_sap_tnt_SideNavigation_BorderRadius: 0.5rem 0.5rem 0 0;
|
|
16
14
|
@_sap_tnt_SideNavigation_PhoneBorderRadius: 0.5rem;
|
|
17
|
-
@_sap_tnt_SideNavigation_BoxShadow:
|
|
15
|
+
@_sap_tnt_SideNavigation_BoxShadow: var(--sapContent_Shadow0);
|
|
18
16
|
@_sap_tnt_SideNavigation_SeparatorMargin: 0.3125rem 0.5rem 0.3125rem 0.5rem;
|
|
19
17
|
@_sap_tnt_SideNavigation_TriangleDisplay: none;
|
|
20
18
|
@_sap_tnt_SideNavigation_PhoneWidth: ~"100% !important";
|
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
6
|
@_sap_tnt_ToolHeader_Height: 3.25rem;
|
|
7
|
-
@_sap_tnt_ToolHeader_BorderRadius: 0.5rem;
|
|
8
|
-
@_sap_tnt_ToolHeader_BoxShadow: @_sap_tnt_ToolHeader_Shadow;
|
|
9
7
|
@_sap_tnt_ToolHeader_IconHeight: 0.75rem;
|
|
10
8
|
@_sap_tnt_ToolHeader_DisabledOpacity: @sapUiContentDisabledOpacity;
|
|
11
9
|
@_sap_tnt_ToolHeader_ArrowHeight: 0.125rem;
|
|
@@ -13,7 +11,6 @@
|
|
|
13
11
|
@_sap_tnt_ToolHeader_Padding: 0 0.75rem;
|
|
14
12
|
@_sap_tnt_ToolHeader_ArrowMarginBottom: 0.25rem;
|
|
15
13
|
@_sap_tnt_ToolHeader_IconTabHeader_Height: auto;
|
|
16
|
-
@_sap_tnt_ToolHeader_Shadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor,16), 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 32);
|
|
17
14
|
|
|
18
15
|
// ==========================================================================
|
|
19
16
|
// sap.m.Toolbar overriding
|
|
@@ -41,24 +38,6 @@
|
|
|
41
38
|
}
|
|
42
39
|
}
|
|
43
40
|
|
|
44
|
-
// Styling for the cases when we have Header and SubHeader
|
|
45
|
-
.sapTntToolPageHeaderWithSubHeaderWrapper .sapTntToolPageHeader:first-of-type .sapTntToolHeader {
|
|
46
|
-
border-bottom-right-radius: 0;
|
|
47
|
-
border-bottom-left-radius: 0;
|
|
48
|
-
box-shadow: none;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.sapTntToolPageHeaderWithSubHeaderWrapper .sapTntToolPageHeader:nth-of-type(2) .sapTntToolHeader {
|
|
52
|
-
border-top-right-radius: 0;
|
|
53
|
-
border-top-left-radius: 0;
|
|
54
|
-
box-shadow: none;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.sapTntToolPageHeaderWrapper.sapTntToolPageHeaderWithSubHeaderWrapper {
|
|
58
|
-
box-shadow: @_sap_tnt_ToolHeader_BoxShadow;
|
|
59
|
-
border-radius: @_sap_tnt_ToolHeader_BorderRadius;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
41
|
// ==========================================================================
|
|
63
42
|
// sap.m.Button overriding
|
|
64
43
|
// ==========================================================================
|
|
@@ -3,21 +3,12 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ================================= */
|
|
5
5
|
|
|
6
|
-
@_sap_tnt_ToolPage_Paddings: 0.5rem 0.5rem 0 0.5rem;
|
|
7
|
-
@_sap_tnt_ToolPage_PaddingsTablet: 0.5rem;
|
|
8
|
-
@_sap_tnt_ToolPage_PaddingsPhone: 0.25rem;
|
|
9
|
-
@_sap_tnt_ToolPage_AsideMargins: 0.5rem 0.5rem 0 0;
|
|
10
|
-
@_sap_tnt_ToolPage_AsideMarginsPhone: 0.25rem 0.25rem 0 0;
|
|
11
|
-
@_sap_tnt_ToolPage_ContentMargins: 0.5rem 0 0 0;
|
|
12
|
-
@_sap_tnt_ToolPage_ContentMarginsPhone: 0.25rem 0 0 0;
|
|
13
|
-
@_sap_tnt_ToolPage_ContentShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor,16), 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 32);
|
|
14
6
|
@_sap_tnt_ToolPage_ContentBackgroundStandard: @sapUiBaseBG;
|
|
15
7
|
@_sap_tnt_ToolPage_ContentBackgroundSolid: @sapUiBaseBG;
|
|
16
8
|
@_sap_tnt_ToolPage_ContentBackgroundTransparent: transparent;
|
|
17
9
|
@_sap_tnt_ToolPage_ContentBackgroundList: @sapUiGroupContentBackground;
|
|
18
|
-
@_sap_tnt_ToolPage_ContentBorderRadius: 0.5rem 0.5rem 0 0;
|
|
19
|
-
@_sap_tnt_ToolPage_ContentBorderRadiusTabletPhone: 0.5rem;
|
|
20
10
|
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
|
|
21
11
|
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
|
|
22
12
|
@_sap_tnt_ToolPage_AsidePhoneTop: -0.4375rem;
|
|
23
|
-
@_sap_tnt_ToolPage_AsidePhoneWidth: 100%;
|
|
13
|
+
@_sap_tnt_ToolPage_AsidePhoneWidth: 100%;
|
|
14
|
+
@_sap_tnt_ToolHeader_Shadow: @sapUiShellShadow;
|
|
@@ -6,9 +6,7 @@
|
|
|
6
6
|
@_sap_tnt_SideNavigation_Width: 16rem;
|
|
7
7
|
@_sap_tnt_SideNavigation_CollapsedWidth: 3.5rem;
|
|
8
8
|
@_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
|
|
9
|
-
@_sap_tnt_SideNavigation_BorderRight: 0;
|
|
10
|
-
@_sap_tnt_SideNavigation_BorderRadius: 0.5rem 0.5rem 0 0;
|
|
11
9
|
@_sap_tnt_SideNavigation_PhoneBorderRadius: 0.5rem;
|
|
12
|
-
@_sap_tnt_SideNavigation_BoxShadow:
|
|
10
|
+
@_sap_tnt_SideNavigation_BoxShadow: var(--sapContent_Shadow0);
|
|
13
11
|
@_sap_tnt_SideNavigation_TriangleDisplay: none;
|
|
14
12
|
@_sap_tnt_SideNavigation_PhoneWidth: ~"100% !important";
|
|
@@ -4,14 +4,11 @@
|
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
6
|
@_sap_tnt_ToolHeader_Height: 3.25rem;
|
|
7
|
-
@_sap_tnt_ToolHeader_BorderRadius: 0.5rem;
|
|
8
|
-
@_sap_tnt_ToolHeader_BoxShadow: @_sap_tnt_ToolHeader_Shadow;
|
|
9
7
|
@_sap_tnt_ToolHeader_IconHeight: 0.75rem;
|
|
10
8
|
@_sap_tnt_ToolHeader_ArrowMargin: 0 -0.25rem;
|
|
11
9
|
@_sap_tnt_ToolHeader_Padding: 0 0.75rem;
|
|
12
10
|
@_sap_tnt_ToolHeader_ArrowMarginBottom: 0.25rem;
|
|
13
11
|
@_sap_tnt_ToolHeader_IconTabHeader_Height: auto;
|
|
14
|
-
@_sap_tnt_ToolHeader_Shadow: 0 0 0 0.0625rem @sapUiContentShadowColor, 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 16);
|
|
15
12
|
@_sap_tnt_ToolHeader_DisabledOpacity: @sapUiContentDisabledOpacity;
|
|
16
13
|
@_sap_tnt_ToolHeader_SF_Border: 0.0625rem solid @sapUiShellBorderColor;
|
|
17
14
|
|
|
@@ -23,7 +20,6 @@
|
|
|
23
20
|
&.sapMTB:not(.sapUshellShellToolHeader) {
|
|
24
21
|
background-color: @sapUiShellColor;
|
|
25
22
|
padding: 0 1.25rem 0 0.75rem;
|
|
26
|
-
border: solid 0.0625rem @sapUiShellBorderColor;
|
|
27
23
|
}
|
|
28
24
|
|
|
29
25
|
&.sapMIBar.sapMTB .sapMBarChild ~ .sapMBarChild {
|
|
@@ -38,24 +34,10 @@
|
|
|
38
34
|
|
|
39
35
|
// Styling for the cases when we have Header and SubHeader
|
|
40
36
|
.sapTntToolPageHeaderWithSubHeaderWrapper .sapTntToolPageHeader:first-of-type .sapTntToolHeader {
|
|
41
|
-
border-bottom-right-radius: 0;
|
|
42
|
-
border-bottom-left-radius: 0;
|
|
43
37
|
border-bottom: none;
|
|
44
38
|
box-shadow: none;
|
|
45
39
|
}
|
|
46
40
|
|
|
47
|
-
.sapTntToolPageHeaderWithSubHeaderWrapper .sapTntToolPageHeader:nth-of-type(2) .sapTntToolHeader {
|
|
48
|
-
border-top-right-radius: 0;
|
|
49
|
-
border-top-left-radius: 0;
|
|
50
|
-
border-top: none;
|
|
51
|
-
box-shadow: none;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.sapTntToolPageHeaderWrapper.sapTntToolPageHeaderWithSubHeaderWrapper {
|
|
55
|
-
box-shadow: @_sap_tnt_ToolHeader_BoxShadow;
|
|
56
|
-
border-radius: @_sap_tnt_ToolHeader_BorderRadius;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
41
|
// ==========================================================================
|
|
60
42
|
// sap.m.Button overriding
|
|
61
43
|
// ==========================================================================
|
|
@@ -3,21 +3,11 @@
|
|
|
3
3
|
/* Horizon HCB theme */
|
|
4
4
|
/* ================================= */
|
|
5
5
|
|
|
6
|
-
@_sap_tnt_ToolPage_Paddings: 0.5rem 0.5rem 0 0.5rem;
|
|
7
|
-
@_sap_tnt_ToolPage_PaddingsTablet: 0.5rem;
|
|
8
|
-
@_sap_tnt_ToolPage_PaddingsPhone: 0.25rem;
|
|
9
6
|
@_sap_tnt_ToolPage_Background: @sapUiBaseBG;
|
|
10
|
-
@_sap_tnt_ToolPage_AsideMargins: 0.5rem 0.5rem 0 0;
|
|
11
|
-
@_sap_tnt_ToolPage_AsideMarginsPhone: 0.25rem 0.25rem 0 0;
|
|
12
|
-
@_sap_tnt_ToolPage_ContentMargins: 0.5rem 0 0 0;
|
|
13
|
-
@_sap_tnt_ToolPage_ContentMarginsPhone: 0.25rem 0 0 0;
|
|
14
|
-
@_sap_tnt_ToolPage_ContentShadow: 0 0 0 0.0625rem @sapUiContentShadowColor, 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 16);
|
|
15
7
|
@_sap_tnt_ToolPage_ContentBackgroundStandard: @sapUiBaseBG;
|
|
16
8
|
@_sap_tnt_ToolPage_ContentBackgroundSolid: @sapUiBaseBG;
|
|
17
9
|
@_sap_tnt_ToolPage_ContentBackgroundTransparent: transparent;
|
|
18
10
|
@_sap_tnt_ToolPage_ContentBackgroundList: @sapUiGroupContentBackground;
|
|
19
|
-
@_sap_tnt_ToolPage_ContentBorderRadius: 0.5rem 0.5rem 0 0;
|
|
20
|
-
@_sap_tnt_ToolPage_ContentBorderRadiusTabletPhone: 0.5rem;
|
|
21
11
|
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
|
|
22
12
|
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
|
|
23
13
|
@_sap_tnt_ToolPage_AsidePhoneTop: -0.4375rem;
|
|
@@ -6,9 +6,7 @@
|
|
|
6
6
|
@_sap_tnt_SideNavigation_Width: 16rem;
|
|
7
7
|
@_sap_tnt_SideNavigation_CollapsedWidth: 3.5rem;
|
|
8
8
|
@_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
|
|
9
|
-
@_sap_tnt_SideNavigation_BorderRight: 0;
|
|
10
|
-
@_sap_tnt_SideNavigation_BorderRadius: 0.5rem 0.5rem 0 0;
|
|
11
9
|
@_sap_tnt_SideNavigation_PhoneBorderRadius: 0.5rem;
|
|
12
|
-
@_sap_tnt_SideNavigation_BoxShadow:
|
|
10
|
+
@_sap_tnt_SideNavigation_BoxShadow: var(--sapContent_Shadow0);
|
|
13
11
|
@_sap_tnt_SideNavigation_TriangleDisplay: none;
|
|
14
12
|
@_sap_tnt_SideNavigation_PhoneWidth: ~"100% !important";
|
|
@@ -4,14 +4,11 @@
|
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
6
|
@_sap_tnt_ToolHeader_Height: 3.25rem;
|
|
7
|
-
@_sap_tnt_ToolHeader_BorderRadius: 0.5rem;
|
|
8
|
-
@_sap_tnt_ToolHeader_BoxShadow: @_sap_tnt_ToolHeader_Shadow;
|
|
9
7
|
@_sap_tnt_ToolHeader_IconHeight: 0.75rem;
|
|
10
8
|
@_sap_tnt_ToolHeader_ArrowMargin: 0 -0.25rem;
|
|
11
9
|
@_sap_tnt_ToolHeader_Padding: 0 0.75rem;
|
|
12
10
|
@_sap_tnt_ToolHeader_ArrowMarginBottom: 0.25rem;
|
|
13
11
|
@_sap_tnt_ToolHeader_IconTabHeader_Height: auto;
|
|
14
|
-
@_sap_tnt_ToolHeader_Shadow: 0 0 0 0.0625rem @sapUiContentShadowColor, 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 16);
|
|
15
12
|
@_sap_tnt_ToolHeader_DisabledOpacity: @sapUiContentDisabledOpacity;
|
|
16
13
|
@_sap_tnt_ToolHeader_SF_Border: 0.0625rem solid @sapUiShellBorderColor;
|
|
17
14
|
|
|
@@ -23,7 +20,6 @@
|
|
|
23
20
|
&.sapMTB:not(.sapUshellShellToolHeader) {
|
|
24
21
|
background-color: @sapUiShellColor;
|
|
25
22
|
padding: 0 1.25rem 0 0.75rem;
|
|
26
|
-
border: solid 0.0625rem @sapUiShellBorderColor;
|
|
27
23
|
}
|
|
28
24
|
|
|
29
25
|
&.sapMIBar.sapMTB .sapMBarChild ~ .sapMBarChild {
|
|
@@ -38,24 +34,10 @@
|
|
|
38
34
|
|
|
39
35
|
// Styling for the cases when we have Header and SubHeader
|
|
40
36
|
.sapTntToolPageHeaderWithSubHeaderWrapper .sapTntToolPageHeader:first-of-type .sapTntToolHeader {
|
|
41
|
-
border-bottom-right-radius: 0;
|
|
42
|
-
border-bottom-left-radius: 0;
|
|
43
37
|
border-bottom: none;
|
|
44
38
|
box-shadow: none;
|
|
45
39
|
}
|
|
46
40
|
|
|
47
|
-
.sapTntToolPageHeaderWithSubHeaderWrapper .sapTntToolPageHeader:nth-of-type(2) .sapTntToolHeader {
|
|
48
|
-
border-top-right-radius: 0;
|
|
49
|
-
border-top-left-radius: 0;
|
|
50
|
-
border-top: none;
|
|
51
|
-
box-shadow: none;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.sapTntToolPageHeaderWrapper.sapTntToolPageHeaderWithSubHeaderWrapper {
|
|
55
|
-
box-shadow: @_sap_tnt_ToolHeader_BoxShadow;
|
|
56
|
-
border-radius: @_sap_tnt_ToolHeader_BorderRadius;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
41
|
// ==========================================================================
|
|
60
42
|
// sap.m.Button overriding
|
|
61
43
|
// ==========================================================================
|
|
@@ -3,21 +3,11 @@
|
|
|
3
3
|
/* Horizon High Contrast White theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_tnt_ToolPage_Paddings: 0.5rem 0.5rem 0 0.5rem;
|
|
7
|
-
@_sap_tnt_ToolPage_PaddingsTablet: 0.5rem;
|
|
8
|
-
@_sap_tnt_ToolPage_PaddingsPhone: 0.25rem;
|
|
9
6
|
@_sap_tnt_ToolPage_Background: @sapUiBaseBG;
|
|
10
|
-
@_sap_tnt_ToolPage_AsideMargins: 0.5rem 0.5rem 0 0;
|
|
11
|
-
@_sap_tnt_ToolPage_AsideMarginsPhone: 0.25rem 0.25rem 0 0;
|
|
12
|
-
@_sap_tnt_ToolPage_ContentMargins: 0.5rem 0 0 0;
|
|
13
|
-
@_sap_tnt_ToolPage_ContentMarginsPhone: 0.25rem 0 0 0;
|
|
14
|
-
@_sap_tnt_ToolPage_ContentShadow: 0 0 0 0.0625rem @sapUiContentShadowColor, 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 16);
|
|
15
7
|
@_sap_tnt_ToolPage_ContentBackgroundStandard: @sapUiBaseBG;
|
|
16
8
|
@_sap_tnt_ToolPage_ContentBackgroundSolid: @sapUiBaseBG;
|
|
17
9
|
@_sap_tnt_ToolPage_ContentBackgroundTransparent: transparent;
|
|
18
10
|
@_sap_tnt_ToolPage_ContentBackgroundList: @sapUiGroupContentBackground;
|
|
19
|
-
@_sap_tnt_ToolPage_ContentBorderRadius: 0.5rem 0.5rem 0 0;
|
|
20
|
-
@_sap_tnt_ToolPage_ContentBorderRadiusTabletPhone: 0.5rem;
|
|
21
11
|
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
|
|
22
12
|
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
|
|
23
13
|
@_sap_tnt_ToolPage_AsidePhoneTop: -0.4375rem;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2024 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.131.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Horizon theme library.</documentation>
|
|
12
12
|
|