@openui5/themelib_sap_belize 1.113.0 → 1.114.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/m/themes/sap_belize/Table.less +0 -7
- package/src/sap/tnt/themes/sap_belize/ToolHeader.less +22 -7
- package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize/base.less +134 -28
- package/src/sap/ui/core/themes/sap_belize/global.less +114 -8
- package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/base.less +134 -28
- package/src/sap/ui/core/themes/sap_belize_hcb/global.less +114 -8
- package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/base.less +134 -28
- package/src/sap/ui/core/themes/sap_belize_hcw/global.less +114 -8
- package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_plus/base.less +40 -12
package/THIRDPARTY.txt
CHANGED
|
@@ -478,7 +478,7 @@ License: Apache-2.0
|
|
|
478
478
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
479
479
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
480
480
|
|
|
481
|
-
Component: SAP Theming Base Content, version: 11.
|
|
481
|
+
Component: SAP Theming Base Content, version: 11.3.0
|
|
482
482
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
483
483
|
License: Apache-2.0
|
|
484
484
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_belize",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.114.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.114.0",
|
|
18
|
+
"@openui5/sap.m": "1.114.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.114.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.114.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.114.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.114.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.114.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.114.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.114.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.114.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.114.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.114.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.114.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.114.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.114.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.114.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.114.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
@_sap_tnt_ToolHeader_AvatarColor: @sapUiContentContrastTextColor;
|
|
7
7
|
|
|
8
|
-
.sapTntToolHeader.sapMTB {
|
|
8
|
+
.sapTntToolHeader:not(.sapUshellShellToolHeader).sapMTB {
|
|
9
9
|
background-color: darken(@sapUiPageHeaderBackground, 8);
|
|
10
10
|
border: 1px solid darken(@sapUiPageHeaderBorderColor, 8);
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.sapTntToolHeader .sapMITH,
|
|
13
|
+
.sapTntToolHeader:not(.sapUshellShellToolHeader) .sapMITH,
|
|
14
14
|
.sapTntToolHeaderPopover.sapMOTAPopover.sapMPopover {
|
|
15
15
|
background-color: darken(@sapUiPageHeaderBackground, 8);
|
|
16
16
|
}
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
.sapTntToolHeader .sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnEmphasized.sapMBtnActive::after {
|
|
32
|
+
.sapTntToolHeader:not(.sapUshellShellToolHeader) .sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnEmphasized.sapMBtnActive::after {
|
|
33
33
|
color: @sapUiButtonEmphasizedTextColor;
|
|
34
34
|
}
|
|
35
35
|
|
|
@@ -59,12 +59,12 @@ html.sap-desktop .sapTntToolHeader .sapMBtn:focus > .sapMBtnEmphasized.sapMFocus
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
.sapTntToolHeader .sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnActive {
|
|
62
|
+
.sapTntToolHeader:not(.sapUshellShellToolHeader) .sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnActive {
|
|
63
63
|
background: @sapButton_Active_Background;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
|
|
67
|
-
.sapTntToolHeader .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner.sapMBtnEmphasized::after {
|
|
67
|
+
.sapTntToolHeader:not(.sapUshellShellToolHeader) .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner.sapMBtnEmphasized::after {
|
|
68
68
|
color: @sapContent_IconColor;
|
|
69
69
|
}
|
|
70
70
|
|
|
@@ -72,11 +72,11 @@ html.sap-desktop .sapTntToolHeader .sapMBtn:focus > .sapMBtnEmphasized.sapMFocus
|
|
|
72
72
|
color: @sapContent_IconColor;
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
.sapTntToolHeader .sapMITH.sapMITBTextOnly .sapMITHEndOverflow {
|
|
75
|
+
.sapTntToolHeader:not(.sapUshellShellToolHeader) .sapMITH.sapMITBTextOnly .sapMITHEndOverflow {
|
|
76
76
|
margin-top: 0;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
.sapTntToolHeader {
|
|
79
|
+
.sapTntToolHeader:not(.sapUshellShellToolHeader) {
|
|
80
80
|
.sapMITH {
|
|
81
81
|
.sapMITHStartOverflow,
|
|
82
82
|
.sapMITHEndOverflow {
|
|
@@ -114,4 +114,19 @@ html.sap-desktop .sapTntToolHeader .sapMBtn:focus > .sapMBtnEmphasized.sapMFocus
|
|
|
114
114
|
.sapUiIcon.sapFAvatarTypeIcon {
|
|
115
115
|
color: @_sap_tnt_ToolHeader_AvatarColor;
|
|
116
116
|
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
/* ------------------------------------------------ */
|
|
120
|
+
/* Shell overrides */
|
|
121
|
+
/* ------------------------------------------------ */
|
|
122
|
+
|
|
123
|
+
.sapTntToolHeader.sapUshellShellToolHeader {
|
|
124
|
+
.sapMITH {
|
|
125
|
+
border-bottom: none;
|
|
126
|
+
box-shadow: none;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
height: 3.125rem;
|
|
130
|
+
box-sizing: border-box;
|
|
131
|
+
border-bottom: 0.125rem solid @sapUiObjectHeaderBackground;
|
|
117
132
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.114.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company
|
|
3
|
-
// * Theming Engine 1.
|
|
4
|
-
// * data:{"sModified":"2023-
|
|
2
|
+
// * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
// * Theming Engine 1.23030.0-20230404052500+08ab7f203f968a8915a46326f198b28734934650
|
|
4
|
+
// * data:{"sModified":"2023-04-04T08:11:20Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.3.0) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -119,6 +119,7 @@
|
|
|
119
119
|
// [Tags "!Protected"]
|
|
120
120
|
// [Protected "!true"]
|
|
121
121
|
@sapSelectedColor: @sapHighlightColor;
|
|
122
|
+
@sapHoverColor: darken(@sapBackgroundColor, 4);
|
|
122
123
|
|
|
123
124
|
// [Tags "!Protected"]
|
|
124
125
|
// [Protected "!true"]
|
|
@@ -643,14 +644,17 @@
|
|
|
643
644
|
// [Tags "!Protected"]
|
|
644
645
|
// [Protected "!true"]
|
|
645
646
|
@sapFontHeader6Size: 0.875 * @sapContent_GridSize;
|
|
647
|
+
@sapLink_TextDecoration: none;
|
|
646
648
|
|
|
647
649
|
// [Tags "!Protected"]
|
|
648
650
|
// [Protected "!true"]
|
|
649
651
|
@sapLink_Hover_Color: @sapLinkColor;
|
|
652
|
+
@sapLink_Hover_TextDecoration: underline;
|
|
650
653
|
|
|
651
654
|
// [Tags "!Protected"]
|
|
652
655
|
// [Protected "!true"]
|
|
653
656
|
@sapLink_Active_Color: @sapLinkColor;
|
|
657
|
+
@sapLink_Active_TextDecoration: underline;
|
|
654
658
|
|
|
655
659
|
// [Tags "!Protected"]
|
|
656
660
|
// [Protected "!true"]
|
|
@@ -1715,6 +1719,7 @@
|
|
|
1715
1719
|
// [Tags "!Protected"]
|
|
1716
1720
|
// [Protected "!true"]
|
|
1717
1721
|
@sapField_BorderCornerRadius: 0;
|
|
1722
|
+
@sapField_Shadow: none;
|
|
1718
1723
|
|
|
1719
1724
|
// [Tags "!Protected"]
|
|
1720
1725
|
// [Protected "!true"]
|
|
@@ -1731,6 +1736,11 @@
|
|
|
1731
1736
|
// [Tags "!Protected"]
|
|
1732
1737
|
// [Protected "!true"]
|
|
1733
1738
|
@sapField_Hover_HelpBackground: @sapHighlightColor;
|
|
1739
|
+
@sapField_Hover_Shadow: none;
|
|
1740
|
+
@sapField_Hover_InvalidShadow: none;
|
|
1741
|
+
@sapField_Hover_WarningShadow: none;
|
|
1742
|
+
@sapField_Hover_SuccessShadow: none;
|
|
1743
|
+
@sapField_Hover_InformationShadow: none;
|
|
1734
1744
|
|
|
1735
1745
|
// [Tags "!Protected"]
|
|
1736
1746
|
// [Protected "!true"]
|
|
@@ -1791,6 +1801,7 @@
|
|
|
1791
1801
|
// [Tags "!Protected"]
|
|
1792
1802
|
// [Protected "!true"]
|
|
1793
1803
|
@sapField_InvalidBorderStyle: solid;
|
|
1804
|
+
@sapField_InvalidShadow: none;
|
|
1794
1805
|
|
|
1795
1806
|
// [Tags "!Protected"]
|
|
1796
1807
|
// [Protected "!true"]
|
|
@@ -1811,6 +1822,7 @@
|
|
|
1811
1822
|
// [Tags "!Protected"]
|
|
1812
1823
|
// [Protected "!true"]
|
|
1813
1824
|
@sapField_WarningBorderStyle: solid;
|
|
1825
|
+
@sapField_WarningShadow: none;
|
|
1814
1826
|
|
|
1815
1827
|
// [Tags "!Protected"]
|
|
1816
1828
|
// [Protected "!true"]
|
|
@@ -1831,6 +1843,7 @@
|
|
|
1831
1843
|
// [Tags "!Protected"]
|
|
1832
1844
|
// [Protected "!true"]
|
|
1833
1845
|
@sapField_SuccessBorderStyle: solid;
|
|
1846
|
+
@sapField_SuccessShadow: none;
|
|
1834
1847
|
|
|
1835
1848
|
// [Tags "!Protected"]
|
|
1836
1849
|
// [Protected "!true"]
|
|
@@ -1851,6 +1864,7 @@
|
|
|
1851
1864
|
// [Tags "!Protected"]
|
|
1852
1865
|
// [Protected "!true"]
|
|
1853
1866
|
@sapField_InformationBorderStyle: solid;
|
|
1867
|
+
@sapField_InformationShadow: none;
|
|
1854
1868
|
|
|
1855
1869
|
// [Tags "!Protected"]
|
|
1856
1870
|
// [Protected "!true"]
|
|
@@ -2434,15 +2448,23 @@
|
|
|
2434
2448
|
|
|
2435
2449
|
// [Tags "!Protected"]
|
|
2436
2450
|
// [Protected "!true"]
|
|
2437
|
-
@
|
|
2451
|
+
@sapIndicationColor_1_TextColor: contrast(@sapIndicationColor_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2438
2452
|
|
|
2439
2453
|
// [Tags "!Protected"]
|
|
2440
2454
|
// [Protected "!true"]
|
|
2441
|
-
@
|
|
2455
|
+
@sapIndicationColor_1_Hover_Background: darken(@sapIndicationColor_1, 5);
|
|
2442
2456
|
|
|
2443
2457
|
// [Tags "!Protected"]
|
|
2444
2458
|
// [Protected "!true"]
|
|
2445
|
-
@
|
|
2459
|
+
@sapIndicationColor_1_Active_Background: darken(@sapIndicationColor_1, 10);
|
|
2460
|
+
@sapIndicationColor_1_Active_BorderColor: @sapIndicationColor_1_BorderColor;
|
|
2461
|
+
@sapIndicationColor_1_Active_TextColor: @sapIndicationColor_1_TextColor;
|
|
2462
|
+
@sapIndicationColor_1_Selected_Background: @sapIndicationColor_1_Active_Background;
|
|
2463
|
+
@sapIndicationColor_1_Selected_BorderColor: @sapIndicationColor_1_Active_BorderColor;
|
|
2464
|
+
@sapIndicationColor_1_Selected_TextColor: @sapIndicationColor_1_Active_TextColor;
|
|
2465
|
+
@sapIndicationColor_1b: #fb9d9d;
|
|
2466
|
+
@sapIndicationColor_1b_BorderColor: @sapIndicationColor_1b;
|
|
2467
|
+
@sapIndicationColor_1b_Hover_Background: darken(@sapIndicationColor_1b, 5);
|
|
2446
2468
|
|
|
2447
2469
|
// [Tags "!Protected"]
|
|
2448
2470
|
// [Protected "!true"]
|
|
@@ -2458,15 +2480,23 @@
|
|
|
2458
2480
|
|
|
2459
2481
|
// [Tags "!Protected"]
|
|
2460
2482
|
// [Protected "!true"]
|
|
2461
|
-
@
|
|
2483
|
+
@sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2462
2484
|
|
|
2463
2485
|
// [Tags "!Protected"]
|
|
2464
2486
|
// [Protected "!true"]
|
|
2465
|
-
@
|
|
2487
|
+
@sapIndicationColor_2_Hover_Background: darken(@sapIndicationColor_2, 5);
|
|
2466
2488
|
|
|
2467
2489
|
// [Tags "!Protected"]
|
|
2468
2490
|
// [Protected "!true"]
|
|
2469
|
-
@
|
|
2491
|
+
@sapIndicationColor_2_Active_Background: darken(@sapIndicationColor_2, 10);
|
|
2492
|
+
@sapIndicationColor_2_Active_BorderColor: @sapIndicationColor_2_BorderColor;
|
|
2493
|
+
@sapIndicationColor_2_Active_TextColor: @sapIndicationColor_2_TextColor;
|
|
2494
|
+
@sapIndicationColor_2_Selected_Background: @sapIndicationColor_2_Active_Background;
|
|
2495
|
+
@sapIndicationColor_2_Selected_BorderColor: @sapIndicationColor_2_Active_BorderColor;
|
|
2496
|
+
@sapIndicationColor_2_Selected_TextColor: @sapIndicationColor_2_Active_TextColor;
|
|
2497
|
+
@sapIndicationColor_2b: #fcc4c4;
|
|
2498
|
+
@sapIndicationColor_2b_BorderColor: @sapIndicationColor_2b;
|
|
2499
|
+
@sapIndicationColor_2b_Hover_Background: darken(@sapIndicationColor_2b, 5);
|
|
2470
2500
|
|
|
2471
2501
|
// [Tags "!Protected"]
|
|
2472
2502
|
// [Protected "!true"]
|
|
@@ -2482,15 +2512,23 @@
|
|
|
2482
2512
|
|
|
2483
2513
|
// [Tags "!Protected"]
|
|
2484
2514
|
// [Protected "!true"]
|
|
2485
|
-
@
|
|
2515
|
+
@sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2486
2516
|
|
|
2487
2517
|
// [Tags "!Protected"]
|
|
2488
2518
|
// [Protected "!true"]
|
|
2489
|
-
@
|
|
2519
|
+
@sapIndicationColor_3_Hover_Background: darken(@sapIndicationColor_3, 3);
|
|
2490
2520
|
|
|
2491
2521
|
// [Tags "!Protected"]
|
|
2492
2522
|
// [Protected "!true"]
|
|
2493
|
-
@
|
|
2523
|
+
@sapIndicationColor_3_Active_Background: darken(@sapIndicationColor_3, 6);
|
|
2524
|
+
@sapIndicationColor_3_Active_BorderColor: @sapIndicationColor_3_BorderColor;
|
|
2525
|
+
@sapIndicationColor_3_Active_TextColor: @sapIndicationColor_3_TextColor;
|
|
2526
|
+
@sapIndicationColor_3_Selected_Background: @sapIndicationColor_3_Active_Background;
|
|
2527
|
+
@sapIndicationColor_3_Selected_BorderColor: @sapIndicationColor_3_Active_BorderColor;
|
|
2528
|
+
@sapIndicationColor_3_Selected_TextColor: @sapIndicationColor_3_Active_TextColor;
|
|
2529
|
+
@sapIndicationColor_3b: #fff2c0;
|
|
2530
|
+
@sapIndicationColor_3b_BorderColor: @sapIndicationColor_3b;
|
|
2531
|
+
@sapIndicationColor_3b_Hover_Background: darken(@sapIndicationColor_3b, 5);
|
|
2494
2532
|
|
|
2495
2533
|
// [Tags "!Protected"]
|
|
2496
2534
|
// [Protected "!true"]
|
|
@@ -2506,15 +2544,23 @@
|
|
|
2506
2544
|
|
|
2507
2545
|
// [Tags "!Protected"]
|
|
2508
2546
|
// [Protected "!true"]
|
|
2509
|
-
@
|
|
2547
|
+
@sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2510
2548
|
|
|
2511
2549
|
// [Tags "!Protected"]
|
|
2512
2550
|
// [Protected "!true"]
|
|
2513
|
-
@
|
|
2551
|
+
@sapIndicationColor_4_Hover_Background: darken(@sapIndicationColor_4, 5);
|
|
2514
2552
|
|
|
2515
2553
|
// [Tags "!Protected"]
|
|
2516
2554
|
// [Protected "!true"]
|
|
2517
|
-
@
|
|
2555
|
+
@sapIndicationColor_4_Active_Background: darken(@sapIndicationColor_4, 10);
|
|
2556
|
+
@sapIndicationColor_4_Active_BorderColor: @sapIndicationColor_4_BorderColor;
|
|
2557
|
+
@sapIndicationColor_4_Active_TextColor: @sapIndicationColor_4_TextColor;
|
|
2558
|
+
@sapIndicationColor_4_Selected_Background: @sapIndicationColor_4_Active_Background;
|
|
2559
|
+
@sapIndicationColor_4_Selected_BorderColor: @sapIndicationColor_4_Active_BorderColor;
|
|
2560
|
+
@sapIndicationColor_4_Selected_TextColor: @sapIndicationColor_4_Active_TextColor;
|
|
2561
|
+
@sapIndicationColor_4b: #bae8bc;
|
|
2562
|
+
@sapIndicationColor_4b_BorderColor: @sapIndicationColor_4b;
|
|
2563
|
+
@sapIndicationColor_4b_Hover_Background: darken(@sapIndicationColor_4b, 5);
|
|
2518
2564
|
|
|
2519
2565
|
// [Tags "!Protected"]
|
|
2520
2566
|
// [Protected "!true"]
|
|
@@ -2530,15 +2576,23 @@
|
|
|
2530
2576
|
|
|
2531
2577
|
// [Tags "!Protected"]
|
|
2532
2578
|
// [Protected "!true"]
|
|
2533
|
-
@
|
|
2579
|
+
@sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2534
2580
|
|
|
2535
2581
|
// [Tags "!Protected"]
|
|
2536
2582
|
// [Protected "!true"]
|
|
2537
|
-
@
|
|
2583
|
+
@sapIndicationColor_5_Hover_Background: darken(@sapIndicationColor_5, 5);
|
|
2538
2584
|
|
|
2539
2585
|
// [Tags "!Protected"]
|
|
2540
2586
|
// [Protected "!true"]
|
|
2541
|
-
@
|
|
2587
|
+
@sapIndicationColor_5_Active_Background: darken(@sapIndicationColor_5, 10);
|
|
2588
|
+
@sapIndicationColor_5_Active_BorderColor: @sapIndicationColor_5_BorderColor;
|
|
2589
|
+
@sapIndicationColor_5_Active_TextColor: @sapIndicationColor_5_TextColor;
|
|
2590
|
+
@sapIndicationColor_5_Selected_Background: @sapIndicationColor_5_Active_Background;
|
|
2591
|
+
@sapIndicationColor_5_Selected_BorderColor: @sapIndicationColor_5_Active_BorderColor;
|
|
2592
|
+
@sapIndicationColor_5_Selected_TextColor: @sapIndicationColor_5_Active_TextColor;
|
|
2593
|
+
@sapIndicationColor_5b: #d3effd;
|
|
2594
|
+
@sapIndicationColor_5b_BorderColor: @sapIndicationColor_5b;
|
|
2595
|
+
@sapIndicationColor_5b_Hover_Background: darken(@sapIndicationColor_5b, 5);
|
|
2542
2596
|
|
|
2543
2597
|
// [Tags "!Protected"]
|
|
2544
2598
|
// [Protected "!true"]
|
|
@@ -2554,15 +2608,23 @@
|
|
|
2554
2608
|
|
|
2555
2609
|
// [Tags "!Protected"]
|
|
2556
2610
|
// [Protected "!true"]
|
|
2557
|
-
@
|
|
2611
|
+
@sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2558
2612
|
|
|
2559
2613
|
// [Tags "!Protected"]
|
|
2560
2614
|
// [Protected "!true"]
|
|
2561
|
-
@
|
|
2615
|
+
@sapIndicationColor_6_Hover_Background: darken(@sapIndicationColor_6, 5);
|
|
2562
2616
|
|
|
2563
2617
|
// [Tags "!Protected"]
|
|
2564
2618
|
// [Protected "!true"]
|
|
2565
|
-
@
|
|
2619
|
+
@sapIndicationColor_6_Active_Background: darken(@sapIndicationColor_6, 10);
|
|
2620
|
+
@sapIndicationColor_6_Active_BorderColor: @sapIndicationColor_6_BorderColor;
|
|
2621
|
+
@sapIndicationColor_6_Active_TextColor: @sapIndicationColor_6_TextColor;
|
|
2622
|
+
@sapIndicationColor_6_Selected_Background: @sapIndicationColor_6_Active_Background;
|
|
2623
|
+
@sapIndicationColor_6_Selected_BorderColor: @sapIndicationColor_6_Active_BorderColor;
|
|
2624
|
+
@sapIndicationColor_6_Selected_TextColor: @sapIndicationColor_6_Active_TextColor;
|
|
2625
|
+
@sapIndicationColor_6b: #cdf5ec;
|
|
2626
|
+
@sapIndicationColor_6b_BorderColor: @sapIndicationColor_6b;
|
|
2627
|
+
@sapIndicationColor_6b_Hover_Background: darken(@sapIndicationColor_6b, 5);
|
|
2566
2628
|
|
|
2567
2629
|
// [Tags "!Protected"]
|
|
2568
2630
|
// [Protected "!true"]
|
|
@@ -2578,15 +2640,23 @@
|
|
|
2578
2640
|
|
|
2579
2641
|
// [Tags "!Protected"]
|
|
2580
2642
|
// [Protected "!true"]
|
|
2581
|
-
@
|
|
2643
|
+
@sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2582
2644
|
|
|
2583
2645
|
// [Tags "!Protected"]
|
|
2584
2646
|
// [Protected "!true"]
|
|
2585
|
-
@
|
|
2647
|
+
@sapIndicationColor_7_Hover_Background: darken(@sapIndicationColor_7, 5);
|
|
2586
2648
|
|
|
2587
2649
|
// [Tags "!Protected"]
|
|
2588
2650
|
// [Protected "!true"]
|
|
2589
|
-
@
|
|
2651
|
+
@sapIndicationColor_7_Active_Background: darken(@sapIndicationColor_7, 10);
|
|
2652
|
+
@sapIndicationColor_7_Active_BorderColor: @sapIndicationColor_7_BorderColor;
|
|
2653
|
+
@sapIndicationColor_7_Active_TextColor: @sapIndicationColor_7_TextColor;
|
|
2654
|
+
@sapIndicationColor_7_Selected_Background: @sapIndicationColor_7_Active_Background;
|
|
2655
|
+
@sapIndicationColor_7_Selected_BorderColor: @sapIndicationColor_7_Active_BorderColor;
|
|
2656
|
+
@sapIndicationColor_7_Selected_TextColor: @sapIndicationColor_7_Active_TextColor;
|
|
2657
|
+
@sapIndicationColor_7b: #e2dbff;
|
|
2658
|
+
@sapIndicationColor_7b_BorderColor: @sapIndicationColor_7b;
|
|
2659
|
+
@sapIndicationColor_7b_Hover_Background: darken(@sapIndicationColor_7b, 5);
|
|
2590
2660
|
|
|
2591
2661
|
// [Tags "!Protected"]
|
|
2592
2662
|
// [Protected "!true"]
|
|
@@ -2602,15 +2672,51 @@
|
|
|
2602
2672
|
|
|
2603
2673
|
// [Tags "!Protected"]
|
|
2604
2674
|
// [Protected "!true"]
|
|
2605
|
-
@
|
|
2675
|
+
@sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2606
2676
|
|
|
2607
2677
|
// [Tags "!Protected"]
|
|
2608
2678
|
// [Protected "!true"]
|
|
2609
|
-
@
|
|
2679
|
+
@sapIndicationColor_8_Hover_Background: darken(@sapIndicationColor_8, 5);
|
|
2610
2680
|
|
|
2611
2681
|
// [Tags "!Protected"]
|
|
2612
2682
|
// [Protected "!true"]
|
|
2613
|
-
@
|
|
2683
|
+
@sapIndicationColor_8_Active_Background: darken(@sapIndicationColor_8, 10);
|
|
2684
|
+
@sapIndicationColor_8_Active_BorderColor: @sapIndicationColor_8_BorderColor;
|
|
2685
|
+
@sapIndicationColor_8_Active_TextColor: @sapIndicationColor_8_TextColor;
|
|
2686
|
+
@sapIndicationColor_8_Selected_Background: @sapIndicationColor_8_Active_Background;
|
|
2687
|
+
@sapIndicationColor_8_Selected_BorderColor: @sapIndicationColor_8_Active_BorderColor;
|
|
2688
|
+
@sapIndicationColor_8_Selected_TextColor: @sapIndicationColor_8_Active_TextColor;
|
|
2689
|
+
@sapIndicationColor_8b: #f8d6ff;
|
|
2690
|
+
@sapIndicationColor_8b_BorderColor: @sapIndicationColor_8b;
|
|
2691
|
+
@sapIndicationColor_8b_Hover_Background: darken(@sapIndicationColor_8b, 5);
|
|
2692
|
+
@sapIndicationColor_9: #1d2d3e;
|
|
2693
|
+
@sapIndicationColor_9_Background: @sapIndicationColor_9;
|
|
2694
|
+
@sapIndicationColor_9_BorderColor: @sapIndicationColor_9;
|
|
2695
|
+
@sapIndicationColor_9_TextColor: contrast(@sapIndicationColor_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2696
|
+
@sapIndicationColor_9_Hover_Background: darken(@sapIndicationColor_9, 5);
|
|
2697
|
+
@sapIndicationColor_9_Active_Background: darken(@sapIndicationColor_9, 10);
|
|
2698
|
+
@sapIndicationColor_9_Active_BorderColor: @sapIndicationColor_9_BorderColor;
|
|
2699
|
+
@sapIndicationColor_9_Active_TextColor: @sapIndicationColor_9_TextColor;
|
|
2700
|
+
@sapIndicationColor_9_Selected_Background: @sapIndicationColor_9_Active_Background;
|
|
2701
|
+
@sapIndicationColor_9_Selected_BorderColor: @sapIndicationColor_9_Active_BorderColor;
|
|
2702
|
+
@sapIndicationColor_9_Selected_TextColor: @sapIndicationColor_9_Active_TextColor;
|
|
2703
|
+
@sapIndicationColor_9b: #fff;
|
|
2704
|
+
@sapIndicationColor_9b_BorderColor: darken(@sapIndicationColor_9b, 15);
|
|
2705
|
+
@sapIndicationColor_9b_Hover_Background: darken(@sapIndicationColor_9b, 5);
|
|
2706
|
+
@sapIndicationColor_10: #45484a;
|
|
2707
|
+
@sapIndicationColor_10_Background: @sapIndicationColor_10;
|
|
2708
|
+
@sapIndicationColor_10_BorderColor: @sapIndicationColor_10;
|
|
2709
|
+
@sapIndicationColor_10_TextColor: contrast(@sapIndicationColor_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2710
|
+
@sapIndicationColor_10_Hover_Background: darken(@sapIndicationColor_10, 5);
|
|
2711
|
+
@sapIndicationColor_10_Active_Background: darken(@sapIndicationColor_10, 10);
|
|
2712
|
+
@sapIndicationColor_10_Active_BorderColor: @sapIndicationColor_10_BorderColor;
|
|
2713
|
+
@sapIndicationColor_10_Active_TextColor: @sapIndicationColor_10_TextColor;
|
|
2714
|
+
@sapIndicationColor_10_Selected_Background: @sapIndicationColor_10_Active_Background;
|
|
2715
|
+
@sapIndicationColor_10_Selected_BorderColor: @sapIndicationColor_10_Active_BorderColor;
|
|
2716
|
+
@sapIndicationColor_10_Selected_TextColor: @sapIndicationColor_10_Active_TextColor;
|
|
2717
|
+
@sapIndicationColor_10b: #eaecee;
|
|
2718
|
+
@sapIndicationColor_10b_BorderColor: @sapIndicationColor_10b;
|
|
2719
|
+
@sapIndicationColor_10b_Hover_Background: darken(@sapIndicationColor_10b, 5);
|
|
2614
2720
|
|
|
2615
2721
|
// [Tags "!Protected"]
|
|
2616
2722
|
// [Protected "!true"]
|