@openui5/themelib_sap_belize 1.127.1 → 1.129.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +1 -1
- package/package.json +18 -18
- package/src/sap/f/themes/sap_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/SlideTile.less +2 -2
- 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 +5 -12
- 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/GenericTile.less +6 -8
- 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_base/QuickView.less +9 -5
- package/src/sap/m/themes/sap_belize_base/RatingIndicator.less +28 -38
- package/src/sap/m/themes/sap_belize_base/SlideTile.less +246 -10
- package/src/sap/m/themes/sap_belize_base/TileContent.less +34 -7
- package/src/sap/m/themes/sap_belize_base/Token.less +4 -4
- 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/SlideTile.less +2 -2
- 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/SlideTile.less +2 -2
- 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/base.less +511 -3
- package/src/sap/ui/core/themes/sap_belize/global.less +466 -0
- package/src/sap/ui/core/themes/sap_belize_base/global.less +457 -4
- package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/base.less +524 -16
- package/src/sap/ui/core/themes/sap_belize_hcb/global.less +466 -0
- package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/base.less +521 -13
- package/src/sap/ui/core/themes/sap_belize_hcw/global.less +466 -0
- package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_plus/base.less +113 -7
- package/src/sap/ui/table/themes/sap_belize_base/AnalyticalTable.less +0 -20
- 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
|
@@ -192,16 +192,34 @@ html.sap-tablet .sapMGTHvrOutln:active {
|
|
|
192
192
|
.sapMSTBulleted {
|
|
193
193
|
position: absolute;
|
|
194
194
|
text-align: center;
|
|
195
|
-
bottom: 0.
|
|
195
|
+
bottom: 0.0625rem;
|
|
196
196
|
width: 100%;
|
|
197
197
|
z-index: 1;
|
|
198
198
|
cursor: pointer;
|
|
199
|
+
display: flex;
|
|
200
|
+
justify-content: center;
|
|
201
|
+
align-items: center;
|
|
202
|
+
height: 1.5rem;
|
|
203
|
+
bottom: 0.25rem;
|
|
204
|
+
.sapMSTIndicatorWrapper {
|
|
205
|
+
display: flex;
|
|
206
|
+
max-width: 7.5rem;
|
|
207
|
+
overflow: hidden;
|
|
208
|
+
.sapMSTIndicatorTapArea {
|
|
209
|
+
min-width: 24px;
|
|
210
|
+
min-height: 24px;
|
|
211
|
+
display: flex;
|
|
212
|
+
align-items: center;
|
|
213
|
+
justify-content: center;
|
|
214
|
+
transition: transform 0.5s ease
|
|
215
|
+
}
|
|
216
|
+
}
|
|
199
217
|
}
|
|
200
218
|
|
|
201
|
-
.sapMSTBulleted
|
|
219
|
+
.sapMSTBulleted .sapMSTIndicator {
|
|
202
220
|
display: inline-block;
|
|
203
|
-
height: 0.
|
|
204
|
-
width: 0.
|
|
221
|
+
height: 0.5rem;
|
|
222
|
+
width: 0.5rem;
|
|
205
223
|
margin: 0 0.25rem;
|
|
206
224
|
border-radius: 50%;
|
|
207
225
|
}
|
|
@@ -261,12 +279,6 @@ html.sap-tablet .sapMST .sapMSTIconClickTapArea {
|
|
|
261
279
|
width: 3rem;
|
|
262
280
|
}
|
|
263
281
|
|
|
264
|
-
html.sap-desktop .sapMST:not(:hover).sapMST:not(:focus) .sapMSTIconDisplayArea,
|
|
265
|
-
html.sap-desktop .sapMST:not(:hover).sapMST:not(:focus) .sapMSTIconNestedArea,
|
|
266
|
-
html.sap-desktop .sapMST:not(:hover).sapMST:not(:focus) .sapMSTBulleted {
|
|
267
|
-
visibility: hidden;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
282
|
.sapMTileSmallPhone {
|
|
271
283
|
&.sapMST.OneByOne {
|
|
272
284
|
width: 9.25rem;
|
|
@@ -281,4 +293,228 @@ html.sap-desktop .sapMST:not(:hover).sapMST:not(:focus) .sapMSTBulleted {
|
|
|
281
293
|
&.sapMSTBulleted {
|
|
282
294
|
bottom: 0.188rem;
|
|
283
295
|
}
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.sapMST {
|
|
299
|
+
.sapMTileCnt.News {
|
|
300
|
+
.sapMNwCCTxt {
|
|
301
|
+
margin-top: 0;
|
|
302
|
+
.sapMFT {
|
|
303
|
+
display: -webkit-box;
|
|
304
|
+
-webkit-box-orient: vertical;
|
|
305
|
+
-webkit-line-clamp: 2;
|
|
306
|
+
overflow: hidden;
|
|
307
|
+
text-overflow: ellipsis;
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
.sapMNwCSbh {
|
|
311
|
+
.sapMFT {
|
|
312
|
+
text-overflow: ellipsis;
|
|
313
|
+
white-space: nowrap;
|
|
314
|
+
overflow: hidden;
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
&.sapMSTIndicatorVisible {
|
|
319
|
+
.sapMSTBulleted {
|
|
320
|
+
.sapMBtn {
|
|
321
|
+
.sapUiIcon {
|
|
322
|
+
color: @sapUiContentNonInteractiveIconColor;
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
.sapMGenericTileFtrFld {
|
|
327
|
+
top: 0.5rem;
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.sapMST.sapMSTIndicatorVisible.Stretch {
|
|
333
|
+
.sapMGenericTileFtrFldTxt {
|
|
334
|
+
.sapMText {
|
|
335
|
+
width: -webkit-calc(~'100% - 40px');
|
|
336
|
+
font-family: @sapFontBoldFamily;
|
|
337
|
+
font-size: @sapFontSize;
|
|
338
|
+
line-height: normal;
|
|
339
|
+
text-shadow: @sapContent_TextShadow;
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.sapMST.sapMSTIndicatorVisible.Stretch.sapMTileSmallPhone {
|
|
345
|
+
.sapMGenericTileFtrFldTxt {
|
|
346
|
+
.sapMText {
|
|
347
|
+
font-size: @sapFontSmallSize;
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.sapMST.sapMSTIndicatorVisible.TwoByOne {
|
|
353
|
+
.sapMGT.TwoByOne {
|
|
354
|
+
.sapMTileCnt.News {
|
|
355
|
+
height: 6.375rem;
|
|
356
|
+
margin-top: 0;
|
|
357
|
+
.sapMTileCntContent{
|
|
358
|
+
height: 3rem;
|
|
359
|
+
.sapMNwC {
|
|
360
|
+
max-height: 3rem;
|
|
361
|
+
.sapMNwCCTxt {
|
|
362
|
+
max-height: 2rem;
|
|
363
|
+
.sapMText {
|
|
364
|
+
font-size: @sapFontSize;
|
|
365
|
+
font-family: @sapFontBoldFamily;
|
|
366
|
+
}
|
|
367
|
+
.sapMFT {
|
|
368
|
+
font-size: @sapFontSize;
|
|
369
|
+
font-family: @sapFontBoldFamily;
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
.sapMTileCntFtrTxt {
|
|
375
|
+
bottom: 1.875rem;
|
|
376
|
+
font-family: @sapFontFamily;
|
|
377
|
+
font-size: @sapFontSmallSize;
|
|
378
|
+
line-height: normal;
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
.sapMSTBulleted {
|
|
383
|
+
bottom: 0.25rem;
|
|
384
|
+
}
|
|
385
|
+
.sapMGenericTileFtrFldTxt {
|
|
386
|
+
.sapMText {
|
|
387
|
+
width: 17.125rem;
|
|
388
|
+
font-family: @sapFontBoldFamily;
|
|
389
|
+
font-size: @sapFontSize;
|
|
390
|
+
line-height: normal;
|
|
391
|
+
text-shadow: @sapContent_TextShadow;
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.sapMST.sapMSTIndicatorVisible.OneByOne {
|
|
397
|
+
.sapMGT.OneByOne {
|
|
398
|
+
.sapMGTHdrContent {
|
|
399
|
+
height: 3.375rem;
|
|
400
|
+
padding: 0;
|
|
401
|
+
}
|
|
402
|
+
.sapMGTContent {
|
|
403
|
+
height: 7.625rem;
|
|
404
|
+
.sapMTileCnt.News {
|
|
405
|
+
height: 100%;
|
|
406
|
+
margin: 0;
|
|
407
|
+
.sapMTileCntContent{
|
|
408
|
+
margin: 0.5rem 0 0.5rem 0;
|
|
409
|
+
height: 2.625rem;
|
|
410
|
+
.sapMFT {
|
|
411
|
+
font-size: @sapFontSmallSize;
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
.sapMTileCntFtrTxt {
|
|
415
|
+
bottom: 3rem;
|
|
416
|
+
font-family: @sapFontFamily;
|
|
417
|
+
font-size: @sapFontSmallSize;
|
|
418
|
+
line-height: normal;
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
.sapMSTBulleted {
|
|
424
|
+
bottom: 1rem;
|
|
425
|
+
.sapMSTIndicatorWrapper {
|
|
426
|
+
max-width: 6rem;
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
.sapMGenericTileFtrFld {
|
|
430
|
+
display: flex;
|
|
431
|
+
flex-direction: column;
|
|
432
|
+
gap: 0.25rem;
|
|
433
|
+
.sapMGenericTileFtrFldTxt {
|
|
434
|
+
padding: 0;
|
|
435
|
+
.sapMText {
|
|
436
|
+
width: 7.8125rem;
|
|
437
|
+
font-family: @sapFontBoldFamily;
|
|
438
|
+
font-size: @sapFontSmallSize;
|
|
439
|
+
line-height: normal;
|
|
440
|
+
text-shadow: @sapContent_TextShadow;
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.sapMST.sapMSTIndicatorVisible.sapMTileSmallPhone.TwoByOne {
|
|
447
|
+
.sapMGT.TwoByOne {
|
|
448
|
+
.sapMGTHdrContent {
|
|
449
|
+
height: 3.1875rem;
|
|
450
|
+
padding: 0;
|
|
451
|
+
}
|
|
452
|
+
.sapMGTContent {
|
|
453
|
+
height: 6.125rem;
|
|
454
|
+
.sapMTileCnt.News {
|
|
455
|
+
height: 100%;
|
|
456
|
+
.sapMTileCntContent {
|
|
457
|
+
height: 2.5rem;
|
|
458
|
+
.sapMNwC {
|
|
459
|
+
height: 2.5rem;
|
|
460
|
+
.sapMNwCCTxt {
|
|
461
|
+
height: 1.75rem;
|
|
462
|
+
}
|
|
463
|
+
.sapMNwCSbh {
|
|
464
|
+
height: 14px;
|
|
465
|
+
}
|
|
466
|
+
.sapMFT {
|
|
467
|
+
font-size: @sapFontSmallSize;
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
.sapMTileCntFtrTxt {
|
|
473
|
+
bottom: 2.25rem;
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
.sapMSTBulleted {
|
|
478
|
+
bottom: 0.5rem;
|
|
479
|
+
}
|
|
480
|
+
.sapMGenericTileFtrFldTxt {
|
|
481
|
+
.sapMText {
|
|
482
|
+
width: 13.6875rem;
|
|
483
|
+
font-size: @sapFontSmallSize;
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
.sapMST.sapMSTIndicatorVisible.sapMTileSmallPhone.OneByOne {
|
|
489
|
+
.sapMGT.OneByOne {
|
|
490
|
+
.sapMGTContent {
|
|
491
|
+
height: 5.875rem;
|
|
492
|
+
.sapMTileCnt.News {
|
|
493
|
+
height: inherit;
|
|
494
|
+
margin-top: 0;
|
|
495
|
+
.sapMTileCntContent {
|
|
496
|
+
height: 2.625rem;
|
|
497
|
+
margin-bottom: 0.125rem;
|
|
498
|
+
.sapMNwC {
|
|
499
|
+
height: inherit;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
}
|
|
503
|
+
.sapMTileCntFtrTxt {
|
|
504
|
+
bottom: 1.6875rem
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
.sapMSTBulleted {
|
|
510
|
+
bottom: 0.25rem;
|
|
511
|
+
.sapMSTIndicatorWrapper {
|
|
512
|
+
max-width: 4.5rem;
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
.sapMGenericTileFtrFldTxt {
|
|
516
|
+
.sapMText {
|
|
517
|
+
width: 6.125rem;
|
|
518
|
+
}
|
|
519
|
+
}
|
|
284
520
|
}
|
|
@@ -146,6 +146,8 @@ html[dir=rtl] .sapMTileCntFtrTxt {
|
|
|
146
146
|
}
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
+
// Styles when the slide tile has only one tile inside it
|
|
150
|
+
|
|
149
151
|
.Stretch {
|
|
150
152
|
.sapMTileCnt.News.sapMTileFooterPresent{
|
|
151
153
|
.sapMTileCntContent {
|
|
@@ -173,18 +175,43 @@ html[dir=rtl] .sapMTileCntFtrTxt {
|
|
|
173
175
|
}
|
|
174
176
|
}
|
|
175
177
|
|
|
176
|
-
|
|
177
|
-
|
|
178
|
+
// Styles when the slide tile has only one tile inside it
|
|
179
|
+
|
|
180
|
+
.sapMST.sapMSTIndicatorVisible.Stretch {
|
|
181
|
+
.sapMTileCnt.News {
|
|
182
|
+
.sapMNwCCTxt,.sapMNwCSbh {
|
|
183
|
+
.sapMFT {
|
|
184
|
+
text-overflow: initial;
|
|
185
|
+
white-space: initial;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
&.sapMTileFooterPresent {
|
|
189
|
+
.sapMTileCntContent {
|
|
190
|
+
height: -webkit-calc(~'100% - 65px') !important;
|
|
191
|
+
}
|
|
192
|
+
}
|
|
178
193
|
.sapMTileCntContent {
|
|
179
|
-
height: -webkit-calc(~'100% -
|
|
194
|
+
height: -webkit-calc(~'100% - 51px') !important;
|
|
180
195
|
}
|
|
181
196
|
}
|
|
182
|
-
|
|
183
|
-
.
|
|
197
|
+
.sapMTileCntFtrTxt {
|
|
198
|
+
bottom: 1.875rem;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.sapMST.sapMSTIndicatorVisible.Stretch.sapMTileSmallPhone {
|
|
203
|
+
.sapMTileCnt.News {
|
|
204
|
+
&.sapMTileFooterPresent {
|
|
184
205
|
.sapMTileCntContent {
|
|
185
|
-
height: -webkit-calc(~'100% -
|
|
206
|
+
height: -webkit-calc(~'100% - 54px') !important;
|
|
186
207
|
}
|
|
187
208
|
}
|
|
209
|
+
.sapMTileCntContent {
|
|
210
|
+
height: -webkit-calc(~'100% - 40px') !important;
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
.sapMTileCntFtrTxt {
|
|
214
|
+
bottom: 1.875rem;
|
|
188
215
|
}
|
|
189
216
|
}
|
|
190
217
|
|
|
@@ -289,4 +316,4 @@ html[dir=rtl] .sapMTileCntFtrTxt {
|
|
|
289
316
|
content: "";
|
|
290
317
|
background-color: fade(@sapUiTileBackground, 80);
|
|
291
318
|
}
|
|
292
|
-
}
|
|
319
|
+
}
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
@_sap_m_Token_TokenPadding: 0.5rem;
|
|
7
7
|
@_sap_m_Token_TokenCompactPadding: 0.25rem;
|
|
8
8
|
@_sap_m_Token_LeftPadding: 0.375rem;
|
|
9
|
-
@
|
|
10
|
-
@
|
|
9
|
+
@_sap_m_Token_IconWidth: @sapMFontMediumSize + (2 * @_sap_m_Token_TokenPadding) - @_sap_m_Token_LeftPadding;
|
|
10
|
+
@_sap_m_Token_CompactIconWidth: @sapMFontSmallSize + @_sap_m_Token_TokenCompactPadding;
|
|
11
11
|
|
|
12
12
|
.sapMToken {
|
|
13
13
|
display: inline-block;
|
|
@@ -51,7 +51,7 @@ html.sap-desktop .sapMToken:not(.sapMTokenReadOnly):hover {
|
|
|
51
51
|
pointer-events: none;
|
|
52
52
|
|
|
53
53
|
line-height: 1.5rem;
|
|
54
|
-
max-width: calc(~"100% - " @
|
|
54
|
+
max-width: calc(~"100% - " @_sap_m_Token_IconWidth);
|
|
55
55
|
box-sizing: border-box;
|
|
56
56
|
}
|
|
57
57
|
|
|
@@ -60,7 +60,7 @@ html.sap-desktop .sapMToken:not(.sapMTokenReadOnly):hover {
|
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
.sapUiSizeCompact .sapMTokenText {
|
|
63
|
-
max-width: calc(~"100% - " @
|
|
63
|
+
max-width: calc(~"100% - " @_sap_m_Token_CompactIconWidth);
|
|
64
64
|
font-size: @sapMFontMediumSize;
|
|
65
65
|
}
|
|
66
66
|
|
|
@@ -21,12 +21,12 @@ html.sap-desktop .sapMST:focus:not([tabindex]) {
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
/* Bulleted indicator of multiple tiles*/
|
|
24
|
-
.sapMSTBulleted
|
|
24
|
+
.sapMSTBulleted .sapMSTIndicator {
|
|
25
25
|
background-color: @sapUiTileBackground;
|
|
26
26
|
border: 1px solid @sapUiTileBorderColor;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.sapMSTBulleted
|
|
29
|
+
.sapMSTBulleted .sapMSTIndicator.sapMSTActive {
|
|
30
30
|
background-color: @sapUiContentContrastIconColor;
|
|
31
31
|
}
|
|
32
32
|
|
|
@@ -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";
|
|
@@ -21,12 +21,12 @@ html.sap-desktop .sapMST:focus:not([tabindex]) {
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
/* Bulleted indicator of multiple tiles*/
|
|
24
|
-
.sapMSTBulleted
|
|
24
|
+
.sapMSTBulleted .sapMSTIndicator {
|
|
25
25
|
background-color: @sapUiTileBackground;
|
|
26
26
|
border: 1px solid @sapUiTileBorderColor;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.sapMSTBulleted
|
|
29
|
+
.sapMSTBulleted .sapMSTIndicator.sapMSTActive {
|
|
30
30
|
background-color: @sapUiContentContrastIconColor;
|
|
31
31
|
}
|
|
32
32
|
|
|
@@ -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.129.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize theme library.</documentation>
|
|
12
12
|
|