@openui5/themelib_sap_horizon 1.125.0 → 1.126.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.reuse/dep5 +4 -4
- package/THIRDPARTY.txt +6 -6
- package/package.json +18 -18
- package/src/sap/m/themes/sap_horizon/ListBase.less +3 -1
- package/src/sap/m/themes/sap_horizon/Page.less +4 -4
- package/src/sap/m/themes/sap_horizon/SplitButton.less +18 -0
- package/src/sap/m/themes/sap_horizon/StandardListItem.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/ListBase.less +3 -1
- package/src/sap/m/themes/sap_horizon_dark/Page.less +4 -4
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +18 -0
- package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/Page.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcw/Page.less +4 -4
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +1 -0
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +1 -0
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/CodeEditor.less +11 -0
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +2 -1
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/CodeEditor.less +11 -0
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +2 -1
- 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/FormLayout.less +7 -7
- package/src/sap/ui/layout/themes/sap_horizon_dark/FormLayout.less +7 -7
- package/src/sap/ui/layout/themes/sap_horizon_hcb/FormLayout.less +7 -7
- package/src/sap/ui/layout/themes/sap_horizon_hcw/FormLayout.less +7 -7
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +2 -1
- package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +2 -1
package/.reuse/dep5
CHANGED
|
@@ -384,13 +384,13 @@ Copyright: 2017 Wei Song and Oliver Nightingale
|
|
|
384
384
|
License: MIT
|
|
385
385
|
Comment: these files belong to: Elasticlunr
|
|
386
386
|
|
|
387
|
-
Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-
|
|
388
|
-
Copyright:
|
|
387
|
+
Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-2.0.1/*
|
|
388
|
+
Copyright: SpryMedia Ltd
|
|
389
389
|
License: MIT
|
|
390
390
|
Comment: these files belong to: DataTables
|
|
391
391
|
|
|
392
|
-
Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-
|
|
393
|
-
Copyright:
|
|
392
|
+
Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/*
|
|
393
|
+
Copyright: SpryMedia Ltd
|
|
394
394
|
License: MIT
|
|
395
395
|
Comment: these files belong to: Buttons extension for DataTables
|
|
396
396
|
|
package/THIRDPARTY.txt
CHANGED
|
@@ -363,17 +363,17 @@ License: MIT
|
|
|
363
363
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
364
364
|
Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/elasticlunr.js
|
|
365
365
|
|
|
366
|
-
Component: DataTables, version:
|
|
367
|
-
Copyright:
|
|
366
|
+
Component: DataTables, version: 2.0.1
|
|
367
|
+
Copyright: SpryMedia Ltd
|
|
368
368
|
License: MIT
|
|
369
369
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
370
|
-
Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-
|
|
370
|
+
Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-2.0.1/*
|
|
371
371
|
|
|
372
|
-
Component: Buttons extension for DataTables, version:
|
|
373
|
-
Copyright:
|
|
372
|
+
Component: Buttons extension for DataTables, version: 3.0.0
|
|
373
|
+
Copyright: SpryMedia Ltd
|
|
374
374
|
License: MIT
|
|
375
375
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
376
|
-
Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-
|
|
376
|
+
Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/*
|
|
377
377
|
|
|
378
378
|
|
|
379
379
|
Library: sap.ui.integration:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_horizon",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.126.0",
|
|
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.
|
|
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.126.0",
|
|
18
|
+
"@openui5/sap.m": "1.126.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.126.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.126.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.126.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.126.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.126.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.126.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.126.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.126.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.126.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.126.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.126.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.126.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.126.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.126.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.126.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -159,10 +159,10 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
|
159
159
|
|
|
160
160
|
.sapMPageWithHeader {
|
|
161
161
|
&.sapFShellBar-CTX > section {
|
|
162
|
-
top:
|
|
162
|
+
top: 3.25rem;
|
|
163
163
|
}
|
|
164
164
|
&.sapMPageWithSubHeader.sapFShellBar-CTX > section {
|
|
165
|
-
top:
|
|
165
|
+
top: 6rem;
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
168
|
|
|
@@ -208,10 +208,10 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
|
208
208
|
|
|
209
209
|
.sapMPageWithHeader {
|
|
210
210
|
&.sapFShellBar-CTX > section {
|
|
211
|
-
top:
|
|
211
|
+
top: 3.25rem;
|
|
212
212
|
}
|
|
213
213
|
&.sapMPageWithSubHeader.sapFShellBar-CTX > section {
|
|
214
|
-
top:
|
|
214
|
+
top: 5.75rem;
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
}
|
|
@@ -24,6 +24,18 @@
|
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
+
.sapMMenuBtn.sapMMenuBtnSplit .sapMSBActive:not(.sapMBtnDisabled) > .sapMBtnInner.sapMBtnAccept .sapMBtnIcon {
|
|
28
|
+
color: @sapUiButtonAcceptTextColor;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.sapMMenuBtn.sapMMenuBtnSplit .sapMSBActive:not(.sapMBtnDisabled) > .sapMBtnInner.sapMBtnReject .sapMBtnIcon {
|
|
32
|
+
color: @sapUiButtonRejectTextColor;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.sapMMenuBtn.sapMMenuBtnSplit .sapMSBActive:not(.sapMBtnDisabled) > .sapMBtnInner.sapMBtnAttention .sapMBtnIcon {
|
|
36
|
+
color: @sapUiButtonAttentionTextColor;
|
|
37
|
+
}
|
|
38
|
+
|
|
27
39
|
.sapMTB-Transparent-CTX .sapMSB .sapMSBText:hover .sapMBtnDefault.sapMBtnInner.sapMBtnText {
|
|
28
40
|
padding-right: 0.5625rem;
|
|
29
41
|
}
|
|
@@ -117,6 +129,7 @@
|
|
|
117
129
|
|
|
118
130
|
.sapMSB.sapMSBTransparent .sapMSBText {
|
|
119
131
|
background-color: transparent;
|
|
132
|
+
border-color: transparent;
|
|
120
133
|
}
|
|
121
134
|
|
|
122
135
|
.sapMBtn.sapMSBText:hover > .sapMBtnHoverable.sapMBtnEmphasized:not(.sapMBtnActive):not(.sapMBtnDisabled):not(.sapMToggleBtnPressed),
|
|
@@ -168,6 +181,11 @@
|
|
|
168
181
|
border-bottom-left-radius: 0.5rem;
|
|
169
182
|
}
|
|
170
183
|
|
|
184
|
+
.sapMSB.sapMSBTransparent:hover .sapMSBText,
|
|
185
|
+
.sapMBtn.sapMSBArrow:hover > .sapMBtnHoverable.sapMSBTransparent:not(.sapMBtnActive):not(.sapMToggleBtnPressed) {
|
|
186
|
+
border: 0.0625rem solid @sapUiButtonLiteHoverBorderColor;
|
|
187
|
+
}
|
|
188
|
+
|
|
171
189
|
.sapMFooter-CTX .sapMMenuBtnSplit,
|
|
172
190
|
.sapMMenuBtnSplit {
|
|
173
191
|
.sapMBtnInner,
|
|
@@ -159,10 +159,10 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
|
159
159
|
|
|
160
160
|
.sapMPageWithHeader {
|
|
161
161
|
&.sapFShellBar-CTX > section {
|
|
162
|
-
top:
|
|
162
|
+
top: 3.25rem;
|
|
163
163
|
}
|
|
164
164
|
&.sapMPageWithSubHeader.sapFShellBar-CTX > section {
|
|
165
|
-
top:
|
|
165
|
+
top: 6rem;
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
168
|
|
|
@@ -208,10 +208,10 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
|
208
208
|
|
|
209
209
|
.sapMPageWithHeader {
|
|
210
210
|
&.sapFShellBar-CTX > section {
|
|
211
|
-
top:
|
|
211
|
+
top: 3.25rem;
|
|
212
212
|
}
|
|
213
213
|
&.sapMPageWithSubHeader.sapFShellBar-CTX > section {
|
|
214
|
-
top:
|
|
214
|
+
top: 5.75rem;
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
}
|
|
@@ -24,6 +24,18 @@
|
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
+
.sapMMenuBtn.sapMMenuBtnSplit .sapMSBActive:not(.sapMBtnDisabled) > .sapMBtnInner.sapMBtnAccept .sapMBtnIcon {
|
|
28
|
+
color: @sapUiButtonAcceptTextColor;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.sapMMenuBtn.sapMMenuBtnSplit .sapMSBActive:not(.sapMBtnDisabled) > .sapMBtnInner.sapMBtnReject .sapMBtnIcon {
|
|
32
|
+
color: @sapUiButtonRejectTextColor;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.sapMMenuBtn.sapMMenuBtnSplit .sapMSBActive:not(.sapMBtnDisabled) > .sapMBtnInner.sapMBtnAttention .sapMBtnIcon {
|
|
36
|
+
color: @sapUiButtonAttentionTextColor;
|
|
37
|
+
}
|
|
38
|
+
|
|
27
39
|
.sapMTB-Transparent-CTX .sapMSB .sapMSBText:hover .sapMBtnDefault.sapMBtnInner.sapMBtnText {
|
|
28
40
|
padding-right: 0.5625rem;
|
|
29
41
|
}
|
|
@@ -117,6 +129,7 @@
|
|
|
117
129
|
|
|
118
130
|
.sapMSB.sapMSBTransparent .sapMSBText {
|
|
119
131
|
background-color: transparent;
|
|
132
|
+
border-color: transparent;
|
|
120
133
|
}
|
|
121
134
|
|
|
122
135
|
.sapMBtn.sapMSBText:hover > .sapMBtnHoverable.sapMBtnEmphasized:not(.sapMBtnActive):not(.sapMBtnDisabled):not(.sapMToggleBtnPressed),
|
|
@@ -168,6 +181,11 @@
|
|
|
168
181
|
border-bottom-left-radius: 0.5rem;
|
|
169
182
|
}
|
|
170
183
|
|
|
184
|
+
.sapMSB.sapMSBTransparent:hover .sapMSBText,
|
|
185
|
+
.sapMBtn.sapMSBArrow:hover > .sapMBtnHoverable.sapMSBTransparent:not(.sapMBtnActive):not(.sapMToggleBtnPressed) {
|
|
186
|
+
border: 0.0625rem solid @sapUiButtonLiteHoverBorderColor;
|
|
187
|
+
}
|
|
188
|
+
|
|
171
189
|
.sapMFooter-CTX .sapMMenuBtnSplit,
|
|
172
190
|
.sapMMenuBtnSplit {
|
|
173
191
|
.sapMBtnInner,
|
|
@@ -158,11 +158,11 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
|
158
158
|
|
|
159
159
|
.sapMPageWithHeader {
|
|
160
160
|
&.sapFShellBar-CTX > section {
|
|
161
|
-
top:
|
|
161
|
+
top: 3.25rem;
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
&.sapMPageWithSubHeader.sapFShellBar-CTX > section {
|
|
165
|
-
top:
|
|
165
|
+
top: 6rem;
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
168
|
|
|
@@ -210,11 +210,11 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
|
210
210
|
|
|
211
211
|
.sapMPageWithHeader {
|
|
212
212
|
&.sapFShellBar-CTX > section {
|
|
213
|
-
top:
|
|
213
|
+
top: 3.25rem;
|
|
214
214
|
}
|
|
215
215
|
|
|
216
216
|
&.sapMPageWithSubHeader.sapFShellBar-CTX > section {
|
|
217
|
-
top:
|
|
217
|
+
top: 5.75rem;
|
|
218
218
|
}
|
|
219
219
|
}
|
|
220
220
|
}
|
|
@@ -158,11 +158,11 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
|
158
158
|
|
|
159
159
|
.sapMPageWithHeader {
|
|
160
160
|
&.sapFShellBar-CTX > section {
|
|
161
|
-
top:
|
|
161
|
+
top: 3.25rem;
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
&.sapMPageWithSubHeader.sapFShellBar-CTX > section {
|
|
165
|
-
top:
|
|
165
|
+
top: 6rem;
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
168
|
|
|
@@ -210,11 +210,11 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
|
210
210
|
|
|
211
211
|
.sapMPageWithHeader {
|
|
212
212
|
&.sapFShellBar-CTX > section {
|
|
213
|
-
top:
|
|
213
|
+
top: 3.25rem;
|
|
214
214
|
}
|
|
215
215
|
|
|
216
216
|
&.sapMPageWithSubHeader.sapFShellBar-CTX > section {
|
|
217
|
-
top:
|
|
217
|
+
top: 5.75rem;
|
|
218
218
|
}
|
|
219
219
|
}
|
|
220
220
|
}
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
@_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
|
|
34
34
|
@_sap_tnt_NavigationList_SelectionIndicatorDisplay: block;
|
|
35
35
|
@_sap_tnt_NavigationList_PopupPadding: 0.5rem;
|
|
36
|
+
@_sap_tnt_NavigationList_Collapsed_GroupBorderWidth: @_sap_tnt_NavigationList_GroupBorderWidth;
|
|
36
37
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
|
|
37
38
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
|
|
38
39
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
@_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
|
|
34
34
|
@_sap_tnt_NavigationList_SelectionIndicatorDisplay: block;
|
|
35
35
|
@_sap_tnt_NavigationList_PopupPadding: 0.5rem;
|
|
36
|
+
@_sap_tnt_NavigationList_Collapsed_GroupBorderWidth: @_sap_tnt_NavigationList_GroupBorderWidth;
|
|
36
37
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
|
|
37
38
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
|
|
38
39
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*
|
|
2
|
+
/ ============================================ /
|
|
3
|
+
/ CSS for control sap.ui.codeeditor/CodeEditor /
|
|
4
|
+
/ Horizon High Contrast Black theme /
|
|
5
|
+
/ ============================================ /
|
|
6
|
+
*/
|
|
7
|
+
.sapCEdThemeDefault .ace_editor {
|
|
8
|
+
.ace_marker-layer .ace_selection {
|
|
9
|
+
background: #292929;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -6,4 +6,5 @@
|
|
|
6
6
|
|
|
7
7
|
@import "../base/library.source.less";
|
|
8
8
|
@import "../../../../../sap/ui/core/themes/sap_horizon_hcb/base.less";
|
|
9
|
-
@import "../../../../../sap/ui/core/themes/sap_horizon_hcb/global.less";
|
|
9
|
+
@import "../../../../../sap/ui/core/themes/sap_horizon_hcb/global.less";
|
|
10
|
+
@import "./CodeEditor.less";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*
|
|
2
|
+
/ ============================================ /
|
|
3
|
+
/ CSS for control sap.ui.codeeditor/CodeEditor /
|
|
4
|
+
/ Horizon High Contrast White theme /
|
|
5
|
+
/ ============================================ /
|
|
6
|
+
*/
|
|
7
|
+
.sapCEdThemeDefault .ace_editor {
|
|
8
|
+
.ace_marker-layer .ace_selection {
|
|
9
|
+
background: #EAECEE;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -6,4 +6,5 @@
|
|
|
6
6
|
|
|
7
7
|
@import "../base/library.source.less";
|
|
8
8
|
@import "../../../../../sap/ui/core/themes/sap_horizon_hcw/base.less";
|
|
9
|
-
@import "../../../../../sap/ui/core/themes/sap_horizon_hcw/global.less";
|
|
9
|
+
@import "../../../../../sap/ui/core/themes/sap_horizon_hcw/global.less";
|
|
10
|
+
@import "./CodeEditor.less";
|
|
@@ -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.126.0</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-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.126.0</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-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.126.0</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-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.126.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast white theme library.</documentation>
|
|
12
12
|
|
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
.sapUiFormM .sapUiFormContainerTitle > .sapUiFormTitle {
|
|
25
25
|
height: 2.75rem;
|
|
26
26
|
line-height: 2.75rem;
|
|
27
|
-
font-weight: bold;
|
|
28
27
|
}
|
|
29
28
|
|
|
30
29
|
.sapUiSizeCompact .sapUiFormContainerTitle > .sapUiFormTitle {
|
|
@@ -48,14 +47,15 @@
|
|
|
48
47
|
}
|
|
49
48
|
|
|
50
49
|
/* FormContainer Titles are rendered using H5 level, but H6 size*/
|
|
51
|
-
.sapUiFormContainerTitle
|
|
52
|
-
.sapUiFormContainerTitle
|
|
53
|
-
.sapUiFormContainerTitle
|
|
54
|
-
.sapUiFormContainerTitle
|
|
55
|
-
.sapUiFormContainerTitle
|
|
56
|
-
.sapUiFormContainerTitle
|
|
50
|
+
.sapUiFormContainerTitle .sapUiFormTitleH1,
|
|
51
|
+
.sapUiFormContainerTitle .sapUiFormTitleH2,
|
|
52
|
+
.sapUiFormContainerTitle .sapUiFormTitleH3,
|
|
53
|
+
.sapUiFormContainerTitle .sapUiFormTitleH4,
|
|
54
|
+
.sapUiFormContainerTitle .sapUiFormTitleH5,
|
|
55
|
+
.sapUiFormContainerTitle .sapUiFormTitleH6 {
|
|
57
56
|
font-size: @sapMFontHeader6Size;
|
|
58
57
|
color: @sapUiGroupTitleTextColor;
|
|
58
|
+
font-weight: bold;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
/* Toolbar */
|
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
.sapUiFormM .sapUiFormContainerTitle > .sapUiFormTitle {
|
|
25
25
|
height: 2.75rem;
|
|
26
26
|
line-height: 2.75rem;
|
|
27
|
-
font-weight: bold;
|
|
28
27
|
}
|
|
29
28
|
|
|
30
29
|
.sapUiSizeCompact .sapUiFormContainerTitle > .sapUiFormTitle {
|
|
@@ -48,14 +47,15 @@
|
|
|
48
47
|
}
|
|
49
48
|
|
|
50
49
|
/* FormContainer Titles are rendered using H5 level, but H6 size*/
|
|
51
|
-
.sapUiFormContainerTitle
|
|
52
|
-
.sapUiFormContainerTitle
|
|
53
|
-
.sapUiFormContainerTitle
|
|
54
|
-
.sapUiFormContainerTitle
|
|
55
|
-
.sapUiFormContainerTitle
|
|
56
|
-
.sapUiFormContainerTitle
|
|
50
|
+
.sapUiFormContainerTitle .sapUiFormTitleH1,
|
|
51
|
+
.sapUiFormContainerTitle .sapUiFormTitleH2,
|
|
52
|
+
.sapUiFormContainerTitle .sapUiFormTitleH3,
|
|
53
|
+
.sapUiFormContainerTitle .sapUiFormTitleH4,
|
|
54
|
+
.sapUiFormContainerTitle .sapUiFormTitleH5,
|
|
55
|
+
.sapUiFormContainerTitle .sapUiFormTitleH6 {
|
|
57
56
|
font-size: @sapMFontHeader6Size;
|
|
58
57
|
color: @sapUiGroupTitleTextColor;
|
|
58
|
+
font-weight: bold;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
/* Toolbar */
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
.sapUiFormM .sapUiFormContainerTitle > .sapUiFormTitle {
|
|
14
14
|
height: 2.75rem;
|
|
15
15
|
line-height: 2.75rem;
|
|
16
|
-
font-weight: bold;
|
|
17
16
|
}
|
|
18
17
|
|
|
19
18
|
.sapUiSizeCompact .sapUiFormContainerTitle > .sapUiFormTitle {
|
|
@@ -33,14 +32,15 @@
|
|
|
33
32
|
}
|
|
34
33
|
|
|
35
34
|
/* FormContainer Titles are rendered using H5 level, but H6 size*/
|
|
36
|
-
.sapUiFormContainerTitle
|
|
37
|
-
.sapUiFormContainerTitle
|
|
38
|
-
.sapUiFormContainerTitle
|
|
39
|
-
.sapUiFormContainerTitle
|
|
40
|
-
.sapUiFormContainerTitle
|
|
41
|
-
.sapUiFormContainerTitle
|
|
35
|
+
.sapUiFormContainerTitle .sapUiFormTitleH1,
|
|
36
|
+
.sapUiFormContainerTitle .sapUiFormTitleH2,
|
|
37
|
+
.sapUiFormContainerTitle .sapUiFormTitleH3,
|
|
38
|
+
.sapUiFormContainerTitle .sapUiFormTitleH4,
|
|
39
|
+
.sapUiFormContainerTitle .sapUiFormTitleH5,
|
|
40
|
+
.sapUiFormContainerTitle .sapUiFormTitleH6 {
|
|
42
41
|
font-size: @sapMFontHeader6Size;
|
|
43
42
|
color: @sapUiGroupTitleTextColor;
|
|
43
|
+
font-weight: bold;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
/* Toolbar */
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
.sapUiFormM .sapUiFormContainerTitle > .sapUiFormTitle {
|
|
14
14
|
height: 2.75rem;
|
|
15
15
|
line-height: 2.75rem;
|
|
16
|
-
font-weight: bold;
|
|
17
16
|
}
|
|
18
17
|
|
|
19
18
|
.sapUiSizeCompact .sapUiFormContainerTitle > .sapUiFormTitle {
|
|
@@ -33,14 +32,15 @@
|
|
|
33
32
|
}
|
|
34
33
|
|
|
35
34
|
/* FormContainer Titles are rendered using H5 level, but H6 size*/
|
|
36
|
-
.sapUiFormContainerTitle
|
|
37
|
-
.sapUiFormContainerTitle
|
|
38
|
-
.sapUiFormContainerTitle
|
|
39
|
-
.sapUiFormContainerTitle
|
|
40
|
-
.sapUiFormContainerTitle
|
|
41
|
-
.sapUiFormContainerTitle
|
|
35
|
+
.sapUiFormContainerTitle .sapUiFormTitleH1,
|
|
36
|
+
.sapUiFormContainerTitle .sapUiFormTitleH2,
|
|
37
|
+
.sapUiFormContainerTitle .sapUiFormTitleH3,
|
|
38
|
+
.sapUiFormContainerTitle .sapUiFormTitleH4,
|
|
39
|
+
.sapUiFormContainerTitle .sapUiFormTitleH5,
|
|
40
|
+
.sapUiFormContainerTitle .sapUiFormTitleH6 {
|
|
42
41
|
font-size: @sapMFontHeader6Size;
|
|
43
42
|
color: @sapUiGroupTitleTextColor;
|
|
43
|
+
font-weight: bold;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
/* Toolbar */
|