@openui5/themelib_sap_horizon 1.114.6 → 1.114.8
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/package.json +18 -18
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +2 -19
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +2 -20
- package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +25 -12
- package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +25 -12
- package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +18 -4
- package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +18 -4
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/Splitter.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +0 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +0 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +7 -2
- package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +7 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_horizon",
|
|
3
|
-
"version": "1.114.
|
|
3
|
+
"version": "1.114.8",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_horizon",
|
|
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.114.
|
|
18
|
-
"@openui5/sap.m": "1.114.
|
|
19
|
-
"@openui5/sap.tnt": "1.114.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.114.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.114.
|
|
22
|
-
"@openui5/sap.ui.core": "1.114.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.114.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.114.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.114.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.114.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.114.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.114.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.114.
|
|
30
|
-
"@openui5/sap.ui.table": "1.114.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.114.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.114.
|
|
33
|
-
"@openui5/sap.uxap": "1.114.
|
|
17
|
+
"@openui5/sap.f": "1.114.8",
|
|
18
|
+
"@openui5/sap.m": "1.114.8",
|
|
19
|
+
"@openui5/sap.tnt": "1.114.8",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.114.8",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.114.8",
|
|
22
|
+
"@openui5/sap.ui.core": "1.114.8",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.114.8",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.114.8",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.114.8",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.114.8",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.114.8",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.114.8",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.114.8",
|
|
30
|
+
"@openui5/sap.ui.table": "1.114.8",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.114.8",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.114.8",
|
|
33
|
+
"@openui5/sap.uxap": "1.114.8"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
/* hover and down on toggled button */
|
|
7
7
|
.sapMBtn:hover > .sapMBtnHoverable.sapMToggleBtnPressed:not(.sapMBtnActive),
|
|
8
8
|
.sapMBtn .sapMBtnHoverable.sapMToggleBtnPressed:hover {
|
|
9
|
+
box-shadow: none;
|
|
10
|
+
|
|
9
11
|
&.sapMBtnReject {
|
|
10
12
|
background-color: @sapUiButtonRejectSelectedHoverBackground;
|
|
11
13
|
border-color: @sapUiButtonRejectSelectedHoverBorderColor;
|
|
@@ -68,25 +70,6 @@ html.sap-desktop .sapMToggleBtnPressed.sapMBtnTransparent > .sapMBtnIcon {
|
|
|
68
70
|
color: @sapUiButtonSelectedTextColor;
|
|
69
71
|
}
|
|
70
72
|
|
|
71
|
-
.sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive) {
|
|
72
|
-
box-shadow: 0 0 0.125rem 0 fade(@sapInformativeColor, 72);
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive).sapMBtnEmphasized {
|
|
76
|
-
box-shadow: 0 0 0.125rem 0 fade(@sapInformativeColor, 72);
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive).sapMBtnAccept {
|
|
80
|
-
box-shadow: 0 0 0.125rem 0 fade(@sapPositiveColor, 72);
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive).sapMBtnReject {
|
|
84
|
-
box-shadow: 0 0 0.125rem 0 fade(@sapNegativeColor, 72);
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive).sapMBtnAttention {
|
|
88
|
-
box-shadow: 0 0 0.125rem 0 fade(@sapCriticalColor, 72);
|
|
89
|
-
}
|
|
90
73
|
|
|
91
74
|
html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMToggleBtnPressed.sapMFocusable {
|
|
92
75
|
border-color: @sapUiContentFocusColor;
|
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
/* hover and down on toggled button */
|
|
7
7
|
.sapMBtn:hover > .sapMBtnHoverable.sapMToggleBtnPressed:not(.sapMBtnActive),
|
|
8
8
|
.sapMBtn .sapMBtnHoverable.sapMToggleBtnPressed:hover {
|
|
9
|
+
box-shadow: none;
|
|
10
|
+
|
|
9
11
|
&.sapMBtnReject {
|
|
10
12
|
background-color: @sapUiButtonRejectSelectedHoverBackground;
|
|
11
13
|
border-color: @sapUiButtonRejectSelectedHoverBorderColor;
|
|
@@ -68,26 +70,6 @@ html.sap-desktop .sapMToggleBtnPressed.sapMBtnTransparent > .sapMBtnIcon {
|
|
|
68
70
|
color: @sapUiButtonSelectedTextColor;
|
|
69
71
|
}
|
|
70
72
|
|
|
71
|
-
.sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive) {
|
|
72
|
-
box-shadow: 0 0 0.125rem 0 fade(@sapInformativeColor, 72);
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive).sapMBtnEmphasized {
|
|
76
|
-
box-shadow: 0 0 0.125rem 0 fade(@sapInformativeColor, 72);
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive).sapMBtnAccept {
|
|
80
|
-
box-shadow: 0 0 0.125rem 0 fade(@sapPositiveColor, 72);
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive).sapMBtnReject {
|
|
84
|
-
box-shadow: 0 0 0.125rem 0 fade(@sapNegativeColor, 72);
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive).sapMBtnAttention {
|
|
88
|
-
box-shadow: 0 0 0.125rem 0 fade(@sapCriticalColor, 72);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
73
|
html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMToggleBtnPressed.sapMFocusable {
|
|
92
74
|
border-color: @sapUiContentFocusColor;
|
|
93
75
|
}
|
|
@@ -11,18 +11,33 @@
|
|
|
11
11
|
@_sap_tnt_InfoLabel_DisplayModeBorder: 0.0625rem solid #354A5F;
|
|
12
12
|
@_sap_tnt_InfoLabel_DisplayModeBackground: #EAECEE;
|
|
13
13
|
@_sap_tnt_InfoLabel_DisplayModeColor: #354A5F;
|
|
14
|
+
@_sap_tnt_InfoLabel_BorderRadius: 0.25rem;
|
|
15
|
+
@_sap_tnt_InfoLabel_DisplayBorderRadius: 0.1875rem;
|
|
16
|
+
@_sap_tnt_InfoLabel_Height: 1.375rem;
|
|
17
|
+
@_sap_tnt_InfoLabel_HeightWithoutBorders: 1.25rem;
|
|
18
|
+
@_sap_tnt_InfoLabel_LineHeight: 1.25rem;
|
|
19
|
+
@_sap_tnt_InfoLabel_Text: none;
|
|
20
|
+
@_sap_tnt_InfoLabel_Padding: 0 0.375rem;
|
|
21
|
+
@_sap_tnt_InfoLabel_DisplayPadding: 0 0.25rem;
|
|
22
|
+
@_sap_tnt_InfoLabel_IconMargin: 0.25rem;
|
|
23
|
+
@_sap_tnt_InfoLabel_DisplayIconMargin: 0.125rem;
|
|
24
|
+
@_sap_tnt_InfoLabel_FontFamily: @sapFontSemiboldDuplexFamily;
|
|
25
|
+
@_sap_tnt_InfoLabel_FontSize: @sapFontSize;
|
|
26
|
+
@_sap_tnt_InfoLabel_DisplayFontSize: @sapFontSmallSize;
|
|
27
|
+
@_sap_tnt_InfoLabel_DisplayFontSizeIcon: 0.625rem;
|
|
28
|
+
@_sap_tnt_InfoLabel_NarrowPadding: @_sap_tnt_InfoLabel_Padding;
|
|
14
29
|
|
|
15
30
|
@_sap_tnt_InfoLabel_ColorsArray:
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
31
|
+
@sapAvatar_1_Background @sapAvatar_1_TextColor,
|
|
32
|
+
@sapAvatar_2_Background @sapAvatar_2_TextColor,
|
|
33
|
+
@sapAvatar_3_Background @sapAvatar_3_TextColor,
|
|
34
|
+
@sapAvatar_4_Background @sapAvatar_4_TextColor,
|
|
35
|
+
@sapAvatar_5_Background @sapAvatar_5_TextColor,
|
|
36
|
+
@sapAvatar_6_Background @sapAvatar_6_TextColor,
|
|
37
|
+
@sapAvatar_7_Background @sapAvatar_7_TextColor,
|
|
38
|
+
@sapAvatar_8_Background @sapAvatar_8_TextColor,
|
|
39
|
+
@sapAvatar_9_Background @sapAvatar_9_TextColor,
|
|
40
|
+
@sapAvatar_10_Background @sapAvatar_10_TextColor;
|
|
26
41
|
|
|
27
42
|
.create-classes-for-background-and-border-colors(backgroundColor, @_sap_tnt_InfoLabel_ColorsArray);
|
|
28
43
|
|
|
@@ -35,11 +50,9 @@
|
|
|
35
50
|
|
|
36
51
|
@pair: extract(@list, @i);
|
|
37
52
|
@backgroundColor: extract(@pair, 1);
|
|
38
|
-
@borderColor: extract(@pair, 2);
|
|
39
53
|
@textColor: extract(@pair, 2);
|
|
40
54
|
|
|
41
55
|
.@{prefix}@{i} {
|
|
42
|
-
border: 0.0625rem solid @borderColor;
|
|
43
56
|
background-color: @backgroundColor;
|
|
44
57
|
|
|
45
58
|
.sapTntInfoLabelInner {
|
|
@@ -11,18 +11,33 @@
|
|
|
11
11
|
@_sap_tnt_InfoLabel_DisplayModeBorder: 0.0625rem solid #B3BDC6;
|
|
12
12
|
@_sap_tnt_InfoLabel_DisplayModeBackground: #29394B;
|
|
13
13
|
@_sap_tnt_InfoLabel_DisplayModeColor: #B3BDC6;
|
|
14
|
+
@_sap_tnt_InfoLabel_BorderRadius: 0.25rem;
|
|
15
|
+
@_sap_tnt_InfoLabel_DisplayBorderRadius: 0.1875rem;
|
|
16
|
+
@_sap_tnt_InfoLabel_Height: 1.375rem;
|
|
17
|
+
@_sap_tnt_InfoLabel_HeightWithoutBorders: 1.25rem;
|
|
18
|
+
@_sap_tnt_InfoLabel_LineHeight: 1.25rem;
|
|
19
|
+
@_sap_tnt_InfoLabel_Text: none;
|
|
20
|
+
@_sap_tnt_InfoLabel_Padding: 0 0.375rem;
|
|
21
|
+
@_sap_tnt_InfoLabel_DisplayPadding: 0 0.25rem;
|
|
22
|
+
@_sap_tnt_InfoLabel_IconMargin: 0.25rem;
|
|
23
|
+
@_sap_tnt_InfoLabel_DisplayIconMargin: 0.125rem;
|
|
24
|
+
@_sap_tnt_InfoLabel_FontFamily: @sapFontSemiboldDuplexFamily;
|
|
25
|
+
@_sap_tnt_InfoLabel_FontSize: @sapFontSize;
|
|
26
|
+
@_sap_tnt_InfoLabel_DisplayFontSize: @sapFontSmallSize;
|
|
27
|
+
@_sap_tnt_InfoLabel_DisplayFontSizeIcon: 0.625rem;
|
|
28
|
+
@_sap_tnt_InfoLabel_NarrowPadding: @_sap_tnt_InfoLabel_Padding;
|
|
14
29
|
|
|
15
30
|
@_sap_tnt_InfoLabel_ColorsArray:
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
31
|
+
@sapAvatar_1_Background @sapAvatar_1_TextColor,
|
|
32
|
+
@sapAvatar_2_Background @sapAvatar_2_TextColor,
|
|
33
|
+
@sapAvatar_3_Background @sapAvatar_3_TextColor,
|
|
34
|
+
@sapAvatar_4_Background @sapAvatar_4_TextColor,
|
|
35
|
+
@sapAvatar_5_Background @sapAvatar_5_TextColor,
|
|
36
|
+
@sapAvatar_6_Background @sapAvatar_6_TextColor,
|
|
37
|
+
@sapAvatar_7_Background @sapAvatar_7_TextColor,
|
|
38
|
+
@sapAvatar_8_Background @sapAvatar_8_TextColor,
|
|
39
|
+
@sapAvatar_9_Background @sapAvatar_9_TextColor,
|
|
40
|
+
@sapAvatar_10_Background @sapAvatar_10_TextColor;
|
|
26
41
|
|
|
27
42
|
.create-classes-for-background-and-border-colors(backgroundColor, @_sap_tnt_InfoLabel_ColorsArray);
|
|
28
43
|
|
|
@@ -35,11 +50,9 @@
|
|
|
35
50
|
|
|
36
51
|
@pair: extract(@list, @i);
|
|
37
52
|
@backgroundColor: extract(@pair, 1);
|
|
38
|
-
@borderColor: extract(@pair, 2);
|
|
39
53
|
@textColor: extract(@pair, 2);
|
|
40
54
|
|
|
41
55
|
.@{prefix}@{i} {
|
|
42
|
-
border: 0.0625rem solid @borderColor;
|
|
43
56
|
background-color: @backgroundColor;
|
|
44
57
|
|
|
45
58
|
.sapTntInfoLabelInner {
|
|
@@ -11,6 +11,21 @@
|
|
|
11
11
|
@_sap_tnt_InfoLabel_DisplayModeBorder: 0.0625rem solid #A9BACB;
|
|
12
12
|
@_sap_tnt_InfoLabel_DisplayModeBackground: #1C2834;
|
|
13
13
|
@_sap_tnt_InfoLabel_DisplayModeColor: #A9BACB;
|
|
14
|
+
@_sap_tnt_InfoLabel_BorderRadius: 0.25rem;
|
|
15
|
+
@_sap_tnt_InfoLabel_DisplayBorderRadius: 0.1875rem;
|
|
16
|
+
@_sap_tnt_InfoLabel_Height: 1.375rem;
|
|
17
|
+
@_sap_tnt_InfoLabel_HeightWithoutBorders: 1.25rem;
|
|
18
|
+
@_sap_tnt_InfoLabel_LineHeight: 1.25rem;
|
|
19
|
+
@_sap_tnt_InfoLabel_Text: none;
|
|
20
|
+
@_sap_tnt_InfoLabel_Padding: 0 0.375rem;
|
|
21
|
+
@_sap_tnt_InfoLabel_DisplayPadding: 0 0.25rem;
|
|
22
|
+
@_sap_tnt_InfoLabel_IconMargin: 0.25rem;
|
|
23
|
+
@_sap_tnt_InfoLabel_DisplayIconMargin: 0.125rem;
|
|
24
|
+
@_sap_tnt_InfoLabel_FontFamily: @sapFontSemiboldDuplexFamily;
|
|
25
|
+
@_sap_tnt_InfoLabel_FontSize: @sapFontSize;
|
|
26
|
+
@_sap_tnt_InfoLabel_DisplayFontSize: @sapFontSmallSize;
|
|
27
|
+
@_sap_tnt_InfoLabel_DisplayFontSizeIcon: 0.625rem;
|
|
28
|
+
@_sap_tnt_InfoLabel_NarrowPadding: @_sap_tnt_InfoLabel_Padding;
|
|
14
29
|
|
|
15
30
|
@_sap_tnt_InfoLabel_ColorsArray:
|
|
16
31
|
#362401 #FDA503,
|
|
@@ -21,7 +36,7 @@
|
|
|
21
36
|
#002559 #83BCFF,
|
|
22
37
|
#012D28 #06CFAF,
|
|
23
38
|
#0F2D17 #26D526,
|
|
24
|
-
#
|
|
39
|
+
#3C1847 #D5A9E2,
|
|
25
40
|
#1C2834 #A9BACB;
|
|
26
41
|
|
|
27
42
|
.create-classes-for-background-and-border-colors(backgroundColor, @_sap_tnt_InfoLabel_ColorsArray);
|
|
@@ -35,14 +50,13 @@
|
|
|
35
50
|
|
|
36
51
|
@pair: extract(@list, @i);
|
|
37
52
|
@backgroundColor: extract(@pair, 1);
|
|
38
|
-
@
|
|
53
|
+
@textColor: extract(@pair, 2);
|
|
39
54
|
|
|
40
55
|
.@{prefix}@{i} {
|
|
41
|
-
border: 0.0625rem solid @borderColor;
|
|
42
56
|
background-color: @backgroundColor;
|
|
43
57
|
|
|
44
58
|
.sapTntInfoLabelInner {
|
|
45
|
-
color: @
|
|
59
|
+
color: @textColor;
|
|
46
60
|
}
|
|
47
61
|
}
|
|
48
62
|
}
|
|
@@ -11,6 +11,21 @@
|
|
|
11
11
|
@_sap_tnt_InfoLabel_DisplayModeBorder: 0.0625rem solid #2C3A48;
|
|
12
12
|
@_sap_tnt_InfoLabel_DisplayModeBackground: #C5CDD3;
|
|
13
13
|
@_sap_tnt_InfoLabel_DisplayModeColor: #2C3A48;
|
|
14
|
+
@_sap_tnt_InfoLabel_BorderRadius: 0.25rem;
|
|
15
|
+
@_sap_tnt_InfoLabel_DisplayBorderRadius: 0.1875rem;
|
|
16
|
+
@_sap_tnt_InfoLabel_Height: 1.375rem;
|
|
17
|
+
@_sap_tnt_InfoLabel_HeightWithoutBorders: 1.25rem;
|
|
18
|
+
@_sap_tnt_InfoLabel_LineHeight: 1.25rem;
|
|
19
|
+
@_sap_tnt_InfoLabel_Text: none;
|
|
20
|
+
@_sap_tnt_InfoLabel_Padding: 0 0.375rem;
|
|
21
|
+
@_sap_tnt_InfoLabel_DisplayPadding: 0 0.25rem;
|
|
22
|
+
@_sap_tnt_InfoLabel_IconMargin: 0.25rem;
|
|
23
|
+
@_sap_tnt_InfoLabel_DisplayIconMargin: 0.125rem;
|
|
24
|
+
@_sap_tnt_InfoLabel_FontFamily: @sapFontSemiboldDuplexFamily;
|
|
25
|
+
@_sap_tnt_InfoLabel_FontSize: @sapFontSize;
|
|
26
|
+
@_sap_tnt_InfoLabel_DisplayFontSize: @sapFontSmallSize;
|
|
27
|
+
@_sap_tnt_InfoLabel_DisplayFontSizeIcon: 0.625rem;
|
|
28
|
+
@_sap_tnt_InfoLabel_NarrowPadding: @_sap_tnt_InfoLabel_Padding;
|
|
14
29
|
|
|
15
30
|
@_sap_tnt_InfoLabel_ColorsArray:
|
|
16
31
|
#FFC218 #5F2900,
|
|
@@ -21,7 +36,7 @@
|
|
|
21
36
|
#8FD4FF #003776,
|
|
22
37
|
#3CE3C5 #033F45,
|
|
23
38
|
#9BDF47 #0C420C,
|
|
24
|
-
#
|
|
39
|
+
#E0C1EB #552267,
|
|
25
40
|
#C5CDD3 #2C3A48;
|
|
26
41
|
|
|
27
42
|
.create-classes-for-background-and-border-colors(backgroundColor, @_sap_tnt_InfoLabel_ColorsArray);
|
|
@@ -35,14 +50,13 @@
|
|
|
35
50
|
|
|
36
51
|
@pair: extract(@list, @i);
|
|
37
52
|
@backgroundColor: extract(@pair, 1);
|
|
38
|
-
@
|
|
53
|
+
@textColor: extract(@pair, 2);
|
|
39
54
|
|
|
40
55
|
.@{prefix}@{i} {
|
|
41
|
-
border: 0.0625rem solid @borderColor;
|
|
42
56
|
background-color: @backgroundColor;
|
|
43
57
|
|
|
44
58
|
.sapTntInfoLabelInner {
|
|
45
|
-
color: @
|
|
59
|
+
color: @textColor;
|
|
46
60
|
}
|
|
47
61
|
}
|
|
48
62
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.114.
|
|
9
|
+
<version>1.114.8</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Horizon theme library.</documentation>
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.114.
|
|
9
|
+
<version>1.114.8</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Evening Horizon theme library.</documentation>
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.114.
|
|
9
|
+
<version>1.114.8</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast black theme library.</documentation>
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.114.
|
|
9
|
+
<version>1.114.8</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast white theme library.</documentation>
|
|
12
12
|
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
@_sap_ui_layout_Splitter_BarActiveDecorationColors: @sapUiObjectHeaderBorderColor, @sapUiObjectHeaderBorderColor;
|
|
7
7
|
@_sap_ui_layout_Splitter_BarDecorationColors: @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0);
|
|
8
|
-
@_sap_ui_layout_Splitter_BarBorder: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
9
8
|
@_sap_ui_layout_Splitter_BarHoverIconBorderColor: @sapUiButtonLiteHoverBorderColor;
|
|
10
9
|
@_sap_ui_layout_Splitter_BarHoverIconBackground: @sapUiButtonLiteHoverBackground;
|
|
11
10
|
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
@_sap_ui_layout_Splitter_BarActiveDecorationColors: @sapUiObjectHeaderBorderColor, @sapUiObjectHeaderBorderColor;
|
|
7
7
|
@_sap_ui_layout_Splitter_BarDecorationColors: @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0);
|
|
8
|
-
@_sap_ui_layout_Splitter_BarBorder: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
9
8
|
@_sap_ui_layout_Splitter_BarHoverIconBorderColor: @sapUiButtonLiteHoverBorderColor;
|
|
10
9
|
@_sap_ui_layout_Splitter_BarHoverIconBackground: @sapUiButtonLiteHoverBackground;
|
|
11
10
|
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
.sapUiColorPicker-ColorPickerSlider {
|
|
21
21
|
.sapMSliderHandle {
|
|
22
22
|
width: 1.0625rem;
|
|
23
|
-
top: -0.
|
|
23
|
+
top: -0.5rem;
|
|
24
24
|
border: 0.125rem solid @sapUiContentContrastShadowColor;
|
|
25
25
|
background-color: transparent;
|
|
26
26
|
box-shadow: inset 0 0 0 0.125rem @sapUiContentForegroundColor;
|
|
@@ -109,11 +109,16 @@
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
.sapUnifiedColorPicker {
|
|
112
|
+
.sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
|
|
113
|
+
top: -0.375rem;
|
|
114
|
+
}
|
|
112
115
|
.sapUiColorPicker-ColorPickerAlphaSlider,
|
|
113
116
|
.sapUiColorPicker-ColorPickerSlider {
|
|
114
117
|
.sapMSliderHandle {
|
|
115
|
-
|
|
118
|
+
top: -0.375rem;
|
|
119
|
+
height: 1.25rem;
|
|
116
120
|
}
|
|
121
|
+
|
|
117
122
|
}
|
|
118
123
|
}
|
|
119
124
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
.sapUiColorPicker-ColorPickerSlider {
|
|
21
21
|
.sapMSliderHandle {
|
|
22
22
|
width: 1.0625rem;
|
|
23
|
-
top: -0.
|
|
23
|
+
top: -0.5rem;
|
|
24
24
|
border: 0.125rem solid @sapUiContentContrastShadowColor;
|
|
25
25
|
background-color: transparent;
|
|
26
26
|
box-shadow: inset 0 0 0 0.125rem @sapUiContentForegroundColor;
|
|
@@ -109,11 +109,16 @@
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
.sapUnifiedColorPicker {
|
|
112
|
+
.sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
|
|
113
|
+
top: -0.375rem;
|
|
114
|
+
}
|
|
112
115
|
.sapUiColorPicker-ColorPickerAlphaSlider,
|
|
113
116
|
.sapUiColorPicker-ColorPickerSlider {
|
|
114
117
|
.sapMSliderHandle {
|
|
115
|
-
|
|
118
|
+
top: -0.375rem;
|
|
119
|
+
height: 1.25rem;
|
|
116
120
|
}
|
|
121
|
+
|
|
117
122
|
}
|
|
118
123
|
}
|
|
119
124
|
}
|