@openui5/themelib_sap_horizon 1.133.2 → 1.135.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 -7
- package/THIRDPARTY.txt +2 -23
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +14 -19
- package/src/sap/f/themes/sap_horizon/CardHeaders.less +1 -3
- package/src/sap/f/themes/sap_horizon/GridListItem.less +2 -2
- package/src/sap/f/themes/sap_horizon/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_dark/Card.less +8 -13
- package/src/sap/f/themes/sap_horizon_dark/CardHeaders.less +1 -3
- package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +1 -1
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +3 -8
- package/src/sap/f/themes/sap_horizon_hcb/GridContainer.less +4 -4
- package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +1 -2
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_hcb/library.source.less +0 -1
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +3 -8
- package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +1 -2
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_hcw/library.source.less +0 -1
- package/src/sap/m/themes/sap_horizon/Avatar.less +13 -0
- package/src/sap/m/themes/sap_horizon/Button.less +6 -0
- package/src/sap/m/themes/sap_horizon/GenericTile.less +6 -35
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +79 -87
- package/src/sap/m/themes/sap_horizon/MessageStrip.less +0 -3
- package/src/sap/m/themes/sap_horizon/NewsContent.less +1 -1
- package/src/sap/m/themes/sap_horizon/SplitButton.less +71 -54
- package/src/sap/m/themes/sap_horizon/StandardTile.less +2 -2
- package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +6 -1
- package/src/sap/m/themes/sap_horizon/Switch.less +109 -91
- package/src/sap/m/themes/sap_horizon/TabContainer.less +2 -0
- package/src/sap/m/themes/sap_horizon/TabStrip.less +48 -20
- package/src/sap/m/themes/sap_horizon/Table.less +16 -7
- package/src/sap/m/themes/sap_horizon/Text.less +3 -2
- package/src/sap/m/themes/sap_horizon/TextArea.less +2 -1
- package/src/sap/m/themes/sap_horizon/TileContainer.less +4 -4
- package/src/sap/m/themes/sap_horizon/TileContent.less +3 -3
- package/src/sap/m/themes/sap_horizon/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon/TimePickerSliders.less +59 -31
- package/src/sap/m/themes/sap_horizon/Title.less +8 -6
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +53 -41
- package/src/sap/m/themes/sap_horizon/Token.less +1 -0
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +5 -0
- package/src/sap/m/themes/sap_horizon/ViewSettingsDialog.less +10 -6
- package/src/sap/m/themes/sap_horizon/WheelSlider.less +38 -14
- package/src/sap/m/themes/sap_horizon_dark/Avatar.less +13 -0
- package/src/sap/m/themes/sap_horizon_dark/Button.less +6 -0
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +15 -47
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +94 -80
- package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +0 -4
- package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +70 -54
- package/src/sap/m/themes/sap_horizon_dark/StandardTile.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Switch.less +108 -89
- package/src/sap/m/themes/sap_horizon_dark/TabContainer.less +2 -0
- package/src/sap/m/themes/sap_horizon_dark/TabStrip.less +50 -21
- package/src/sap/m/themes/sap_horizon_dark/Table.less +15 -6
- package/src/sap/m/themes/sap_horizon_dark/Text.less +3 -2
- package/src/sap/m/themes/sap_horizon_dark/TextArea.less +2 -1
- package/src/sap/m/themes/sap_horizon_dark/TileContainer.less +4 -3
- package/src/sap/m/themes/sap_horizon_dark/TileContent.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/TimePickerSliders.less +59 -31
- package/src/sap/m/themes/sap_horizon_dark/Title.less +8 -6
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +52 -41
- package/src/sap/m/themes/sap_horizon_dark/ViewSettingsDialog.less +10 -6
- package/src/sap/m/themes/sap_horizon_dark/WheelSlider.less +34 -11
- package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +14 -0
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +0 -9
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +11 -11
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +0 -5
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +41 -40
- package/src/sap/m/themes/sap_horizon_hcb/SplitButton.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcb/StepInput.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcb/Switch.less +108 -90
- package/src/sap/m/themes/sap_horizon_hcb/TabContainer.less +9 -2
- package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +44 -17
- package/src/sap/m/themes/sap_horizon_hcb/Table.less +6 -6
- package/src/sap/m/themes/sap_horizon_hcb/Text.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +11 -8
- package/src/sap/m/themes/sap_horizon_hcb/Tile.less +9 -9
- package/src/sap/m/themes/sap_horizon_hcb/TileContainer.less +5 -5
- package/src/sap/m/themes/sap_horizon_hcb/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/TimePickerSliders.less +58 -30
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +8 -6
- package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +4 -5
- package/src/sap/m/themes/sap_horizon_hcb/ViewSettingsDialog.less +9 -6
- package/src/sap/m/themes/sap_horizon_hcb/WheelSlider.less +22 -5
- package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +13 -0
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +0 -9
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +9 -11
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +0 -5
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +40 -40
- package/src/sap/m/themes/sap_horizon_hcw/SplitButton.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcw/StepInput.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcw/Switch.less +108 -90
- package/src/sap/m/themes/sap_horizon_hcw/TabContainer.less +9 -2
- package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +44 -17
- package/src/sap/m/themes/sap_horizon_hcw/Table.less +6 -6
- package/src/sap/m/themes/sap_horizon_hcw/Text.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +11 -8
- package/src/sap/m/themes/sap_horizon_hcw/Tile.less +9 -9
- package/src/sap/m/themes/sap_horizon_hcw/TileContainer.less +5 -5
- package/src/sap/m/themes/sap_horizon_hcw/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/TimePickerSliders.less +57 -31
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +8 -6
- package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +5 -5
- package/src/sap/m/themes/sap_horizon_hcw/ViewSettingsDialog.less +10 -6
- package/src/sap/m/themes/sap_horizon_hcw/WheelSlider.less +22 -5
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +14 -11
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +14 -11
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +14 -10
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +14 -10
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +3 -3
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +77 -19
- package/src/sap/ui/core/themes/sap_horizon/global.less +7 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +80 -22
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +7 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +62 -4
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +7 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +62 -4
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +7 -0
- package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon/Cell.less +7 -5
- package/src/sap/ui/table/themes/sap_horizon/Grouping.less +11 -11
- package/src/sap/ui/table/themes/sap_horizon/RowAction.less +12 -12
- package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +7 -7
- package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +2 -1
- package/src/sap/ui/table/themes/sap_horizon/Table.less +4 -4
- package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +7 -5
- package/src/sap/ui/table/themes/sap_horizon_dark/Grouping.less +11 -11
- package/src/sap/ui/table/themes/sap_horizon_dark/RowAction.less +10 -10
- package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +6 -6
- package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +3 -3
- package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +4 -3
- package/src/sap/ui/table/themes/sap_horizon_hcb/DragDrop.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/Row.less +2 -2
- package/src/sap/ui/table/themes/sap_horizon_hcb/RowHighlight.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/RowSelection.less +4 -4
- package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +2 -2
- package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +4 -3
- package/src/sap/ui/table/themes/sap_horizon_hcw/DragDrop.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/Row.less +2 -2
- package/src/sap/ui/table/themes/sap_horizon_hcw/RowHighlight.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/RowSelection.less +4 -4
- package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +2 -2
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +1 -1
- package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +0 -5
- package/src/sap/f/themes/sap_horizon_hcb/CardHeaders.less +0 -28
- package/src/sap/f/themes/sap_horizon_hcw/CardHeaders.less +0 -28
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-
|
|
3
|
-
// * Theming Engine
|
|
4
|
-
// * data:{"sModified":"
|
|
2
|
+
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
// * Theming Engine 15.0.1
|
|
4
|
+
// * data:{"sModified":"2025-03-20T15:24:53Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.28.2) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
// [Protected "true"]
|
|
49
49
|
// [Category "Internal"]
|
|
50
50
|
// [Type "color"]
|
|
51
|
-
@sapPrimary6: #
|
|
51
|
+
@sapPrimary6: #f5f6f7;
|
|
52
52
|
|
|
53
53
|
// [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
|
|
54
54
|
// [Protected "true"]
|
|
@@ -99,12 +99,16 @@
|
|
|
99
99
|
|
|
100
100
|
// [Tags "!Protected"]
|
|
101
101
|
// [Protected "!true"]
|
|
102
|
-
@sapLinkColor: @sapHighlightColor;
|
|
102
|
+
@sapLinkColor: darken(@sapHighlightColor, 15);
|
|
103
103
|
|
|
104
104
|
// [Tags "!Protected"]
|
|
105
105
|
// [Protected "!true"]
|
|
106
106
|
@sapCompanyLogo: none;
|
|
107
107
|
|
|
108
|
+
// [Tags "!Protected"]
|
|
109
|
+
// [Protected "!true"]
|
|
110
|
+
@sapFavicon: @sapShell_Favicon;
|
|
111
|
+
|
|
108
112
|
// [Tags "!Protected"]
|
|
109
113
|
// [Protected "!true"]
|
|
110
114
|
@sapBackgroundImage: none;
|
|
@@ -516,7 +520,7 @@
|
|
|
516
520
|
|
|
517
521
|
// [Tags "!Protected"]
|
|
518
522
|
// [Protected "!true"]
|
|
519
|
-
@sapContent_Lite_Shadow:
|
|
523
|
+
@sapContent_Lite_Shadow: none;
|
|
520
524
|
|
|
521
525
|
// [Tags "!Protected"]
|
|
522
526
|
// [Protected "!true"]
|
|
@@ -748,7 +752,7 @@
|
|
|
748
752
|
|
|
749
753
|
// [Tags "!Protected"]
|
|
750
754
|
// [Protected "!true"]
|
|
751
|
-
@sapLink_InvertedColor: lighten(@sapLinkColor,
|
|
755
|
+
@sapLink_InvertedColor: lighten(@sapLinkColor, 37);
|
|
752
756
|
|
|
753
757
|
// [Tags "!Protected"]
|
|
754
758
|
// [Protected "!true"]
|
|
@@ -1952,7 +1956,7 @@
|
|
|
1952
1956
|
|
|
1953
1957
|
// [Tags "!Protected"]
|
|
1954
1958
|
// [Protected "!true"]
|
|
1955
|
-
@sapField_TextColor: lighten(@sapTextColor,
|
|
1959
|
+
@sapField_TextColor: lighten(@sapTextColor, 4);
|
|
1956
1960
|
|
|
1957
1961
|
// [Tags "!Protected"]
|
|
1958
1962
|
// [Protected "!true"]
|
|
@@ -2744,6 +2748,30 @@
|
|
|
2744
2748
|
// [Protected "!true"]
|
|
2745
2749
|
@sapTab_Critical_Selected_Background: @sapCriticalElementColor;
|
|
2746
2750
|
|
|
2751
|
+
// [Tags "!Protected"]
|
|
2752
|
+
// [Protected "!true"]
|
|
2753
|
+
@sapTab_Neutral_TextColor: @sapNeutralTextColor;
|
|
2754
|
+
|
|
2755
|
+
// [Tags "!Protected"]
|
|
2756
|
+
// [Protected "!true"]
|
|
2757
|
+
@sapTab_Neutral_ForegroundColor: @sapNeutralElementColor;
|
|
2758
|
+
|
|
2759
|
+
// [Tags "!Protected"]
|
|
2760
|
+
// [Protected "!true"]
|
|
2761
|
+
@sapTab_Neutral_IconColor: contrast(@sapTab_Background, @sapNeutralElementColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
|
|
2762
|
+
|
|
2763
|
+
// [Tags "!Protected"]
|
|
2764
|
+
// [Protected "!true"]
|
|
2765
|
+
@sapTab_Neutral_Selected_TextColor: @sapNeutralTextColor;
|
|
2766
|
+
|
|
2767
|
+
// [Tags "!Protected"]
|
|
2768
|
+
// [Protected "!true"]
|
|
2769
|
+
@sapTab_Neutral_Selected_IconColor: contrast(@sapTab_Neutral_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
|
|
2770
|
+
|
|
2771
|
+
// [Tags "!Protected"]
|
|
2772
|
+
// [Protected "!true"]
|
|
2773
|
+
@sapTab_Neutral_Selected_Background: @sapNeutralElementColor;
|
|
2774
|
+
|
|
2747
2775
|
// [Tags "!Protected"]
|
|
2748
2776
|
// [Protected "!true"]
|
|
2749
2777
|
@sapTile_Background: @sapBaseColor;
|
|
@@ -2908,8 +2936,11 @@
|
|
|
2908
2936
|
@sapIndicationColor_1_Selected_Background: @sapIndicationColor_1_Active_Background;
|
|
2909
2937
|
@sapIndicationColor_1_Selected_BorderColor: @sapIndicationColor_1_Active_BorderColor;
|
|
2910
2938
|
@sapIndicationColor_1_Selected_TextColor: @sapIndicationColor_1_Active_TextColor;
|
|
2939
|
+
|
|
2940
|
+
// [Tags "!Protected"]
|
|
2941
|
+
// [Protected "!true"]
|
|
2911
2942
|
@sapIndicationColor_1b: #5e0303;
|
|
2912
|
-
@sapIndicationColor_1b_TextColor: @
|
|
2943
|
+
@sapIndicationColor_1b_TextColor: lighten(saturate(@sapIndicationColor_1b, 4), 44);
|
|
2913
2944
|
@sapIndicationColor_1b_Background: @sapIndicationColor_1b;
|
|
2914
2945
|
@sapIndicationColor_1b_BorderColor: @sapIndicationColor_1b;
|
|
2915
2946
|
@sapIndicationColor_1b_Hover_Background: lighten(@sapIndicationColor_1b, 5);
|
|
@@ -2942,8 +2973,11 @@
|
|
|
2942
2973
|
@sapIndicationColor_2_Selected_Background: @sapIndicationColor_2_Active_Background;
|
|
2943
2974
|
@sapIndicationColor_2_Selected_BorderColor: @sapIndicationColor_2_Active_BorderColor;
|
|
2944
2975
|
@sapIndicationColor_2_Selected_TextColor: @sapIndicationColor_2_Active_TextColor;
|
|
2976
|
+
|
|
2977
|
+
// [Tags "!Protected"]
|
|
2978
|
+
// [Protected "!true"]
|
|
2945
2979
|
@sapIndicationColor_2b: #7d0000;
|
|
2946
|
-
@sapIndicationColor_2b_TextColor: @
|
|
2980
|
+
@sapIndicationColor_2b_TextColor: lighten(@sapIndicationColor_2b, 53);
|
|
2947
2981
|
@sapIndicationColor_2b_Background: @sapIndicationColor_2b;
|
|
2948
2982
|
@sapIndicationColor_2b_BorderColor: @sapIndicationColor_2b;
|
|
2949
2983
|
@sapIndicationColor_2b_Hover_Background: lighten(@sapIndicationColor_2b, 5);
|
|
@@ -2976,8 +3010,11 @@
|
|
|
2976
3010
|
@sapIndicationColor_3_Selected_Background: @sapIndicationColor_3_Active_Background;
|
|
2977
3011
|
@sapIndicationColor_3_Selected_BorderColor: @sapIndicationColor_3_Active_BorderColor;
|
|
2978
3012
|
@sapIndicationColor_3_Selected_TextColor: @sapIndicationColor_3_Active_TextColor;
|
|
2979
|
-
|
|
2980
|
-
|
|
3013
|
+
|
|
3014
|
+
// [Tags "!Protected"]
|
|
3015
|
+
// [Protected "!true"]
|
|
3016
|
+
@sapIndicationColor_3b: #640;
|
|
3017
|
+
@sapIndicationColor_3b_TextColor: lighten(@sapIndicationColor_3b, 40);
|
|
2981
3018
|
@sapIndicationColor_3b_Background: @sapIndicationColor_3b;
|
|
2982
3019
|
@sapIndicationColor_3b_BorderColor: @sapIndicationColor_3b;
|
|
2983
3020
|
@sapIndicationColor_3b_Hover_Background: lighten(@sapIndicationColor_3b, 5);
|
|
@@ -3010,8 +3047,11 @@
|
|
|
3010
3047
|
@sapIndicationColor_4_Selected_Background: @sapIndicationColor_4_Active_Background;
|
|
3011
3048
|
@sapIndicationColor_4_Selected_BorderColor: @sapIndicationColor_4_Active_BorderColor;
|
|
3012
3049
|
@sapIndicationColor_4_Selected_TextColor: @sapIndicationColor_4_Active_TextColor;
|
|
3013
|
-
|
|
3014
|
-
|
|
3050
|
+
|
|
3051
|
+
// [Tags "!Protected"]
|
|
3052
|
+
// [Protected "!true"]
|
|
3053
|
+
@sapIndicationColor_4b: #1b4a04;
|
|
3054
|
+
@sapIndicationColor_4b_TextColor: lighten(desaturate(@sapIndicationColor_4b, 21), 57);
|
|
3015
3055
|
@sapIndicationColor_4b_Background: @sapIndicationColor_4b;
|
|
3016
3056
|
@sapIndicationColor_4b_BorderColor: @sapIndicationColor_4b;
|
|
3017
3057
|
@sapIndicationColor_4b_Hover_Background: lighten(@sapIndicationColor_4b, 5);
|
|
@@ -3044,8 +3084,11 @@
|
|
|
3044
3084
|
@sapIndicationColor_5_Selected_Background: @sapIndicationColor_5_Active_Background;
|
|
3045
3085
|
@sapIndicationColor_5_Selected_BorderColor: @sapIndicationColor_5_Active_BorderColor;
|
|
3046
3086
|
@sapIndicationColor_5_Selected_TextColor: @sapIndicationColor_5_Active_TextColor;
|
|
3087
|
+
|
|
3088
|
+
// [Tags "!Protected"]
|
|
3089
|
+
// [Protected "!true"]
|
|
3047
3090
|
@sapIndicationColor_5b: #024594;
|
|
3048
|
-
@sapIndicationColor_5b_TextColor: @
|
|
3091
|
+
@sapIndicationColor_5b_TextColor: lighten(saturate(@sapIndicationColor_5b, 3), 54);
|
|
3049
3092
|
@sapIndicationColor_5b_Background: @sapIndicationColor_5b;
|
|
3050
3093
|
@sapIndicationColor_5b_BorderColor: @sapIndicationColor_5b;
|
|
3051
3094
|
@sapIndicationColor_5b_Hover_Background: lighten(@sapIndicationColor_5b, 5);
|
|
@@ -3078,8 +3121,11 @@
|
|
|
3078
3121
|
@sapIndicationColor_6_Selected_Background: @sapIndicationColor_6_Active_Background;
|
|
3079
3122
|
@sapIndicationColor_6_Selected_BorderColor: @sapIndicationColor_6_Active_BorderColor;
|
|
3080
3123
|
@sapIndicationColor_6_Selected_TextColor: @sapIndicationColor_6_Active_TextColor;
|
|
3124
|
+
|
|
3125
|
+
// [Tags "!Protected"]
|
|
3126
|
+
// [Protected "!true"]
|
|
3081
3127
|
@sapIndicationColor_6b: #00454e;
|
|
3082
|
-
@sapIndicationColor_6b_TextColor: @
|
|
3128
|
+
@sapIndicationColor_6b_TextColor: lighten(desaturate(@sapIndicationColor_6b, 21), 51);
|
|
3083
3129
|
@sapIndicationColor_6b_Background: @sapIndicationColor_6b;
|
|
3084
3130
|
@sapIndicationColor_6b_BorderColor: @sapIndicationColor_6b;
|
|
3085
3131
|
@sapIndicationColor_6b_Hover_Background: lighten(@sapIndicationColor_6b, 5);
|
|
@@ -3112,8 +3158,11 @@
|
|
|
3112
3158
|
@sapIndicationColor_7_Selected_Background: @sapIndicationColor_7_Active_Background;
|
|
3113
3159
|
@sapIndicationColor_7_Selected_BorderColor: @sapIndicationColor_7_Active_BorderColor;
|
|
3114
3160
|
@sapIndicationColor_7_Selected_TextColor: @sapIndicationColor_7_Active_TextColor;
|
|
3161
|
+
|
|
3162
|
+
// [Tags "!Protected"]
|
|
3163
|
+
// [Protected "!true"]
|
|
3115
3164
|
@sapIndicationColor_7b: #2702c2;
|
|
3116
|
-
@sapIndicationColor_7b_TextColor: @
|
|
3165
|
+
@sapIndicationColor_7b_TextColor: lighten(saturate(@sapIndicationColor_7b, 12), 48);
|
|
3117
3166
|
@sapIndicationColor_7b_Background: @sapIndicationColor_7b;
|
|
3118
3167
|
@sapIndicationColor_7b_BorderColor: @sapIndicationColor_7b;
|
|
3119
3168
|
@sapIndicationColor_7b_Hover_Background: lighten(@sapIndicationColor_7b, 5);
|
|
@@ -3146,8 +3195,11 @@
|
|
|
3146
3195
|
@sapIndicationColor_8_Selected_Background: @sapIndicationColor_8_Active_Background;
|
|
3147
3196
|
@sapIndicationColor_8_Selected_BorderColor: @sapIndicationColor_8_Active_BorderColor;
|
|
3148
3197
|
@sapIndicationColor_8_Selected_TextColor: @sapIndicationColor_8_Active_TextColor;
|
|
3198
|
+
|
|
3199
|
+
// [Tags "!Protected"]
|
|
3200
|
+
// [Protected "!true"]
|
|
3149
3201
|
@sapIndicationColor_8b: #4c005b;
|
|
3150
|
-
@sapIndicationColor_8b_TextColor: @
|
|
3202
|
+
@sapIndicationColor_8b_TextColor: lighten(@sapIndicationColor_8b, 59);
|
|
3151
3203
|
@sapIndicationColor_8b_Background: @sapIndicationColor_8b;
|
|
3152
3204
|
@sapIndicationColor_8b_BorderColor: @sapIndicationColor_8b;
|
|
3153
3205
|
@sapIndicationColor_8b_Hover_Background: lighten(@sapIndicationColor_8b, 5);
|
|
@@ -3180,8 +3232,11 @@
|
|
|
3180
3232
|
@sapIndicationColor_9_Selected_Background: @sapIndicationColor_9_Active_Background;
|
|
3181
3233
|
@sapIndicationColor_9_Selected_BorderColor: @sapIndicationColor_9_Active_BorderColor;
|
|
3182
3234
|
@sapIndicationColor_9_Selected_TextColor: @sapIndicationColor_9_Active_TextColor;
|
|
3235
|
+
|
|
3236
|
+
// [Tags "!Protected"]
|
|
3237
|
+
// [Protected "!true"]
|
|
3183
3238
|
@sapIndicationColor_9b: #1d232a;
|
|
3184
|
-
@sapIndicationColor_9b_TextColor: @
|
|
3239
|
+
@sapIndicationColor_9b_TextColor: lighten(desaturate(@sapIndicationColor_9b, 18), 81);
|
|
3185
3240
|
@sapIndicationColor_9b_Background: @sapIndicationColor_9b;
|
|
3186
3241
|
@sapIndicationColor_9b_BorderColor: lighten(@sapIndicationColor_9b, 16);
|
|
3187
3242
|
@sapIndicationColor_9b_Hover_Background: lighten(@sapIndicationColor_9b, 5);
|
|
@@ -3214,8 +3269,11 @@
|
|
|
3214
3269
|
@sapIndicationColor_10_Selected_Background: @sapIndicationColor_10_Active_Background;
|
|
3215
3270
|
@sapIndicationColor_10_Selected_BorderColor: @sapIndicationColor_10_Active_BorderColor;
|
|
3216
3271
|
@sapIndicationColor_10_Selected_TextColor: @sapIndicationColor_10_Active_TextColor;
|
|
3272
|
+
|
|
3273
|
+
// [Tags "!Protected"]
|
|
3274
|
+
// [Protected "!true"]
|
|
3217
3275
|
@sapIndicationColor_10b: #373737;
|
|
3218
|
-
@sapIndicationColor_10b_TextColor: @
|
|
3276
|
+
@sapIndicationColor_10b_TextColor: lighten(@sapIndicationColor_10b, 63);
|
|
3219
3277
|
@sapIndicationColor_10b_Background: @sapIndicationColor_10b;
|
|
3220
3278
|
@sapIndicationColor_10b_BorderColor: @sapIndicationColor_10b;
|
|
3221
3279
|
@sapIndicationColor_10b_Hover_Background: lighten(@sapIndicationColor_10b, 5);
|
|
@@ -3434,7 +3492,7 @@
|
|
|
3434
3492
|
|
|
3435
3493
|
// [Tags "!Protected"]
|
|
3436
3494
|
// [Protected "!true"]
|
|
3437
|
-
@sapChart_Data_TextColor: lighten(@sapTextColor,
|
|
3495
|
+
@sapChart_Data_TextColor: lighten(@sapTextColor, 4);
|
|
3438
3496
|
|
|
3439
3497
|
// [Tags "!Protected"]
|
|
3440
3498
|
// [Protected "!true"]
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
@sapUiBaseText: @sapTextColor;
|
|
22
22
|
@sapUiLink: @sapLinkColor;
|
|
23
23
|
@sapUiGlobalLogo: @sapCompanyLogo;
|
|
24
|
+
@sapUiFavicon: @sapFavicon;
|
|
24
25
|
@sapUiGlobalBackgroundImage: @sapBackgroundImage;
|
|
25
26
|
@sapUiBackgroundImage: @sapBackgroundImage;
|
|
26
27
|
@sapUiUx3ShellBackgroundImageURL: @sapBackgroundImage;
|
|
@@ -804,6 +805,12 @@
|
|
|
804
805
|
@sapUiTabCriticalSelectedTextColor: @sapTab_Critical_Selected_TextColor;
|
|
805
806
|
@sapUiTabCriticalSelectedIconColor: @sapTab_Critical_Selected_IconColor;
|
|
806
807
|
@sapUiTabCriticalSelectedBackground: @sapTab_Critical_Selected_Background;
|
|
808
|
+
@sapUiTabNeutralTextColor: @sapTab_Neutral_TextColor;
|
|
809
|
+
@sapUiTabNeutralForegroundColor: @sapTab_Neutral_ForegroundColor;
|
|
810
|
+
@sapUiTabNeutralIconColor: @sapTab_Neutral_IconColor;
|
|
811
|
+
@sapUiTabNeutralSelectedTextColor: @sapTab_Neutral_Selected_TextColor;
|
|
812
|
+
@sapUiTabNeutralSelectedIconColor: @sapTab_Neutral_Selected_IconColor;
|
|
813
|
+
@sapUiTabNeutralSelectedBackground: @sapTab_Neutral_Selected_Background;
|
|
807
814
|
|
|
808
815
|
@sapUiTileBackground: @sapTile_Background;
|
|
809
816
|
@sapUiTileHoverBackground: @sapTile_Hover_Background;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 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.135.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast black theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-
|
|
3
|
-
// * Theming Engine
|
|
4
|
-
// * data:{"sModified":"
|
|
2
|
+
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
// * Theming Engine 15.0.1
|
|
4
|
+
// * data:{"sModified":"2025-03-20T15:24:53Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.28.2) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -160,6 +160,10 @@
|
|
|
160
160
|
// [Protected "!true"]
|
|
161
161
|
@sapCompanyLogo: none;
|
|
162
162
|
|
|
163
|
+
// [Tags "!Protected"]
|
|
164
|
+
// [Protected "!true"]
|
|
165
|
+
@sapFavicon: @sapShell_Favicon;
|
|
166
|
+
|
|
163
167
|
// [Tags "!Protected"]
|
|
164
168
|
// [Protected "!true"]
|
|
165
169
|
@sapBackgroundImage: none;
|
|
@@ -2799,6 +2803,30 @@
|
|
|
2799
2803
|
// [Protected "!true"]
|
|
2800
2804
|
@sapTab_Critical_Selected_Background: @sapSelectedColor;
|
|
2801
2805
|
|
|
2806
|
+
// [Tags "!Protected"]
|
|
2807
|
+
// [Protected "!true"]
|
|
2808
|
+
@sapTab_Neutral_TextColor: @sapTextColor;
|
|
2809
|
+
|
|
2810
|
+
// [Tags "!Protected"]
|
|
2811
|
+
// [Protected "!true"]
|
|
2812
|
+
@sapTab_Neutral_ForegroundColor: @sapHC_StandardForeground;
|
|
2813
|
+
|
|
2814
|
+
// [Tags "!Protected"]
|
|
2815
|
+
// [Protected "!true"]
|
|
2816
|
+
@sapTab_Neutral_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
|
|
2817
|
+
|
|
2818
|
+
// [Tags "!Protected"]
|
|
2819
|
+
// [Protected "!true"]
|
|
2820
|
+
@sapTab_Neutral_Selected_TextColor: @sapContent_Selected_ForegroundColor;
|
|
2821
|
+
|
|
2822
|
+
// [Tags "!Protected"]
|
|
2823
|
+
// [Protected "!true"]
|
|
2824
|
+
@sapTab_Neutral_Selected_IconColor: contrast(@sapTab_Neutral_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
|
|
2825
|
+
|
|
2826
|
+
// [Tags "!Protected"]
|
|
2827
|
+
// [Protected "!true"]
|
|
2828
|
+
@sapTab_Neutral_Selected_Background: @sapSelectedColor;
|
|
2829
|
+
|
|
2802
2830
|
// [Tags "!Protected"]
|
|
2803
2831
|
// [Protected "!true"]
|
|
2804
2832
|
@sapTile_Background: @sapBackgroundColor;
|
|
@@ -2963,6 +2991,9 @@
|
|
|
2963
2991
|
@sapIndicationColor_1_Selected_Background: @sapButton_Selected_Background;
|
|
2964
2992
|
@sapIndicationColor_1_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2965
2993
|
@sapIndicationColor_1_Selected_TextColor: @sapIndicationColor_1_TextColor;
|
|
2994
|
+
|
|
2995
|
+
// [Tags "!Protected"]
|
|
2996
|
+
// [Protected "!true"]
|
|
2966
2997
|
@sapIndicationColor_1b: @sapIndicationColor_1;
|
|
2967
2998
|
@sapIndicationColor_1b_TextColor: @sapTextColor;
|
|
2968
2999
|
@sapIndicationColor_1b_Background: @sapBackgroundColor;
|
|
@@ -2997,6 +3028,9 @@
|
|
|
2997
3028
|
@sapIndicationColor_2_Selected_Background: @sapButton_Selected_Background;
|
|
2998
3029
|
@sapIndicationColor_2_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2999
3030
|
@sapIndicationColor_2_Selected_TextColor: @sapIndicationColor_2_TextColor;
|
|
3031
|
+
|
|
3032
|
+
// [Tags "!Protected"]
|
|
3033
|
+
// [Protected "!true"]
|
|
3000
3034
|
@sapIndicationColor_2b: @sapIndicationColor_2;
|
|
3001
3035
|
@sapIndicationColor_2b_TextColor: @sapTextColor;
|
|
3002
3036
|
@sapIndicationColor_2b_Background: @sapBackgroundColor;
|
|
@@ -3031,6 +3065,9 @@
|
|
|
3031
3065
|
@sapIndicationColor_3_Selected_Background: @sapButton_Selected_Background;
|
|
3032
3066
|
@sapIndicationColor_3_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
3033
3067
|
@sapIndicationColor_3_Selected_TextColor: @sapIndicationColor_3_TextColor;
|
|
3068
|
+
|
|
3069
|
+
// [Tags "!Protected"]
|
|
3070
|
+
// [Protected "!true"]
|
|
3034
3071
|
@sapIndicationColor_3b: @sapIndicationColor_3;
|
|
3035
3072
|
@sapIndicationColor_3b_TextColor: @sapTextColor;
|
|
3036
3073
|
@sapIndicationColor_3b_Background: @sapBackgroundColor;
|
|
@@ -3065,6 +3102,9 @@
|
|
|
3065
3102
|
@sapIndicationColor_4_Selected_Background: @sapButton_Selected_Background;
|
|
3066
3103
|
@sapIndicationColor_4_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
3067
3104
|
@sapIndicationColor_4_Selected_TextColor: @sapIndicationColor_4_TextColor;
|
|
3105
|
+
|
|
3106
|
+
// [Tags "!Protected"]
|
|
3107
|
+
// [Protected "!true"]
|
|
3068
3108
|
@sapIndicationColor_4b: @sapIndicationColor_4;
|
|
3069
3109
|
@sapIndicationColor_4b_TextColor: @sapTextColor;
|
|
3070
3110
|
@sapIndicationColor_4b_Background: @sapBackgroundColor;
|
|
@@ -3099,6 +3139,9 @@
|
|
|
3099
3139
|
@sapIndicationColor_5_Selected_Background: @sapButton_Selected_Background;
|
|
3100
3140
|
@sapIndicationColor_5_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
3101
3141
|
@sapIndicationColor_5_Selected_TextColor: @sapIndicationColor_5_TextColor;
|
|
3142
|
+
|
|
3143
|
+
// [Tags "!Protected"]
|
|
3144
|
+
// [Protected "!true"]
|
|
3102
3145
|
@sapIndicationColor_5b: @sapIndicationColor_5;
|
|
3103
3146
|
@sapIndicationColor_5b_TextColor: @sapTextColor;
|
|
3104
3147
|
@sapIndicationColor_5b_Background: @sapBackgroundColor;
|
|
@@ -3133,6 +3176,9 @@
|
|
|
3133
3176
|
@sapIndicationColor_6_Selected_Background: @sapButton_Selected_Background;
|
|
3134
3177
|
@sapIndicationColor_6_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
3135
3178
|
@sapIndicationColor_6_Selected_TextColor: @sapIndicationColor_6_TextColor;
|
|
3179
|
+
|
|
3180
|
+
// [Tags "!Protected"]
|
|
3181
|
+
// [Protected "!true"]
|
|
3136
3182
|
@sapIndicationColor_6b: @sapIndicationColor_6;
|
|
3137
3183
|
@sapIndicationColor_6b_TextColor: @sapTextColor;
|
|
3138
3184
|
@sapIndicationColor_6b_Background: @sapBackgroundColor;
|
|
@@ -3167,6 +3213,9 @@
|
|
|
3167
3213
|
@sapIndicationColor_7_Selected_Background: @sapButton_Selected_Background;
|
|
3168
3214
|
@sapIndicationColor_7_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
3169
3215
|
@sapIndicationColor_7_Selected_TextColor: @sapIndicationColor_7_TextColor;
|
|
3216
|
+
|
|
3217
|
+
// [Tags "!Protected"]
|
|
3218
|
+
// [Protected "!true"]
|
|
3170
3219
|
@sapIndicationColor_7b: @sapIndicationColor_7;
|
|
3171
3220
|
@sapIndicationColor_7b_TextColor: @sapTextColor;
|
|
3172
3221
|
@sapIndicationColor_7b_Background: @sapBackgroundColor;
|
|
@@ -3201,6 +3250,9 @@
|
|
|
3201
3250
|
@sapIndicationColor_8_Selected_Background: @sapButton_Selected_Background;
|
|
3202
3251
|
@sapIndicationColor_8_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
3203
3252
|
@sapIndicationColor_8_Selected_TextColor: @sapIndicationColor_8_TextColor;
|
|
3253
|
+
|
|
3254
|
+
// [Tags "!Protected"]
|
|
3255
|
+
// [Protected "!true"]
|
|
3204
3256
|
@sapIndicationColor_8b: @sapIndicationColor_8;
|
|
3205
3257
|
@sapIndicationColor_8b_TextColor: @sapTextColor;
|
|
3206
3258
|
@sapIndicationColor_8b_Background: @sapBackgroundColor;
|
|
@@ -3235,6 +3287,9 @@
|
|
|
3235
3287
|
@sapIndicationColor_9_Selected_Background: @sapButton_Selected_Background;
|
|
3236
3288
|
@sapIndicationColor_9_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
3237
3289
|
@sapIndicationColor_9_Selected_TextColor: @sapIndicationColor_9_TextColor;
|
|
3290
|
+
|
|
3291
|
+
// [Tags "!Protected"]
|
|
3292
|
+
// [Protected "!true"]
|
|
3238
3293
|
@sapIndicationColor_9b: @sapIndicationColor_9;
|
|
3239
3294
|
@sapIndicationColor_9b_TextColor: @sapTextColor;
|
|
3240
3295
|
@sapIndicationColor_9b_Background: @sapBackgroundColor;
|
|
@@ -3269,6 +3324,9 @@
|
|
|
3269
3324
|
@sapIndicationColor_10_Selected_Background: @sapButton_Selected_Background;
|
|
3270
3325
|
@sapIndicationColor_10_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
3271
3326
|
@sapIndicationColor_10_Selected_TextColor: @sapIndicationColor_10_TextColor;
|
|
3327
|
+
|
|
3328
|
+
// [Tags "!Protected"]
|
|
3329
|
+
// [Protected "!true"]
|
|
3272
3330
|
@sapIndicationColor_10b: @sapIndicationColor_10;
|
|
3273
3331
|
@sapIndicationColor_10b_TextColor: @sapTextColor;
|
|
3274
3332
|
@sapIndicationColor_10b_Background: @sapBackgroundColor;
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
@sapUiBaseText: @sapTextColor;
|
|
22
22
|
@sapUiLink: @sapLinkColor;
|
|
23
23
|
@sapUiGlobalLogo: @sapCompanyLogo;
|
|
24
|
+
@sapUiFavicon: @sapFavicon;
|
|
24
25
|
@sapUiGlobalBackgroundImage: @sapBackgroundImage;
|
|
25
26
|
@sapUiBackgroundImage: @sapBackgroundImage;
|
|
26
27
|
@sapUiUx3ShellBackgroundImageURL: @sapBackgroundImage;
|
|
@@ -804,6 +805,12 @@
|
|
|
804
805
|
@sapUiTabCriticalSelectedTextColor: @sapTab_Critical_Selected_TextColor;
|
|
805
806
|
@sapUiTabCriticalSelectedIconColor: @sapTab_Critical_Selected_IconColor;
|
|
806
807
|
@sapUiTabCriticalSelectedBackground: @sapTab_Critical_Selected_Background;
|
|
808
|
+
@sapUiTabNeutralTextColor: @sapTab_Neutral_TextColor;
|
|
809
|
+
@sapUiTabNeutralForegroundColor: @sapTab_Neutral_ForegroundColor;
|
|
810
|
+
@sapUiTabNeutralIconColor: @sapTab_Neutral_IconColor;
|
|
811
|
+
@sapUiTabNeutralSelectedTextColor: @sapTab_Neutral_Selected_TextColor;
|
|
812
|
+
@sapUiTabNeutralSelectedIconColor: @sapTab_Neutral_Selected_IconColor;
|
|
813
|
+
@sapUiTabNeutralSelectedBackground: @sapTab_Neutral_Selected_Background;
|
|
807
814
|
|
|
808
815
|
@sapUiTileBackground: @sapTile_Background;
|
|
809
816
|
@sapUiTileHoverBackground: @sapTile_Hover_Background;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 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.135.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast white theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-
|
|
3
|
-
// * Theming Engine
|
|
4
|
-
// * data:{"sModified":"
|
|
2
|
+
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
// * Theming Engine 15.0.1
|
|
4
|
+
// * data:{"sModified":"2025-03-20T15:24:53Z"}
|
|
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.28.2) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -160,6 +160,10 @@
|
|
|
160
160
|
// [Protected "!true"]
|
|
161
161
|
@sapCompanyLogo: none;
|
|
162
162
|
|
|
163
|
+
// [Tags "!Protected"]
|
|
164
|
+
// [Protected "!true"]
|
|
165
|
+
@sapFavicon: @sapShell_Favicon;
|
|
166
|
+
|
|
163
167
|
// [Tags "!Protected"]
|
|
164
168
|
// [Protected "!true"]
|
|
165
169
|
@sapBackgroundImage: none;
|
|
@@ -2799,6 +2803,30 @@
|
|
|
2799
2803
|
// [Protected "!true"]
|
|
2800
2804
|
@sapTab_Critical_Selected_Background: @sapSelectedColor;
|
|
2801
2805
|
|
|
2806
|
+
// [Tags "!Protected"]
|
|
2807
|
+
// [Protected "!true"]
|
|
2808
|
+
@sapTab_Neutral_TextColor: @sapTextColor;
|
|
2809
|
+
|
|
2810
|
+
// [Tags "!Protected"]
|
|
2811
|
+
// [Protected "!true"]
|
|
2812
|
+
@sapTab_Neutral_ForegroundColor: @sapHC_StandardForeground;
|
|
2813
|
+
|
|
2814
|
+
// [Tags "!Protected"]
|
|
2815
|
+
// [Protected "!true"]
|
|
2816
|
+
@sapTab_Neutral_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
|
|
2817
|
+
|
|
2818
|
+
// [Tags "!Protected"]
|
|
2819
|
+
// [Protected "!true"]
|
|
2820
|
+
@sapTab_Neutral_Selected_TextColor: @sapContent_Selected_ForegroundColor;
|
|
2821
|
+
|
|
2822
|
+
// [Tags "!Protected"]
|
|
2823
|
+
// [Protected "!true"]
|
|
2824
|
+
@sapTab_Neutral_Selected_IconColor: contrast(@sapTab_Neutral_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
|
|
2825
|
+
|
|
2826
|
+
// [Tags "!Protected"]
|
|
2827
|
+
// [Protected "!true"]
|
|
2828
|
+
@sapTab_Neutral_Selected_Background: @sapSelectedColor;
|
|
2829
|
+
|
|
2802
2830
|
// [Tags "!Protected"]
|
|
2803
2831
|
// [Protected "!true"]
|
|
2804
2832
|
@sapTile_Background: @sapBackgroundColor;
|
|
@@ -2963,6 +2991,9 @@
|
|
|
2963
2991
|
@sapIndicationColor_1_Selected_Background: @sapButton_Selected_Background;
|
|
2964
2992
|
@sapIndicationColor_1_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2965
2993
|
@sapIndicationColor_1_Selected_TextColor: @sapIndicationColor_1_TextColor;
|
|
2994
|
+
|
|
2995
|
+
// [Tags "!Protected"]
|
|
2996
|
+
// [Protected "!true"]
|
|
2966
2997
|
@sapIndicationColor_1b: @sapIndicationColor_1;
|
|
2967
2998
|
@sapIndicationColor_1b_TextColor: @sapTextColor;
|
|
2968
2999
|
@sapIndicationColor_1b_Background: @sapBackgroundColor;
|
|
@@ -2997,6 +3028,9 @@
|
|
|
2997
3028
|
@sapIndicationColor_2_Selected_Background: @sapButton_Selected_Background;
|
|
2998
3029
|
@sapIndicationColor_2_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2999
3030
|
@sapIndicationColor_2_Selected_TextColor: @sapIndicationColor_2_TextColor;
|
|
3031
|
+
|
|
3032
|
+
// [Tags "!Protected"]
|
|
3033
|
+
// [Protected "!true"]
|
|
3000
3034
|
@sapIndicationColor_2b: @sapIndicationColor_2;
|
|
3001
3035
|
@sapIndicationColor_2b_TextColor: @sapTextColor;
|
|
3002
3036
|
@sapIndicationColor_2b_Background: @sapBackgroundColor;
|
|
@@ -3031,6 +3065,9 @@
|
|
|
3031
3065
|
@sapIndicationColor_3_Selected_Background: @sapButton_Selected_Background;
|
|
3032
3066
|
@sapIndicationColor_3_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
3033
3067
|
@sapIndicationColor_3_Selected_TextColor: @sapIndicationColor_3_TextColor;
|
|
3068
|
+
|
|
3069
|
+
// [Tags "!Protected"]
|
|
3070
|
+
// [Protected "!true"]
|
|
3034
3071
|
@sapIndicationColor_3b: @sapIndicationColor_3;
|
|
3035
3072
|
@sapIndicationColor_3b_TextColor: @sapTextColor;
|
|
3036
3073
|
@sapIndicationColor_3b_Background: @sapBackgroundColor;
|
|
@@ -3065,6 +3102,9 @@
|
|
|
3065
3102
|
@sapIndicationColor_4_Selected_Background: @sapButton_Selected_Background;
|
|
3066
3103
|
@sapIndicationColor_4_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
3067
3104
|
@sapIndicationColor_4_Selected_TextColor: @sapIndicationColor_4_TextColor;
|
|
3105
|
+
|
|
3106
|
+
// [Tags "!Protected"]
|
|
3107
|
+
// [Protected "!true"]
|
|
3068
3108
|
@sapIndicationColor_4b: @sapIndicationColor_4;
|
|
3069
3109
|
@sapIndicationColor_4b_TextColor: @sapTextColor;
|
|
3070
3110
|
@sapIndicationColor_4b_Background: @sapBackgroundColor;
|
|
@@ -3099,6 +3139,9 @@
|
|
|
3099
3139
|
@sapIndicationColor_5_Selected_Background: @sapButton_Selected_Background;
|
|
3100
3140
|
@sapIndicationColor_5_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
3101
3141
|
@sapIndicationColor_5_Selected_TextColor: @sapIndicationColor_5_TextColor;
|
|
3142
|
+
|
|
3143
|
+
// [Tags "!Protected"]
|
|
3144
|
+
// [Protected "!true"]
|
|
3102
3145
|
@sapIndicationColor_5b: @sapIndicationColor_5;
|
|
3103
3146
|
@sapIndicationColor_5b_TextColor: @sapTextColor;
|
|
3104
3147
|
@sapIndicationColor_5b_Background: @sapBackgroundColor;
|
|
@@ -3133,6 +3176,9 @@
|
|
|
3133
3176
|
@sapIndicationColor_6_Selected_Background: @sapButton_Selected_Background;
|
|
3134
3177
|
@sapIndicationColor_6_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
3135
3178
|
@sapIndicationColor_6_Selected_TextColor: @sapIndicationColor_6_TextColor;
|
|
3179
|
+
|
|
3180
|
+
// [Tags "!Protected"]
|
|
3181
|
+
// [Protected "!true"]
|
|
3136
3182
|
@sapIndicationColor_6b: @sapIndicationColor_6;
|
|
3137
3183
|
@sapIndicationColor_6b_TextColor: @sapTextColor;
|
|
3138
3184
|
@sapIndicationColor_6b_Background: @sapBackgroundColor;
|
|
@@ -3167,6 +3213,9 @@
|
|
|
3167
3213
|
@sapIndicationColor_7_Selected_Background: @sapButton_Selected_Background;
|
|
3168
3214
|
@sapIndicationColor_7_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
3169
3215
|
@sapIndicationColor_7_Selected_TextColor: @sapIndicationColor_7_TextColor;
|
|
3216
|
+
|
|
3217
|
+
// [Tags "!Protected"]
|
|
3218
|
+
// [Protected "!true"]
|
|
3170
3219
|
@sapIndicationColor_7b: @sapIndicationColor_7;
|
|
3171
3220
|
@sapIndicationColor_7b_TextColor: @sapTextColor;
|
|
3172
3221
|
@sapIndicationColor_7b_Background: @sapBackgroundColor;
|
|
@@ -3201,6 +3250,9 @@
|
|
|
3201
3250
|
@sapIndicationColor_8_Selected_Background: @sapButton_Selected_Background;
|
|
3202
3251
|
@sapIndicationColor_8_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
3203
3252
|
@sapIndicationColor_8_Selected_TextColor: @sapIndicationColor_8_TextColor;
|
|
3253
|
+
|
|
3254
|
+
// [Tags "!Protected"]
|
|
3255
|
+
// [Protected "!true"]
|
|
3204
3256
|
@sapIndicationColor_8b: @sapIndicationColor_8;
|
|
3205
3257
|
@sapIndicationColor_8b_TextColor: @sapTextColor;
|
|
3206
3258
|
@sapIndicationColor_8b_Background: @sapBackgroundColor;
|
|
@@ -3235,6 +3287,9 @@
|
|
|
3235
3287
|
@sapIndicationColor_9_Selected_Background: @sapButton_Selected_Background;
|
|
3236
3288
|
@sapIndicationColor_9_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
3237
3289
|
@sapIndicationColor_9_Selected_TextColor: @sapIndicationColor_9_TextColor;
|
|
3290
|
+
|
|
3291
|
+
// [Tags "!Protected"]
|
|
3292
|
+
// [Protected "!true"]
|
|
3238
3293
|
@sapIndicationColor_9b: @sapIndicationColor_9;
|
|
3239
3294
|
@sapIndicationColor_9b_TextColor: @sapTextColor;
|
|
3240
3295
|
@sapIndicationColor_9b_Background: @sapBackgroundColor;
|
|
@@ -3269,6 +3324,9 @@
|
|
|
3269
3324
|
@sapIndicationColor_10_Selected_Background: @sapButton_Selected_Background;
|
|
3270
3325
|
@sapIndicationColor_10_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
3271
3326
|
@sapIndicationColor_10_Selected_TextColor: @sapIndicationColor_10_TextColor;
|
|
3327
|
+
|
|
3328
|
+
// [Tags "!Protected"]
|
|
3329
|
+
// [Protected "!true"]
|
|
3272
3330
|
@sapIndicationColor_10b: @sapIndicationColor_10;
|
|
3273
3331
|
@sapIndicationColor_10b_TextColor: @sapTextColor;
|
|
3274
3332
|
@sapIndicationColor_10b_Background: @sapBackgroundColor;
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
@sapUiBaseText: @sapTextColor;
|
|
22
22
|
@sapUiLink: @sapLinkColor;
|
|
23
23
|
@sapUiGlobalLogo: @sapCompanyLogo;
|
|
24
|
+
@sapUiFavicon: @sapFavicon;
|
|
24
25
|
@sapUiGlobalBackgroundImage: @sapBackgroundImage;
|
|
25
26
|
@sapUiBackgroundImage: @sapBackgroundImage;
|
|
26
27
|
@sapUiUx3ShellBackgroundImageURL: @sapBackgroundImage;
|
|
@@ -804,6 +805,12 @@
|
|
|
804
805
|
@sapUiTabCriticalSelectedTextColor: @sapTab_Critical_Selected_TextColor;
|
|
805
806
|
@sapUiTabCriticalSelectedIconColor: @sapTab_Critical_Selected_IconColor;
|
|
806
807
|
@sapUiTabCriticalSelectedBackground: @sapTab_Critical_Selected_Background;
|
|
808
|
+
@sapUiTabNeutralTextColor: @sapTab_Neutral_TextColor;
|
|
809
|
+
@sapUiTabNeutralForegroundColor: @sapTab_Neutral_ForegroundColor;
|
|
810
|
+
@sapUiTabNeutralIconColor: @sapTab_Neutral_IconColor;
|
|
811
|
+
@sapUiTabNeutralSelectedTextColor: @sapTab_Neutral_Selected_TextColor;
|
|
812
|
+
@sapUiTabNeutralSelectedIconColor: @sapTab_Neutral_Selected_IconColor;
|
|
813
|
+
@sapUiTabNeutralSelectedBackground: @sapTab_Neutral_Selected_Background;
|
|
807
814
|
|
|
808
815
|
@sapUiTileBackground: @sapTile_Background;
|
|
809
816
|
@sapUiTileHoverBackground: @sapTile_Hover_Background;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ==================================================== */
|
|
5
5
|
|
|
6
|
-
.sapUiIntCard:not(
|
|
6
|
+
.sapUiIntCard:not(.sapUiIntCardDialogCard) {
|
|
7
7
|
&.sapFCardNoHeader,
|
|
8
8
|
&.sapFCardBottomHeader {
|
|
9
9
|
& > .sapFCardContent > .sapFCardListContent .sapMLIBFocusable:first-child:focus { // first item in the list
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ===================================================== */
|
|
5
5
|
|
|
6
|
-
.sapUiIntCard:not(
|
|
6
|
+
.sapUiIntCard:not(.sapUiIntCardDialogCard) {
|
|
7
7
|
&.sapFCardNoHeader,
|
|
8
8
|
&.sapFCardBottomHeader {
|
|
9
9
|
& > .sapFCardContent > .sapFCardTableContent .sapMListTblHeader.sapMLIBFocusable:focus { // header of the table
|