@openui5/themelib_sap_belize 1.127.0 → 1.128.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/package.json +18 -18
- package/src/sap/f/themes/sap_belize_base/Card.less +0 -20
- package/src/sap/m/themes/sap_belize/Dialog.less +1 -2
- package/src/sap/m/themes/sap_belize/NewsContent.less +0 -5
- package/src/sap/m/themes/sap_belize/SinglePlanningCalendarGrid.less +1 -0
- package/src/sap/m/themes/sap_belize/Token.less +5 -0
- package/src/sap/m/themes/sap_belize_base/ActionTile.less +29 -2
- package/src/sap/m/themes/sap_belize_base/ActionTileContent.less +4 -1
- package/src/sap/m/themes/sap_belize_base/Dialog.less +4 -5
- package/src/sap/m/themes/sap_belize_base/FeedContent.less +1 -1
- package/src/sap/m/themes/sap_belize_base/FeedListItem.less +0 -7
- package/src/sap/m/themes/sap_belize_base/HeaderContainer.less +0 -5
- package/src/sap/m/themes/sap_belize_base/ImageContent.less +0 -7
- package/src/sap/m/themes/sap_belize_base/MessageView.less +7 -0
- package/src/sap/m/themes/sap_belize_base/NumericContent.less +1 -21
- package/src/sap/m/themes/sap_belize_base/Popover.less +1 -2
- package/src/sap/m/themes/sap_belize_hcb/Dialog.less +1 -1
- package/src/sap/m/themes/sap_belize_hcb/HeaderContainer.less +0 -5
- package/src/sap/m/themes/sap_belize_hcb/library.source.less +0 -4
- package/src/sap/m/themes/sap_belize_hcw/Dialog.less +1 -1
- package/src/sap/m/themes/sap_belize_hcw/HeaderContainer.less +0 -5
- package/src/sap/m/themes/sap_belize_hcw/library.source.less +0 -3
- package/src/sap/ui/codeeditor/themes/sap_belize_base/library.source.less +123 -0
- package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
- package/src/sap/uxap/themes/sap_belize_base/ObjectPageLayout.less +13 -0
- package/src/sap/m/themes/sap_belize_hcb/FeedContent.less +0 -8
- package/src/sap/m/themes/sap_belize_hcb/ImageContent.less +0 -8
- package/src/sap/m/themes/sap_belize_hcb/NewsContent.less +0 -9
- package/src/sap/m/themes/sap_belize_hcb/NumericContent.less +0 -8
- package/src/sap/m/themes/sap_belize_hcw/FeedContent.less +0 -8
- package/src/sap/m/themes/sap_belize_hcw/NewsContent.less +0 -9
- package/src/sap/m/themes/sap_belize_hcw/NumericContent.less +0 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_belize",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.128.0",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_belize",
|
|
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.128.0",
|
|
18
|
+
"@openui5/sap.m": "1.128.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.128.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.128.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.128.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.128.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.128.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.128.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.128.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.128.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.128.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.128.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.128.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.128.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.128.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.128.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.128.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -570,26 +570,6 @@ ui-integration-card.sapFCardFocusFullCard > [data-sap-ui-area] > .sapFCard {
|
|
|
570
570
|
outline: none;
|
|
571
571
|
}
|
|
572
572
|
|
|
573
|
-
.sapFCard.sapMBadge .sapMBadgeIndicator {
|
|
574
|
-
padding: 0 0.5rem;
|
|
575
|
-
top: -0.6125rem;
|
|
576
|
-
right: 0;
|
|
577
|
-
height: auto;
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
.sapFCard.sapMBadge .sapMBadgeIndicator:after {
|
|
581
|
-
background: @_sap_f_Card_Badge_Background;
|
|
582
|
-
color: @_sap_f_Card_Badge_Color;
|
|
583
|
-
border: @_sap_f_Card_Badge_Border;
|
|
584
|
-
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
.sapFCard.sapMBadge .sapMBadgeIndicator:before {
|
|
588
|
-
background: @_sap_f_Card_Badge_Background;
|
|
589
|
-
color: @_sap_f_Card_Badge_Color;
|
|
590
|
-
border: @_sap_f_Card_Badge_Border;
|
|
591
|
-
}
|
|
592
|
-
|
|
593
573
|
.sapFCardExperimentalCaching {
|
|
594
574
|
.sapFCardDataTimestamp {
|
|
595
575
|
min-width: 100px;
|
|
@@ -152,6 +152,7 @@ html .sapMSinglePC .sapMSinglePCAppointmentWrap .sapUiCalendarApp.sapUiCalendarA
|
|
|
152
152
|
|
|
153
153
|
.sapMSinglePCColumnWeekend,
|
|
154
154
|
.sapMSinglePCNonWorkingRow,
|
|
155
|
+
.sapMSinglePCNonWorkingPeriod,
|
|
155
156
|
.sapMSinglePCRowHeaders {
|
|
156
157
|
background-color: darken(@sapUiListBackground, 3);
|
|
157
158
|
}
|
|
@@ -25,4 +25,9 @@ html.sap-desktop .sapMToken:focus {
|
|
|
25
25
|
|
|
26
26
|
html.sap-desktop .sapMToken.sapMTokenSelected:focus {
|
|
27
27
|
outline: 1px dotted @sapUiContentContrastFocusColor;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.sapUiSizeCompact .sapMToken .sapMTokenIcon {
|
|
31
|
+
line-height: 1.25rem;
|
|
32
|
+
padding: 0 0.375rem;
|
|
28
33
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
.sapMAT{
|
|
7
7
|
width: 20rem;
|
|
8
|
-
height:
|
|
8
|
+
height: 23.125rem;
|
|
9
9
|
border-radius: @sapTile_BorderCornerRadius;
|
|
10
10
|
position: relative;
|
|
11
11
|
padding: 1rem;
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
.sapMAT.sapMATHideActionButton {
|
|
141
|
-
height:
|
|
141
|
+
height: 20.75rem;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
.sapMAT:hover {
|
|
@@ -211,6 +211,24 @@
|
|
|
211
211
|
}
|
|
212
212
|
.sapMATIconFrame {
|
|
213
213
|
flex-shrink: 0;
|
|
214
|
+
|
|
215
|
+
&.sapMGTIconFrameBadge{
|
|
216
|
+
align-self: start;
|
|
217
|
+
|
|
218
|
+
.sapFAvatarBadgeIconActiveArea {
|
|
219
|
+
height: 3rem;
|
|
220
|
+
width: 3rem;
|
|
221
|
+
|
|
222
|
+
.sapFAvatarBadgeIcon {
|
|
223
|
+
height: 1.125rem;
|
|
224
|
+
width: 1.125rem;
|
|
225
|
+
|
|
226
|
+
.sapUiIcon {
|
|
227
|
+
font-size: 0.75rem;
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
}
|
|
214
232
|
}
|
|
215
233
|
}
|
|
216
234
|
}
|
|
@@ -239,10 +257,12 @@
|
|
|
239
257
|
height: auto;
|
|
240
258
|
display: inline-flex;
|
|
241
259
|
flex-direction: column;
|
|
260
|
+
padding-bottom: 0.4375rem;
|
|
242
261
|
.sapMGTContent {
|
|
243
262
|
height: auto;
|
|
244
263
|
.sapMATC {
|
|
245
264
|
height: auto;
|
|
265
|
+
margin-bottom: 1.0625rem;
|
|
246
266
|
}
|
|
247
267
|
.sapMTileCnt {
|
|
248
268
|
height: auto;
|
|
@@ -276,6 +296,7 @@
|
|
|
276
296
|
top: 0.1875rem;
|
|
277
297
|
}
|
|
278
298
|
&.sapMATHideActionButton {
|
|
299
|
+
padding-bottom: 1rem;
|
|
279
300
|
.sapMTileCntContent {
|
|
280
301
|
.sapMFT {
|
|
281
302
|
span {
|
|
@@ -288,6 +309,12 @@
|
|
|
288
309
|
}
|
|
289
310
|
}
|
|
290
311
|
}
|
|
312
|
+
.sapMGTContent {
|
|
313
|
+
height: auto;
|
|
314
|
+
.sapMATC {
|
|
315
|
+
margin-bottom: 0;
|
|
316
|
+
}
|
|
317
|
+
}
|
|
291
318
|
}
|
|
292
319
|
}
|
|
293
320
|
|
|
@@ -3,12 +3,15 @@
|
|
|
3
3
|
/* Base theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
.sapMATC {
|
|
6
|
-
height: 14.
|
|
6
|
+
height: 14.6875rem;
|
|
7
7
|
overflow: hidden;
|
|
8
8
|
.sapMTilePriorityValue {
|
|
9
9
|
font-size: 0.875rem;
|
|
10
10
|
font-weight: 400;
|
|
11
11
|
margin-bottom: 1rem;
|
|
12
|
+
height: 1.625rem;
|
|
13
|
+
display: flex;
|
|
14
|
+
align-items: center;
|
|
12
15
|
&.High {
|
|
13
16
|
color: @sapNegativeTextColor;
|
|
14
17
|
}
|
|
@@ -290,7 +290,7 @@ html.sap-desktop .sapMDialog {
|
|
|
290
290
|
-webkit-transition: none;
|
|
291
291
|
}
|
|
292
292
|
|
|
293
|
-
.
|
|
293
|
+
.sapMDialogResizeHandle {
|
|
294
294
|
bottom: 0;
|
|
295
295
|
cursor: se-resize;
|
|
296
296
|
position: absolute;
|
|
@@ -299,10 +299,9 @@ html.sap-desktop .sapMDialog {
|
|
|
299
299
|
z-index: 2;
|
|
300
300
|
line-height: 1rem;
|
|
301
301
|
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
top: 0;
|
|
302
|
+
.sapMDialogResizeHandleIcon {
|
|
303
|
+
display: block;
|
|
304
|
+
cursor: inherit;
|
|
306
305
|
}
|
|
307
306
|
}
|
|
308
307
|
|
|
@@ -263,13 +263,6 @@ html.sap-phone .sapMFeedListItemText {
|
|
|
263
263
|
word-wrap: break-word;
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
-
.sapMFeedListItemImageInactive:focus,
|
|
267
|
-
.sapMFeedListItemImage:focus {
|
|
268
|
-
outline-style: dotted;
|
|
269
|
-
outline-color: @sapUiContentFocusColor;
|
|
270
|
-
outline-width: 0.0625rem;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
266
|
html.sap-tablet .sapMFeedListItem .sapMLnk:focus {
|
|
274
267
|
outline-style: dotted;
|
|
275
268
|
outline-color: @sapUiContentFocusColor;
|
|
@@ -267,11 +267,6 @@ html.sap-tablet:not(.sap-desktop) .sapMHrdrBottomPadding .sapMHdrCntrCntr.Vertic
|
|
|
267
267
|
background-color: @sapUiObjectHeaderBackground;
|
|
268
268
|
}
|
|
269
269
|
|
|
270
|
-
html.sap-desktop .sapMHrdrCntrInner:focus {
|
|
271
|
-
outline: none;
|
|
272
|
-
border: 1px dotted @sapUiContentFocusColor;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
270
|
@media (min-width:320px) and (max-width:599px){
|
|
276
271
|
.sapMHdrCntrCntr.Horizontal .sapMHrdrCntrInner {
|
|
277
272
|
margin-left: 0rem !important;
|
|
@@ -23,13 +23,6 @@
|
|
|
23
23
|
right: auto;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
html.sap-desktop .sapMImageContent:focus {
|
|
28
|
-
outline-color: @sapUiContentFocusColor;
|
|
29
|
-
outline-style: dotted;
|
|
30
|
-
outline-width: 1px;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
26
|
html.sap-desktop .sapMImageContent:focus:not([tabindex]) {
|
|
34
27
|
outline: none;
|
|
35
28
|
}
|
|
@@ -205,7 +205,7 @@ html[dir=rtl] .sapMNCValue {
|
|
|
205
205
|
}
|
|
206
206
|
|
|
207
207
|
.sapMNC:focus {
|
|
208
|
-
outline:
|
|
208
|
+
outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
.sapMNC:focus:not([tabindex]) {
|
|
@@ -267,26 +267,6 @@ html[dir=rtl] .sapMNCValue {
|
|
|
267
267
|
}
|
|
268
268
|
}
|
|
269
269
|
|
|
270
|
-
.sapMNCContentPlaceholder {
|
|
271
|
-
outline: none;
|
|
272
|
-
width: 300px;
|
|
273
|
-
height: 100px;
|
|
274
|
-
box-shadow: 0 2px 8px 0 rgba(0,0,0,0.10), 0 0 0 1px rgba(0,0,0,0.10);
|
|
275
|
-
border-radius: 4px;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.sapMNCContentPlaceholder:focus::before {
|
|
279
|
-
content: '';
|
|
280
|
-
display: block;
|
|
281
|
-
position: absolute;
|
|
282
|
-
left: 1px;
|
|
283
|
-
bottom: 1px;
|
|
284
|
-
right: 1px;
|
|
285
|
-
top: 1px;
|
|
286
|
-
border: 1px dotted @sapUiContentFocusColor;
|
|
287
|
-
pointer-events: none;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
270
|
.sapMNCContentShimmerPlaceholderItem {
|
|
291
271
|
padding: 1rem 1rem 0 1rem;
|
|
292
272
|
box-sizing: border-box;
|
|
@@ -73,7 +73,6 @@
|
|
|
73
73
|
outline: none;
|
|
74
74
|
max-width: 100%;
|
|
75
75
|
max-height: 100%;
|
|
76
|
-
overflow: hidden;
|
|
77
76
|
background: @sapUiGroupContentBackground;
|
|
78
77
|
border: none;
|
|
79
78
|
box-shadow: @sapUiContentShadow2;
|
|
@@ -301,7 +300,7 @@ html[data-sap-ui-browser^="sf"] .sapMPopover {
|
|
|
301
300
|
}
|
|
302
301
|
|
|
303
302
|
/* mixin call for creating container content padding classes (arguments: rootContainer, contentSelector) */
|
|
304
|
-
.sapUiContainerContentPadding(~".sapMPopover", ~"
|
|
303
|
+
.sapUiContainerContentPadding(~".sapMPopover", ~".sapMPopoverCont > .sapMPopoverScroll");
|
|
305
304
|
|
|
306
305
|
.sapMPopoverResizeHandle {
|
|
307
306
|
transform: rotate(270deg);
|
|
@@ -32,7 +32,6 @@
|
|
|
32
32
|
@import "DateRangeSelection.less";
|
|
33
33
|
@import "DateTimePicker.less";
|
|
34
34
|
@import "Dialog.less";
|
|
35
|
-
@import "FeedContent.less";
|
|
36
35
|
@import "FeedInput.less";
|
|
37
36
|
@import "FeedListItem.less";
|
|
38
37
|
@import "GenericTag.less";
|
|
@@ -41,7 +40,6 @@
|
|
|
41
40
|
@import "IconTabBar.less";
|
|
42
41
|
@import "IconTabBarSelectList.less";
|
|
43
42
|
@import "Image.less";
|
|
44
|
-
@import "ImageContent.less";
|
|
45
43
|
@import "Input.less";
|
|
46
44
|
@import "InputBase.less";
|
|
47
45
|
@import "MessageBox.less";
|
|
@@ -61,10 +59,8 @@
|
|
|
61
59
|
@import "MessageStrip.less";
|
|
62
60
|
@import "MultiInput.less";
|
|
63
61
|
@import "MultiComboBox.less";
|
|
64
|
-
@import "NewsContent.less";
|
|
65
62
|
@import "NotificationListBase.less";
|
|
66
63
|
@import "NotificationListGroup.less";
|
|
67
|
-
@import "NumericContent.less";
|
|
68
64
|
@import "ObjectAttribute.less";
|
|
69
65
|
@import "ObjectHeader.less";
|
|
70
66
|
@import "ObjectIdentifier.less";
|
|
@@ -32,7 +32,6 @@
|
|
|
32
32
|
@import "DateRangeSelection.less";
|
|
33
33
|
@import "DateTimePicker.less";
|
|
34
34
|
@import "Dialog.less";
|
|
35
|
-
@import "FeedContent.less";
|
|
36
35
|
@import "FeedInput.less";
|
|
37
36
|
@import "FeedListItem.less";
|
|
38
37
|
@import "GenericTag.less";
|
|
@@ -61,10 +60,8 @@
|
|
|
61
60
|
@import "MessageStrip.less";
|
|
62
61
|
@import "MultiComboBox.less";
|
|
63
62
|
@import "MultiInput.less";
|
|
64
|
-
@import "NewsContent.less";
|
|
65
63
|
@import "NotificationListBase.less";
|
|
66
64
|
@import "NotificationListGroup.less";
|
|
67
|
-
@import "NumericContent.less";
|
|
68
65
|
@import "ObjectAttribute.less";
|
|
69
66
|
@import "ObjectHeader.less";
|
|
70
67
|
@import "ObjectIdentifier.less";
|
|
@@ -21,3 +21,126 @@
|
|
|
21
21
|
.ace_text-input {
|
|
22
22
|
position: absolute !important;
|
|
23
23
|
}
|
|
24
|
+
|
|
25
|
+
.sapCEdThemeDefault .ace_editor {
|
|
26
|
+
background-color: @sapField_Background;
|
|
27
|
+
color: @sapField_TextColor;
|
|
28
|
+
font-family: "72 Mono", 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'Source Code Pro', 'source-code-pro', monospace;
|
|
29
|
+
|
|
30
|
+
.ace_gutter {
|
|
31
|
+
background: @sapField_ReadOnly_Background;
|
|
32
|
+
color: @sapField_TextColor;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.ace_print-margin {
|
|
36
|
+
width: 1px;
|
|
37
|
+
background: @sapField_ReadOnly_Background;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.ace_cursor {
|
|
41
|
+
color: @sapField_TextColor;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.ace_marker-layer .ace_selection {
|
|
45
|
+
background: @sapField_ReadOnly_Background;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.ace_marker-layer .ace_bracket {
|
|
49
|
+
margin: -1px 0 0 -1px;
|
|
50
|
+
border: 1px solid @sapField_SuccessColor;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.ace_marker-layer .ace_active-line {
|
|
54
|
+
background: transparent;
|
|
55
|
+
/* no indication for better contrast */
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.ace_gutter-active-line {
|
|
59
|
+
background-color: @sapField_SuccessBackground;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.ace_keyword,
|
|
63
|
+
.ace_meta,
|
|
64
|
+
.ace_storage,
|
|
65
|
+
.ace_storage.ace_type,
|
|
66
|
+
.ace_support.ace_type {
|
|
67
|
+
color: @sapUiLegend10;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.ace_keyword.ace_operator {
|
|
71
|
+
color: @sapUiLegend7;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.ace_constant.ace_character,
|
|
75
|
+
.ace_constant.ace_language,
|
|
76
|
+
.ace_constant.ace_numeric,
|
|
77
|
+
.ace_keyword.ace_other.ace_unit,
|
|
78
|
+
.ace_support.ace_constant,
|
|
79
|
+
.ace_variable.ace_parameter {
|
|
80
|
+
color: @sapUiLegend12;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.ace_constant.ace_other {
|
|
84
|
+
color: @sapUiLegend4;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.ace_fold {
|
|
88
|
+
background-color: @sapUiLegend20;
|
|
89
|
+
border-color: @sapUiLegend20;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.ace_entity.ace_name.ace_function,
|
|
93
|
+
.ace_support.ace_function {
|
|
94
|
+
color: @sapUiLegend6;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.ace_support.ace_class,
|
|
98
|
+
.ace_support.ace_type {
|
|
99
|
+
color: @sapUiLegend3;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.ace_heading,
|
|
103
|
+
.ace_markup.ace_heading,
|
|
104
|
+
.ace_string {
|
|
105
|
+
color: @sapUiLegend18;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.ace_entity.ace_name.ace_tag,
|
|
109
|
+
.ace_entity.ace_other.ace_attribute-name,
|
|
110
|
+
.ace_meta.ace_tag,
|
|
111
|
+
.ace_string.ace_regexp,
|
|
112
|
+
.ace_variable {
|
|
113
|
+
color: @sapUiLegend2;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.ace_comment {
|
|
117
|
+
color: @sapUiLegend9;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.ace_marker-layer .ace_error_bracket {
|
|
121
|
+
border-color: @sapField_InvalidColor;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.ace_fold-widget {
|
|
125
|
+
background-color: @sapField_SuccessBackground;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.ace_fold-widget:hover {
|
|
129
|
+
border-color: @sapField_SuccessColor;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.ace_indent-guide {
|
|
133
|
+
position: relative;
|
|
134
|
+
|
|
135
|
+
&::after {
|
|
136
|
+
content: " ";
|
|
137
|
+
position: absolute;
|
|
138
|
+
top: 0.0625rem;
|
|
139
|
+
right: 0;
|
|
140
|
+
left: 0;
|
|
141
|
+
bottom: 0;
|
|
142
|
+
border-inline-end: 0.0625rem dotted @sapField_SuccessColor;
|
|
143
|
+
margin-inline-end: -0.0625rem;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}
|
|
@@ -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.128.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize 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.128.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize 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.128.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize high contrast white 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.128.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize plus theme library.</documentation>
|
|
12
12
|
|
|
@@ -154,6 +154,19 @@ body > .sapUxAPObjectPageLayout,
|
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
+
// anchorBar
|
|
158
|
+
.sapUxAPObjectPageLayoutTitleClickEnabled .sapUxAPObjectPageNavigation .sapMITH,
|
|
159
|
+
.sapUxAPObjectPageLayoutHeaderPinnable .sapUxAPObjectPageNavigation .sapMITH {
|
|
160
|
+
margin-top: 0.8125rem;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.sapUiSizeCompact {
|
|
164
|
+
.sapUxAPObjectPageLayoutTitleClickEnabled .sapUxAPObjectPageNavigation .sapMITH,
|
|
165
|
+
.sapUxAPObjectPageLayoutHeaderPinnable .sapUxAPObjectPageNavigation .sapMITH {
|
|
166
|
+
margin-top: 0.5rem;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
|
|
157
170
|
// footer
|
|
158
171
|
.sapUxAPObjectPageLayout {
|
|
159
172
|
.sapUxAPObjectPageFooter {
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/* ================================== */
|
|
2
|
-
/* CSS for control sap.m/NewsContent */
|
|
3
|
-
/* Belize High Contrast Black theme */
|
|
4
|
-
/* ================================== */
|
|
5
|
-
|
|
6
|
-
html.sap-desktop .sapMNwC:focus {
|
|
7
|
-
outline: 2px dotted @sapUiContentFocusColor;
|
|
8
|
-
outline-offset: 1px;
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/* ================================== */
|
|
2
|
-
/* CSS for control sap.m/NewsContent */
|
|
3
|
-
/* Belize High Contrast White theme */
|
|
4
|
-
/* ================================== */
|
|
5
|
-
|
|
6
|
-
html.sap-desktop .sapMNwC:focus {
|
|
7
|
-
outline: 2px dotted @sapUiContentFocusColor;
|
|
8
|
-
outline-offset: 1px;
|
|
9
|
-
}
|