@openui5/themelib_sap_belize 1.94.0 → 1.97.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 +12 -12
- package/THIRDPARTY.txt +21 -17
- package/package.json +18 -18
- package/src/sap/m/themes/sap_belize/InputBase.less +25 -0
- package/src/sap/m/themes/sap_belize/NewsContent.less +1 -1
- package/src/sap/m/themes/sap_belize/ObjectStatus.less +0 -2
- package/src/sap/m/themes/sap_belize_hcb/ComboBox.less +9 -0
- package/src/sap/m/themes/sap_belize_hcb/Input.less +8 -0
- package/src/sap/m/themes/sap_belize_hcb/InputBase.less +25 -0
- package/src/sap/m/themes/sap_belize_hcb/MultiComboBox.less +12 -0
- package/src/sap/m/themes/sap_belize_hcb/ObjectStatus.less +2 -2
- package/src/sap/m/themes/sap_belize_hcb/ProgressIndicator.less +4 -4
- package/src/sap/m/themes/sap_belize_hcb/SinglePlanningCalendarGrid.less +4 -4
- package/src/sap/m/themes/sap_belize_hcb/ValueStateHeader.less +3 -0
- package/src/sap/m/themes/sap_belize_hcb/WizardProgressNavigator.less +0 -4
- package/src/sap/m/themes/sap_belize_hcb/library.source.less +4 -0
- package/src/sap/m/themes/sap_belize_hcw/ComboBox.less +9 -0
- package/src/sap/m/themes/sap_belize_hcw/Input.less +8 -0
- package/src/sap/m/themes/sap_belize_hcw/InputBase.less +25 -0
- package/src/sap/m/themes/sap_belize_hcw/MultiComboBox.less +12 -0
- package/src/sap/m/themes/sap_belize_hcw/ObjectStatus.less +2 -2
- package/src/sap/m/themes/sap_belize_hcw/ProgressIndicator.less +4 -4
- package/src/sap/m/themes/sap_belize_hcw/ValueStateHeader.less +3 -0
- package/src/sap/m/themes/sap_belize_hcw/WizardProgressNavigator.less +0 -4
- package/src/sap/m/themes/sap_belize_hcw/library.source.less +4 -0
- package/src/sap/tnt/themes/sap_belize/InfoLabel.less +3 -1
- package/src/sap/tnt/themes/sap_belize_hcb/InfoLabel.less +9 -8
- package/src/sap/tnt/themes/sap_belize_hcw/InfoLabel.less +9 -8
- package/src/sap/ui/commons/themes/sap_belize/img/tree/TreeNode_Coll.gif +0 -0
- package/src/sap/ui/commons/themes/sap_belize/img/tree/TreeNode_Exp.gif +0 -0
- package/src/sap/ui/commons/themes/sap_belize/img-RTL/tree/TreeNode_Coll.gif +0 -0
- package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize/base.less +150 -203
- package/src/sap/ui/core/themes/sap_belize/global.less +34 -0
- package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/base.less +99 -212
- package/src/sap/ui/core/themes/sap_belize_hcb/global.less +34 -0
- package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/base.less +99 -212
- package/src/sap/ui/core/themes/sap_belize_hcw/global.less +34 -0
- package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_plus/base.less +7 -120
- package/src/sap/ui/unified/themes/sap_belize/FileUploader.less +16 -16
- package/src/sap/uxap/themes/sap_belize/ObjectPageSection.less +4 -0
- package/src/sap/uxap/themes/sap_belize_hcb/ObjectPageSection.less +4 -0
- package/src/sap/uxap/themes/sap_belize_hcw/ObjectPageSection.less +4 -0
- package/ui5.yaml +1 -1
|
@@ -1,12 +1,13 @@
|
|
|
1
|
+
// /**
|
|
2
|
+
// * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
3
|
+
// * Theming Engine 1.51.0
|
|
4
|
+
// * data:{"sModified":"2021-10-12T13:35:50Z"}
|
|
5
|
+
// */
|
|
1
6
|
|
|
2
|
-
/******************* FILE /Base/baseLib/sap_belize_hcw/base.less *******************/
|
|
3
7
|
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.1.34) *******************/
|
|
4
9
|
|
|
5
10
|
|
|
6
|
-
// =====================================
|
|
7
|
-
// Theme Specifics/Internals
|
|
8
|
-
// =====================================
|
|
9
|
-
|
|
10
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
11
12
|
@sapContent_GridSize: 1rem;
|
|
12
13
|
|
|
@@ -15,13 +16,6 @@
|
|
|
15
16
|
// [Tags "ThemeSpecific", "Base", "Shell", "Color", "Protected"]
|
|
16
17
|
@sapShell_BackgroundPatternColor: @sapBackgroundColor;
|
|
17
18
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
// =====================================
|
|
22
|
-
// High Contrast
|
|
23
|
-
// =====================================
|
|
24
|
-
|
|
25
19
|
// [Label "High-Contrast Standard Background"]
|
|
26
20
|
// [Description "The high-contrast reference background color for most backgrounds."]
|
|
27
21
|
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
@@ -92,13 +86,6 @@
|
|
|
92
86
|
// [Tags "Base", "SemanticColor", "Color", "HighContrast"]
|
|
93
87
|
@sapHC_NeutralColor: #000;
|
|
94
88
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
// =====================================
|
|
99
|
-
// Quick
|
|
100
|
-
// =====================================
|
|
101
|
-
|
|
102
89
|
// [Tags "!Protected"]
|
|
103
90
|
@sapBrandColor: @sapHC_HighlightBackground;
|
|
104
91
|
|
|
@@ -150,13 +137,6 @@
|
|
|
150
137
|
// [Tags "!Protected"]
|
|
151
138
|
@sapTitleColor: @sapTextColor;
|
|
152
139
|
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
// =====================================
|
|
157
|
-
// Error Semantics
|
|
158
|
-
// =====================================
|
|
159
|
-
|
|
160
140
|
// [Tags "!Protected"]
|
|
161
141
|
@sapNegativeColor: @sapHC_NegativeColor;
|
|
162
142
|
|
|
@@ -244,13 +224,6 @@
|
|
|
244
224
|
// [Tags "!Protected"]
|
|
245
225
|
@sapNeutralBorderColor: @sapNeutralColor;
|
|
246
226
|
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
// =====================================
|
|
251
|
-
// Element Metrics
|
|
252
|
-
// =====================================
|
|
253
|
-
|
|
254
227
|
// [Tags "Protected"]
|
|
255
228
|
@sapElement_LineHeight: 3 * @sapContent_GridSize;
|
|
256
229
|
|
|
@@ -275,13 +248,6 @@
|
|
|
275
248
|
// [Tags "Protected"]
|
|
276
249
|
@sapElement_Condensed_Height: 1.375 * @sapContent_GridSize;
|
|
277
250
|
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
// =====================================
|
|
282
|
-
// Content
|
|
283
|
-
// =====================================
|
|
284
|
-
|
|
285
251
|
// [Tags "!Protected"]
|
|
286
252
|
@sapContent_LineHeight: 1.4;
|
|
287
253
|
|
|
@@ -360,6 +326,27 @@
|
|
|
360
326
|
// [Tags "!Protected"]
|
|
361
327
|
@sapContent_HeaderShadow: inset 0 -0.125rem @sapObjectHeader_BorderColor;
|
|
362
328
|
|
|
329
|
+
// [Tags "!Protected"]
|
|
330
|
+
@sapContent_Interaction_Shadow: none;
|
|
331
|
+
|
|
332
|
+
// [Tags "!Protected"]
|
|
333
|
+
@sapContent_Selected_Shadow: none;
|
|
334
|
+
|
|
335
|
+
// [Tags "!Protected"]
|
|
336
|
+
@sapContent_Negative_Shadow: none;
|
|
337
|
+
|
|
338
|
+
// [Tags "!Protected"]
|
|
339
|
+
@sapContent_Critical_Shadow: none;
|
|
340
|
+
|
|
341
|
+
// [Tags "!Protected"]
|
|
342
|
+
@sapContent_Positive_Shadow: none;
|
|
343
|
+
|
|
344
|
+
// [Tags "!Protected"]
|
|
345
|
+
@sapContent_Informative_Shadow: none;
|
|
346
|
+
|
|
347
|
+
// [Tags "!Protected"]
|
|
348
|
+
@sapContent_Neutral_Shadow: none;
|
|
349
|
+
|
|
363
350
|
// [Tags "!Protected"]
|
|
364
351
|
@sapContent_SearchHighlightColor: @sapHighlightColor;
|
|
365
352
|
|
|
@@ -419,36 +406,26 @@
|
|
|
419
406
|
|
|
420
407
|
// [Tags "!Protected"]
|
|
421
408
|
@sapContent_Selected_ForegroundColor: @sapHC_StandardForeground;
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
// =====================================
|
|
427
|
-
// Content Illustrative Colors
|
|
428
|
-
// =====================================
|
|
429
|
-
|
|
430
409
|
@sapContent_Illustrative_Color1: #212628;
|
|
431
|
-
|
|
432
410
|
@sapContent_Illustrative_Color2: #434e56;
|
|
433
|
-
|
|
434
411
|
@sapContent_Illustrative_Color3: #62737c;
|
|
435
|
-
|
|
436
412
|
@sapContent_Illustrative_Color4: #030303;
|
|
437
|
-
|
|
438
413
|
@sapContent_Illustrative_Color5: #9da4aa;
|
|
439
|
-
|
|
440
414
|
@sapContent_Illustrative_Color6: #c6cace;
|
|
441
|
-
|
|
442
415
|
@sapContent_Illustrative_Color7: #e7e9ea;
|
|
443
|
-
|
|
444
416
|
@sapContent_Illustrative_Color8: #fff;
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
417
|
+
@sapContent_Illustrative_Color9: #64edd2;
|
|
418
|
+
@sapContent_Illustrative_Color10: #ebf8ff;
|
|
419
|
+
@sapContent_Illustrative_Color11: #f31ded;
|
|
420
|
+
@sapContent_Illustrative_Color12: #5dc122;
|
|
421
|
+
@sapContent_Illustrative_Color13: #005dc9;
|
|
422
|
+
@sapContent_Illustrative_Color14: #004da5;
|
|
423
|
+
@sapContent_Illustrative_Color15: #cc7400;
|
|
424
|
+
@sapContent_Illustrative_Color16: #3b0ac6;
|
|
425
|
+
@sapContent_Illustrative_Color17: #00a58a;
|
|
426
|
+
@sapContent_Illustrative_Color18: #d1efff;
|
|
427
|
+
@sapContent_Illustrative_Color19: #b8e6ff;
|
|
428
|
+
@sapContent_Illustrative_Color20: #9eddff;
|
|
452
429
|
|
|
453
430
|
// [Tags "!Protected"]
|
|
454
431
|
@sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
@@ -456,6 +433,9 @@
|
|
|
456
433
|
// [Tags "!Protected"]
|
|
457
434
|
@sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
458
435
|
|
|
436
|
+
// [Tags "!Protected"]
|
|
437
|
+
@sapFontBlackFamily: "72Black", "72", "72full", Arial, Helvetica, sans-serif;
|
|
438
|
+
|
|
459
439
|
// [Tags "!Protected"]
|
|
460
440
|
@sapFontHeaderFamily: @sapFontFamily;
|
|
461
441
|
|
|
@@ -483,13 +463,6 @@
|
|
|
483
463
|
// [Tags "!Protected"]
|
|
484
464
|
@sapFontHeader6Size: 0.875 * @sapContent_GridSize;
|
|
485
465
|
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
// =====================================
|
|
490
|
-
// Link
|
|
491
|
-
// =====================================
|
|
492
|
-
|
|
493
466
|
// [Tags "!Protected"]
|
|
494
467
|
@sapLink_Hover_Color: @sapLinkColor;
|
|
495
468
|
|
|
@@ -505,18 +478,11 @@
|
|
|
505
478
|
// [Tags "!Protected"]
|
|
506
479
|
@sapLink_SubtleColor: @sapLinkColor;
|
|
507
480
|
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
// =====================================
|
|
512
|
-
// Shell
|
|
513
|
-
// =====================================
|
|
514
|
-
|
|
515
481
|
// [Tags "!Protected"]
|
|
516
482
|
@sapShell_Background: @sapBackgroundColor;
|
|
517
483
|
|
|
518
484
|
// [Tags "!Protected"]
|
|
519
|
-
@sapShell_BackgroundImage: @
|
|
485
|
+
@sapShell_BackgroundImage: linear-gradient(to bottom, @sapShell_Background, @sapShell_Background);
|
|
520
486
|
|
|
521
487
|
// [Tags "!Protected"]
|
|
522
488
|
@sapShell_BackgroundImageOpacity: 1.0;
|
|
@@ -530,6 +496,9 @@
|
|
|
530
496
|
// [Tags "!Protected"]
|
|
531
497
|
@sapShell_TextColor: @sapTextColor;
|
|
532
498
|
|
|
499
|
+
// [Tags "!Protected"]
|
|
500
|
+
@sapShell_InteractiveBackground: @sapField_Background;
|
|
501
|
+
|
|
533
502
|
// [Tags "!Protected"]
|
|
534
503
|
@sapShell_InteractiveTextColor: @sapShell_TextColor;
|
|
535
504
|
|
|
@@ -602,13 +571,6 @@
|
|
|
602
571
|
// [Tags "!Protected"]
|
|
603
572
|
@sapShell_NeutralColor: @sapNeutralColor;
|
|
604
573
|
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
// =====================================
|
|
609
|
-
// Button
|
|
610
|
-
// =====================================
|
|
611
|
-
|
|
612
574
|
// [Tags "!Protected"]
|
|
613
575
|
@sapButton_Background: @sapBackgroundColor;
|
|
614
576
|
|
|
@@ -993,13 +955,6 @@
|
|
|
993
955
|
// [Tags "!Protected"]
|
|
994
956
|
@sapButton_TokenBorderColor: @sapButton_BorderColor;
|
|
995
957
|
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
// =====================================
|
|
1000
|
-
// Field
|
|
1001
|
-
// =====================================
|
|
1002
|
-
|
|
1003
958
|
// [Tags "!Protected"]
|
|
1004
959
|
@sapField_Background: @sapBackgroundColor;
|
|
1005
960
|
|
|
@@ -1102,13 +1057,6 @@
|
|
|
1102
1057
|
// [Tags "!Protected"]
|
|
1103
1058
|
@sapField_InformationBorderStyle: dashed;
|
|
1104
1059
|
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
// =====================================
|
|
1109
|
-
// Group
|
|
1110
|
-
// =====================================
|
|
1111
|
-
|
|
1112
1060
|
// [Tags "!Protected"]
|
|
1113
1061
|
@sapGroup_TitleBackground: @sapBackgroundColor;
|
|
1114
1062
|
|
|
@@ -1133,26 +1081,12 @@
|
|
|
1133
1081
|
// [Tags "!Protected"]
|
|
1134
1082
|
@sapGroup_FooterBackground: @sapBackgroundColor;
|
|
1135
1083
|
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
// =====================================
|
|
1140
|
-
// Toolbar
|
|
1141
|
-
// =====================================
|
|
1142
|
-
|
|
1143
1084
|
// [Tags "!Protected"]
|
|
1144
1085
|
@sapToolbar_Background: @sapBackgroundColor;
|
|
1145
1086
|
|
|
1146
1087
|
// [Tags "!Protected"]
|
|
1147
1088
|
@sapToolbar_SeparatorColor: @sapHC_StandardForeground;
|
|
1148
1089
|
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
// =====================================
|
|
1153
|
-
// List
|
|
1154
|
-
// =====================================
|
|
1155
|
-
|
|
1156
1090
|
// [Tags "!Protected"]
|
|
1157
1091
|
@sapList_HeaderBackground: @sapBackgroundColor;
|
|
1158
1092
|
|
|
@@ -1225,13 +1159,6 @@
|
|
|
1225
1159
|
// [Tags "!Protected"]
|
|
1226
1160
|
@sapList_TableFixedBorderColor: @sapHC_StandardForeground;
|
|
1227
1161
|
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
// =====================================
|
|
1232
|
-
// Scrollbar
|
|
1233
|
-
// =====================================
|
|
1234
|
-
|
|
1235
1162
|
// [Tags "!Protected"]
|
|
1236
1163
|
@sapScrollBar_FaceColor: @sapHC_ReducedAltForeground;
|
|
1237
1164
|
|
|
@@ -1250,13 +1177,6 @@
|
|
|
1250
1177
|
// [Tags "!Protected"]
|
|
1251
1178
|
@sapScrollBar_Hover_FaceColor: @sapHC_StandardForeground;
|
|
1252
1179
|
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
// =====================================
|
|
1257
|
-
// Page Header
|
|
1258
|
-
// =====================================
|
|
1259
|
-
|
|
1260
1180
|
// [Tags "!Protected"]
|
|
1261
1181
|
@sapPageHeader_Background: @sapBaseColor;
|
|
1262
1182
|
|
|
@@ -1266,13 +1186,6 @@
|
|
|
1266
1186
|
// [Tags "!Protected"]
|
|
1267
1187
|
@sapPageHeader_TextColor: contrast(@sapPageHeader_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1268
1188
|
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
// =====================================
|
|
1273
|
-
// Page Footer
|
|
1274
|
-
// =====================================
|
|
1275
|
-
|
|
1276
1189
|
// [Tags "!Protected"]
|
|
1277
1190
|
@sapPageFooter_Background: @sapBackgroundColor;
|
|
1278
1191
|
|
|
@@ -1282,13 +1195,6 @@
|
|
|
1282
1195
|
// [Tags "!Protected"]
|
|
1283
1196
|
@sapPageFooter_TextColor: contrast(@sapPageFooter_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1284
1197
|
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
// =====================================
|
|
1289
|
-
// Infobar
|
|
1290
|
-
// =====================================
|
|
1291
|
-
|
|
1292
1198
|
// [Tags "!Protected"]
|
|
1293
1199
|
@sapInfobar_Background: @sapBackgroundColor;
|
|
1294
1200
|
|
|
@@ -1304,13 +1210,6 @@
|
|
|
1304
1210
|
// [Tags "!Protected"]
|
|
1305
1211
|
@sapInfobar_TextColor: contrast(@sapInfobar_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1306
1212
|
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
// =====================================
|
|
1311
|
-
// Object Header
|
|
1312
|
-
// =====================================
|
|
1313
|
-
|
|
1314
1213
|
// [Tags "!Protected"]
|
|
1315
1214
|
@sapObjectHeader_Background: @sapBaseColor;
|
|
1316
1215
|
|
|
@@ -1320,23 +1219,9 @@
|
|
|
1320
1219
|
// [Tags "!Protected"]
|
|
1321
1220
|
@sapObjectHeader_BorderColor: @sapHC_StandardForeground;
|
|
1322
1221
|
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
// =====================================
|
|
1327
|
-
// Block Layer
|
|
1328
|
-
// =====================================
|
|
1329
|
-
|
|
1330
1222
|
// [Tags "!Protected"]
|
|
1331
1223
|
@sapBlockLayer_Background: @sapBackgroundColor;
|
|
1332
1224
|
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
// =====================================
|
|
1337
|
-
// Tile
|
|
1338
|
-
// =====================================
|
|
1339
|
-
|
|
1340
1225
|
// [Tags "!Protected"]
|
|
1341
1226
|
@sapTile_Background: @sapBackgroundColor;
|
|
1342
1227
|
|
|
@@ -1369,40 +1254,26 @@
|
|
|
1369
1254
|
|
|
1370
1255
|
// [Tags "!Protected"]
|
|
1371
1256
|
@sapTile_OverlayForegroundColor: contrast(@sapTile_OverlayBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
// =====================================
|
|
1377
|
-
// Accent Colors
|
|
1378
|
-
// =====================================
|
|
1379
|
-
|
|
1380
1257
|
@sapAccentColor1: #5f5800;
|
|
1381
|
-
|
|
1382
1258
|
@sapAccentColor2: #5e4101;
|
|
1383
|
-
|
|
1384
1259
|
@sapAccentColor3: #973333;
|
|
1385
|
-
|
|
1386
1260
|
@sapAccentColor4: #961d7c;
|
|
1387
|
-
|
|
1388
1261
|
@sapAccentColor5: #365892;
|
|
1389
|
-
|
|
1390
1262
|
@sapAccentColor6: #004ccb;
|
|
1391
|
-
|
|
1392
1263
|
@sapAccentColor7: #105b5b;
|
|
1393
|
-
|
|
1394
1264
|
@sapAccentColor8: #26340b;
|
|
1395
|
-
|
|
1396
1265
|
@sapAccentColor9: #6c32a9;
|
|
1397
|
-
|
|
1398
1266
|
@sapAccentColor10: #4a5964;
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1267
|
+
@sapAccentBackgroundColor1: #fff3b8;
|
|
1268
|
+
@sapAccentBackgroundColor2: #ffd0e7;
|
|
1269
|
+
@sapAccentBackgroundColor3: #fff0fa;
|
|
1270
|
+
@sapAccentBackgroundColor4: #ffdcf3;
|
|
1271
|
+
@sapAccentBackgroundColor5: #ded3ff;
|
|
1272
|
+
@sapAccentBackgroundColor6: #d1efff;
|
|
1273
|
+
@sapAccentBackgroundColor7: #c2fcee;
|
|
1274
|
+
@sapAccentBackgroundColor8: #ebf5cb;
|
|
1275
|
+
@sapAccentBackgroundColor9: #dafdf5;
|
|
1276
|
+
@sapAccentBackgroundColor10: #eaecee;
|
|
1406
1277
|
|
|
1407
1278
|
// [Tags "!Protected"]
|
|
1408
1279
|
@sapIndicationColor_1: #780000;
|
|
@@ -1500,13 +1371,6 @@
|
|
|
1500
1371
|
// [Tags "!Protected"]
|
|
1501
1372
|
@sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1502
1373
|
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
// =====================================
|
|
1507
|
-
// Legend Colors
|
|
1508
|
-
// =====================================
|
|
1509
|
-
|
|
1510
1374
|
// [Tags "!Protected"]
|
|
1511
1375
|
@sapLegend_WorkingBackground: darken(@sapList_Background, 15);
|
|
1512
1376
|
|
|
@@ -1636,13 +1500,6 @@
|
|
|
1636
1500
|
// [Tags "!Protected"]
|
|
1637
1501
|
@sapLegendBackgroundColor20: @sapList_Background;
|
|
1638
1502
|
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
// =====================================
|
|
1643
|
-
// Chart Colors
|
|
1644
|
-
// =====================================
|
|
1645
|
-
|
|
1646
1503
|
// [Tags "!Protected"]
|
|
1647
1504
|
@sapChart_OrderedColor_1: #286ac3;
|
|
1648
1505
|
|
|
@@ -1723,20 +1580,50 @@
|
|
|
1723
1580
|
|
|
1724
1581
|
// [Tags "!Protected"]
|
|
1725
1582
|
@sapChart_Sequence_Neutral: @sapChart_Neutral;
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
//
|
|
1731
|
-
//
|
|
1732
|
-
//
|
|
1733
|
-
|
|
1583
|
+
// @sapFontUrl_SAP-icons_ttf: url(./../baseTheme/fonts/SAP-icons.ttf);
|
|
1584
|
+
// @sapFontUrl_SAP-icons_woff: url(./../baseTheme/fonts/SAP-icons.woff);
|
|
1585
|
+
// @sapFontUrl_SAP-icons_woff2: url(./../baseTheme/fonts/SAP-icons.woff2);
|
|
1586
|
+
// @sapFontUrl_SAP-icons-TNT_ttf: url(./../baseTheme/fonts/SAP-icons-TNT.ttf);
|
|
1587
|
+
// @sapFontUrl_SAP-icons-TNT_woff: url(./../baseTheme/fonts/SAP-icons-TNT.woff);
|
|
1588
|
+
// @sapFontUrl_SAP-icons-TNT_woff2: url(./../baseTheme/fonts/SAP-icons-TNT.woff2);
|
|
1589
|
+
// @sapFontUrl_SAP-icons-Business-Suite_ttf: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.ttf);
|
|
1590
|
+
// @sapFontUrl_SAP-icons-Business-Suite_woff: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.woff);
|
|
1591
|
+
// @sapFontUrl_SAP-icons-Business-Suite_woff2: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.woff2);
|
|
1592
|
+
// @sapFontUrl_72_Regular_woff2: url(./../baseTheme/fonts/72-Regular.woff2);
|
|
1593
|
+
// @sapFontUrl_72_Regular_woff: url(./../baseTheme/fonts/72-Regular.woff);
|
|
1594
|
+
// @sapFontUrl_72_Bold_woff2: url(./../baseTheme/fonts/72-Bold.woff2);
|
|
1595
|
+
// @sapFontUrl_72_Bold_woff: url(./../baseTheme/fonts/72-Bold.woff);
|
|
1596
|
+
// @sapFontUrl_72_Light_woff2: url(./../baseTheme/fonts/72-Light.woff2);
|
|
1597
|
+
// @sapFontUrl_72_Light_woff: url(./../baseTheme/fonts/72-Light.woff);
|
|
1598
|
+
// @sapFontUrl_72_Regular_full_woff2: url(./../baseTheme/fonts/72-Regular-full.woff2);
|
|
1599
|
+
// @sapFontUrl_72_Regular_full_woff: url(./../baseTheme/fonts/72-Regular-full.woff);
|
|
1600
|
+
// @sapFontUrl_72_Bold_full_woff2: url(./../baseTheme/fonts/72-Bold-full.woff2);
|
|
1601
|
+
// @sapFontUrl_72_Bold_full_woff: url(./../baseTheme/fonts/72-Bold-full.woff);
|
|
1602
|
+
// @sapFontUrl_72_Light_full_woff2: url(./../baseTheme/fonts/72-Light-full.woff2);
|
|
1603
|
+
// @sapFontUrl_72_Light_full_woff: url(./../baseTheme/fonts/72-Light-full.woff);
|
|
1604
|
+
// @sapFontUrl_72_Black_woff2: url(./../baseTheme/fonts/72-Black.woff2);
|
|
1605
|
+
// @sapFontUrl_72_Black_woff: url(./../baseTheme/fonts/72-Black.woff);
|
|
1606
|
+
// @sapFontUrl_72_BoldItalic_woff2: url(./../baseTheme/fonts/72-BoldItalic.woff2);
|
|
1607
|
+
// @sapFontUrl_72_BoldItalic_woff: url(./../baseTheme/fonts/72-BoldItalic.woff);
|
|
1608
|
+
// @sapFontUrl_72_Condensed_woff2: url(./../baseTheme/fonts/72-Condensed.woff2);
|
|
1609
|
+
// @sapFontUrl_72_Condensed_woff: url(./../baseTheme/fonts/72-Condensed.woff);
|
|
1610
|
+
// @sapFontUrl_72_CondensedBold_woff2: url(./../baseTheme/fonts/72-CondensedBold.woff2);
|
|
1611
|
+
// @sapFontUrl_72_CondensedBold_woff: url(./../baseTheme/fonts/72-CondensedBold.woff);
|
|
1612
|
+
// @sapFontUrl_72_Italic_woff2: url(./../baseTheme/fonts/72-Italic.woff2);
|
|
1613
|
+
// @sapFontUrl_72_Italic_woff: url(./../baseTheme/fonts/72-Italic.woff);
|
|
1614
|
+
// @sapFontUrl_72Mono_Regular_woff2: url(./../baseTheme/fonts/72Mono-Regular.woff2);
|
|
1615
|
+
// @sapFontUrl_72Mono_Regular_woff: url(./../baseTheme/fonts/72Mono-Regular.woff);
|
|
1616
|
+
// @sapFontUrl_72Mono_Regular_full_woff2: url(./../baseTheme/fonts/72Mono-Regular-full.woff2);
|
|
1617
|
+
// @sapFontUrl_72Mono_Regular_full_woff: url(./../baseTheme/fonts/72Mono-Regular-full.woff);
|
|
1618
|
+
// @sapFontUrl_72Mono_Bold_woff2: url(./../baseTheme/fonts/72Mono-Bold.woff2);
|
|
1619
|
+
// @sapFontUrl_72Mono_Bold_woff: url(./../baseTheme/fonts/72Mono-Bold.woff);
|
|
1620
|
+
// @sapFontUrl_72Mono_Bold_full_woff2: url(./../baseTheme/fonts/72Mono-Bold-full.woff2);
|
|
1621
|
+
// @sapFontUrl_72Mono_Bold_full_woff: url(./../baseTheme/fonts/72Mono-Bold-full.woff);
|
|
1622
|
+
// @sapSvgLib_SAP-icons: none;
|
|
1623
|
+
// @sapSvgLib_SAPGUI-icons: url(./../sap_belize/svg/libs/SAPGUI-icons.svg);
|
|
1624
|
+
// @sapSvgLib_SAPWeb-icons: url(./../sap_belize/svg/libs/SAPWeb-icons.svg);
|
|
1734
1625
|
@sapBackgroundColorDefault: @sapBackgroundColor;
|
|
1735
|
-
|
|
1736
1626
|
@sapList_HighlightColor: @sapHighlightColor;
|
|
1737
|
-
|
|
1738
1627
|
@sapGroup_Title_FontSize: @sapFontSize;
|
|
1739
|
-
|
|
1740
1628
|
@sapContent_ElementHeight: 1.37em;
|
|
1741
|
-
|
|
1742
|
-
@sapContent_ElementHeight_PX: 22px;
|
|
1629
|
+
@sapContent_ElementHeight_PX: 22px;
|
|
@@ -122,6 +122,13 @@
|
|
|
122
122
|
@sapUiContentTextShadow: @sapContent_TextShadow;
|
|
123
123
|
@sapUiContentContrastTextShadow: @sapContent_ContrastTextShadow;
|
|
124
124
|
@sapUiContentHeaderShadow: @sapContent_HeaderShadow;
|
|
125
|
+
@sapUiContentInteractionShadow: @sapContent_Interaction_Shadow;
|
|
126
|
+
@sapUiContentSelectedShadow: @sapContent_Selected_Shadow;
|
|
127
|
+
@sapUiContentNegativeShadow: @sapContent_Negative_Shadow;
|
|
128
|
+
@sapUiContentCriticalShadow: @sapContent_Critical_Shadow;
|
|
129
|
+
@sapUiContentPositiveShadow: @sapContent_Positive_Shadow;
|
|
130
|
+
@sapUiContentInformativeShadow: @sapContent_Informative_Shadow;
|
|
131
|
+
@sapUiContentNeutralShadow: @sapContent_Neutral_Shadow;
|
|
125
132
|
@sapUiContentSearchHighlightColor: @sapContent_SearchHighlightColor;
|
|
126
133
|
@sapUiContentHelpColor: @sapContent_HelpColor;
|
|
127
134
|
@sapUiContentLabelColor: @sapContent_LabelColor;
|
|
@@ -151,9 +158,22 @@
|
|
|
151
158
|
@sapUiContentIllustrativeColor6: @sapContent_Illustrative_Color6;
|
|
152
159
|
@sapUiContentIllustrativeColor7: @sapContent_Illustrative_Color7;
|
|
153
160
|
@sapUiContentIllustrativeColor8: @sapContent_Illustrative_Color8;
|
|
161
|
+
@sapUiContentIllustrativeColor9: @sapContent_Illustrative_Color9;
|
|
162
|
+
@sapUiContentIllustrativeColor10: @sapContent_Illustrative_Color10;
|
|
163
|
+
@sapUiContentIllustrativeColor11: @sapContent_Illustrative_Color11;
|
|
164
|
+
@sapUiContentIllustrativeColor12: @sapContent_Illustrative_Color12;
|
|
165
|
+
@sapUiContentIllustrativeColor13: @sapContent_Illustrative_Color13;
|
|
166
|
+
@sapUiContentIllustrativeColor14: @sapContent_Illustrative_Color14;
|
|
167
|
+
@sapUiContentIllustrativeColor15: @sapContent_Illustrative_Color15;
|
|
168
|
+
@sapUiContentIllustrativeColor16: @sapContent_Illustrative_Color16;
|
|
169
|
+
@sapUiContentIllustrativeColor17: @sapContent_Illustrative_Color17;
|
|
170
|
+
@sapUiContentIllustrativeColor18: @sapContent_Illustrative_Color18;
|
|
171
|
+
@sapUiContentIllustrativeColor19: @sapContent_Illustrative_Color19;
|
|
172
|
+
@sapUiContentIllustrativeColor20: @sapContent_Illustrative_Color20;
|
|
154
173
|
|
|
155
174
|
@sapUiFontLightFamily: @sapFontLightFamily;
|
|
156
175
|
@sapUiFontBoldFamily: @sapFontBoldFamily;
|
|
176
|
+
@sapUiFontBlackFamily: @sapFontBlackFamily;
|
|
157
177
|
@sapUiFontHeaderFamily: @sapFontHeaderFamily;
|
|
158
178
|
@sapMFontSmallSize: @sapFontSmallSize;
|
|
159
179
|
@sapMFontLargeSize: @sapFontLargeSize;
|
|
@@ -176,6 +196,7 @@
|
|
|
176
196
|
@sapUiShellBackgroundImageRepeat: @sapShell_BackgroundImageRepeat;
|
|
177
197
|
@sapUiShellBorderColor: @sapShell_BorderColor;
|
|
178
198
|
@sapUiShellTextColor: @sapShell_TextColor;
|
|
199
|
+
@sapUiShellInteractiveBackground: @sapShell_InteractiveBackground;
|
|
179
200
|
@sapUiShellInteractiveTextColor: @sapShell_InteractiveTextColor;
|
|
180
201
|
@sapUiShellInteractiveBorderColor: @sapShell_InteractiveBorderColor;
|
|
181
202
|
@sapUiShellGroupTitleTextColor: @sapShell_GroupTitleTextColor;
|
|
@@ -457,6 +478,17 @@
|
|
|
457
478
|
@sapUiAccent9: @sapAccentColor9;
|
|
458
479
|
@sapUiAccent10: @sapAccentColor10;
|
|
459
480
|
|
|
481
|
+
@sapUiAccentBackgroundColor1: @sapAccentBackgroundColor1;
|
|
482
|
+
@sapUiAccentBackgroundColor2: @sapAccentBackgroundColor2;
|
|
483
|
+
@sapUiAccentBackgroundColor3: @sapAccentBackgroundColor3;
|
|
484
|
+
@sapUiAccentBackgroundColor4: @sapAccentBackgroundColor4;
|
|
485
|
+
@sapUiAccentBackgroundColor5: @sapAccentBackgroundColor5;
|
|
486
|
+
@sapUiAccentBackgroundColor6: @sapAccentBackgroundColor6;
|
|
487
|
+
@sapUiAccentBackgroundColor7: @sapAccentBackgroundColor7;
|
|
488
|
+
@sapUiAccentBackgroundColor8: @sapAccentBackgroundColor8;
|
|
489
|
+
@sapUiAccentBackgroundColor9: @sapAccentBackgroundColor9;
|
|
490
|
+
@sapUiAccentBackgroundColor10: @sapAccentBackgroundColor10;
|
|
491
|
+
|
|
460
492
|
|
|
461
493
|
// =====================================
|
|
462
494
|
// Indication Colors
|
|
@@ -641,6 +673,8 @@
|
|
|
641
673
|
|
|
642
674
|
@sapMPlatformDependent: false;
|
|
643
675
|
|
|
676
|
+
@sapUiColumnHeaderFontSize: @sapMFontMediumSize;
|
|
677
|
+
@sapUiColumnHeaderFontWeight: normal;
|
|
644
678
|
|
|
645
679
|
|
|
646
680
|
// =====================================
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2021 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.97.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize plus theme library.</documentation>
|
|
12
12
|
|