@openui5/themelib_sap_horizon 1.131.1 → 1.132.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +1 -1
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +5 -12
- package/src/sap/f/themes/sap_horizon/CardHeaders.less +12 -0
- package/src/sap/f/themes/sap_horizon/library.source.less +2 -1
- package/src/sap/f/themes/sap_horizon_dark/Card.less +5 -16
- package/src/sap/f/themes/sap_horizon_dark/CardHeaders.less +12 -0
- package/src/sap/f/themes/sap_horizon_dark/library.source.less +2 -1
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +1 -25
- package/src/sap/f/themes/sap_horizon_hcb/CardHeaders.less +28 -0
- package/src/sap/f/themes/sap_horizon_hcb/library.source.less +2 -1
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +1 -25
- package/src/sap/f/themes/sap_horizon_hcw/CardHeaders.less +28 -0
- package/src/sap/f/themes/sap_horizon_hcw/library.source.less +2 -1
- package/src/sap/m/themes/sap_horizon/MessagePage.less +4 -2
- package/src/sap/m/themes/sap_horizon/MessageStrip.less +17 -17
- package/src/sap/m/themes/sap_horizon/MessageToast.less +0 -1
- package/src/sap/m/themes/sap_horizon/MessageView.less +14 -9
- package/src/sap/m/themes/sap_horizon/MultiComboBox.less +9 -1
- package/src/sap/m/themes/sap_horizon/NewsContent.less +23 -12
- package/src/sap/m/themes/sap_horizon/ObjectHeader.less +18 -15
- package/src/sap/m/themes/sap_horizon/Page.less +39 -13
- package/src/sap/m/themes/sap_horizon/Panel.less +16 -15
- package/src/sap/m/themes/sap_horizon/PlanningCalendar.less +31 -20
- package/src/sap/m/themes/sap_horizon/Popover.less +39 -22
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +45 -41
- package/src/sap/m/themes/sap_horizon/PullToRefresh.less +2 -2
- package/src/sap/m/themes/sap_horizon/QuickView.less +4 -6
- package/src/sap/m/themes/sap_horizon/RadioButton.less +47 -36
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +22 -18
- package/src/sap/m/themes/sap_horizon/RatingIndicator.less +17 -11
- package/src/sap/m/themes/sap_horizon/SearchField.less +18 -18
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +107 -69
- package/src/sap/m/themes/sap_horizon/SelectList.less +15 -17
- package/src/sap/m/themes/sap_horizon/Shell.less +2 -1
- package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +57 -28
- package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarMonthGrid.less +3 -2
- package/src/sap/m/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/MessagePage.less +4 -2
- package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +16 -16
- package/src/sap/m/themes/sap_horizon_dark/MessageView.less +14 -9
- package/src/sap/m/themes/sap_horizon_dark/MultiComboBox.less +4 -1
- package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +23 -12
- package/src/sap/m/themes/sap_horizon_dark/ObjectHeader.less +18 -15
- package/src/sap/m/themes/sap_horizon_dark/Page.less +41 -13
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +17 -15
- package/src/sap/m/themes/sap_horizon_dark/PlanningCalendar.less +31 -20
- package/src/sap/m/themes/sap_horizon_dark/Popover.less +38 -22
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +44 -40
- package/src/sap/m/themes/sap_horizon_dark/PullToRefresh.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/QuickView.less +5 -6
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +46 -35
- package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +22 -18
- package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +16 -9
- package/src/sap/m/themes/sap_horizon_dark/SearchField.less +19 -18
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +110 -69
- package/src/sap/m/themes/sap_horizon_dark/SelectList.less +15 -17
- package/src/sap/m/themes/sap_horizon_dark/Shell.less +2 -1
- package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +55 -27
- package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarMonthGrid.less +3 -2
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/MessagePage.less +4 -2
- package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +12 -9
- package/src/sap/m/themes/sap_horizon_hcb/ObjectHeader.less +18 -16
- package/src/sap/m/themes/sap_horizon_hcb/Page.less +34 -13
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +7 -7
- package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +13 -13
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +42 -26
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +44 -40
- package/src/sap/m/themes/sap_horizon_hcb/QuickView.less +3 -4
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +47 -33
- package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +24 -18
- package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +15 -8
- package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +20 -20
- package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +58 -29
- package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +10 -10
- package/src/sap/m/themes/sap_horizon_hcb/Shell.less +7 -3
- package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarGrid.less +39 -19
- package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/shared.less +4 -3
- package/src/sap/m/themes/sap_horizon_hcw/MessagePage.less +4 -2
- package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +12 -9
- package/src/sap/m/themes/sap_horizon_hcw/ObjectHeader.less +18 -16
- package/src/sap/m/themes/sap_horizon_hcw/Page.less +34 -13
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +7 -7
- package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +13 -13
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +43 -26
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +44 -40
- package/src/sap/m/themes/sap_horizon_hcw/QuickView.less +3 -4
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +47 -33
- package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +24 -18
- package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +15 -8
- package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +20 -20
- package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +54 -28
- package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +10 -10
- package/src/sap/m/themes/sap_horizon_hcw/Shell.less +7 -3
- package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarGrid.less +39 -19
- package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarMonthGrid.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/shared.less +4 -3
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +100 -161
- package/src/sap/tnt/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +101 -160
- package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +84 -77
- package/src/sap/tnt/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +84 -76
- package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +2 -2
- package/src/sap/ui/core/themes/sap_horizon/base.less +148 -114
- package/src/sap/ui/core/themes/sap_horizon/global.less +113 -1
- package/src/sap/ui/core/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +2 -2
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +139 -105
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +113 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +2 -2
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +144 -110
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +113 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +2 -2
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +144 -110
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +113 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_horizon_hcw/library.source.less +1 -1
- 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/integration/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_dark/ListContent.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_dark/TableContent.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/library.source.less +1 -1
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
@sapUiWarningBorder: @sapWarningBorderColor;
|
|
82
82
|
@sapUiSuccessBorder: @sapSuccessBorderColor;
|
|
83
83
|
@sapUiInformationBorder: @sapInformationBorderColor;
|
|
84
|
-
@sapUiNeutralBorder: @
|
|
84
|
+
@sapUiNeutralBorder: @sapNeutralBorderColor;
|
|
85
85
|
|
|
86
86
|
|
|
87
87
|
// ==============================================================
|
|
@@ -155,6 +155,7 @@
|
|
|
155
155
|
@sapUiContentSelectedHoverBackground: @sapContent_Selected_Hover_Background;
|
|
156
156
|
@sapUiContentSelectedForegroundColor: @sapContent_Selected_ForegroundColor;
|
|
157
157
|
@sapUiContentForcedColorAdjust: @sapContent_ForcedColorAdjust;
|
|
158
|
+
@sapUiContentLiteShadow: @sapContent_Lite_Shadow;
|
|
158
159
|
|
|
159
160
|
@sapUiContentIllustrativeColor1: @sapContent_Illustrative_Color1;
|
|
160
161
|
@sapUiContentIllustrativeColor2: @sapContent_Illustrative_Color2;
|
|
@@ -188,6 +189,28 @@
|
|
|
188
189
|
@sapUiContentIllustrativeColor30: @sapContent_Illustrative_Color30;
|
|
189
190
|
@sapUiContentIllustrativeColor31: @sapContent_Illustrative_Color31;
|
|
190
191
|
|
|
192
|
+
@sapUiContentSpaceS: @sapContent_Space_S;
|
|
193
|
+
@sapUiContentSpaceM: @sapContent_Space_M;
|
|
194
|
+
@sapUiContentSpaceL: @sapContent_Space_L;
|
|
195
|
+
@sapUiContentSpaceXL: @sapContent_Space_XL;
|
|
196
|
+
@sapUiContentSpaceTiny: @sapContent_Space_Tiny;
|
|
197
|
+
@sapUiContentSpaceSmall: @sapContent_Space_Small;
|
|
198
|
+
@sapUiContentSpaceMedium: @sapContent_Space_Medium;
|
|
199
|
+
@sapUiContentSpaceLarge: @sapContent_Space_Large;
|
|
200
|
+
@sapUiContentMarginTiny: @sapContent_Margin_Tiny;
|
|
201
|
+
@sapUiContentMarginSmall: @sapContent_Margin_Small;
|
|
202
|
+
@sapUiContentMarginMedium: @sapContent_Margin_Medium;
|
|
203
|
+
@sapUiContentMarginLarge: @sapContent_Margin_Large;
|
|
204
|
+
@sapUiContentGap: @sapContent_Gap;
|
|
205
|
+
@sapUiContentPaddingS: @sapContent_Padding_S;
|
|
206
|
+
@sapUiContentPaddingM: @sapContent_Padding_M;
|
|
207
|
+
@sapUiContentPaddingL: @sapContent_Padding_L;
|
|
208
|
+
@sapUiContentPaddingXL: @sapContent_Padding_XL;
|
|
209
|
+
@sapUiContentSuccessHeaderShadow: @sapContent_Success_HeaderShadow;
|
|
210
|
+
@sapUiContentWarningHeaderShadow: @sapContent_Warning_HeaderShadow;
|
|
211
|
+
@sapUiContentErrorHeaderShadow: @sapContent_Error_HeaderShadow;
|
|
212
|
+
@sapUiContentInformationHeaderShadow: @sapContent_Information_HeaderShadow;
|
|
213
|
+
|
|
191
214
|
@sapUiFontLightFamily: @sapFontLightFamily;
|
|
192
215
|
@sapUiFontBoldFamily: @sapFontBoldFamily;
|
|
193
216
|
@sapUiFontSemiboldFamily: @sapFontSemiboldFamily;
|
|
@@ -309,6 +332,18 @@
|
|
|
309
332
|
@sapUiShellCategory16BorderColor: @sapShell_Category_16_BorderColor;
|
|
310
333
|
@sapUiShellCategory16TextColor: @sapShell_Category_16_TextColor;
|
|
311
334
|
@sapUiShellCategory16TextShadow: @sapShell_Category_16_TextShadow;
|
|
335
|
+
@sapUiShellSpaceS: @sapShell_Space_S;
|
|
336
|
+
@sapUiShellSpaceM: @sapShell_Space_M;
|
|
337
|
+
@sapUiShellSpaceL: @sapShell_Space_L;
|
|
338
|
+
@sapUiShellSpaceXL: @sapShell_Space_XL;
|
|
339
|
+
@sapUiShellGapS: @sapShell_Gap_S;
|
|
340
|
+
@sapUiShellGapM: @sapShell_Gap_M;
|
|
341
|
+
@sapUiShellGapL: @sapShell_Gap_L;
|
|
342
|
+
@sapUiShellGapXL: @sapShell_Gap_XL;
|
|
343
|
+
@sapUiShellGroupGapS: @sapShell_GroupGap_S;
|
|
344
|
+
@sapUiShellGroupGapM: @sapShell_GroupGap_M;
|
|
345
|
+
@sapUiShellGroupGapL: @sapShell_GroupGap_L;
|
|
346
|
+
@sapUiShellGroupGapXL: @sapShell_GroupGap_XL;
|
|
312
347
|
|
|
313
348
|
@sapUiAssistantColor1: @sapAssistant_Color1;
|
|
314
349
|
@sapUiAssistantColor2: @sapAssistant_Color2;
|
|
@@ -369,6 +404,9 @@
|
|
|
369
404
|
@sapUiAvatar10BorderColor: @sapAvatar_10_BorderColor;
|
|
370
405
|
@sapUiAvatar10TextColor: @sapAvatar_10_TextColor;
|
|
371
406
|
@sapUiAvatar10HoverBackground: @sapAvatar_10_Hover_Background;
|
|
407
|
+
@sapUiAvatarLiteBorderColor: @sapAvatar_Lite_BorderColor;
|
|
408
|
+
@sapUiAvatarLiteBackground: @sapAvatar_Lite_Background;
|
|
409
|
+
@sapUiAvatarHoverBorderColor: @sapAvatar_Hover_BorderColor;
|
|
372
410
|
|
|
373
411
|
@sapUiButtonBackground: @sapButton_Background;
|
|
374
412
|
@sapUiButtonBorderColor: @sapButton_BorderColor;
|
|
@@ -538,6 +576,10 @@
|
|
|
538
576
|
@sapUiButtonHandlePositiveHoverBorderColor: @sapButton_Handle_Positive_Hover_BorderColor;
|
|
539
577
|
@sapUiButtonTokenBackground: @sapButton_TokenBackground;
|
|
540
578
|
@sapUiButtonTokenBorderColor: @sapButton_TokenBorderColor;
|
|
579
|
+
@sapUiButtonTokenBorderCornerRadius: @sapButton_TokenBorderCornerRadius;
|
|
580
|
+
@sapUiButtonSelectedTokenBorderWidth: @sapButton_Selected_TokenBorderWidth;
|
|
581
|
+
@sapUiButtonReadOnlyTokenBackground: @sapButton_ReadOnly_TokenBackground;
|
|
582
|
+
@sapUiButtonSegmentBorderCornerRadius: @sapButton_Segment_BorderCornerRadius;
|
|
541
583
|
|
|
542
584
|
@sapUiFieldBackground: @sapField_Background;
|
|
543
585
|
@sapUiFieldBackgroundStyle: @sapField_BackgroundStyle;
|
|
@@ -592,6 +634,13 @@
|
|
|
592
634
|
@sapUiFieldInformationBorderWidth: @sapField_InformationBorderWidth;
|
|
593
635
|
@sapUiFieldInformationBorderStyle: @sapField_InformationBorderStyle;
|
|
594
636
|
@sapUiFieldInformationShadow: @sapField_InformationShadow;
|
|
637
|
+
@sapUiFieldSelectorHoverBackground: @sapField_Selector_Hover_Background;
|
|
638
|
+
@sapUiFieldSelectorHoverInvalidBackground: @sapField_Selector_Hover_InvalidBackground;
|
|
639
|
+
@sapUiFieldSelectorHoverWarningBackground: @sapField_Selector_Hover_WarningBackground;
|
|
640
|
+
@sapUiFieldSelectorHoverSuccessBackground: @sapField_Selector_Hover_SuccessBackground;
|
|
641
|
+
@sapUiFieldSelectorHoverInformationBackground: @sapField_Selector_Hover_InformationBackground;
|
|
642
|
+
@sapUiFieldPickerBorderColor: @sapField_Picker_BorderColor;
|
|
643
|
+
@sapUiFieldPickerBorderWidth: @sapField_Picker_BorderWidth;
|
|
595
644
|
@sapUiFieldSelectorBorderStyle: @sapField_Selector_BorderStyle;
|
|
596
645
|
@sapUiFieldSelectorReadOnlyBorderStyle: @sapField_Selector_ReadOnly_BorderStyle;
|
|
597
646
|
@sapUiFieldSelectorInvalidBorderStyle: @sapField_Selector_InvalidBorderStyle;
|
|
@@ -599,6 +648,7 @@
|
|
|
599
648
|
@sapUiFieldSelectorSuccessBorderStyle: @sapField_Selector_SuccessBorderStyle;
|
|
600
649
|
@sapUiFieldSelectorInformationBorderStyle: @sapField_Selector_InformationBorderStyle;
|
|
601
650
|
|
|
651
|
+
@sapUiGroupTitleBorderWidth: @sapGroup_TitleBorderWidth;
|
|
602
652
|
@sapUiGroupTitleBackground: @sapGroup_TitleBackground;
|
|
603
653
|
@sapUiGroupTitleBorderColor: @sapGroup_TitleBorderColor;
|
|
604
654
|
@sapUiGroupTitleTextColor: @sapGroup_TitleTextColor;
|
|
@@ -636,11 +686,15 @@
|
|
|
636
686
|
@sapUiListFooterTextColor: @sapList_FooterTextColor;
|
|
637
687
|
@sapUiListTableFooterBorder: @sapList_TableFooterBorder;
|
|
638
688
|
@sapUiListTableFixedBorderColor: @sapList_TableFixedBorderColor;
|
|
689
|
+
@sapUiListTableFixedColumnBorderWidth: @sapList_TableFixedColumnBorderWidth;
|
|
690
|
+
@sapUiListTableFixedRowBorderWidth: @sapList_TableFixedRowBorderWidth;
|
|
639
691
|
|
|
692
|
+
@sapUiMessageBorderWidth: @sapMessage_BorderWidth;
|
|
640
693
|
@sapUiMessageErrorBorderColor: @sapMessage_ErrorBorderColor;
|
|
641
694
|
@sapUiMessageWarningBorderColor: @sapMessage_WarningBorderColor;
|
|
642
695
|
@sapUiMessageSuccessBorderColor: @sapMessage_SuccessBorderColor;
|
|
643
696
|
@sapUiMessageInformationBorderColor: @sapMessage_InformationBorderColor;
|
|
697
|
+
@sapUiMessageButtonHoverBackground: @sapMessage_Button_Hover_Background;
|
|
644
698
|
|
|
645
699
|
@sapUiPopoverBorderCornerRadius: @sapPopover_BorderCornerRadius;
|
|
646
700
|
|
|
@@ -687,6 +741,7 @@
|
|
|
687
741
|
@sapUiSliderBorderColor: @sapSlider_BorderColor;
|
|
688
742
|
@sapUiSliderSelectedBackground: @sapSlider_Selected_Background;
|
|
689
743
|
@sapUiSliderSelectedBorderColor: @sapSlider_Selected_BorderColor;
|
|
744
|
+
@sapUiSliderSelectedDimension: @sapSlider_Selected_Dimension;
|
|
690
745
|
@sapUiSliderHandleBackground: @sapSlider_HandleBackground;
|
|
691
746
|
@sapUiSliderHandleBorderColor: @sapSlider_HandleBorderColor;
|
|
692
747
|
@sapUiSliderRangeHandleBackground: @sapSlider_RangeHandleBackground;
|
|
@@ -721,6 +776,34 @@
|
|
|
721
776
|
@sapUiObjectHeaderSubtitleTextColor: @sapObjectHeader_Subtitle_TextColor;
|
|
722
777
|
|
|
723
778
|
@sapUiBlockLayerBackground: @sapBlockLayer_Background;
|
|
779
|
+
@sapUiBlockLayerOpacity: @sapBlockLayer_Opacity;
|
|
780
|
+
|
|
781
|
+
@sapUiTabTextColor: @sapTab_TextColor;
|
|
782
|
+
@sapUiTabForegroundColor: @sapTab_ForegroundColor;
|
|
783
|
+
@sapUiTabIconColor: @sapTab_IconColor;
|
|
784
|
+
@sapUiTabBackground: @sapTab_Background;
|
|
785
|
+
@sapUiTabSelectedTextColor: @sapTab_Selected_TextColor;
|
|
786
|
+
@sapUiTabSelectedIconColor: @sapTab_Selected_IconColor;
|
|
787
|
+
@sapUiTabSelectedBackground: @sapTab_Selected_Background;
|
|
788
|
+
@sapUiTabSelectedIndicatorDimension: @sapTab_Selected_Indicator_Dimension;
|
|
789
|
+
@sapUiTabPositiveTextColor: @sapTab_Positive_TextColor;
|
|
790
|
+
@sapUiTabPositiveForegroundColor: @sapTab_Positive_ForegroundColor;
|
|
791
|
+
@sapUiTabPositiveIconColor: @sapTab_Positive_IconColor;
|
|
792
|
+
@sapUiTabPositiveSelectedTextColor: @sapTab_Positive_Selected_TextColor;
|
|
793
|
+
@sapUiTabPositiveSelectedIconColor: @sapTab_Positive_Selected_IconColor;
|
|
794
|
+
@sapUiTabPositiveSelectedBackground: @sapTab_Positive_Selected_Background;
|
|
795
|
+
@sapUiTabNegativeTextColor: @sapTab_Negative_TextColor;
|
|
796
|
+
@sapUiTabNegativeForegroundColor: @sapTab_Negative_ForegroundColor;
|
|
797
|
+
@sapUiTabNegativeIconColor: @sapTab_Negative_IconColor;
|
|
798
|
+
@sapUiTabNegativeSelectedTextColor: @sapTab_Negative_Selected_TextColor;
|
|
799
|
+
@sapUiTabNegativeSelectedIconColor: @sapTab_Negative_Selected_IconColor;
|
|
800
|
+
@sapUiTabNegativeSelectedBackground: @sapTab_Negative_Selected_Background;
|
|
801
|
+
@sapUiTabCriticalTextColor: @sapTab_Critical_TextColor;
|
|
802
|
+
@sapUiTabCriticalForegroundColor: @sapTab_Critical_ForegroundColor;
|
|
803
|
+
@sapUiTabCriticalIconColor: @sapTab_Critical_IconColor;
|
|
804
|
+
@sapUiTabCriticalSelectedTextColor: @sapTab_Critical_Selected_TextColor;
|
|
805
|
+
@sapUiTabCriticalSelectedIconColor: @sapTab_Critical_Selected_IconColor;
|
|
806
|
+
@sapUiTabCriticalSelectedBackground: @sapTab_Critical_Selected_Background;
|
|
724
807
|
|
|
725
808
|
@sapUiTileBackground: @sapTile_Background;
|
|
726
809
|
@sapUiTileHoverBackground: @sapTile_Hover_Background;
|
|
@@ -734,6 +817,8 @@
|
|
|
734
817
|
@sapUiTileInteractiveBorderColor: @sapTile_Interactive_BorderColor;
|
|
735
818
|
@sapUiTileOverlayBackground: @sapTile_OverlayBackground;
|
|
736
819
|
@sapUiTileOverlayForegroundColor: @sapTile_OverlayForegroundColor;
|
|
820
|
+
@sapUiTileHoverContentBackground: @sapTile_Hover_ContentBackground;
|
|
821
|
+
@sapUiTileActiveContentBackground: @sapTile_Active_ContentBackground;
|
|
737
822
|
|
|
738
823
|
|
|
739
824
|
// =====================================
|
|
@@ -779,6 +864,8 @@
|
|
|
779
864
|
@sapUiIndication1SelectedBorderColor: @sapIndicationColor_1_Selected_BorderColor;
|
|
780
865
|
@sapUiIndication1SelectedTextColor: @sapIndicationColor_1_Selected_TextColor;
|
|
781
866
|
@sapUiIndication1b: @sapIndicationColor_1b;
|
|
867
|
+
@sapUiIndication1bTextColor: @sapIndicationColor_1b_TextColor;
|
|
868
|
+
@sapUiIndication1bBackground: @sapIndicationColor_1b_Background;
|
|
782
869
|
@sapUiIndication1bBorderColor: @sapIndicationColor_1b_BorderColor;
|
|
783
870
|
@sapUiIndication1bHoverBackground: @sapIndicationColor_1b_Hover_Background;
|
|
784
871
|
@sapUiIndication2: @sapIndicationColor_2;
|
|
@@ -793,6 +880,8 @@
|
|
|
793
880
|
@sapUiIndication2SelectedBorderColor: @sapIndicationColor_2_Selected_BorderColor;
|
|
794
881
|
@sapUiIndication2SelectedTextColor: @sapIndicationColor_2_Selected_TextColor;
|
|
795
882
|
@sapUiIndication2b: @sapIndicationColor_2b;
|
|
883
|
+
@sapUiIndication2bTextColor: @sapIndicationColor_2b_TextColor;
|
|
884
|
+
@sapUiIndication2bBackground: @sapIndicationColor_2b_Background;
|
|
796
885
|
@sapUiIndication2bBorderColor: @sapIndicationColor_2b_BorderColor;
|
|
797
886
|
@sapUiIndication2bHoverBackground: @sapIndicationColor_2b_Hover_Background;
|
|
798
887
|
@sapUiIndication3: @sapIndicationColor_3;
|
|
@@ -807,6 +896,8 @@
|
|
|
807
896
|
@sapUiIndication3SelectedBorderColor: @sapIndicationColor_3_Selected_BorderColor;
|
|
808
897
|
@sapUiIndication3SelectedTextColor: @sapIndicationColor_3_Selected_TextColor;
|
|
809
898
|
@sapUiIndication3b: @sapIndicationColor_3b;
|
|
899
|
+
@sapUiIndication3bTextColor: @sapIndicationColor_3b_TextColor;
|
|
900
|
+
@sapUiIndication3bBackground: @sapIndicationColor_3b_Background;
|
|
810
901
|
@sapUiIndication3bBorderColor: @sapIndicationColor_3b_BorderColor;
|
|
811
902
|
@sapUiIndication3bHoverBackground: @sapIndicationColor_3b_Hover_Background;
|
|
812
903
|
@sapUiIndication4: @sapIndicationColor_4;
|
|
@@ -821,6 +912,8 @@
|
|
|
821
912
|
@sapUiIndication4SelectedBorderColor: @sapIndicationColor_4_Selected_BorderColor;
|
|
822
913
|
@sapUiIndication4SelectedTextColor: @sapIndicationColor_4_Selected_TextColor;
|
|
823
914
|
@sapUiIndication4b: @sapIndicationColor_4b;
|
|
915
|
+
@sapUiIndication4bTextColor: @sapIndicationColor_4b_TextColor;
|
|
916
|
+
@sapUiIndication4bBackground: @sapIndicationColor_4b_Background;
|
|
824
917
|
@sapUiIndication4bBorderColor: @sapIndicationColor_4b_BorderColor;
|
|
825
918
|
@sapUiIndication4bHoverBackground: @sapIndicationColor_4b_Hover_Background;
|
|
826
919
|
@sapUiIndication5: @sapIndicationColor_5;
|
|
@@ -835,6 +928,8 @@
|
|
|
835
928
|
@sapUiIndication5SelectedBorderColor: @sapIndicationColor_5_Selected_BorderColor;
|
|
836
929
|
@sapUiIndication5SelectedTextColor: @sapIndicationColor_5_Selected_TextColor;
|
|
837
930
|
@sapUiIndication5b: @sapIndicationColor_5b;
|
|
931
|
+
@sapUiIndication5bTextColor: @sapIndicationColor_5b_TextColor;
|
|
932
|
+
@sapUiIndication5bBackground: @sapIndicationColor_5b_Background;
|
|
838
933
|
@sapUiIndication5bBorderColor: @sapIndicationColor_5b_BorderColor;
|
|
839
934
|
@sapUiIndication5bHoverBackground: @sapIndicationColor_5b_Hover_Background;
|
|
840
935
|
@sapUiIndication6: @sapIndicationColor_6;
|
|
@@ -849,6 +944,8 @@
|
|
|
849
944
|
@sapUiIndication6SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
|
|
850
945
|
@sapUiIndication6SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
|
|
851
946
|
@sapUiIndication6b: @sapIndicationColor_6b;
|
|
947
|
+
@sapUiIndication6bTextColor: @sapIndicationColor_6b_TextColor;
|
|
948
|
+
@sapUiIndication6bBackground: @sapIndicationColor_6b_Background;
|
|
852
949
|
@sapUiIndication6bBorderColor: @sapIndicationColor_6b_BorderColor;
|
|
853
950
|
@sapUiIndication6bHoverBackground: @sapIndicationColor_6b_Hover_Background;
|
|
854
951
|
@sapUiIndication7: @sapIndicationColor_7;
|
|
@@ -863,6 +960,8 @@
|
|
|
863
960
|
@sapUiIndication7SelectedBorderColor: @sapIndicationColor_7_Selected_BorderColor;
|
|
864
961
|
@sapUiIndication7SelectedTextColor: @sapIndicationColor_7_Selected_TextColor;
|
|
865
962
|
@sapUiIndication7b: @sapIndicationColor_7b;
|
|
963
|
+
@sapUiIndication7bTextColor: @sapIndicationColor_7b_TextColor;
|
|
964
|
+
@sapUiIndication7bBackground: @sapIndicationColor_7b_Background;
|
|
866
965
|
@sapUiIndication7bBorderColor: @sapIndicationColor_7b_BorderColor;
|
|
867
966
|
@sapUiIndication7bHoverBackground: @sapIndicationColor_7b_Hover_Background;
|
|
868
967
|
@sapUiIndication8: @sapIndicationColor_8;
|
|
@@ -877,6 +976,8 @@
|
|
|
877
976
|
@sapUiIndication8SelectedBorderColor: @sapIndicationColor_8_Selected_BorderColor;
|
|
878
977
|
@sapUiIndication8SelectedTextColor: @sapIndicationColor_8_Selected_TextColor;
|
|
879
978
|
@sapUiIndication8b: @sapIndicationColor_8b;
|
|
979
|
+
@sapUiIndication8bTextColor: @sapIndicationColor_8b_TextColor;
|
|
980
|
+
@sapUiIndication8bBackground: @sapIndicationColor_8b_Background;
|
|
880
981
|
@sapUiIndication8bBorderColor: @sapIndicationColor_8b_BorderColor;
|
|
881
982
|
@sapUiIndication8bHoverBackground: @sapIndicationColor_8b_Hover_Background;
|
|
882
983
|
@sapUiIndication9: @sapIndicationColor_9;
|
|
@@ -891,6 +992,8 @@
|
|
|
891
992
|
@sapUiIndication9SelectedBorderColor: @sapIndicationColor_9_Selected_BorderColor;
|
|
892
993
|
@sapUiIndication9SelectedTextColor: @sapIndicationColor_9_Selected_TextColor;
|
|
893
994
|
@sapUiIndication9b: @sapIndicationColor_9b;
|
|
995
|
+
@sapUiIndication9bTextColor: @sapIndicationColor_9b_TextColor;
|
|
996
|
+
@sapUiIndication9bBackground: @sapIndicationColor_9b_Background;
|
|
894
997
|
@sapUiIndication9bBorderColor: @sapIndicationColor_9b_BorderColor;
|
|
895
998
|
@sapUiIndication9bHoverBackground: @sapIndicationColor_9b_Hover_Background;
|
|
896
999
|
@sapUiIndication10: @sapIndicationColor_10;
|
|
@@ -905,6 +1008,8 @@
|
|
|
905
1008
|
@sapUiIndication10SelectedBorderColor: @sapIndicationColor_10_Selected_BorderColor;
|
|
906
1009
|
@sapUiIndication10SelectedTextColor: @sapIndicationColor_10_Selected_TextColor;
|
|
907
1010
|
@sapUiIndication10b: @sapIndicationColor_10b;
|
|
1011
|
+
@sapUiIndication10bTextColor: @sapIndicationColor_10b_TextColor;
|
|
1012
|
+
@sapUiIndication10bBackground: @sapIndicationColor_10b_Background;
|
|
908
1013
|
@sapUiIndication10bBorderColor: @sapIndicationColor_10b_BorderColor;
|
|
909
1014
|
@sapUiIndication10bHoverBackground: @sapIndicationColor_10b_Hover_Background;
|
|
910
1015
|
|
|
@@ -1470,6 +1575,13 @@
|
|
|
1470
1575
|
|
|
1471
1576
|
@sapUiListHighlightColor: @sapList_HighlightColor;
|
|
1472
1577
|
|
|
1578
|
+
@sapUiBreakpointSMin: @sapBreakpoint_S_Min;
|
|
1579
|
+
@sapUiBreakpointMMin: @sapBreakpoint_M_Min;
|
|
1580
|
+
@sapUiBreakpointLMin: @sapBreakpoint_L_Min;
|
|
1581
|
+
@sapUiBreakpointXLMin: @sapBreakpoint_XL_Min;
|
|
1582
|
+
|
|
1583
|
+
@sapUiSapThemeId: @sapSapThemeId;
|
|
1584
|
+
|
|
1473
1585
|
|
|
1474
1586
|
// =====================================
|
|
1475
1587
|
// Font
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<name>sap_horizon_dark</name>
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
6
|
<copyright>OpenUI5
|
|
7
|
-
* (c) Copyright 2009-
|
|
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.132.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Evening Horizon theme library.</documentation>
|
|
12
12
|
|