@openui5/themelib_sap_horizon 1.113.0 → 1.115.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 +0 -5
- package/THIRDPARTY.txt +1 -7
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +7 -13
- package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +42 -17
- package/src/sap/f/themes/sap_horizon_dark/Card.less +7 -13
- package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +32 -6
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +1 -1
- package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +17 -9
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +1 -1
- package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +17 -9
- package/src/sap/m/themes/sap_horizon/Button.less +10 -4
- package/src/sap/m/themes/sap_horizon/CheckBox.less +9 -26
- package/src/sap/m/themes/sap_horizon/GenericTile.less +1 -1
- package/src/sap/m/themes/sap_horizon/InputBase.less +1 -1
- package/src/sap/m/themes/sap_horizon/Link.less +2 -10
- package/src/sap/m/themes/sap_horizon/MenuListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon/MessageToast.less +9 -0
- package/src/sap/m/themes/sap_horizon/Panel.less +4 -0
- package/src/sap/m/themes/sap_horizon/Popover.less +13 -0
- package/src/sap/m/themes/sap_horizon/RatingIndicator.less +2 -5
- package/src/sap/m/themes/sap_horizon/Select.less +25 -20
- package/src/sap/m/themes/sap_horizon/Table.less +0 -21
- package/src/sap/m/themes/sap_horizon/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon/library.source.less +3 -0
- package/src/sap/m/themes/sap_horizon_dark/Button.less +10 -4
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +9 -26
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Link.less +2 -10
- package/src/sap/m/themes/sap_horizon_dark/MenuListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/Select.less +25 -20
- package/src/sap/m/themes/sap_horizon_dark/Table.less +0 -19
- package/src/sap/m/themes/sap_horizon_dark/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +8 -25
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +5 -12
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/Table.less +0 -19
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +8 -25
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +5 -12
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/Table.less +0 -19
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -0
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +18 -4
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +9 -1
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +202 -351
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +16 -3
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +18 -4
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +10 -2
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +202 -351
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +16 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +9 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +4 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +319 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +17 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +9 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +4 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +319 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +17 -3
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +134 -28
- package/src/sap/ui/core/themes/sap_horizon/global.less +114 -8
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +134 -28
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +114 -8
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +134 -28
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +114 -8
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +134 -28
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +114 -8
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +48 -6
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +36 -7
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +12 -3
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +2 -2
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +12 -3
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +2 -2
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +10 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +10 -1
|
@@ -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_horizon_hcw/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.3.0) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -175,6 +175,7 @@
|
|
|
175
175
|
// [Tags "!Protected"]
|
|
176
176
|
// [Protected "!true"]
|
|
177
177
|
@sapSelectedColor: @sapHC_HighlightAltBackground;
|
|
178
|
+
@sapHoverColor: @sapHighlightColor;
|
|
178
179
|
|
|
179
180
|
// [Tags "!Protected"]
|
|
180
181
|
// [Protected "!true"]
|
|
@@ -699,14 +700,17 @@
|
|
|
699
700
|
// [Tags "!Protected"]
|
|
700
701
|
// [Protected "!true"]
|
|
701
702
|
@sapFontHeader6Size: 0.875 * @sapContent_GridSize;
|
|
703
|
+
@sapLink_TextDecoration: underline;
|
|
702
704
|
|
|
703
705
|
// [Tags "!Protected"]
|
|
704
706
|
// [Protected "!true"]
|
|
705
707
|
@sapLink_Hover_Color: @sapLinkColor;
|
|
708
|
+
@sapLink_Hover_TextDecoration: none;
|
|
706
709
|
|
|
707
710
|
// [Tags "!Protected"]
|
|
708
711
|
// [Protected "!true"]
|
|
709
712
|
@sapLink_Active_Color: @sapLinkColor;
|
|
713
|
+
@sapLink_Active_TextDecoration: underline;
|
|
710
714
|
|
|
711
715
|
// [Tags "!Protected"]
|
|
712
716
|
// [Protected "!true"]
|
|
@@ -1771,6 +1775,7 @@
|
|
|
1771
1775
|
// [Tags "!Protected"]
|
|
1772
1776
|
// [Protected "!true"]
|
|
1773
1777
|
@sapField_BorderCornerRadius: 0;
|
|
1778
|
+
@sapField_Shadow: none;
|
|
1774
1779
|
|
|
1775
1780
|
// [Tags "!Protected"]
|
|
1776
1781
|
// [Protected "!true"]
|
|
@@ -1787,6 +1792,11 @@
|
|
|
1787
1792
|
// [Tags "!Protected"]
|
|
1788
1793
|
// [Protected "!true"]
|
|
1789
1794
|
@sapField_Hover_HelpBackground: @sapField_Background;
|
|
1795
|
+
@sapField_Hover_Shadow: none;
|
|
1796
|
+
@sapField_Hover_InvalidShadow: none;
|
|
1797
|
+
@sapField_Hover_WarningShadow: none;
|
|
1798
|
+
@sapField_Hover_SuccessShadow: none;
|
|
1799
|
+
@sapField_Hover_InformationShadow: none;
|
|
1790
1800
|
|
|
1791
1801
|
// [Tags "!Protected"]
|
|
1792
1802
|
// [Protected "!true"]
|
|
@@ -1847,6 +1857,7 @@
|
|
|
1847
1857
|
// [Tags "!Protected"]
|
|
1848
1858
|
// [Protected "!true"]
|
|
1849
1859
|
@sapField_InvalidBorderStyle: dashed;
|
|
1860
|
+
@sapField_InvalidShadow: none;
|
|
1850
1861
|
|
|
1851
1862
|
// [Tags "!Protected"]
|
|
1852
1863
|
// [Protected "!true"]
|
|
@@ -1867,6 +1878,7 @@
|
|
|
1867
1878
|
// [Tags "!Protected"]
|
|
1868
1879
|
// [Protected "!true"]
|
|
1869
1880
|
@sapField_WarningBorderStyle: dashed;
|
|
1881
|
+
@sapField_WarningShadow: none;
|
|
1870
1882
|
|
|
1871
1883
|
// [Tags "!Protected"]
|
|
1872
1884
|
// [Protected "!true"]
|
|
@@ -1887,6 +1899,7 @@
|
|
|
1887
1899
|
// [Tags "!Protected"]
|
|
1888
1900
|
// [Protected "!true"]
|
|
1889
1901
|
@sapField_SuccessBorderStyle: solid;
|
|
1902
|
+
@sapField_SuccessShadow: none;
|
|
1890
1903
|
|
|
1891
1904
|
// [Tags "!Protected"]
|
|
1892
1905
|
// [Protected "!true"]
|
|
@@ -1907,6 +1920,7 @@
|
|
|
1907
1920
|
// [Tags "!Protected"]
|
|
1908
1921
|
// [Protected "!true"]
|
|
1909
1922
|
@sapField_InformationBorderStyle: dashed;
|
|
1923
|
+
@sapField_InformationShadow: none;
|
|
1910
1924
|
|
|
1911
1925
|
// [Tags "!Protected"]
|
|
1912
1926
|
// [Protected "!true"]
|
|
@@ -2490,15 +2504,23 @@
|
|
|
2490
2504
|
|
|
2491
2505
|
// [Tags "!Protected"]
|
|
2492
2506
|
// [Protected "!true"]
|
|
2493
|
-
@
|
|
2507
|
+
@sapIndicationColor_1_TextColor: contrast(@sapIndicationColor_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2494
2508
|
|
|
2495
2509
|
// [Tags "!Protected"]
|
|
2496
2510
|
// [Protected "!true"]
|
|
2497
|
-
@
|
|
2511
|
+
@sapIndicationColor_1_Hover_Background: @sapButton_Hover_Background;
|
|
2498
2512
|
|
|
2499
2513
|
// [Tags "!Protected"]
|
|
2500
2514
|
// [Protected "!true"]
|
|
2501
|
-
@
|
|
2515
|
+
@sapIndicationColor_1_Active_Background: @sapButton_Active_Background;
|
|
2516
|
+
@sapIndicationColor_1_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2517
|
+
@sapIndicationColor_1_Active_TextColor: @sapIndicationColor_1_TextColor;
|
|
2518
|
+
@sapIndicationColor_1_Selected_Background: @sapButton_Selected_Background;
|
|
2519
|
+
@sapIndicationColor_1_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2520
|
+
@sapIndicationColor_1_Selected_TextColor: @sapIndicationColor_1_TextColor;
|
|
2521
|
+
@sapIndicationColor_1b: @sapIndicationColor_1;
|
|
2522
|
+
@sapIndicationColor_1b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2523
|
+
@sapIndicationColor_1b_Hover_Background: @sapButton_Hover_Background;
|
|
2502
2524
|
|
|
2503
2525
|
// [Tags "!Protected"]
|
|
2504
2526
|
// [Protected "!true"]
|
|
@@ -2514,15 +2536,23 @@
|
|
|
2514
2536
|
|
|
2515
2537
|
// [Tags "!Protected"]
|
|
2516
2538
|
// [Protected "!true"]
|
|
2517
|
-
@
|
|
2539
|
+
@sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2518
2540
|
|
|
2519
2541
|
// [Tags "!Protected"]
|
|
2520
2542
|
// [Protected "!true"]
|
|
2521
|
-
@
|
|
2543
|
+
@sapIndicationColor_2_Hover_Background: @sapButton_Hover_Background;
|
|
2522
2544
|
|
|
2523
2545
|
// [Tags "!Protected"]
|
|
2524
2546
|
// [Protected "!true"]
|
|
2525
|
-
@
|
|
2547
|
+
@sapIndicationColor_2_Active_Background: @sapButton_Active_Background;
|
|
2548
|
+
@sapIndicationColor_2_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2549
|
+
@sapIndicationColor_2_Active_TextColor: @sapIndicationColor_2_TextColor;
|
|
2550
|
+
@sapIndicationColor_2_Selected_Background: @sapButton_Selected_Background;
|
|
2551
|
+
@sapIndicationColor_2_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2552
|
+
@sapIndicationColor_2_Selected_TextColor: @sapIndicationColor_2_TextColor;
|
|
2553
|
+
@sapIndicationColor_2b: @sapIndicationColor_2;
|
|
2554
|
+
@sapIndicationColor_2b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2555
|
+
@sapIndicationColor_2b_Hover_Background: @sapButton_Hover_Background;
|
|
2526
2556
|
|
|
2527
2557
|
// [Tags "!Protected"]
|
|
2528
2558
|
// [Protected "!true"]
|
|
@@ -2538,15 +2568,23 @@
|
|
|
2538
2568
|
|
|
2539
2569
|
// [Tags "!Protected"]
|
|
2540
2570
|
// [Protected "!true"]
|
|
2541
|
-
@
|
|
2571
|
+
@sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2542
2572
|
|
|
2543
2573
|
// [Tags "!Protected"]
|
|
2544
2574
|
// [Protected "!true"]
|
|
2545
|
-
@
|
|
2575
|
+
@sapIndicationColor_3_Hover_Background: @sapButton_Hover_Background;
|
|
2546
2576
|
|
|
2547
2577
|
// [Tags "!Protected"]
|
|
2548
2578
|
// [Protected "!true"]
|
|
2549
|
-
@
|
|
2579
|
+
@sapIndicationColor_3_Active_Background: @sapButton_Active_Background;
|
|
2580
|
+
@sapIndicationColor_3_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2581
|
+
@sapIndicationColor_3_Active_TextColor: @sapIndicationColor_3_TextColor;
|
|
2582
|
+
@sapIndicationColor_3_Selected_Background: @sapButton_Selected_Background;
|
|
2583
|
+
@sapIndicationColor_3_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2584
|
+
@sapIndicationColor_3_Selected_TextColor: @sapIndicationColor_3_TextColor;
|
|
2585
|
+
@sapIndicationColor_3b: @sapIndicationColor_3;
|
|
2586
|
+
@sapIndicationColor_3b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2587
|
+
@sapIndicationColor_3b_Hover_Background: @sapButton_Hover_Background;
|
|
2550
2588
|
|
|
2551
2589
|
// [Tags "!Protected"]
|
|
2552
2590
|
// [Protected "!true"]
|
|
@@ -2562,15 +2600,23 @@
|
|
|
2562
2600
|
|
|
2563
2601
|
// [Tags "!Protected"]
|
|
2564
2602
|
// [Protected "!true"]
|
|
2565
|
-
@
|
|
2603
|
+
@sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2566
2604
|
|
|
2567
2605
|
// [Tags "!Protected"]
|
|
2568
2606
|
// [Protected "!true"]
|
|
2569
|
-
@
|
|
2607
|
+
@sapIndicationColor_4_Hover_Background: @sapButton_Hover_Background;
|
|
2570
2608
|
|
|
2571
2609
|
// [Tags "!Protected"]
|
|
2572
2610
|
// [Protected "!true"]
|
|
2573
|
-
@
|
|
2611
|
+
@sapIndicationColor_4_Active_Background: @sapButton_Active_Background;
|
|
2612
|
+
@sapIndicationColor_4_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2613
|
+
@sapIndicationColor_4_Active_TextColor: @sapIndicationColor_4_TextColor;
|
|
2614
|
+
@sapIndicationColor_4_Selected_Background: @sapButton_Selected_Background;
|
|
2615
|
+
@sapIndicationColor_4_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2616
|
+
@sapIndicationColor_4_Selected_TextColor: @sapIndicationColor_4_TextColor;
|
|
2617
|
+
@sapIndicationColor_4b: @sapIndicationColor_4;
|
|
2618
|
+
@sapIndicationColor_4b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2619
|
+
@sapIndicationColor_4b_Hover_Background: @sapButton_Hover_Background;
|
|
2574
2620
|
|
|
2575
2621
|
// [Tags "!Protected"]
|
|
2576
2622
|
// [Protected "!true"]
|
|
@@ -2586,15 +2632,23 @@
|
|
|
2586
2632
|
|
|
2587
2633
|
// [Tags "!Protected"]
|
|
2588
2634
|
// [Protected "!true"]
|
|
2589
|
-
@
|
|
2635
|
+
@sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2590
2636
|
|
|
2591
2637
|
// [Tags "!Protected"]
|
|
2592
2638
|
// [Protected "!true"]
|
|
2593
|
-
@
|
|
2639
|
+
@sapIndicationColor_5_Hover_Background: @sapButton_Hover_Background;
|
|
2594
2640
|
|
|
2595
2641
|
// [Tags "!Protected"]
|
|
2596
2642
|
// [Protected "!true"]
|
|
2597
|
-
@
|
|
2643
|
+
@sapIndicationColor_5_Active_Background: @sapButton_Active_Background;
|
|
2644
|
+
@sapIndicationColor_5_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2645
|
+
@sapIndicationColor_5_Active_TextColor: @sapIndicationColor_5_TextColor;
|
|
2646
|
+
@sapIndicationColor_5_Selected_Background: @sapButton_Selected_Background;
|
|
2647
|
+
@sapIndicationColor_5_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2648
|
+
@sapIndicationColor_5_Selected_TextColor: @sapIndicationColor_5_TextColor;
|
|
2649
|
+
@sapIndicationColor_5b: @sapIndicationColor_5;
|
|
2650
|
+
@sapIndicationColor_5b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2651
|
+
@sapIndicationColor_5b_Hover_Background: @sapButton_Hover_Background;
|
|
2598
2652
|
|
|
2599
2653
|
// [Tags "!Protected"]
|
|
2600
2654
|
// [Protected "!true"]
|
|
@@ -2610,15 +2664,23 @@
|
|
|
2610
2664
|
|
|
2611
2665
|
// [Tags "!Protected"]
|
|
2612
2666
|
// [Protected "!true"]
|
|
2613
|
-
@
|
|
2667
|
+
@sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2614
2668
|
|
|
2615
2669
|
// [Tags "!Protected"]
|
|
2616
2670
|
// [Protected "!true"]
|
|
2617
|
-
@
|
|
2671
|
+
@sapIndicationColor_6_Hover_Background: @sapButton_Hover_Background;
|
|
2618
2672
|
|
|
2619
2673
|
// [Tags "!Protected"]
|
|
2620
2674
|
// [Protected "!true"]
|
|
2621
|
-
@
|
|
2675
|
+
@sapIndicationColor_6_Active_Background: @sapButton_Active_Background;
|
|
2676
|
+
@sapIndicationColor_6_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2677
|
+
@sapIndicationColor_6_Active_TextColor: @sapIndicationColor_6_TextColor;
|
|
2678
|
+
@sapIndicationColor_6_Selected_Background: @sapButton_Selected_Background;
|
|
2679
|
+
@sapIndicationColor_6_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2680
|
+
@sapIndicationColor_6_Selected_TextColor: @sapIndicationColor_6_TextColor;
|
|
2681
|
+
@sapIndicationColor_6b: @sapIndicationColor_6;
|
|
2682
|
+
@sapIndicationColor_6b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2683
|
+
@sapIndicationColor_6b_Hover_Background: @sapButton_Hover_Background;
|
|
2622
2684
|
|
|
2623
2685
|
// [Tags "!Protected"]
|
|
2624
2686
|
// [Protected "!true"]
|
|
@@ -2634,15 +2696,23 @@
|
|
|
2634
2696
|
|
|
2635
2697
|
// [Tags "!Protected"]
|
|
2636
2698
|
// [Protected "!true"]
|
|
2637
|
-
@
|
|
2699
|
+
@sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2638
2700
|
|
|
2639
2701
|
// [Tags "!Protected"]
|
|
2640
2702
|
// [Protected "!true"]
|
|
2641
|
-
@
|
|
2703
|
+
@sapIndicationColor_7_Hover_Background: @sapButton_Hover_Background;
|
|
2642
2704
|
|
|
2643
2705
|
// [Tags "!Protected"]
|
|
2644
2706
|
// [Protected "!true"]
|
|
2645
|
-
@
|
|
2707
|
+
@sapIndicationColor_7_Active_Background: @sapButton_Active_Background;
|
|
2708
|
+
@sapIndicationColor_7_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2709
|
+
@sapIndicationColor_7_Active_TextColor: @sapIndicationColor_7_TextColor;
|
|
2710
|
+
@sapIndicationColor_7_Selected_Background: @sapButton_Selected_Background;
|
|
2711
|
+
@sapIndicationColor_7_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2712
|
+
@sapIndicationColor_7_Selected_TextColor: @sapIndicationColor_7_TextColor;
|
|
2713
|
+
@sapIndicationColor_7b: @sapIndicationColor_7;
|
|
2714
|
+
@sapIndicationColor_7b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2715
|
+
@sapIndicationColor_7b_Hover_Background: @sapButton_Hover_Background;
|
|
2646
2716
|
|
|
2647
2717
|
// [Tags "!Protected"]
|
|
2648
2718
|
// [Protected "!true"]
|
|
@@ -2658,15 +2728,51 @@
|
|
|
2658
2728
|
|
|
2659
2729
|
// [Tags "!Protected"]
|
|
2660
2730
|
// [Protected "!true"]
|
|
2661
|
-
@
|
|
2731
|
+
@sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2662
2732
|
|
|
2663
2733
|
// [Tags "!Protected"]
|
|
2664
2734
|
// [Protected "!true"]
|
|
2665
|
-
@
|
|
2735
|
+
@sapIndicationColor_8_Hover_Background: @sapButton_Hover_Background;
|
|
2666
2736
|
|
|
2667
2737
|
// [Tags "!Protected"]
|
|
2668
2738
|
// [Protected "!true"]
|
|
2669
|
-
@
|
|
2739
|
+
@sapIndicationColor_8_Active_Background: @sapButton_Active_Background;
|
|
2740
|
+
@sapIndicationColor_8_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2741
|
+
@sapIndicationColor_8_Active_TextColor: @sapIndicationColor_8_TextColor;
|
|
2742
|
+
@sapIndicationColor_8_Selected_Background: @sapButton_Selected_Background;
|
|
2743
|
+
@sapIndicationColor_8_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2744
|
+
@sapIndicationColor_8_Selected_TextColor: @sapIndicationColor_8_TextColor;
|
|
2745
|
+
@sapIndicationColor_8b: @sapIndicationColor_8;
|
|
2746
|
+
@sapIndicationColor_8b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2747
|
+
@sapIndicationColor_8b_Hover_Background: @sapButton_Hover_Background;
|
|
2748
|
+
@sapIndicationColor_9: #fff;
|
|
2749
|
+
@sapIndicationColor_9_Background: @sapBackgroundColor;
|
|
2750
|
+
@sapIndicationColor_9_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2751
|
+
@sapIndicationColor_9_TextColor: contrast(@sapIndicationColor_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2752
|
+
@sapIndicationColor_9_Hover_Background: @sapButton_Hover_Background;
|
|
2753
|
+
@sapIndicationColor_9_Active_Background: @sapButton_Active_Background;
|
|
2754
|
+
@sapIndicationColor_9_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2755
|
+
@sapIndicationColor_9_Active_TextColor: @sapIndicationColor_9_TextColor;
|
|
2756
|
+
@sapIndicationColor_9_Selected_Background: @sapButton_Selected_Background;
|
|
2757
|
+
@sapIndicationColor_9_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2758
|
+
@sapIndicationColor_9_Selected_TextColor: @sapIndicationColor_9_TextColor;
|
|
2759
|
+
@sapIndicationColor_9b: @sapIndicationColor_9;
|
|
2760
|
+
@sapIndicationColor_9b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2761
|
+
@sapIndicationColor_9b_Hover_Background: @sapButton_Hover_Background;
|
|
2762
|
+
@sapIndicationColor_10: #eaecee;
|
|
2763
|
+
@sapIndicationColor_10_Background: @sapBackgroundColor;
|
|
2764
|
+
@sapIndicationColor_10_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2765
|
+
@sapIndicationColor_10_TextColor: contrast(@sapIndicationColor_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2766
|
+
@sapIndicationColor_10_Hover_Background: @sapButton_Hover_Background;
|
|
2767
|
+
@sapIndicationColor_10_Active_Background: @sapButton_Active_Background;
|
|
2768
|
+
@sapIndicationColor_10_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2769
|
+
@sapIndicationColor_10_Active_TextColor: @sapIndicationColor_10_TextColor;
|
|
2770
|
+
@sapIndicationColor_10_Selected_Background: @sapButton_Selected_Background;
|
|
2771
|
+
@sapIndicationColor_10_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2772
|
+
@sapIndicationColor_10_Selected_TextColor: @sapIndicationColor_10_TextColor;
|
|
2773
|
+
@sapIndicationColor_10b: @sapIndicationColor_10;
|
|
2774
|
+
@sapIndicationColor_10b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2775
|
+
@sapIndicationColor_10b_Hover_Background: @sapButton_Hover_Background;
|
|
2670
2776
|
|
|
2671
2777
|
// [Tags "!Protected"]
|
|
2672
2778
|
// [Protected "!true"]
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
@sapUiGlobalBackgroundImageOpacity: @sapBackgroundImageOpacity;
|
|
28
28
|
@sapUiGlobalBackgroundRepeat: @sapBackgroundImageRepeat;
|
|
29
29
|
@sapUiSelected: @sapSelectedColor;
|
|
30
|
+
@sapUiHover: @sapHoverColor;
|
|
30
31
|
@sapUiActive: @sapActiveColor;
|
|
31
32
|
@sapUiHighlightTextColor: @sapHighlightTextColor;
|
|
32
33
|
@sapUiTextTitle: @sapTitleColor;
|
|
@@ -190,8 +191,11 @@
|
|
|
190
191
|
@sapMFontHeader5Size: @sapFontHeader5Size;
|
|
191
192
|
@sapMFontHeader6Size: @sapFontHeader6Size;
|
|
192
193
|
|
|
194
|
+
@sapUiLinkTextDecoration: @sapLink_TextDecoration;
|
|
193
195
|
@sapUiLinkHoverColor: @sapLink_Hover_Color;
|
|
196
|
+
@sapUiLinkHoverTextDecoration: @sapLink_Hover_TextDecoration;
|
|
194
197
|
@sapUiLinkActiveColor: @sapLink_Active_Color;
|
|
198
|
+
@sapUiLinkActiveTextDecoration: @sapLink_Active_TextDecoration;
|
|
195
199
|
@sapUiLinkVisitedColor: @sapLink_Visited_Color;
|
|
196
200
|
@sapUiLinkInvertedColor: @sapLink_InvertedColor;
|
|
197
201
|
@sapUiLinkSubtleColor: @sapLink_SubtleColor;
|
|
@@ -498,10 +502,16 @@
|
|
|
498
502
|
@sapUiFieldBorderWidth: @sapField_BorderWidth;
|
|
499
503
|
@sapUiFieldBorderStyle: @sapField_BorderStyle;
|
|
500
504
|
@sapUiFieldBorderCornerRadius: @sapField_BorderCornerRadius;
|
|
505
|
+
@sapUiFieldShadow: @sapField_Shadow;
|
|
501
506
|
@sapUiFieldHoverBackground: @sapField_Hover_Background;
|
|
502
507
|
@sapUiFieldHoverBackgroundStyle: @sapField_Hover_BackgroundStyle;
|
|
503
508
|
@sapUiFieldHoverBorderColor: @sapField_Hover_BorderColor;
|
|
504
509
|
@sapUiFieldHoverHelpBackground: @sapField_Hover_HelpBackground;
|
|
510
|
+
@sapUiFieldHoverShadow: @sapField_Hover_Shadow;
|
|
511
|
+
@sapUiFieldHoverInvalidShadow: @sapField_Hover_InvalidShadow;
|
|
512
|
+
@sapUiFieldHoverWarningShadow: @sapField_Hover_WarningShadow;
|
|
513
|
+
@sapUiFieldHoverSuccessShadow: @sapField_Hover_SuccessShadow;
|
|
514
|
+
@sapUiFieldHoverInformationShadow: @sapField_Hover_InformationShadow;
|
|
505
515
|
@sapUiFieldActiveBorderColor: @sapField_Active_BorderColor;
|
|
506
516
|
@sapUiFieldFocusBackground: @sapField_Focus_Background;
|
|
507
517
|
@sapUiFieldFocusBorderColor: @sapField_Focus_BorderColor;
|
|
@@ -517,21 +527,25 @@
|
|
|
517
527
|
@sapUiFieldInvalidBackgroundStyle: @sapField_InvalidBackgroundStyle;
|
|
518
528
|
@sapUiFieldInvalidBorderWidth: @sapField_InvalidBorderWidth;
|
|
519
529
|
@sapUiFieldInvalidBorderStyle: @sapField_InvalidBorderStyle;
|
|
530
|
+
@sapUiFieldInvalidShadow: @sapField_InvalidShadow;
|
|
520
531
|
@sapUiFieldWarningColor: @sapField_WarningColor;
|
|
521
532
|
@sapUiFieldWarningBackground: @sapField_WarningBackground;
|
|
522
533
|
@sapUiFieldWarningBackgroundStyle: @sapField_WarningBackgroundStyle;
|
|
523
534
|
@sapUiFieldWarningBorderWidth: @sapField_WarningBorderWidth;
|
|
524
535
|
@sapUiFieldWarningBorderStyle: @sapField_WarningBorderStyle;
|
|
536
|
+
@sapUiFieldWarningShadow: @sapField_WarningShadow;
|
|
525
537
|
@sapUiFieldSuccessColor: @sapField_SuccessColor;
|
|
526
538
|
@sapUiFieldSuccessBackground: @sapField_SuccessBackground;
|
|
527
539
|
@sapUiFieldSuccessBackgroundStyle: @sapField_SuccessBackgroundStyle;
|
|
528
540
|
@sapUiFieldSuccessBorderWidth: @sapField_SuccessBorderWidth;
|
|
529
541
|
@sapUiFieldSuccessBorderStyle: @sapField_SuccessBorderStyle;
|
|
542
|
+
@sapUiFieldSuccessShadow: @sapField_SuccessShadow;
|
|
530
543
|
@sapUiFieldInformationColor: @sapField_InformationColor;
|
|
531
544
|
@sapUiFieldInformationBackground: @sapField_InformationBackground;
|
|
532
545
|
@sapUiFieldInformationBackgroundStyle: @sapField_InformationBackgroundStyle;
|
|
533
546
|
@sapUiFieldInformationBorderWidth: @sapField_InformationBorderWidth;
|
|
534
547
|
@sapUiFieldInformationBorderStyle: @sapField_InformationBorderStyle;
|
|
548
|
+
@sapUiFieldInformationShadow: @sapField_InformationShadow;
|
|
535
549
|
|
|
536
550
|
@sapUiGroupTitleBackground: @sapGroup_TitleBackground;
|
|
537
551
|
@sapUiGroupTitleBorderColor: @sapGroup_TitleBorderColor;
|
|
@@ -704,51 +718,143 @@
|
|
|
704
718
|
@sapUiIndication1: @sapIndicationColor_1;
|
|
705
719
|
@sapUiIndication1Background: @sapIndicationColor_1_Background;
|
|
706
720
|
@sapUiIndication1BorderColor: @sapIndicationColor_1_BorderColor;
|
|
721
|
+
@sapUiIndication1TextColor: @sapIndicationColor_1_TextColor;
|
|
707
722
|
@sapUiIndication1HoverBackground: @sapIndicationColor_1_Hover_Background;
|
|
708
723
|
@sapUiIndication1ActiveBackground: @sapIndicationColor_1_Active_Background;
|
|
709
|
-
@
|
|
724
|
+
@sapUiIndication1ActiveBorderColor: @sapIndicationColor_1_Active_BorderColor;
|
|
725
|
+
@sapUiIndication1ActiveTextColor: @sapIndicationColor_1_Active_TextColor;
|
|
726
|
+
@sapUiIndication1SelectedBackground: @sapIndicationColor_1_Selected_Background;
|
|
727
|
+
@sapUiIndication1SelectedBorderColor: @sapIndicationColor_1_Selected_BorderColor;
|
|
728
|
+
@sapUiIndication1SelectedTextColor: @sapIndicationColor_1_Selected_TextColor;
|
|
729
|
+
@sapUiIndication1b: @sapIndicationColor_1b;
|
|
730
|
+
@sapUiIndication1bBorderColor: @sapIndicationColor_1b_BorderColor;
|
|
731
|
+
@sapUiIndication1bHoverBackground: @sapIndicationColor_1b_Hover_Background;
|
|
710
732
|
@sapUiIndication2: @sapIndicationColor_2;
|
|
711
733
|
@sapUiIndication2Background: @sapIndicationColor_2_Background;
|
|
712
734
|
@sapUiIndication2BorderColor: @sapIndicationColor_2_BorderColor;
|
|
735
|
+
@sapUiIndication2TextColor: @sapIndicationColor_2_TextColor;
|
|
713
736
|
@sapUiIndication2HoverBackground: @sapIndicationColor_2_Hover_Background;
|
|
714
737
|
@sapUiIndication2ActiveBackground: @sapIndicationColor_2_Active_Background;
|
|
715
|
-
@
|
|
738
|
+
@sapUiIndication2ActiveBorderColor: @sapIndicationColor_2_Active_BorderColor;
|
|
739
|
+
@sapUiIndication2ActiveTextColor: @sapIndicationColor_2_Active_TextColor;
|
|
740
|
+
@sapUiIndication2SelectedBackground: @sapIndicationColor_2_Selected_Background;
|
|
741
|
+
@sapUiIndication2SelectedBorderColor: @sapIndicationColor_2_Selected_BorderColor;
|
|
742
|
+
@sapUiIndication2SelectedTextColor: @sapIndicationColor_2_Selected_TextColor;
|
|
743
|
+
@sapUiIndication2b: @sapIndicationColor_2b;
|
|
744
|
+
@sapUiIndication2bBorderColor: @sapIndicationColor_2_BorderColor;
|
|
745
|
+
@sapUiIndication2bHoverBackground: @sapIndicationColor_2b_Hover_Background;
|
|
716
746
|
@sapUiIndication3: @sapIndicationColor_3;
|
|
717
747
|
@sapUiIndication3Background: @sapIndicationColor_3_Background;
|
|
718
748
|
@sapUiIndication3BorderColor: @sapIndicationColor_3_BorderColor;
|
|
749
|
+
@sapUiIndication3TextColor: @sapIndicationColor_3_TextColor;
|
|
719
750
|
@sapUiIndication3HoverBackground: @sapIndicationColor_3_Hover_Background;
|
|
720
751
|
@sapUiIndication3ActiveBackground: @sapIndicationColor_3_Active_Background;
|
|
721
|
-
@
|
|
752
|
+
@sapUiIndication3ActiveBorderColor: @sapIndicationColor_3_Active_BorderColor;
|
|
753
|
+
@sapUiIndication3ActiveTextColor: @sapIndicationColor_3_Active_TextColor;
|
|
754
|
+
@sapUiIndication3SelectedBackground: @sapIndicationColor_3_Selected_Background;
|
|
755
|
+
@sapUiIndication3SelectedBorderColor: @sapIndicationColor_3_Selected_BorderColor;
|
|
756
|
+
@sapUiIndication3SelectedTextColor: @sapIndicationColor_3_Selected_TextColor;
|
|
757
|
+
@sapUiIndication3b: @sapIndicationColor_3b;
|
|
758
|
+
@sapUiIndication3bBorderColor: @sapIndicationColor_3_BorderColor;
|
|
759
|
+
@sapUiIndication3bHoverBackground: @sapIndicationColor_3b_Hover_Background;
|
|
722
760
|
@sapUiIndication4: @sapIndicationColor_4;
|
|
723
761
|
@sapUiIndication4Background: @sapIndicationColor_4_Background;
|
|
724
762
|
@sapUiIndication4BorderColor: @sapIndicationColor_4_BorderColor;
|
|
763
|
+
@sapUiIndication4TextColor: @sapIndicationColor_4_TextColor;
|
|
725
764
|
@sapUiIndication4HoverBackground: @sapIndicationColor_4_Hover_Background;
|
|
726
765
|
@sapUiIndication4ActiveBackground: @sapIndicationColor_4_Active_Background;
|
|
727
|
-
@
|
|
766
|
+
@sapUiIndication4ActiveBorderColor: @sapIndicationColor_4_Active_BorderColor;
|
|
767
|
+
@sapUiIndication4ActiveTextColor: @sapIndicationColor_4_Active_TextColor;
|
|
768
|
+
@sapUiIndication4SelectedBackground: @sapIndicationColor_4_Selected_Background;
|
|
769
|
+
@sapUiIndication4SelectedBorderColor: @sapIndicationColor_4_Selected_BorderColor;
|
|
770
|
+
@sapUiIndication4SelectedTextColor: @sapIndicationColor_4_Selected_TextColor;
|
|
771
|
+
@sapUiIndication4b: @sapIndicationColor_4b;
|
|
772
|
+
@sapUiIndication4bBorderColor: @sapIndicationColor_4_BorderColor;
|
|
773
|
+
@sapUiIndication4bHoverBackground: @sapIndicationColor_4b_Hover_Background;
|
|
728
774
|
@sapUiIndication5: @sapIndicationColor_5;
|
|
729
775
|
@sapUiIndication5Background: @sapIndicationColor_5_Background;
|
|
730
776
|
@sapUiIndication5BorderColor: @sapIndicationColor_5_BorderColor;
|
|
777
|
+
@sapUiIndication5TextColor: @sapIndicationColor_5_TextColor;
|
|
731
778
|
@sapUiIndication5HoverBackground: @sapIndicationColor_5_Hover_Background;
|
|
732
779
|
@sapUiIndication5ActiveBackground: @sapIndicationColor_5_Active_Background;
|
|
733
|
-
@
|
|
780
|
+
@sapUiIndication5ActiveBorderColor: @sapIndicationColor_5_Active_BorderColor;
|
|
781
|
+
@sapUiIndication5ActiveTextColor: @sapIndicationColor_5_Active_TextColor;
|
|
782
|
+
@sapUiIndication5SelectedBackground: @sapIndicationColor_5_Selected_Background;
|
|
783
|
+
@sapUiIndication5SelectedBorderColor: @sapIndicationColor_5_Selected_BorderColor;
|
|
784
|
+
@sapUiIndication5SelectedTextColor: @sapIndicationColor_5_Selected_TextColor;
|
|
785
|
+
@sapUiIndication5b: @sapIndicationColor_5b;
|
|
786
|
+
@sapUiIndication5bBorderColor: @sapIndicationColor_5_BorderColor;
|
|
787
|
+
@sapUiIndication5bHoverBackground: @sapIndicationColor_5b_Hover_Background;
|
|
734
788
|
@sapUiIndication6: @sapIndicationColor_6;
|
|
735
789
|
@sapUiIndication6Background: @sapIndicationColor_6_Background;
|
|
736
790
|
@sapUiIndication6BorderColor: @sapIndicationColor_6_BorderColor;
|
|
791
|
+
@sapUiIndication6TextColor: @sapIndicationColor_6_TextColor;
|
|
737
792
|
@sapUiIndication6HoverBackground: @sapIndicationColor_6_Hover_Background;
|
|
738
793
|
@sapUiIndication6ActiveBackground: @sapIndicationColor_6_Active_Background;
|
|
739
|
-
@
|
|
794
|
+
@sapUiIndication6ActiveBorderColor: @sapIndicationColor_6_Active_BorderColor;
|
|
795
|
+
@sapUiIndication6ActiveTextColor: @sapIndicationColor_6_Active_TextColor;
|
|
796
|
+
@sapUiIndication6SelectedBackground: @sapIndicationColor_6_Selected_Background;
|
|
797
|
+
@sapUiIndication6SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
|
|
798
|
+
@sapUiIndication6SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
|
|
799
|
+
@sapUiIndication6b: @sapIndicationColor_6b;
|
|
800
|
+
@sapUiIndication6bBorderColor: @sapIndicationColor_6_BorderColor;
|
|
801
|
+
@sapUiIndication6bHoverBackground: @sapIndicationColor_6b_Hover_Background;
|
|
740
802
|
@sapUiIndication7: @sapIndicationColor_7;
|
|
741
803
|
@sapUiIndication7Background: @sapIndicationColor_7_Background;
|
|
742
804
|
@sapUiIndication7BorderColor: @sapIndicationColor_7_BorderColor;
|
|
805
|
+
@sapUiIndication7TextColor: @sapIndicationColor_7_TextColor;
|
|
743
806
|
@sapUiIndication7HoverBackground: @sapIndicationColor_7_Hover_Background;
|
|
744
807
|
@sapUiIndication7ActiveBackground: @sapIndicationColor_7_Active_Background;
|
|
745
|
-
@
|
|
808
|
+
@sapUiIndication7ActiveBorderColor: @sapIndicationColor_6_Active_BorderColor;
|
|
809
|
+
@sapUiIndication7ActiveTextColor: @sapIndicationColor_6_Active_TextColor;
|
|
810
|
+
@sapUiIndication7SelectedBackground: @sapIndicationColor_6_Selected_Background;
|
|
811
|
+
@sapUiIndication7SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
|
|
812
|
+
@sapUiIndication7SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
|
|
813
|
+
@sapUiIndication7b: @sapIndicationColor_6b;
|
|
814
|
+
@sapUiIndication7bBorderColor: @sapIndicationColor_6_BorderColor;
|
|
815
|
+
@sapUiIndication7bHoverBackground: @sapIndicationColor_6b_Hover_Background;
|
|
746
816
|
@sapUiIndication8: @sapIndicationColor_8;
|
|
747
817
|
@sapUiIndication8Background: @sapIndicationColor_8_Background;
|
|
748
818
|
@sapUiIndication8BorderColor: @sapIndicationColor_8_BorderColor;
|
|
819
|
+
@sapUiIndication8TextColor: @sapIndicationColor_8_TextColor;
|
|
749
820
|
@sapUiIndication8HoverBackground: @sapIndicationColor_8_Hover_Background;
|
|
750
821
|
@sapUiIndication8ActiveBackground: @sapIndicationColor_8_Active_Background;
|
|
751
|
-
@
|
|
822
|
+
@sapUiIndication8ActiveBorderColor: @sapIndicationColor_8_Active_BorderColor;
|
|
823
|
+
@sapUiIndication8ActiveTextColor: @sapIndicationColor_8_Active_TextColor;
|
|
824
|
+
@sapUiIndication8SelectedBackground: @sapIndicationColor_8_Selected_Background;
|
|
825
|
+
@sapUiIndication8SelectedBorderColor: @sapIndicationColor_8_Selected_BorderColor;
|
|
826
|
+
@sapUiIndication8SelectedTextColor: @sapIndicationColor_8_Selected_TextColor;
|
|
827
|
+
@sapUiIndication8b: @sapIndicationColor_8b;
|
|
828
|
+
@sapUiIndication8bBorderColor: @sapIndicationColor_8_BorderColor;
|
|
829
|
+
@sapUiIndication8bHoverBackground: @sapIndicationColor_8b_Hover_Background;
|
|
830
|
+
@sapUiIndication9: @sapIndicationColor_9;
|
|
831
|
+
@sapUiIndication9Background: @sapIndicationColor_9_Background;
|
|
832
|
+
@sapUiIndication9BorderColor: @sapIndicationColor_9_BorderColor;
|
|
833
|
+
@sapUiIndication9TextColor: @sapIndicationColor_9_TextColor;
|
|
834
|
+
@sapUiIndication9HoverBackground: @sapIndicationColor_9_Hover_Background;
|
|
835
|
+
@sapUiIndication9ActiveBackground: @sapIndicationColor_9_Active_Background;
|
|
836
|
+
@sapUiIndication9ActiveBorderColor: @sapIndicationColor_9_Active_BorderColor;
|
|
837
|
+
@sapUiIndication9ActiveTextColor: @sapIndicationColor_9_Active_TextColor;
|
|
838
|
+
@sapUiIndication9SelectedBackground: @sapIndicationColor_9_Selected_Background;
|
|
839
|
+
@sapUiIndication9SelectedBorderColor: @sapIndicationColor_9_Selected_BorderColor;
|
|
840
|
+
@sapUiIndication9SelectedTextColor: @sapIndicationColor_9_Selected_TextColor;
|
|
841
|
+
@sapUiIndication9b: @sapIndicationColor_9b;
|
|
842
|
+
@sapUiIndication9bBorderColor: @sapIndicationColor_9_BorderColor;
|
|
843
|
+
@sapUiIndication9bHoverBackground: @sapIndicationColor_9b_Hover_Background;
|
|
844
|
+
@sapUiIndication10: @sapIndicationColor_10;
|
|
845
|
+
@sapUiIndication10Background: @sapIndicationColor_10_Background;
|
|
846
|
+
@sapUiIndication10BorderColor: @sapIndicationColor_10_BorderColor;
|
|
847
|
+
@sapUiIndication10TextColor: @sapIndicationColor_10_TextColor;
|
|
848
|
+
@sapUiIndication10HoverBackground: @sapIndicationColor_10_Hover_Background;
|
|
849
|
+
@sapUiIndication10ActiveBackground: @sapIndicationColor_10_Active_Background;
|
|
850
|
+
@sapUiIndication10ActiveBorderColor: @sapIndicationColor_10_Active_BorderColor;
|
|
851
|
+
@sapUiIndication10ActiveTextColor: @sapIndicationColor_10_Active_TextColor;
|
|
852
|
+
@sapUiIndication10SelectedBackground: @sapIndicationColor_10_Selected_Background;
|
|
853
|
+
@sapUiIndication10SelectedBorderColor: @sapIndicationColor_10_Selected_BorderColor;
|
|
854
|
+
@sapUiIndication10SelectedTextColor: @sapIndicationColor_10_Selected_TextColor;
|
|
855
|
+
@sapUiIndication10b: @sapIndicationColor_10b;
|
|
856
|
+
@sapUiIndication10bBorderColor: @sapIndicationColor_10_BorderColor;
|
|
857
|
+
@sapUiIndication10bHoverBackground: @sapIndicationColor_10b_Hover_Background;
|
|
752
858
|
|
|
753
859
|
|
|
754
860
|
// =====================================
|
|
@@ -82,13 +82,17 @@ html.sap-phone .sapMMenuLIImgThumbIcon{
|
|
|
82
82
|
line-height: 2.75rem;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
html.sap-phone .sapUiSizeCozy
|
|
86
|
-
.sapUiMnuItmTxt {
|
|
87
|
-
padding-left:
|
|
85
|
+
html.sap-phone .sapUiSizeCozy {
|
|
86
|
+
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmTxt {
|
|
87
|
+
padding-left: 3.75rem;
|
|
88
88
|
}
|
|
89
|
-
.sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
89
|
+
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
90
90
|
padding-left: 0;
|
|
91
91
|
}
|
|
92
|
+
.sapUiMnuLst.sapUiMnuNoIco > .sapUiMnuItm > .sapUiMnuItmTxt,
|
|
93
|
+
.sapUiMnuLst.sapUiMnuNoIco > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
94
|
+
padding-left: 0.875rem;
|
|
95
|
+
}
|
|
92
96
|
}
|
|
93
97
|
|
|
94
98
|
.sapMMenuLIArrowRightIcon {
|
|
@@ -102,6 +106,11 @@ html.sap-phone .sapUiSizeCozy .sapUiMnuItm {
|
|
|
102
106
|
width: 0.5rem;
|
|
103
107
|
}
|
|
104
108
|
|
|
109
|
+
.sapUiSizeCompact .sapUiMnuItmIco{
|
|
110
|
+
padding-left: 0.5rem;
|
|
111
|
+
padding-right: 0.5rem;
|
|
112
|
+
}
|
|
113
|
+
|
|
105
114
|
.sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmSubMnuOpen,
|
|
106
115
|
.sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov {
|
|
107
116
|
border-bottom: 1px solid @sapUiListSelectionBorderColor;
|
|
@@ -128,17 +137,50 @@ html.sap-phone .sapUiSizeCozy .sapUiMnuItm {
|
|
|
128
137
|
html.sap-desktop,
|
|
129
138
|
html.sap-tablet {
|
|
130
139
|
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmTxt {
|
|
131
|
-
padding-left:
|
|
140
|
+
padding-left: 3.75rem;
|
|
141
|
+
padding-right: 3.75rem;
|
|
142
|
+
}
|
|
143
|
+
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
144
|
+
padding-left: 0;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
html.sap-desktop,
|
|
149
|
+
html.sap-tablet {
|
|
150
|
+
.sapUiSizeCompact {
|
|
151
|
+
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmTxt {
|
|
152
|
+
padding-left: 3rem;
|
|
153
|
+
}
|
|
154
|
+
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
155
|
+
padding-left: 0;
|
|
156
|
+
}
|
|
157
|
+
.sapUiMnuLst.sapUiMnuNoIco > .sapUiMnuItm > .sapUiMnuItmTxt,
|
|
158
|
+
.sapUiMnuLst.sapUiMnuNoIco > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
159
|
+
padding-left: 0.5rem;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmTxt {
|
|
163
|
+
padding-left: 3.875rem;
|
|
132
164
|
}
|
|
133
165
|
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
134
166
|
padding-left: 0;
|
|
135
167
|
}
|
|
136
168
|
.sapUiMnuLst.sapUiMnuNoIco > .sapUiMnuItm > .sapUiMnuItmTxt,
|
|
137
169
|
.sapUiMnuLst.sapUiMnuNoIco > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
138
|
-
padding-left: 0;
|
|
170
|
+
padding-left: 0.75rem;
|
|
139
171
|
}
|
|
140
172
|
}
|
|
141
173
|
|
|
174
|
+
.sapUiMnuItmIco{
|
|
175
|
+
padding-left: 0.75rem;
|
|
176
|
+
padding-right: 0.75rem;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.sapUiSizeCompact .sapUiMnuItmIco{
|
|
180
|
+
padding-left: 0.5rem;
|
|
181
|
+
padding-right: 0.5rem;
|
|
182
|
+
}
|
|
183
|
+
|
|
142
184
|
.sapUiMnuItm.sapUiMnuTfItm .sapUiMnuTfItemTf {
|
|
143
185
|
border-radius: 0.25rem;
|
|
144
186
|
}
|