@openui5/themelib_sap_fiori_3 1.121.0 → 1.122.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/m/themes/sap_fiori_3/ColorPalette.less +5 -1
- package/src/sap/m/themes/sap_fiori_3/Toolbar.less +5 -0
- package/src/sap/m/themes/sap_fiori_3_dark/ColorPalette.less +5 -1
- package/src/sap/m/themes/sap_fiori_3_dark/IconTabBar.less +1 -0
- package/src/sap/m/themes/sap_fiori_3_dark/Toolbar.less +5 -0
- package/src/sap/m/themes/sap_fiori_3_hcb/ColorPalette.less +7 -2
- package/src/sap/m/themes/sap_fiori_3_hcb/IconTabBar.less +2 -0
- package/src/sap/m/themes/sap_fiori_3_hcb/Toolbar.less +5 -0
- package/src/sap/m/themes/sap_fiori_3_hcw/ColorPalette.less +7 -2
- package/src/sap/m/themes/sap_fiori_3_hcw/IconTabBar.less +2 -0
- package/src/sap/m/themes/sap_fiori_3_hcw/Toolbar.less +5 -0
- package/src/sap/tnt/themes/sap_fiori_3/ToolHeader.less +6 -0
- package/src/sap/tnt/themes/sap_fiori_3_dark/ToolHeader.less +6 -0
- package/src/sap/ui/core/themes/sap_fiori_3/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3/base.less +80 -4
- package/src/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3/global.less +20 -0
- package/src/sap/ui/core/themes/sap_fiori_3_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_dark/base.less +80 -4
- package/src/sap/ui/core/themes/sap_fiori_3_dark/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_dark/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_dark/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_dark/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_dark/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_dark/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_dark/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_dark/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_dark/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_dark/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_dark/global.less +20 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/base.less +80 -4
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/global.less +20 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/base.less +80 -4
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/global.less +20 -0
- package/src/sap/ui/rta/themes/sap_fiori_3/library.source.less +0 -1
- package/src/sap/ui/rta/themes/sap_fiori_3_dark/library.source.less +0 -1
- package/src/sap/ui/rta/themes/sap_fiori_3_hcb/library.source.less +0 -1
- package/src/sap/ui/rta/themes/sap_fiori_3_hcw/library.source.less +0 -1
- package/src/sap/ui/rta/themes/sap_fiori_3/Toolbar.personalization.less +0 -4
- package/src/sap/ui/rta/themes/sap_fiori_3_dark/Toolbar.personalization.less +0 -4
- package/src/sap/ui/rta/themes/sap_fiori_3_hcb/Toolbar.personalization.less +0 -8
- package/src/sap/ui/rta/themes/sap_fiori_3_hcw/Toolbar.personalization.less +0 -9
package/THIRDPARTY.txt
CHANGED
|
@@ -461,7 +461,7 @@ License: Apache-2.0
|
|
|
461
461
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
462
462
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
463
463
|
|
|
464
|
-
Component: SAP Theming Base Content, version: 11.
|
|
464
|
+
Component: SAP Theming Base Content, version: 11.12.0
|
|
465
465
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
466
466
|
License: Apache-2.0
|
|
467
467
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_fiori_3",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.122.0",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_fiori_3",
|
|
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.122.0",
|
|
18
|
+
"@openui5/sap.m": "1.122.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.122.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.122.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.122.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.122.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.122.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.122.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.122.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.122.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.122.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.122.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.122.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.122.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.122.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.122.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.122.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
6
|
.sapMColorPalette .sapMColorPaletteSquare:hover > div,
|
|
7
|
+
.sapMColorPalette .sapMColorPaletteSquare.sapMColorPaletteSquareSelected > div,
|
|
7
8
|
.sapMColorPalette .sapMColorPaletteSquare,
|
|
8
9
|
html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare:hover > div,
|
|
10
|
+
html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare.sapMColorPaletteSquareSelected > div,
|
|
9
11
|
html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare {
|
|
10
12
|
border-radius: 0.25rem;
|
|
11
13
|
}
|
|
@@ -19,6 +21,9 @@ html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare div,
|
|
|
19
21
|
&:after {
|
|
20
22
|
border-color: @sapUiContentFocusColor;
|
|
21
23
|
}
|
|
24
|
+
&:active:after {
|
|
25
|
+
border-color: @sapUiContentContrastFocusColor;
|
|
26
|
+
}
|
|
22
27
|
}
|
|
23
28
|
|
|
24
29
|
.sap-desktop .sapContrast,
|
|
@@ -26,7 +31,6 @@ html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare div,
|
|
|
26
31
|
.sapMColorPalette .sapMBtn {
|
|
27
32
|
&:focus:after {
|
|
28
33
|
border-color: @sapUiContentFocusColor;
|
|
29
|
-
|
|
30
34
|
}
|
|
31
35
|
&:active,
|
|
32
36
|
> .sapMBtnActive,
|
|
@@ -24,6 +24,11 @@ html.sap-desktop .sapMTBActive.sapMTBFocused {
|
|
|
24
24
|
padding-left: 0.5rem;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
+
/* Table Toolbar */
|
|
28
|
+
.sapMTB-Transparent-CTX.sapMTB.sapMListHdrTBar {
|
|
29
|
+
padding-left: 1rem;
|
|
30
|
+
}
|
|
31
|
+
|
|
27
32
|
/* Info Toolbar Context */
|
|
28
33
|
.sapMIBar.sapMTB.sapMTB-Info-CTX {
|
|
29
34
|
padding-left: 0.5rem;
|
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
6
|
.sapMColorPalette .sapMColorPaletteSquare:hover > div,
|
|
7
|
+
.sapMColorPalette .sapMColorPaletteSquare.sapMColorPaletteSquareSelected > div,
|
|
7
8
|
.sapMColorPalette .sapMColorPaletteSquare,
|
|
8
9
|
html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare:hover > div,
|
|
10
|
+
html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare.sapMColorPaletteSquareSelected > div,
|
|
9
11
|
html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare {
|
|
10
12
|
border-radius: 0.25rem;
|
|
11
13
|
}
|
|
@@ -19,6 +21,9 @@ html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare div,
|
|
|
19
21
|
&:after {
|
|
20
22
|
border-color: @sapUiContentFocusColor;
|
|
21
23
|
}
|
|
24
|
+
&:active:after {
|
|
25
|
+
border-color: @sapUiContentContrastFocusColor;
|
|
26
|
+
}
|
|
22
27
|
}
|
|
23
28
|
|
|
24
29
|
.sap-desktop .sapContrast,
|
|
@@ -26,7 +31,6 @@ html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare div,
|
|
|
26
31
|
.sapMColorPalette .sapMBtn {
|
|
27
32
|
&:focus:after {
|
|
28
33
|
border-color: @sapUiContentFocusColor;
|
|
29
|
-
|
|
30
34
|
}
|
|
31
35
|
&:active,
|
|
32
36
|
> .sapMBtnActive,
|
|
@@ -24,6 +24,11 @@ html.sap-desktop .sapMTBActive.sapMTBFocused {
|
|
|
24
24
|
padding-left: 0.5rem;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
+
/* Table Toolbar */
|
|
28
|
+
.sapMTB-Transparent-CTX.sapMTB.sapMListHdrTBar {
|
|
29
|
+
padding-left: 1rem;
|
|
30
|
+
}
|
|
31
|
+
|
|
27
32
|
/* Solid Toolbar Context */
|
|
28
33
|
.sapMTB-Solid-CTX.sapMTB {
|
|
29
34
|
background: @sapUiBaseBG;
|
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
6
|
.sapMColorPalette .sapMColorPaletteSquare:hover > div,
|
|
7
|
+
.sapMColorPalette .sapMColorPaletteSquare.sapMColorPaletteSquareSelected > div,
|
|
7
8
|
.sapMColorPalette .sapMColorPaletteSquare,
|
|
8
9
|
html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare:hover > div,
|
|
10
|
+
html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare.sapMColorPaletteSquareSelected > div,
|
|
9
11
|
html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare {
|
|
10
12
|
border-radius: 0.25rem;
|
|
11
13
|
}
|
|
@@ -26,7 +28,8 @@ html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare {
|
|
|
26
28
|
border: 0.0625rem solid @sapUiButtonLiteBackground;
|
|
27
29
|
pointer-events: none;
|
|
28
30
|
}
|
|
29
|
-
&:hover
|
|
31
|
+
&:hover,
|
|
32
|
+
&.sapMColorPaletteSquareSelected {
|
|
30
33
|
border: 0;
|
|
31
34
|
> div {
|
|
32
35
|
border: 0.125rem solid @sapUiContentForegroundBorderColor;
|
|
@@ -48,6 +51,9 @@ html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare {
|
|
|
48
51
|
&:after {
|
|
49
52
|
border-color: @sapUiContentFocusColor;
|
|
50
53
|
}
|
|
54
|
+
&:active:after {
|
|
55
|
+
border-color: @sapUiContentContrastFocusColor;
|
|
56
|
+
}
|
|
51
57
|
}
|
|
52
58
|
html:not(.sap-phone) .sapMColorPalette
|
|
53
59
|
.sap-desktop .sapContrast,
|
|
@@ -55,7 +61,6 @@ html:not(.sap-phone) .sapMColorPalette
|
|
|
55
61
|
.sapMColorPalette .sapMBtn {
|
|
56
62
|
&:focus:after {
|
|
57
63
|
border-color: @sapUiContentFocusColor;
|
|
58
|
-
|
|
59
64
|
}
|
|
60
65
|
&:active,
|
|
61
66
|
> .sapMBtnActive,
|
|
@@ -50,6 +50,8 @@
|
|
|
50
50
|
// Filter icon
|
|
51
51
|
@_sap_m_IconTabBar_FilterIconHeight: 2.75rem;
|
|
52
52
|
@_sap_m_IconTabBar_FilterIconWidth: 2.75rem;
|
|
53
|
+
@_sap_m_IconTabFilter_Icon_Border_Radius: @sapUiButtonBorderCornerRadius;
|
|
54
|
+
@_sap_m_IconTabFilter_Icon_Border_Color: @sapUiButtonBorderColor;
|
|
53
55
|
|
|
54
56
|
// Filter text
|
|
55
57
|
@_sap_m_IconTabBar_FilterTextLineHeight: 0.875rem;
|
|
@@ -18,6 +18,11 @@ html.sap-desktop .sapMTBActive.sapMTBFocused {
|
|
|
18
18
|
padding-left: 0.5rem;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
+
/* Table Toolbar */
|
|
22
|
+
.sapMTB-Transparent-CTX.sapMTB.sapMListHdrTBar {
|
|
23
|
+
padding-left: 1rem;
|
|
24
|
+
}
|
|
25
|
+
|
|
21
26
|
/* Info Toolbar Context */
|
|
22
27
|
.sapMIBar.sapMTB.sapMTB-Info-CTX {
|
|
23
28
|
padding-left: 0.5rem;
|
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
6
|
.sapMColorPalette .sapMColorPaletteSquare:hover > div,
|
|
7
|
+
.sapMColorPalette .sapMColorPaletteSquare.sapMColorPaletteSquareSelected > div,
|
|
7
8
|
.sapMColorPalette .sapMColorPaletteSquare,
|
|
8
9
|
html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare:hover > div,
|
|
10
|
+
html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare.sapMColorPaletteSquareSelected > div,
|
|
9
11
|
html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare {
|
|
10
12
|
border-radius: 0.25rem;
|
|
11
13
|
}
|
|
@@ -26,7 +28,8 @@ html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare {
|
|
|
26
28
|
border: 0.0625rem solid @sapUiButtonLiteBackground;
|
|
27
29
|
pointer-events: none;
|
|
28
30
|
}
|
|
29
|
-
&:hover
|
|
31
|
+
&:hover,
|
|
32
|
+
&.sapMColorPaletteSquareSelected {
|
|
30
33
|
border: 0;
|
|
31
34
|
> div {
|
|
32
35
|
border: 0.125rem solid @sapUiContentForegroundBorderColor;
|
|
@@ -48,6 +51,9 @@ html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare {
|
|
|
48
51
|
&:after {
|
|
49
52
|
border-color: @sapUiContentFocusColor;
|
|
50
53
|
}
|
|
54
|
+
&:active:after {
|
|
55
|
+
border-color: @sapUiContentContrastFocusColor;
|
|
56
|
+
}
|
|
51
57
|
}
|
|
52
58
|
html:not(.sap-phone) .sapMColorPalette
|
|
53
59
|
.sap-desktop .sapContrast,
|
|
@@ -55,7 +61,6 @@ html:not(.sap-phone) .sapMColorPalette
|
|
|
55
61
|
.sapMColorPalette .sapMBtn {
|
|
56
62
|
&:focus:after {
|
|
57
63
|
border-color: @sapUiContentFocusColor;
|
|
58
|
-
|
|
59
64
|
}
|
|
60
65
|
&:active,
|
|
61
66
|
> .sapMBtnActive,
|
|
@@ -50,6 +50,8 @@
|
|
|
50
50
|
// Filter icon
|
|
51
51
|
@_sap_m_IconTabBar_FilterIconHeight: 2.75rem;
|
|
52
52
|
@_sap_m_IconTabBar_FilterIconWidth: 2.75rem;
|
|
53
|
+
@_sap_m_IconTabFilter_Icon_Border_Radius: @sapUiButtonBorderCornerRadius;
|
|
54
|
+
@_sap_m_IconTabFilter_Icon_Border_Color: @sapUiButtonBorderColor;
|
|
53
55
|
|
|
54
56
|
// Filter text
|
|
55
57
|
@_sap_m_IconTabBar_FilterTextLineHeight: 0.875rem;
|
|
@@ -18,6 +18,11 @@ html.sap-desktop .sapMTBActive.sapMTBFocused {
|
|
|
18
18
|
padding-left: 0.5rem;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
+
/* Table Toolbar */
|
|
22
|
+
.sapMTB-Transparent-CTX.sapMTB.sapMListHdrTBar {
|
|
23
|
+
padding-left: 1rem;
|
|
24
|
+
}
|
|
25
|
+
|
|
21
26
|
/* Info Toolbar Context */
|
|
22
27
|
.sapMIBar.sapMTB.sapMTB-Info-CTX {
|
|
23
28
|
padding-left: 0.5rem;
|
|
@@ -504,6 +504,12 @@ html.sap-desktop .sapTntToolHeader .sapMFocus > .sapMSFF::before {
|
|
|
504
504
|
.sapMITBHead .sapMITBFilter .sapMITBText + .sapMITBContentArrow {
|
|
505
505
|
height: 0.875rem;
|
|
506
506
|
}
|
|
507
|
+
|
|
508
|
+
.sapMITBFilter .sapMITBFilterExpandBtn:hover .sapMITBFilterExpandIcon {
|
|
509
|
+
background: @sapUiShellHoverBackground;
|
|
510
|
+
color: @sapUiShellInteractiveTextColor;
|
|
511
|
+
border-color: transparent;
|
|
512
|
+
}
|
|
507
513
|
}
|
|
508
514
|
|
|
509
515
|
/* Focus Colors*/
|
|
@@ -515,6 +515,12 @@ html.sap-desktop .sapTntToolHeader .sapMFocus > .sapMSFF::before {
|
|
|
515
515
|
.sapMITBHead .sapMITBFilter .sapMITBText + .sapMITBContentArrow {
|
|
516
516
|
height: 0.875rem;
|
|
517
517
|
}
|
|
518
|
+
|
|
519
|
+
.sapMITBFilter .sapMITBFilterExpandBtn:hover .sapMITBFilterExpandIcon {
|
|
520
|
+
background: @sapUiShellHoverBackground;
|
|
521
|
+
color: @sapUiShellInteractiveTextColor;
|
|
522
|
+
border-color: transparent;
|
|
523
|
+
}
|
|
518
524
|
}
|
|
519
525
|
|
|
520
526
|
/* Focus Colors*/
|
|
@@ -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.122.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Fiori 3 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-2024 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
// * Theming Engine 8.0.2
|
|
4
|
+
// * data:{"sModified":"2024-02-07T13:08:58Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_fiori_3/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_fiori_3/base.less (Version 11.12.0) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -792,6 +792,10 @@
|
|
|
792
792
|
// [Protected "!true"]
|
|
793
793
|
@sapShell_NeutralColor: lighten(@sapNeutralColor, 41);
|
|
794
794
|
|
|
795
|
+
// [Tags "!Protected"]
|
|
796
|
+
// [Protected "!true"]
|
|
797
|
+
@sapShell_Assistant_ForegroundColor: lighten(@sapAssistant_Color1, 16);
|
|
798
|
+
|
|
795
799
|
// [Tags "!Protected"]
|
|
796
800
|
// [Protected "!true"]
|
|
797
801
|
@sapShell_Category_1_Background: @sapLegendColor6;
|
|
@@ -904,6 +908,78 @@
|
|
|
904
908
|
@sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
905
909
|
@sapShell_Category_16_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_16_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
906
910
|
|
|
911
|
+
// [Tags "!Protected"]
|
|
912
|
+
// [Protected "!true"]
|
|
913
|
+
@sapAssistant_Color1: #5d36ff;
|
|
914
|
+
|
|
915
|
+
// [Tags "!Protected"]
|
|
916
|
+
// [Protected "!true"]
|
|
917
|
+
@sapAssistant_Color2: #a100c2;
|
|
918
|
+
|
|
919
|
+
// [Tags "!Protected"]
|
|
920
|
+
// [Protected "!true"]
|
|
921
|
+
@sapAssistant_BackgroundGradient: linear-gradient(@sapAssistant_Color1, @sapAssistant_Color2);
|
|
922
|
+
|
|
923
|
+
// [Tags "!Protected"]
|
|
924
|
+
// [Protected "!true"]
|
|
925
|
+
@sapAssistant_Background: @sapAssistant_Color1;
|
|
926
|
+
|
|
927
|
+
// [Tags "!Protected"]
|
|
928
|
+
// [Protected "!true"]
|
|
929
|
+
@sapAssistant_BorderColor: @sapAssistant_Color1;
|
|
930
|
+
|
|
931
|
+
// [Tags "!Protected"]
|
|
932
|
+
// [Protected "!true"]
|
|
933
|
+
@sapAssistant_TextColor: contrast(@sapAssistant_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
934
|
+
|
|
935
|
+
// [Tags "!Protected"]
|
|
936
|
+
// [Protected "!true"]
|
|
937
|
+
@sapAssistant_Hover_Background: darken(@sapAssistant_Color1, 20);
|
|
938
|
+
|
|
939
|
+
// [Tags "!Protected"]
|
|
940
|
+
// [Protected "!true"]
|
|
941
|
+
@sapAssistant_Hover_BorderColor: @sapAssistant_Hover_Background;
|
|
942
|
+
|
|
943
|
+
// [Tags "!Protected"]
|
|
944
|
+
// [Protected "!true"]
|
|
945
|
+
@sapAssistant_Hover_TextColor: contrast(@sapAssistant_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
946
|
+
|
|
947
|
+
// [Tags "!Protected"]
|
|
948
|
+
// [Protected "!true"]
|
|
949
|
+
@sapAssistant_Active_Background: darken(@sapAssistant_Color1, 30);
|
|
950
|
+
|
|
951
|
+
// [Tags "!Protected"]
|
|
952
|
+
// [Protected "!true"]
|
|
953
|
+
@sapAssistant_Active_BorderColor: @sapAssistant_Active_Background;
|
|
954
|
+
|
|
955
|
+
// [Tags "!Protected"]
|
|
956
|
+
// [Protected "!true"]
|
|
957
|
+
@sapAssistant_Active_TextColor: contrast(@sapAssistant_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
958
|
+
|
|
959
|
+
// [Tags "!Protected"]
|
|
960
|
+
// [Protected "!true"]
|
|
961
|
+
@sapAssistant_Question_Background: lighten(@sapAssistant_Background, 34.3);
|
|
962
|
+
|
|
963
|
+
// [Tags "!Protected"]
|
|
964
|
+
// [Protected "!true"]
|
|
965
|
+
@sapAssistant_Question_BorderColor: @sapAssistant_Question_Background;
|
|
966
|
+
|
|
967
|
+
// [Tags "!Protected"]
|
|
968
|
+
// [Protected "!true"]
|
|
969
|
+
@sapAssistant_Question_TextColor: contrast(@sapAssistant_Question_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
970
|
+
|
|
971
|
+
// [Tags "!Protected"]
|
|
972
|
+
// [Protected "!true"]
|
|
973
|
+
@sapAssistant_Answer_Background: @sapNeutralBackground;
|
|
974
|
+
|
|
975
|
+
// [Tags "!Protected"]
|
|
976
|
+
// [Protected "!true"]
|
|
977
|
+
@sapAssistant_Answer_BorderColor: @sapAssistant_Answer_Background;
|
|
978
|
+
|
|
979
|
+
// [Tags "!Protected"]
|
|
980
|
+
// [Protected "!true"]
|
|
981
|
+
@sapAssistant_Answer_TextColor: contrast(@sapAssistant_Answer_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
982
|
+
|
|
907
983
|
// [Tags "!Protected"]
|
|
908
984
|
// [Protected "!true"]
|
|
909
985
|
@sapAvatar_1_Background: @sapAccentColor1;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -231,6 +231,7 @@
|
|
|
231
231
|
@sapUiShellPositiveColor: @sapShell_PositiveColor;
|
|
232
232
|
@sapUiShellInformativeColor: @sapShell_InformativeColor;
|
|
233
233
|
@sapUiShellNeutralColor: @sapShell_NeutralColor;
|
|
234
|
+
@sapUiShellAssistantForegroundColor: @sapShell_Assistant_ForegroundColor;
|
|
234
235
|
@sapUiShellCategory1Background: @sapShell_Category_1_Background;
|
|
235
236
|
@sapUiShellCategory1BorderColor: @sapShell_Category_1_BorderColor;
|
|
236
237
|
@sapUiShellCategory1TextColor: @sapShell_Category_1_TextColor;
|
|
@@ -296,6 +297,25 @@
|
|
|
296
297
|
@sapUiShellCategory16TextColor: @sapShell_Category_16_TextColor;
|
|
297
298
|
@sapUiShellCategory16TextShadow: @sapShell_Category_16_TextShadow;
|
|
298
299
|
|
|
300
|
+
@sapUiAssistantColor1: @sapAssistant_Color1;
|
|
301
|
+
@sapUiAssistantColor2: @sapAssistant_Color2;
|
|
302
|
+
@sapUiAssistantBackgroundGradient: @sapAssistant_BackgroundGradient;
|
|
303
|
+
@sapUiAssistantBackground: @sapAssistant_Background;
|
|
304
|
+
@sapUiAssistantBorderColor: @sapAssistant_BorderColor;
|
|
305
|
+
@sapUiAssistantTextColor: @sapAssistant_TextColor;
|
|
306
|
+
@sapUiAssistantHoverBackground: @sapAssistant_Hover_Background;
|
|
307
|
+
@sapUiAssistantHoverBorderColor: @sapAssistant_Hover_BorderColor;
|
|
308
|
+
@sapUiAssistantHoverTextColor: @sapAssistant_Hover_TextColor;
|
|
309
|
+
@sapUiAssistantActiveBackground: @sapAssistant_Active_Background;
|
|
310
|
+
@sapUiAssistantActiveBorderColor: @sapAssistant_Active_BorderColor;
|
|
311
|
+
@sapUiAssistantActiveTextColor: @sapAssistant_Active_TextColor;
|
|
312
|
+
@sapUiAssistantQuestionBackground: @sapAssistant_Question_Background;
|
|
313
|
+
@sapUiAssistantQuestionBorderColor: @sapAssistant_Question_BorderColor;
|
|
314
|
+
@sapUiAssistantQuestionTextColor: @sapAssistant_Question_TextColor;
|
|
315
|
+
@sapUiAssistantAnswerBackground: @sapAssistant_Answer_Background;
|
|
316
|
+
@sapUiAssistantAnswerBorderColor: @sapAssistant_Answer_BorderColor;
|
|
317
|
+
@sapUiAssistantAnswerTextColor: @sapAssistant_Answer_TextColor;
|
|
318
|
+
|
|
299
319
|
@sapUiAvatar1Background: @sapAvatar_1_Background;
|
|
300
320
|
@sapUiAvatar1BorderColor: @sapAvatar_1_BorderColor;
|
|
301
321
|
@sapUiAvatar1TextColor: @sapAvatar_1_TextColor;
|
|
@@ -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.122.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 quartz dark 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-2024 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
// * Theming Engine 8.0.2
|
|
4
|
+
// * data:{"sModified":"2024-02-07T13:08:58Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_fiori_3_dark/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_fiori_3_dark/base.less (Version 11.12.0) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -792,6 +792,10 @@
|
|
|
792
792
|
// [Protected "!true"]
|
|
793
793
|
@sapShell_NeutralColor: @sapNeutralColor;
|
|
794
794
|
|
|
795
|
+
// [Tags "!Protected"]
|
|
796
|
+
// [Protected "!true"]
|
|
797
|
+
@sapShell_Assistant_ForegroundColor: lighten(@sapAssistant_Color1, 16);
|
|
798
|
+
|
|
795
799
|
// [Tags "!Protected"]
|
|
796
800
|
// [Protected "!true"]
|
|
797
801
|
@sapShell_Category_1_Background: @sapLegendColor6;
|
|
@@ -904,6 +908,78 @@
|
|
|
904
908
|
@sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
905
909
|
@sapShell_Category_16_TextShadow: none;
|
|
906
910
|
|
|
911
|
+
// [Tags "!Protected"]
|
|
912
|
+
// [Protected "!true"]
|
|
913
|
+
@sapAssistant_Color1: #5d36ff;
|
|
914
|
+
|
|
915
|
+
// [Tags "!Protected"]
|
|
916
|
+
// [Protected "!true"]
|
|
917
|
+
@sapAssistant_Color2: #a100c2;
|
|
918
|
+
|
|
919
|
+
// [Tags "!Protected"]
|
|
920
|
+
// [Protected "!true"]
|
|
921
|
+
@sapAssistant_BackgroundGradient: linear-gradient(@sapAssistant_Color1, @sapAssistant_Color2);
|
|
922
|
+
|
|
923
|
+
// [Tags "!Protected"]
|
|
924
|
+
// [Protected "!true"]
|
|
925
|
+
@sapAssistant_Background: @sapAssistant_Color1;
|
|
926
|
+
|
|
927
|
+
// [Tags "!Protected"]
|
|
928
|
+
// [Protected "!true"]
|
|
929
|
+
@sapAssistant_BorderColor: @sapAssistant_Color1;
|
|
930
|
+
|
|
931
|
+
// [Tags "!Protected"]
|
|
932
|
+
// [Protected "!true"]
|
|
933
|
+
@sapAssistant_TextColor: contrast(@sapAssistant_Background, lighten(@sapTextColor, 2), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
934
|
+
|
|
935
|
+
// [Tags "!Protected"]
|
|
936
|
+
// [Protected "!true"]
|
|
937
|
+
@sapAssistant_Hover_Background: darken(@sapAssistant_Color1, 20);
|
|
938
|
+
|
|
939
|
+
// [Tags "!Protected"]
|
|
940
|
+
// [Protected "!true"]
|
|
941
|
+
@sapAssistant_Hover_BorderColor: @sapAssistant_Hover_Background;
|
|
942
|
+
|
|
943
|
+
// [Tags "!Protected"]
|
|
944
|
+
// [Protected "!true"]
|
|
945
|
+
@sapAssistant_Hover_TextColor: contrast(@sapAssistant_Hover_Background, lighten(@sapTextColor, 2), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
946
|
+
|
|
947
|
+
// [Tags "!Protected"]
|
|
948
|
+
// [Protected "!true"]
|
|
949
|
+
@sapAssistant_Active_Background: darken(@sapAssistant_Color1, 30);
|
|
950
|
+
|
|
951
|
+
// [Tags "!Protected"]
|
|
952
|
+
// [Protected "!true"]
|
|
953
|
+
@sapAssistant_Active_BorderColor: @sapAssistant_Active_Background;
|
|
954
|
+
|
|
955
|
+
// [Tags "!Protected"]
|
|
956
|
+
// [Protected "!true"]
|
|
957
|
+
@sapAssistant_Active_TextColor: contrast(@sapAssistant_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
958
|
+
|
|
959
|
+
// [Tags "!Protected"]
|
|
960
|
+
// [Protected "!true"]
|
|
961
|
+
@sapAssistant_Question_Background: darken(@sapAssistant_Background, 40.5);
|
|
962
|
+
|
|
963
|
+
// [Tags "!Protected"]
|
|
964
|
+
// [Protected "!true"]
|
|
965
|
+
@sapAssistant_Question_BorderColor: @sapAssistant_Question_Background;
|
|
966
|
+
|
|
967
|
+
// [Tags "!Protected"]
|
|
968
|
+
// [Protected "!true"]
|
|
969
|
+
@sapAssistant_Question_TextColor: contrast(@sapAssistant_Question_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
970
|
+
|
|
971
|
+
// [Tags "!Protected"]
|
|
972
|
+
// [Protected "!true"]
|
|
973
|
+
@sapAssistant_Answer_Background: darken(@sapBaseColor, 10);
|
|
974
|
+
|
|
975
|
+
// [Tags "!Protected"]
|
|
976
|
+
// [Protected "!true"]
|
|
977
|
+
@sapAssistant_Answer_BorderColor: @sapAssistant_Answer_Background;
|
|
978
|
+
|
|
979
|
+
// [Tags "!Protected"]
|
|
980
|
+
// [Protected "!true"]
|
|
981
|
+
@sapAssistant_Answer_TextColor: contrast(@sapAssistant_Answer_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
982
|
+
|
|
907
983
|
// [Tags "!Protected"]
|
|
908
984
|
// [Protected "!true"]
|
|
909
985
|
@sapAvatar_1_Background: @sapAccentColor1;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -231,6 +231,7 @@
|
|
|
231
231
|
@sapUiShellPositiveColor: @sapShell_PositiveColor;
|
|
232
232
|
@sapUiShellInformativeColor: @sapShell_InformativeColor;
|
|
233
233
|
@sapUiShellNeutralColor: @sapShell_NeutralColor;
|
|
234
|
+
@sapUiShellAssistantForegroundColor: @sapShell_Assistant_ForegroundColor;
|
|
234
235
|
@sapUiShellCategory1Background: @sapShell_Category_1_Background;
|
|
235
236
|
@sapUiShellCategory1BorderColor: @sapShell_Category_1_BorderColor;
|
|
236
237
|
@sapUiShellCategory1TextColor: @sapShell_Category_1_TextColor;
|
|
@@ -296,6 +297,25 @@
|
|
|
296
297
|
@sapUiShellCategory16TextColor: @sapShell_Category_16_TextColor;
|
|
297
298
|
@sapUiShellCategory16TextShadow: @sapShell_Category_16_TextShadow;
|
|
298
299
|
|
|
300
|
+
@sapUiAssistantColor1: @sapAssistant_Color1;
|
|
301
|
+
@sapUiAssistantColor2: @sapAssistant_Color2;
|
|
302
|
+
@sapUiAssistantBackgroundGradient: @sapAssistant_BackgroundGradient;
|
|
303
|
+
@sapUiAssistantBackground: @sapAssistant_Background;
|
|
304
|
+
@sapUiAssistantBorderColor: @sapAssistant_BorderColor;
|
|
305
|
+
@sapUiAssistantTextColor: @sapAssistant_TextColor;
|
|
306
|
+
@sapUiAssistantHoverBackground: @sapAssistant_Hover_Background;
|
|
307
|
+
@sapUiAssistantHoverBorderColor: @sapAssistant_Hover_BorderColor;
|
|
308
|
+
@sapUiAssistantHoverTextColor: @sapAssistant_Hover_TextColor;
|
|
309
|
+
@sapUiAssistantActiveBackground: @sapAssistant_Active_Background;
|
|
310
|
+
@sapUiAssistantActiveBorderColor: @sapAssistant_Active_BorderColor;
|
|
311
|
+
@sapUiAssistantActiveTextColor: @sapAssistant_Active_TextColor;
|
|
312
|
+
@sapUiAssistantQuestionBackground: @sapAssistant_Question_Background;
|
|
313
|
+
@sapUiAssistantQuestionBorderColor: @sapAssistant_Question_BorderColor;
|
|
314
|
+
@sapUiAssistantQuestionTextColor: @sapAssistant_Question_TextColor;
|
|
315
|
+
@sapUiAssistantAnswerBackground: @sapAssistant_Answer_Background;
|
|
316
|
+
@sapUiAssistantAnswerBorderColor: @sapAssistant_Answer_BorderColor;
|
|
317
|
+
@sapUiAssistantAnswerTextColor: @sapAssistant_Answer_TextColor;
|
|
318
|
+
|
|
299
319
|
@sapUiAvatar1Background: @sapAvatar_1_Background;
|
|
300
320
|
@sapUiAvatar1BorderColor: @sapAvatar_1_BorderColor;
|
|
301
321
|
@sapUiAvatar1TextColor: @sapAvatar_1_TextColor;
|
|
@@ -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.122.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 quartz 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-2024 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
// * Theming Engine 8.0.2
|
|
4
|
+
// * data:{"sModified":"2024-02-07T13:08:58Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_fiori_3_hcb/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_fiori_3_hcb/base.less (Version 11.12.0) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -847,6 +847,10 @@
|
|
|
847
847
|
// [Tags "!Protected"]
|
|
848
848
|
// [Protected "!true"]
|
|
849
849
|
@sapShell_NeutralColor: @sapNeutralColor;
|
|
850
|
+
|
|
851
|
+
// [Tags "!Protected"]
|
|
852
|
+
// [Protected "!true"]
|
|
853
|
+
@sapShell_Assistant_ForegroundColor: @sapShell_Selected_TextColor;
|
|
850
854
|
@sapShell_Category_1_Background: @sapHC_StandardBackground;
|
|
851
855
|
|
|
852
856
|
// [Tags "!Protected"]
|
|
@@ -960,6 +964,78 @@
|
|
|
960
964
|
@sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
961
965
|
@sapShell_Category_16_TextShadow: none;
|
|
962
966
|
|
|
967
|
+
// [Tags "!Protected"]
|
|
968
|
+
// [Protected "!true"]
|
|
969
|
+
@sapAssistant_Color1: @sapHC_StandardForeground;
|
|
970
|
+
|
|
971
|
+
// [Tags "!Protected"]
|
|
972
|
+
// [Protected "!true"]
|
|
973
|
+
@sapAssistant_Color2: @sapHC_StandardForeground;
|
|
974
|
+
|
|
975
|
+
// [Tags "!Protected"]
|
|
976
|
+
// [Protected "!true"]
|
|
977
|
+
@sapAssistant_BackgroundGradient: linear-gradient(@sapBackgroundColor, @sapBackgroundColor);
|
|
978
|
+
|
|
979
|
+
// [Tags "!Protected"]
|
|
980
|
+
// [Protected "!true"]
|
|
981
|
+
@sapAssistant_Background: @sapHC_StandardBackground;
|
|
982
|
+
|
|
983
|
+
// [Tags "!Protected"]
|
|
984
|
+
// [Protected "!true"]
|
|
985
|
+
@sapAssistant_BorderColor: @sapHC_StandardForeground;
|
|
986
|
+
|
|
987
|
+
// [Tags "!Protected"]
|
|
988
|
+
// [Protected "!true"]
|
|
989
|
+
@sapAssistant_TextColor: contrast(@sapAssistant_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
990
|
+
|
|
991
|
+
// [Tags "!Protected"]
|
|
992
|
+
// [Protected "!true"]
|
|
993
|
+
@sapAssistant_Hover_Background: @sapButton_Hover_Background;
|
|
994
|
+
|
|
995
|
+
// [Tags "!Protected"]
|
|
996
|
+
// [Protected "!true"]
|
|
997
|
+
@sapAssistant_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
998
|
+
|
|
999
|
+
// [Tags "!Protected"]
|
|
1000
|
+
// [Protected "!true"]
|
|
1001
|
+
@sapAssistant_Hover_TextColor: contrast(@sapAssistant_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1002
|
+
|
|
1003
|
+
// [Tags "!Protected"]
|
|
1004
|
+
// [Protected "!true"]
|
|
1005
|
+
@sapAssistant_Active_Background: @sapButton_Active_Background;
|
|
1006
|
+
|
|
1007
|
+
// [Tags "!Protected"]
|
|
1008
|
+
// [Protected "!true"]
|
|
1009
|
+
@sapAssistant_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
1010
|
+
|
|
1011
|
+
// [Tags "!Protected"]
|
|
1012
|
+
// [Protected "!true"]
|
|
1013
|
+
@sapAssistant_Active_TextColor: contrast(@sapAssistant_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1014
|
+
|
|
1015
|
+
// [Tags "!Protected"]
|
|
1016
|
+
// [Protected "!true"]
|
|
1017
|
+
@sapAssistant_Question_Background: @sapAssistant_Background;
|
|
1018
|
+
|
|
1019
|
+
// [Tags "!Protected"]
|
|
1020
|
+
// [Protected "!true"]
|
|
1021
|
+
@sapAssistant_Question_BorderColor: @sapAssistant_BorderColor;
|
|
1022
|
+
|
|
1023
|
+
// [Tags "!Protected"]
|
|
1024
|
+
// [Protected "!true"]
|
|
1025
|
+
@sapAssistant_Question_TextColor: contrast(@sapAssistant_Question_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1026
|
+
|
|
1027
|
+
// [Tags "!Protected"]
|
|
1028
|
+
// [Protected "!true"]
|
|
1029
|
+
@sapAssistant_Answer_Background: @sapHC_ReducedBackground;
|
|
1030
|
+
|
|
1031
|
+
// [Tags "!Protected"]
|
|
1032
|
+
// [Protected "!true"]
|
|
1033
|
+
@sapAssistant_Answer_BorderColor: @sapAssistant_BorderColor;
|
|
1034
|
+
|
|
1035
|
+
// [Tags "!Protected"]
|
|
1036
|
+
// [Protected "!true"]
|
|
1037
|
+
@sapAssistant_Answer_TextColor: contrast(@sapAssistant_Answer_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1038
|
+
|
|
963
1039
|
// [Tags "!Protected"]
|
|
964
1040
|
// [Protected "!true"]
|
|
965
1041
|
@sapAvatar_1_Background: @sapBackgroundColor;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -231,6 +231,7 @@
|
|
|
231
231
|
@sapUiShellPositiveColor: @sapShell_PositiveColor;
|
|
232
232
|
@sapUiShellInformativeColor: @sapShell_InformativeColor;
|
|
233
233
|
@sapUiShellNeutralColor: @sapShell_NeutralColor;
|
|
234
|
+
@sapUiShellAssistantForegroundColor: @sapShell_Assistant_ForegroundColor;
|
|
234
235
|
@sapUiShellCategory1Background: @sapShell_Category_1_Background;
|
|
235
236
|
@sapUiShellCategory1BorderColor: @sapShell_Category_1_BorderColor;
|
|
236
237
|
@sapUiShellCategory1TextColor: @sapShell_Category_1_TextColor;
|
|
@@ -296,6 +297,25 @@
|
|
|
296
297
|
@sapUiShellCategory16TextColor: @sapShell_Category_16_TextColor;
|
|
297
298
|
@sapUiShellCategory16TextShadow: @sapShell_Category_16_TextShadow;
|
|
298
299
|
|
|
300
|
+
@sapUiAssistantColor1: @sapAssistant_Color1;
|
|
301
|
+
@sapUiAssistantColor2: @sapAssistant_Color2;
|
|
302
|
+
@sapUiAssistantBackgroundGradient: @sapAssistant_BackgroundGradient;
|
|
303
|
+
@sapUiAssistantBackground: @sapAssistant_Background;
|
|
304
|
+
@sapUiAssistantBorderColor: @sapAssistant_BorderColor;
|
|
305
|
+
@sapUiAssistantTextColor: @sapAssistant_TextColor;
|
|
306
|
+
@sapUiAssistantHoverBackground: @sapAssistant_Hover_Background;
|
|
307
|
+
@sapUiAssistantHoverBorderColor: @sapAssistant_Hover_BorderColor;
|
|
308
|
+
@sapUiAssistantHoverTextColor: @sapAssistant_Hover_TextColor;
|
|
309
|
+
@sapUiAssistantActiveBackground: @sapAssistant_Active_Background;
|
|
310
|
+
@sapUiAssistantActiveBorderColor: @sapAssistant_Active_BorderColor;
|
|
311
|
+
@sapUiAssistantActiveTextColor: @sapAssistant_Active_TextColor;
|
|
312
|
+
@sapUiAssistantQuestionBackground: @sapAssistant_Question_Background;
|
|
313
|
+
@sapUiAssistantQuestionBorderColor: @sapAssistant_Question_BorderColor;
|
|
314
|
+
@sapUiAssistantQuestionTextColor: @sapAssistant_Question_TextColor;
|
|
315
|
+
@sapUiAssistantAnswerBackground: @sapAssistant_Answer_Background;
|
|
316
|
+
@sapUiAssistantAnswerBorderColor: @sapAssistant_Answer_BorderColor;
|
|
317
|
+
@sapUiAssistantAnswerTextColor: @sapAssistant_Answer_TextColor;
|
|
318
|
+
|
|
299
319
|
@sapUiAvatar1Background: @sapAvatar_1_Background;
|
|
300
320
|
@sapUiAvatar1BorderColor: @sapAvatar_1_BorderColor;
|
|
301
321
|
@sapUiAvatar1TextColor: @sapAvatar_1_TextColor;
|
|
@@ -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.122.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-2024 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
// * Theming Engine 8.0.2
|
|
4
|
+
// * data:{"sModified":"2024-02-07T13:08:58Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_fiori_3_hcw/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_fiori_3_hcw/base.less (Version 11.12.0) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -847,6 +847,10 @@
|
|
|
847
847
|
// [Tags "!Protected"]
|
|
848
848
|
// [Protected "!true"]
|
|
849
849
|
@sapShell_NeutralColor: @sapNeutralColor;
|
|
850
|
+
|
|
851
|
+
// [Tags "!Protected"]
|
|
852
|
+
// [Protected "!true"]
|
|
853
|
+
@sapShell_Assistant_ForegroundColor: @sapShell_Selected_TextColor;
|
|
850
854
|
@sapShell_Category_1_Background: @sapHC_StandardBackground;
|
|
851
855
|
|
|
852
856
|
// [Tags "!Protected"]
|
|
@@ -960,6 +964,78 @@
|
|
|
960
964
|
@sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
961
965
|
@sapShell_Category_16_TextShadow: none;
|
|
962
966
|
|
|
967
|
+
// [Tags "!Protected"]
|
|
968
|
+
// [Protected "!true"]
|
|
969
|
+
@sapAssistant_Color1: @sapHC_StandardForeground;
|
|
970
|
+
|
|
971
|
+
// [Tags "!Protected"]
|
|
972
|
+
// [Protected "!true"]
|
|
973
|
+
@sapAssistant_Color2: @sapHC_StandardForeground;
|
|
974
|
+
|
|
975
|
+
// [Tags "!Protected"]
|
|
976
|
+
// [Protected "!true"]
|
|
977
|
+
@sapAssistant_BackgroundGradient: linear-gradient(@sapBackgroundColor, @sapBackgroundColor);
|
|
978
|
+
|
|
979
|
+
// [Tags "!Protected"]
|
|
980
|
+
// [Protected "!true"]
|
|
981
|
+
@sapAssistant_Background: @sapHC_StandardBackground;
|
|
982
|
+
|
|
983
|
+
// [Tags "!Protected"]
|
|
984
|
+
// [Protected "!true"]
|
|
985
|
+
@sapAssistant_BorderColor: @sapHC_StandardForeground;
|
|
986
|
+
|
|
987
|
+
// [Tags "!Protected"]
|
|
988
|
+
// [Protected "!true"]
|
|
989
|
+
@sapAssistant_TextColor: contrast(@sapAssistant_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
990
|
+
|
|
991
|
+
// [Tags "!Protected"]
|
|
992
|
+
// [Protected "!true"]
|
|
993
|
+
@sapAssistant_Hover_Background: @sapButton_Hover_Background;
|
|
994
|
+
|
|
995
|
+
// [Tags "!Protected"]
|
|
996
|
+
// [Protected "!true"]
|
|
997
|
+
@sapAssistant_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
998
|
+
|
|
999
|
+
// [Tags "!Protected"]
|
|
1000
|
+
// [Protected "!true"]
|
|
1001
|
+
@sapAssistant_Hover_TextColor: contrast(@sapAssistant_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1002
|
+
|
|
1003
|
+
// [Tags "!Protected"]
|
|
1004
|
+
// [Protected "!true"]
|
|
1005
|
+
@sapAssistant_Active_Background: @sapButton_Active_Background;
|
|
1006
|
+
|
|
1007
|
+
// [Tags "!Protected"]
|
|
1008
|
+
// [Protected "!true"]
|
|
1009
|
+
@sapAssistant_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
1010
|
+
|
|
1011
|
+
// [Tags "!Protected"]
|
|
1012
|
+
// [Protected "!true"]
|
|
1013
|
+
@sapAssistant_Active_TextColor: contrast(@sapAssistant_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1014
|
+
|
|
1015
|
+
// [Tags "!Protected"]
|
|
1016
|
+
// [Protected "!true"]
|
|
1017
|
+
@sapAssistant_Question_Background: @sapAssistant_Background;
|
|
1018
|
+
|
|
1019
|
+
// [Tags "!Protected"]
|
|
1020
|
+
// [Protected "!true"]
|
|
1021
|
+
@sapAssistant_Question_BorderColor: @sapAssistant_BorderColor;
|
|
1022
|
+
|
|
1023
|
+
// [Tags "!Protected"]
|
|
1024
|
+
// [Protected "!true"]
|
|
1025
|
+
@sapAssistant_Question_TextColor: contrast(@sapAssistant_Question_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1026
|
+
|
|
1027
|
+
// [Tags "!Protected"]
|
|
1028
|
+
// [Protected "!true"]
|
|
1029
|
+
@sapAssistant_Answer_Background: @sapHC_ReducedBackground;
|
|
1030
|
+
|
|
1031
|
+
// [Tags "!Protected"]
|
|
1032
|
+
// [Protected "!true"]
|
|
1033
|
+
@sapAssistant_Answer_BorderColor: @sapAssistant_BorderColor;
|
|
1034
|
+
|
|
1035
|
+
// [Tags "!Protected"]
|
|
1036
|
+
// [Protected "!true"]
|
|
1037
|
+
@sapAssistant_Answer_TextColor: contrast(@sapAssistant_Answer_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1038
|
+
|
|
963
1039
|
// [Tags "!Protected"]
|
|
964
1040
|
// [Protected "!true"]
|
|
965
1041
|
@sapAvatar_1_Background: @sapBackgroundColor;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -231,6 +231,7 @@
|
|
|
231
231
|
@sapUiShellPositiveColor: @sapShell_PositiveColor;
|
|
232
232
|
@sapUiShellInformativeColor: @sapShell_InformativeColor;
|
|
233
233
|
@sapUiShellNeutralColor: @sapShell_NeutralColor;
|
|
234
|
+
@sapUiShellAssistantForegroundColor: @sapShell_Assistant_ForegroundColor;
|
|
234
235
|
@sapUiShellCategory1Background: @sapShell_Category_1_Background;
|
|
235
236
|
@sapUiShellCategory1BorderColor: @sapShell_Category_1_BorderColor;
|
|
236
237
|
@sapUiShellCategory1TextColor: @sapShell_Category_1_TextColor;
|
|
@@ -296,6 +297,25 @@
|
|
|
296
297
|
@sapUiShellCategory16TextColor: @sapShell_Category_16_TextColor;
|
|
297
298
|
@sapUiShellCategory16TextShadow: @sapShell_Category_16_TextShadow;
|
|
298
299
|
|
|
300
|
+
@sapUiAssistantColor1: @sapAssistant_Color1;
|
|
301
|
+
@sapUiAssistantColor2: @sapAssistant_Color2;
|
|
302
|
+
@sapUiAssistantBackgroundGradient: @sapAssistant_BackgroundGradient;
|
|
303
|
+
@sapUiAssistantBackground: @sapAssistant_Background;
|
|
304
|
+
@sapUiAssistantBorderColor: @sapAssistant_BorderColor;
|
|
305
|
+
@sapUiAssistantTextColor: @sapAssistant_TextColor;
|
|
306
|
+
@sapUiAssistantHoverBackground: @sapAssistant_Hover_Background;
|
|
307
|
+
@sapUiAssistantHoverBorderColor: @sapAssistant_Hover_BorderColor;
|
|
308
|
+
@sapUiAssistantHoverTextColor: @sapAssistant_Hover_TextColor;
|
|
309
|
+
@sapUiAssistantActiveBackground: @sapAssistant_Active_Background;
|
|
310
|
+
@sapUiAssistantActiveBorderColor: @sapAssistant_Active_BorderColor;
|
|
311
|
+
@sapUiAssistantActiveTextColor: @sapAssistant_Active_TextColor;
|
|
312
|
+
@sapUiAssistantQuestionBackground: @sapAssistant_Question_Background;
|
|
313
|
+
@sapUiAssistantQuestionBorderColor: @sapAssistant_Question_BorderColor;
|
|
314
|
+
@sapUiAssistantQuestionTextColor: @sapAssistant_Question_TextColor;
|
|
315
|
+
@sapUiAssistantAnswerBackground: @sapAssistant_Answer_Background;
|
|
316
|
+
@sapUiAssistantAnswerBorderColor: @sapAssistant_Answer_BorderColor;
|
|
317
|
+
@sapUiAssistantAnswerTextColor: @sapAssistant_Answer_TextColor;
|
|
318
|
+
|
|
299
319
|
@sapUiAvatar1Background: @sapAvatar_1_Background;
|
|
300
320
|
@sapUiAvatar1BorderColor: @sapAvatar_1_BorderColor;
|
|
301
321
|
@sapUiAvatar1TextColor: @sapAvatar_1_TextColor;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
/******************************************************************
|
|
2
|
-
Style of the Personalization Toolbar - sap_fiori_3 Theme
|
|
3
|
-
*******************************************************************/
|
|
4
|
-
@_sap_ui_rta_Toolbar_Personalization_BaseColor: @sapUiShellBorderColor; // #354a5f
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
/******************************************************************
|
|
2
|
-
Style of the Personalization Toolbar - sap_fiori_3_dark Theme
|
|
3
|
-
*******************************************************************/
|
|
4
|
-
@_sap_ui_rta_Toolbar_Personalization_BaseColor: @sapUiShellColor; //#354a5f
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
Style of the RTA Toolbar (type: personalization) - sap_fiori_3_hcb Theme
|
|
3
|
-
*****************************************************************************/
|
|
4
|
-
@_sap_ui_rta_Toolbar_Personalization_BaseColor: @sapUiNeutralBG; //#000000
|
|
5
|
-
|
|
6
|
-
.sapUiRtaToolbar.type_personalization {
|
|
7
|
-
border-top: 0.0625rem solid @_sap_ui_rta_Toolbar_Personalization_TextColor; //1px
|
|
8
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
Style of the RTA Toolbar (type: personalization) - sap_fiori_3_hcw Theme
|
|
3
|
-
*****************************************************************************/
|
|
4
|
-
@_sap_ui_rta_Toolbar_Personalization_BaseColor: @sapUiNeutralBG; //#fff
|
|
5
|
-
@_sap_ui_rta_Toolbar_Personalization_TextColor: @sapUiNeutralElement; //#000
|
|
6
|
-
|
|
7
|
-
.sapUiRtaToolbar.type_personalization {
|
|
8
|
-
border-top: 0.0625rem solid @_sap_ui_rta_Toolbar_Personalization_TextColor; //1px
|
|
9
|
-
}
|