@openui5/themelib_sap_horizon 1.101.0 → 1.103.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/AvatarGroup.less +1 -1
- package/src/sap/f/themes/sap_horizon/Card.less +41 -10
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +1 -1
- package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +17 -9
- package/src/sap/f/themes/sap_horizon/GridList.less +4 -0
- package/src/sap/f/themes/sap_horizon/ListContentItem.less +6 -0
- package/src/sap/f/themes/sap_horizon/ShellBar.less +313 -25
- package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +1 -1
- package/src/sap/f/themes/sap_horizon_dark/Card.less +33 -10
- package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +8 -0
- package/src/sap/f/themes/sap_horizon_dark/GridList.less +4 -0
- package/src/sap/f/themes/sap_horizon_dark/ListContentItem.less +6 -0
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +313 -25
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +11 -2
- package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +13 -13
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +405 -10
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +11 -2
- package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +12 -12
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +405 -11
- package/src/sap/m/themes/sap_horizon/ActionListItem.less +2 -2
- package/src/sap/m/themes/sap_horizon/ActionSelect.less +27 -15
- package/src/sap/m/themes/sap_horizon/ActionSheet.less +37 -2
- package/src/sap/m/themes/sap_horizon/Bar.less +16 -11
- package/src/sap/m/themes/sap_horizon/Button.less +36 -3
- package/src/sap/m/themes/sap_horizon/Carousel.less +5 -27
- package/src/sap/m/themes/sap_horizon/ColorPalette.less +89 -25
- package/src/sap/m/themes/sap_horizon/Dialog.less +0 -7
- package/src/sap/m/themes/sap_horizon/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon/GenericTag.less +75 -57
- package/src/sap/m/themes/sap_horizon/GenericTile.less +45 -2
- package/src/sap/m/themes/sap_horizon/IconTabBarSelectList.less +1 -1
- package/src/sap/m/themes/sap_horizon/InputBase.less +1 -9
- package/src/sap/m/themes/sap_horizon/Label.less +12 -0
- package/src/sap/m/themes/sap_horizon/LightBox.less +2 -1
- package/src/sap/m/themes/sap_horizon/ListBase.less +4 -0
- package/src/sap/m/themes/sap_horizon/ListItemBase.less +0 -6
- package/src/sap/m/themes/sap_horizon/MenuButton.less +14 -0
- package/src/sap/m/themes/sap_horizon/MessageBox.less +7 -5
- package/src/sap/m/themes/sap_horizon/MessageView.less +5 -4
- package/src/sap/m/themes/sap_horizon/MultiComboBox.less +14 -23
- package/src/sap/m/themes/sap_horizon/MultiInput.less +13 -0
- package/src/sap/m/themes/sap_horizon/NewsContent.less +16 -0
- package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +6 -0
- package/src/sap/m/themes/sap_horizon/ObjectHeader.less +28 -1
- package/src/sap/m/themes/sap_horizon/ObjectListItem.less +17 -0
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +89 -23
- package/src/sap/m/themes/sap_horizon/Panel.less +27 -17
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +163 -68
- package/src/sap/m/themes/sap_horizon/QuickView.less +8 -3
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +79 -46
- package/src/sap/m/themes/sap_horizon/RatingIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +4 -7
- package/src/sap/m/themes/sap_horizon/SelectList.less +3 -14
- package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +14 -16
- package/src/sap/m/themes/sap_horizon/SlideTile.less +3 -1
- package/src/sap/m/themes/sap_horizon/Slider.less +92 -51
- package/src/sap/m/themes/sap_horizon/SplitButton.less +22 -8
- package/src/sap/m/themes/sap_horizon/StandardListItem.less +4 -4
- package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +1 -15
- package/src/sap/m/themes/sap_horizon/TabStrip.less +12 -6
- package/src/sap/m/themes/sap_horizon/Table.less +14 -5
- package/src/sap/m/themes/sap_horizon/Text.less +5 -0
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +2 -2
- package/src/sap/m/themes/sap_horizon/Token.less +26 -11
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +6 -13
- package/src/sap/m/themes/sap_horizon/Toolbar.less +4 -0
- package/src/sap/m/themes/sap_horizon/Wizard.less +9 -4
- package/src/sap/m/themes/sap_horizon/WizardProgressNavigator.less +18 -6
- package/src/sap/m/themes/sap_horizon/WizardStep.less +7 -0
- package/src/sap/m/themes/sap_horizon/library.source.less +4 -2
- package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +29 -17
- package/src/sap/m/themes/sap_horizon_dark/ActionSheet.less +37 -2
- package/src/sap/m/themes/sap_horizon_dark/Bar.less +15 -7
- package/src/sap/m/themes/sap_horizon_dark/Button.less +36 -3
- package/src/sap/m/themes/sap_horizon_dark/Carousel.less +5 -27
- package/src/sap/m/themes/sap_horizon_dark/ColorPalette.less +89 -25
- package/src/sap/m/themes/sap_horizon_dark/Dialog.less +1 -6
- package/src/sap/m/themes/sap_horizon_dark/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +74 -56
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +6 -2
- package/src/sap/m/themes/sap_horizon_dark/IconTabBarSelectList.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +1 -9
- package/src/sap/m/themes/sap_horizon_dark/Label.less +12 -0
- package/src/sap/m/themes/sap_horizon_dark/LightBox.less +2 -1
- package/src/sap/m/themes/sap_horizon_dark/ListBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +0 -6
- package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +14 -0
- package/src/sap/m/themes/sap_horizon_dark/MessageBox.less +7 -5
- package/src/sap/m/themes/sap_horizon_dark/MessageView.less +5 -1
- package/src/sap/m/themes/sap_horizon_dark/MultiComboBox.less +14 -23
- package/src/sap/m/themes/sap_horizon_dark/MultiInput.less +13 -0
- package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +6 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectHeader.less +28 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectListItem.less +17 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +89 -23
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +25 -15
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +163 -69
- package/src/sap/m/themes/sap_horizon_dark/QuickView.less +8 -3
- package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +78 -46
- package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +8 -0
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +4 -7
- package/src/sap/m/themes/sap_horizon_dark/SelectList.less +3 -14
- package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +14 -16
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +86 -51
- package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +22 -8
- package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +4 -4
- package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +1 -15
- package/src/sap/m/themes/sap_horizon_dark/TabStrip.less +15 -6
- package/src/sap/m/themes/sap_horizon_dark/Table.less +13 -5
- package/src/sap/m/themes/sap_horizon_dark/Text.less +5 -0
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Token.less +26 -11
- package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +6 -13
- package/src/sap/m/themes/sap_horizon_dark/Wizard.less +9 -1
- package/src/sap/m/themes/sap_horizon_dark/WizardProgressNavigator.less +17 -6
- package/src/sap/m/themes/sap_horizon_dark/WizardStep.less +7 -0
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +4 -2
- package/src/sap/m/themes/sap_horizon_hcb/ActionSelect.less +11 -6
- package/src/sap/m/themes/sap_horizon_hcb/ActionSheet.less +37 -2
- package/src/sap/m/themes/sap_horizon_hcb/Bar.less +15 -7
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +9 -5
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +6 -54
- package/src/sap/m/themes/sap_horizon_hcb/ColorPalette.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcb/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +117 -13
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +12 -9
- package/src/sap/m/themes/sap_horizon_hcb/Label.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcb/ListBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/MessageBox.less +0 -7
- package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectHeader.less +27 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +16 -9
- package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +167 -71
- package/src/sap/m/themes/sap_horizon_hcb/QuickView.less +14 -3
- package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +83 -12
- package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarGrid.less +14 -11
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +151 -25
- package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/Switch.less +2 -47
- package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +6 -3
- package/src/sap/m/themes/sap_horizon_hcb/Table.less +10 -11
- package/src/sap/m/themes/sap_horizon_hcb/Text.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/Token.less +15 -7
- package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +12 -1
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +1 -2
- package/src/sap/m/themes/sap_horizon_hcb/Wizard.less +9 -1
- package/src/sap/m/themes/sap_horizon_hcb/WizardProgressNavigator.less +9 -8
- package/src/sap/m/themes/sap_horizon_hcb/WizardStep.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/library.source.less +5 -3
- package/src/sap/m/themes/sap_horizon_hcw/ActionSelect.less +14 -9
- package/src/sap/m/themes/sap_horizon_hcw/ActionSheet.less +37 -2
- package/src/sap/m/themes/sap_horizon_hcw/Bar.less +15 -7
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +9 -5
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +6 -52
- package/src/sap/m/themes/sap_horizon_hcw/ColorPalette.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcw/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +119 -13
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +12 -9
- package/src/sap/m/themes/sap_horizon_hcw/Label.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcw/ListBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/MessageBox.less +0 -7
- package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectHeader.less +27 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +0 -6
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +16 -9
- package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +168 -71
- package/src/sap/m/themes/sap_horizon_hcw/QuickView.less +14 -3
- package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +84 -12
- package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarGrid.less +14 -11
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +155 -25
- package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/Switch.less +2 -47
- package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +6 -3
- package/src/sap/m/themes/sap_horizon_hcw/Table.less +10 -11
- package/src/sap/m/themes/sap_horizon_hcw/Text.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +6 -2
- package/src/sap/m/themes/sap_horizon_hcw/Token.less +15 -8
- package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +12 -1
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +1 -2
- package/src/sap/m/themes/sap_horizon_hcw/Wizard.less +9 -1
- package/src/sap/m/themes/sap_horizon_hcw/WizardProgressNavigator.less +9 -9
- package/src/sap/m/themes/sap_horizon_hcw/WizardStep.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/library.source.less +5 -3
- package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +17 -12
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +5 -10
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +4 -2
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +16 -184
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +17 -11
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +5 -10
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +4 -2
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +16 -184
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +32 -16
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +4 -4
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +6 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +31 -15
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +4 -4
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +6 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +3 -2
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/BrowserScrollbar.less +1 -0
- package/src/sap/ui/core/themes/sap_horizon/LocalBusyIndicator.less +1 -7
- package/src/sap/ui/core/themes/sap_horizon/base.less +3 -3
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/global.less +9 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/BrowserScrollbar.less +1 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/LocalBusyIndicator.less +1 -7
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +4 -4
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +10 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/BrowserScrollbar.less +1 -5
- package/src/sap/ui/core/themes/sap_horizon_hcb/LocalBusyIndicator.less +1 -5
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +2 -2
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +2 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/BrowserScrollbar.less +1 -5
- package/src/sap/ui/core/themes/sap_horizon_hcw/LocalBusyIndicator.less +1 -5
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +2 -2
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +2 -0
- package/src/sap/ui/dt/themes/sap_horizon/ContextMenu.less +61 -0
- package/src/sap/ui/dt/themes/sap_horizon/Overlay.less +44 -0
- package/src/sap/ui/dt/themes/sap_horizon/library.source.less +4 -1
- package/src/sap/ui/dt/themes/sap_horizon_dark/ContextMenu.less +64 -0
- package/src/sap/ui/dt/themes/sap_horizon_dark/Overlay.less +45 -0
- package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +4 -1
- package/src/sap/ui/dt/themes/sap_horizon_hcb/ContextMenu.less +56 -5
- package/src/sap/ui/dt/themes/sap_horizon_hcb/Overlay.less +42 -9
- package/src/sap/ui/dt/themes/sap_horizon_hcw/ContextMenu.less +52 -5
- package/src/sap/ui/dt/themes/sap_horizon_hcw/Overlay.less +40 -0
- package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +2 -1
- package/src/sap/ui/layout/themes/sap_horizon/BlockLayout.less +226 -190
- package/src/sap/ui/layout/themes/sap_horizon/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/ResponsiveSplitter.less +4 -1
- package/src/sap/ui/layout/themes/sap_horizon/Splitter.less +7 -0
- package/src/sap/ui/layout/themes/sap_horizon/library.source.less +2 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +226 -190
- package/src/sap/ui/layout/themes/sap_horizon_dark/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveSplitter.less +4 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/Splitter.less +7 -0
- package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +2 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +220 -3
- package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayoutCell.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +0 -4
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +220 -3
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayoutCell.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +0 -4
- package/src/sap/ui/mdc/themes/sap_horizon/FieldBase.less +3 -0
- package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +2 -1
- package/src/sap/ui/mdc/themes/sap_horizon_dark/FieldBase.less +3 -0
- package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +2 -1
- package/src/sap/ui/rta/themes/sap_horizon/AddIFrame.less +65 -0
- package/src/sap/ui/rta/themes/sap_horizon/ChangeVisualization.less +13 -7
- package/src/sap/ui/rta/themes/sap_horizon/ContextMenu.less +7 -31
- package/src/sap/ui/rta/themes/sap_horizon/Dialogs.less +14 -31
- package/src/sap/ui/rta/themes/sap_horizon/FieldRepository.less +17 -24
- package/src/sap/ui/rta/themes/sap_horizon/Overlay.less +12 -31
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +95 -21
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.base.less +9 -78
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.personalization.less +5 -17
- package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_dark/AddIFrame.less +76 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/ChangeVisualization.less +19 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/ContextMenu.less +7 -23
- package/src/sap/ui/rta/themes/sap_horizon_dark/Dialogs.less +14 -31
- package/src/sap/ui/rta/themes/sap_horizon_dark/FieldRepository.less +17 -24
- package/src/sap/ui/rta/themes/sap_horizon_dark/Overlay.less +12 -13
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +103 -20
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.base.less +9 -75
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.personalization.less +4 -17
- package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +3 -2
- package/src/sap/ui/rta/themes/sap_horizon_hcb/AddIFrame.less +75 -6
- package/src/sap/ui/rta/themes/sap_horizon_hcb/ChangeVisualization.less +17 -17
- package/src/sap/ui/rta/themes/sap_horizon_hcb/ContextMenu.less +11 -11
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Dialogs.less +29 -11
- package/src/sap/ui/rta/themes/sap_horizon_hcb/FieldRepository.less +23 -16
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Overlay.less +33 -35
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +38 -9
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.base.less +13 -81
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.personalization.less +5 -8
- package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +0 -1
- package/src/sap/ui/rta/themes/sap_horizon_hcw/AddIFrame.less +77 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcw/ChangeVisualization.less +17 -17
- package/src/sap/ui/rta/themes/sap_horizon_hcw/ContextMenu.less +11 -12
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Dialogs.less +29 -11
- package/src/sap/ui/rta/themes/sap_horizon_hcw/FieldRepository.less +6 -14
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Overlay.less +20 -27
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +39 -10
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.base.less +13 -81
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.personalization.less +6 -8
- package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +2 -2
- package/src/sap/ui/table/themes/sap_horizon/Cell.less +15 -0
- package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +16 -0
- package/src/sap/ui/table/themes/sap_horizon/Table.less +7 -0
- package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +15 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +16 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +7 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +16 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +6 -5
- package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +7 -2
- package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +16 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +6 -5
- package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +7 -2
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +16 -11
- package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +36 -15
- package/src/sap/ui/unified/themes/sap_horizon/ColorPicker.less +8 -1
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +20 -23
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +17 -11
- package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +36 -15
- package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker.less +8 -1
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +20 -23
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +17 -11
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +21 -2
- package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +11 -5
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +11 -22
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +17 -11
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +21 -2
- package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +11 -5
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +11 -22
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +9 -10
- package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +3 -3
- package/src/sap/uxap/themes/sap_horizon/ObjectPageLayout.less +6 -9
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +3 -3
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +4 -11
- package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +10 -11
- package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +3 -3
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageLayout.less +6 -9
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +3 -3
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageLayout.less +2 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageLayout.less +2 -1
- package/src/sap/m/themes/sap_horizon/NotificationListItem.less +0 -27
- package/src/sap/m/themes/sap_horizon/ScrollContainer.less +0 -19
- package/src/sap/m/themes/sap_horizon_dark/NotificationListItem.less +0 -27
- package/src/sap/m/themes/sap_horizon_dark/ScrollContainer.less +0 -19
- package/src/sap/m/themes/sap_horizon_hcb/BrowserScrollbar.less +0 -35
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListBase.less +0 -8
- package/src/sap/m/themes/sap_horizon_hcw/BrowserScrollbar.less +0 -35
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListBase.less +0 -8
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.standalone.less +0 -7
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.standalone.less +0 -7
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.standalone.less +0 -14
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.standalone.less +0 -14
|
@@ -3,11 +3,228 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* ========================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_ui_layout_BlockLayout_BackgroundDashboardMargin: 0.
|
|
6
|
+
@_sap_ui_layout_BlockLayout_BackgroundDashboardMargin: 0.75rem;
|
|
7
7
|
@_sap_ui_layout_BlockLayout_BackgroundDashboardEdgeChildMargin: 1rem;
|
|
8
8
|
@_sap_ui_layout_BlockLayout_BackgroundDashboardAfterScrollbarMargin: 0.75rem;
|
|
9
|
+
@_sap_ui_layout_BlockLayout_BackgroundDashboardColor: @sapUiTileBackground;
|
|
10
|
+
@_sap_ui_layout_BlockLayout_BackgroundDashboardBorderRadius: 0.5rem;
|
|
11
|
+
@_sap_ui_layout_BlockLayout_BackgroundDashboardCellShadow: @sapUiContentShadow2;
|
|
12
|
+
@_sap_ui_layout_BlockLayout_BackgroundDashboardCellShadowOffset: 1.5rem;
|
|
9
13
|
|
|
10
14
|
@_sap_ui_layout_BlockLayout_LinkTextShadow: none;
|
|
11
15
|
|
|
12
|
-
|
|
13
|
-
@
|
|
16
|
+
// Horizon specific colors
|
|
17
|
+
@_sap_ui_layout_BlockLayout_BtpGrey1: #1C2834;
|
|
18
|
+
@_sap_ui_layout_BlockLayout_BtpGrey2: #233240;
|
|
19
|
+
@_sap_ui_layout_BlockLayout_BtpGrey3: #293A4B;
|
|
20
|
+
@_sap_ui_layout_BlockLayout_BtpGrey4: #304458;
|
|
21
|
+
@_sap_ui_layout_BlockLayout_BtpGrey6: #3C556D;
|
|
22
|
+
@_sap_ui_layout_BlockLayout_BtpGrey7: #415C76;
|
|
23
|
+
|
|
24
|
+
@_sap_ui_layout_BlockLayout_BtpTeal6: #035D52;
|
|
25
|
+
@_sap_ui_layout_BlockLayout_BtpTeal7: #036559;
|
|
26
|
+
|
|
27
|
+
@_sap_ui_layout_BlockLayout_BtpBlue6: #004CB5;
|
|
28
|
+
@_sap_ui_layout_BlockLayout_BtpBlue7: #0052C4;
|
|
29
|
+
|
|
30
|
+
@_sap_ui_layout_BlockLayout_BtpIndigo6: #490AFA;
|
|
31
|
+
@_sap_ui_layout_BlockLayout_BtpIndigo7: #591FFA;
|
|
32
|
+
|
|
33
|
+
/* ============ Custom Cell Background Color ============== */
|
|
34
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1A: #362401; // Mango 1
|
|
35
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1B: #432C01; // Mango 2
|
|
36
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1C: #4E3401; // Mango 3
|
|
37
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1D: #5B3D01; // Mango 4
|
|
38
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1E: #714B02; // Mango 6
|
|
39
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1F: #7A5102; // Mango 7
|
|
40
|
+
|
|
41
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2A: #550404; // Red 1
|
|
42
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2B: #680505; // Red 2
|
|
43
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2C: #770505; // Red 3
|
|
44
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2D: #8A0606; // Red 4
|
|
45
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2E: #A80707; // Red 6
|
|
46
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2F: #B50808; // Red 7
|
|
47
|
+
|
|
48
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3A: #520230; // Raspberry 1
|
|
49
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3B: #63033A; // Raspberry 2
|
|
50
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3C: #720342; // Raspberry 3
|
|
51
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3D: #84044D; // Raspberry 4
|
|
52
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3E: #A2045E; // Raspberry 6
|
|
53
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3F: #AE0565; // Raspberry 7
|
|
54
|
+
|
|
55
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4A: #480057; // Pink 1
|
|
56
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4B: #570069; // Pink 2
|
|
57
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4C: #630078; // Pink 3
|
|
58
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4D: #73008B; // Pink 4
|
|
59
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4E: #8C00AA; // Pink 6
|
|
60
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4F: #9700B7; // Pink 7
|
|
61
|
+
|
|
62
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5A: #240381; // Indigo 1
|
|
63
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5B: #2C049D; // Indigo 2
|
|
64
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5C: #3204B3; // Indigo 3
|
|
65
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5D: #3A05CF; // Indigo 4
|
|
66
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5E: @_sap_ui_layout_BlockLayout_BtpIndigo6; // Indigo 6
|
|
67
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5F: @_sap_ui_layout_BlockLayout_BtpIndigo7; // Indigo 7
|
|
68
|
+
|
|
69
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6A: #002559; // Blue 1
|
|
70
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6B: #002E6D; // Blue 2
|
|
71
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6C: #00357E; // Blue 3
|
|
72
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6D: #003E93; // Blue 4
|
|
73
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6E: @_sap_ui_layout_BlockLayout_BtpBlue6; // Blue 6
|
|
74
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6F: @_sap_ui_layout_BlockLayout_BtpBlue7; // Blue 7
|
|
75
|
+
|
|
76
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7A: #012D28; // Teal 1
|
|
77
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7B: #023731; // Teal 2
|
|
78
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7C: #024039; // Teal 3
|
|
79
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7D: #024B42; // Teal 4
|
|
80
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7E: @_sap_ui_layout_BlockLayout_BtpTeal6; // Teal 6
|
|
81
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7F: @_sap_ui_layout_BlockLayout_BtpTeal7; // Teal 7
|
|
82
|
+
|
|
83
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8A: #0F2D17; // Green 1
|
|
84
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8B: #13381D; // Green 2
|
|
85
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8C: #164122; // Green 3
|
|
86
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8D: #194C28; // Green 4
|
|
87
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8E: #1F5E31; // Green 6
|
|
88
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8F: #226635; // Green 7
|
|
89
|
+
|
|
90
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9A: #032B37; // Cyan 1
|
|
91
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9B: #033545; // Cyan 2
|
|
92
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9C: #043E50; // Cyan 3
|
|
93
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9D: #05495D; // Cyan 4
|
|
94
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9E: #065A73; // Cyan 6
|
|
95
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9F: #06617D; // Cyan 7
|
|
96
|
+
|
|
97
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10A: @_sap_ui_layout_BlockLayout_BtpGrey1; // Grey 1
|
|
98
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10B: @_sap_ui_layout_BlockLayout_BtpGrey2; // Grey 2
|
|
99
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10C: @_sap_ui_layout_BlockLayout_BtpGrey3; // Grey 3
|
|
100
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10D: @_sap_ui_layout_BlockLayout_BtpGrey4; // Grey 4
|
|
101
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10E: @_sap_ui_layout_BlockLayout_BtpGrey6; // Grey 6
|
|
102
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10F: @_sap_ui_layout_BlockLayout_BtpGrey7; // Grey 7
|
|
103
|
+
|
|
104
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11A: transparent;
|
|
105
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11B: transparent;
|
|
106
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11C: transparent;
|
|
107
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11D: transparent;
|
|
108
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11E: transparent;
|
|
109
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11F: transparent;
|
|
110
|
+
|
|
111
|
+
// Create classes which would just set background color of the BlockLayout cells
|
|
112
|
+
.generateCellColorSets (@backgroundColorSet, @backgroundColorShade) {
|
|
113
|
+
@css-param: "@{backgroundColorSet}@{backgroundColorShade}"; // Concat the params
|
|
114
|
+
@css-selector: ~"sapUiBlockLayoutCellColor@{css-param}"; // Create the css selector string
|
|
115
|
+
@color-param: "_sap_ui_layout_BlockLayout_BlockColorAccentType@{css-param}"; // Build the color param name
|
|
116
|
+
|
|
117
|
+
// Build the real CSS selector.
|
|
118
|
+
// The output would be something like this: .sapUiBlockLayoutCellColor1A { background-color: "#996b00"; }
|
|
119
|
+
.@{css-selector} {
|
|
120
|
+
background-color: @@color-param;
|
|
121
|
+
|
|
122
|
+
.sapUiBlockCellContent {
|
|
123
|
+
color: @sapUiBaseText;
|
|
124
|
+
|
|
125
|
+
.sapMText,
|
|
126
|
+
.sapMLabel,
|
|
127
|
+
.sapUiBlockCellTitle {
|
|
128
|
+
color: inherit;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
// Define a loop and go through 11 color sets and for each set apply 6 shades
|
|
135
|
+
.loop-cell-colors(@i: 1) when (@i =< 11) {
|
|
136
|
+
.generateCellColorSets(@i, "A");
|
|
137
|
+
.generateCellColorSets(@i, "B");
|
|
138
|
+
.generateCellColorSets(@i, "C");
|
|
139
|
+
.generateCellColorSets(@i, "D");
|
|
140
|
+
.generateCellColorSets(@i, "E");
|
|
141
|
+
.generateCellColorSets(@i, "F");
|
|
142
|
+
|
|
143
|
+
.loop-cell-colors(@i + 1); // Execute next loop iteration
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
// Execute Loop through color sets
|
|
147
|
+
.loop-cell-colors();
|
|
148
|
+
|
|
149
|
+
/* ============ Background type: Light ============== */
|
|
150
|
+
.sapUiBlockLayoutBackgroundLight .sapUiBlockLayoutRow {
|
|
151
|
+
&.sapUiBlockLayoutBackgroundColorSet1 {
|
|
152
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey1, @sapUiGroupContentBackground); // B, A
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
&.sapUiBlockLayoutBackgroundColorSet1Inverted {
|
|
156
|
+
.setCellsColorDoubles(@sapUiGroupContentBackground, @_sap_ui_layout_BlockLayout_BtpGrey1);
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
&.sapUiBlockLayoutBackgroundColorSet2 {
|
|
160
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey3, @_sap_ui_layout_BlockLayout_BtpGrey2); // D, C
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
&.sapUiBlockLayoutBackgroundColorSet2Inverted {
|
|
164
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey2, @_sap_ui_layout_BlockLayout_BtpGrey3);
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
&.sapUiBlockLayoutBackgroundColorSet3 {
|
|
168
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey6, @_sap_ui_layout_BlockLayout_BtpGrey4); // F, E
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
&.sapUiBlockLayoutBackgroundColorSet3Inverted {
|
|
172
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey4, @_sap_ui_layout_BlockLayout_BtpGrey6);
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
&.sapUiBlockLayoutBackgroundColorSet4 {
|
|
176
|
+
.setCellsColorDoubles(@sapUiPageFooterBackground, @_sap_ui_layout_BlockLayout_BtpGrey7); // H, G
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
&.sapUiBlockLayoutBackgroundColorSet4Inverted {
|
|
180
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey7, @sapUiPageFooterBackground);
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
/* ============ Background type: Accent ============== */
|
|
185
|
+
.sapUiBlockLayoutBackgroundAccent .sapUiBlockLayoutRow {
|
|
186
|
+
&.sapUiBlockLayoutBackgroundColorSet1 {
|
|
187
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpTeal7, @_sap_ui_layout_BlockLayout_BtpTeal6); // Colors B, A
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
&.sapUiBlockLayoutBackgroundColorSet1Inverted {
|
|
191
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpTeal6, @_sap_ui_layout_BlockLayout_BtpTeal7);
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
&.sapUiBlockLayoutBackgroundColorSet2 {
|
|
195
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpBlue7, @_sap_ui_layout_BlockLayout_BtpBlue6); // Colors D, C
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
&.sapUiBlockLayoutBackgroundColorSet2Inverted {
|
|
199
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpBlue6, @_sap_ui_layout_BlockLayout_BtpBlue7);
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
&.sapUiBlockLayoutBackgroundColorSet3 {
|
|
203
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpIndigo7, @_sap_ui_layout_BlockLayout_BtpIndigo6); // Colors F, E
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
&.sapUiBlockLayoutBackgroundColorSet3Inverted {
|
|
207
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpIndigo6, @_sap_ui_layout_BlockLayout_BtpIndigo7); // Colors F & E
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
&.sapUiBlockLayoutBackgroundColorSet4 {
|
|
211
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey2, @_sap_ui_layout_BlockLayout_BtpGrey1); // Colors H, G
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
&.sapUiBlockLayoutBackgroundColorSet4Inverted {
|
|
215
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey1, @_sap_ui_layout_BlockLayout_BtpGrey2);
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
&.sapUiBlockLayoutBackgroundColorSet1,
|
|
219
|
+
&.sapUiBlockLayoutBackgroundColorSet2,
|
|
220
|
+
&.sapUiBlockLayoutBackgroundColorSet3,
|
|
221
|
+
&.sapUiBlockLayoutBackgroundColorSet4 {
|
|
222
|
+
.sapUiBlockLayoutCell.sapUiBlockLayoutBackgroundColorSetGray1 {
|
|
223
|
+
background-color: @_sap_ui_layout_BlockLayout_BtpGrey1; //color: G
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.sapUiBlockLayoutCell.sapUiBlockLayoutBackgroundColorSetGray2 {
|
|
227
|
+
background-color: @_sap_ui_layout_BlockLayout_BtpGrey2; //color: H
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
}
|
|
@@ -3,11 +3,228 @@
|
|
|
3
3
|
/* Horizon High Contrast White theme */
|
|
4
4
|
/* ========================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_ui_layout_BlockLayout_BackgroundDashboardMargin: 0.
|
|
6
|
+
@_sap_ui_layout_BlockLayout_BackgroundDashboardMargin: 0.75rem;
|
|
7
7
|
@_sap_ui_layout_BlockLayout_BackgroundDashboardEdgeChildMargin: 1rem;
|
|
8
8
|
@_sap_ui_layout_BlockLayout_BackgroundDashboardAfterScrollbarMargin: 0.75rem;
|
|
9
|
+
@_sap_ui_layout_BlockLayout_BackgroundDashboardColor: @sapUiTileBackground;
|
|
10
|
+
@_sap_ui_layout_BlockLayout_BackgroundDashboardBorderRadius: 0.5rem;
|
|
11
|
+
@_sap_ui_layout_BlockLayout_BackgroundDashboardCellShadow: @sapUiContentShadow2;
|
|
12
|
+
@_sap_ui_layout_BlockLayout_BackgroundDashboardCellShadowOffset: 1.5rem;
|
|
9
13
|
|
|
10
14
|
@_sap_ui_layout_BlockLayout_LinkTextShadow: none;
|
|
11
15
|
|
|
12
|
-
|
|
13
|
-
@
|
|
16
|
+
// Horizon specific colors
|
|
17
|
+
@_sap_ui_layout_BlockLayout_BtpGrey1: #C5CDD3;
|
|
18
|
+
@_sap_ui_layout_BlockLayout_BtpGrey2: #BCC5CC;
|
|
19
|
+
@_sap_ui_layout_BlockLayout_BtpGrey3: #B3BDC5;
|
|
20
|
+
@_sap_ui_layout_BlockLayout_BtpGrey4: #A9B5BE;
|
|
21
|
+
@_sap_ui_layout_BlockLayout_BtpGrey6: #93A2AD;
|
|
22
|
+
@_sap_ui_layout_BlockLayout_BtpGrey7: #8797A4;
|
|
23
|
+
|
|
24
|
+
@_sap_ui_layout_BlockLayout_BtpTeal6: #1AB498;
|
|
25
|
+
@_sap_ui_layout_BlockLayout_BtpTeal7: #18A88E;
|
|
26
|
+
|
|
27
|
+
@_sap_ui_layout_BlockLayout_BtpBlue6: #1CA7FF;
|
|
28
|
+
@_sap_ui_layout_BlockLayout_BtpBlue7: #009AFC;
|
|
29
|
+
|
|
30
|
+
@_sap_ui_layout_BlockLayout_BtpIndigo6: #B28BFF;
|
|
31
|
+
@_sap_ui_layout_BlockLayout_BtpIndigo7: #A87CFF;
|
|
32
|
+
|
|
33
|
+
/* ============ Custom Cell Background Color ============== */
|
|
34
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1A: #FFC218; // Mango 1
|
|
35
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1B: #FAB900; // Mango 2
|
|
36
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1C: #F0B100; // Mango 3
|
|
37
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1D: #E5A900; // Mango 4
|
|
38
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1E: #CD9700; // Mango 6
|
|
39
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1F: #BF8D00; // Mango 7
|
|
40
|
+
|
|
41
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2A: #FFBABA; // Red 1
|
|
42
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2B: #FFAFAF; // Red 2
|
|
43
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2C: #FFA3A3; // Red 3
|
|
44
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2D: #FF9595; // Red 4
|
|
45
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2E: #FF7474; // Red 6
|
|
46
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2F: #FF5E5E; // Red 7
|
|
47
|
+
|
|
48
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3A: #FEB7D9; // Raspberry 1
|
|
49
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3B: #FEABD3; // Raspberry 2
|
|
50
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3C: #FE9FCC; // Raspberry 3
|
|
51
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3D: #FE90C5; // Raspberry 4
|
|
52
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3E: #FD6DB2; // Raspberry 6
|
|
53
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3F: #FD55A6; // Raspberry 7
|
|
54
|
+
|
|
55
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4A: #FFB3F5; // Pink 1
|
|
56
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4B: #FFA6F3; // Pink 2
|
|
57
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4C: #FF98F1; // Pink 3
|
|
58
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4D: #FF88EF; // Pink 4
|
|
59
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4E: #FF5DE9; // Pink 6
|
|
60
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4F: #FF3BE5; // Pink 7
|
|
61
|
+
|
|
62
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5A: #D6C2FF; // Indigo 1
|
|
63
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5B: #D0B8FF; // Indigo 2
|
|
64
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5C: #CAAEFF; // Indigo 3
|
|
65
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5D: #C2A3FF; // Indigo 4
|
|
66
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5E: @_sap_ui_layout_BlockLayout_BtpIndigo6; // Indigo 6
|
|
67
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5F: @_sap_ui_layout_BlockLayout_BtpIndigo7; // Indigo 7
|
|
68
|
+
|
|
69
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6A: #8FD4FF; // Blue 1
|
|
70
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6B: #7ECCFF; // Blue 2
|
|
71
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6C: #69C5FF; // Blue 3
|
|
72
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6D: #53BCFF; // Blue 4
|
|
73
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6E: @_sap_ui_layout_BlockLayout_BtpBlue6; // Blue 6
|
|
74
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6F: @_sap_ui_layout_BlockLayout_BtpBlue7; // Blue 7
|
|
75
|
+
|
|
76
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7A: #3CE3C5; // Teal 1
|
|
77
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7B: #1FDCBA; // Teal 2
|
|
78
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7C: #1ED3B3; // Teal 3
|
|
79
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7D: #1DC9AA; // Teal 4
|
|
80
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7E: @_sap_ui_layout_BlockLayout_BtpTeal6; // Teal 6
|
|
81
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7F: @_sap_ui_layout_BlockLayout_BtpTeal7; // Teal 7
|
|
82
|
+
|
|
83
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8A: #9BDF47; // Green 1
|
|
84
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8B: #8AD926; // Green 2
|
|
85
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8C: #84D025; // Green 3
|
|
86
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8D: #7EC623; // Green 4
|
|
87
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8E: #71B11F; // Green 6
|
|
88
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8F: #69A51D; // Green 7
|
|
89
|
+
|
|
90
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9A: #51DDF2; // Cyan 1
|
|
91
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9B: #2DD6EF; // Cyan 2
|
|
92
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9C: #12CEE9; // Cyan 3
|
|
93
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9D: #11C4DF; // Cyan 4
|
|
94
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9E: #0FB0C7; // Cyan 6
|
|
95
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9F: #0EA4BA; // Cyan 7
|
|
96
|
+
|
|
97
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10A: @_sap_ui_layout_BlockLayout_BtpGrey1; // Grey 1
|
|
98
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10B: @_sap_ui_layout_BlockLayout_BtpGrey2; // Grey 2
|
|
99
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10C: @_sap_ui_layout_BlockLayout_BtpGrey3; // Grey 3
|
|
100
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10D: @_sap_ui_layout_BlockLayout_BtpGrey4; // Grey 4
|
|
101
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10E: @_sap_ui_layout_BlockLayout_BtpGrey6; // Grey 6
|
|
102
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10F: @_sap_ui_layout_BlockLayout_BtpGrey7; // Grey 7
|
|
103
|
+
|
|
104
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11A: transparent;
|
|
105
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11B: transparent;
|
|
106
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11C: transparent;
|
|
107
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11D: transparent;
|
|
108
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11E: transparent;
|
|
109
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11F: transparent;
|
|
110
|
+
|
|
111
|
+
// Create classes which would just set background color of the BlockLayout cells
|
|
112
|
+
.generateCellColorSets (@backgroundColorSet, @backgroundColorShade) {
|
|
113
|
+
@css-param: "@{backgroundColorSet}@{backgroundColorShade}"; // Concat the params
|
|
114
|
+
@css-selector: ~"sapUiBlockLayoutCellColor@{css-param}"; // Create the css selector string
|
|
115
|
+
@color-param: "_sap_ui_layout_BlockLayout_BlockColorAccentType@{css-param}"; // Build the color param name
|
|
116
|
+
|
|
117
|
+
// Build the real CSS selector.
|
|
118
|
+
// The output would be something like this: .sapUiBlockLayoutCellColor1A { background-color: "#996b00"; }
|
|
119
|
+
.@{css-selector} {
|
|
120
|
+
background-color: @@color-param;
|
|
121
|
+
|
|
122
|
+
.sapUiBlockCellContent {
|
|
123
|
+
color: @sapUiBaseText;
|
|
124
|
+
|
|
125
|
+
.sapMText,
|
|
126
|
+
.sapMLabel,
|
|
127
|
+
.sapUiBlockCellTitle {
|
|
128
|
+
color: inherit;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
// Define a loop and go through 11 color sets and for each set apply 6 shades
|
|
135
|
+
.loop-cell-colors(@i: 1) when (@i =< 11) {
|
|
136
|
+
.generateCellColorSets(@i, "A");
|
|
137
|
+
.generateCellColorSets(@i, "B");
|
|
138
|
+
.generateCellColorSets(@i, "C");
|
|
139
|
+
.generateCellColorSets(@i, "D");
|
|
140
|
+
.generateCellColorSets(@i, "E");
|
|
141
|
+
.generateCellColorSets(@i, "F");
|
|
142
|
+
|
|
143
|
+
.loop-cell-colors(@i + 1); // Execute next loop iteration
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
// Execute Loop through color sets
|
|
147
|
+
.loop-cell-colors();
|
|
148
|
+
|
|
149
|
+
/* ============ Background type: Light ============== */
|
|
150
|
+
.sapUiBlockLayoutBackgroundLight .sapUiBlockLayoutRow {
|
|
151
|
+
&.sapUiBlockLayoutBackgroundColorSet1 {
|
|
152
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey1, @sapUiGroupContentBackground); // B, A
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
&.sapUiBlockLayoutBackgroundColorSet1Inverted {
|
|
156
|
+
.setCellsColorDoubles(@sapUiGroupContentBackground, @_sap_ui_layout_BlockLayout_BtpGrey1);
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
&.sapUiBlockLayoutBackgroundColorSet2 {
|
|
160
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey3, @_sap_ui_layout_BlockLayout_BtpGrey2); // D, C
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
&.sapUiBlockLayoutBackgroundColorSet2Inverted {
|
|
164
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey2, @_sap_ui_layout_BlockLayout_BtpGrey3);
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
&.sapUiBlockLayoutBackgroundColorSet3 {
|
|
168
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey6, @_sap_ui_layout_BlockLayout_BtpGrey4); // F, E
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
&.sapUiBlockLayoutBackgroundColorSet3Inverted {
|
|
172
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey4, @_sap_ui_layout_BlockLayout_BtpGrey6);
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
&.sapUiBlockLayoutBackgroundColorSet4 {
|
|
176
|
+
.setCellsColorDoubles(@sapUiPageFooterBackground, @_sap_ui_layout_BlockLayout_BtpGrey7); // H, G
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
&.sapUiBlockLayoutBackgroundColorSet4Inverted {
|
|
180
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey7, @sapUiPageFooterBackground);
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
/* ============ Background type: Accent ============== */
|
|
185
|
+
.sapUiBlockLayoutBackgroundAccent .sapUiBlockLayoutRow {
|
|
186
|
+
&.sapUiBlockLayoutBackgroundColorSet1 {
|
|
187
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpTeal7, @_sap_ui_layout_BlockLayout_BtpTeal6); // Colors B, A
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
&.sapUiBlockLayoutBackgroundColorSet1Inverted {
|
|
191
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpTeal6, @_sap_ui_layout_BlockLayout_BtpTeal7);
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
&.sapUiBlockLayoutBackgroundColorSet2 {
|
|
195
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpBlue7, @_sap_ui_layout_BlockLayout_BtpBlue6); // Colors D, C
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
&.sapUiBlockLayoutBackgroundColorSet2Inverted {
|
|
199
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpBlue6, @_sap_ui_layout_BlockLayout_BtpBlue7);
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
&.sapUiBlockLayoutBackgroundColorSet3 {
|
|
203
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpIndigo7, @_sap_ui_layout_BlockLayout_BtpIndigo6); // Colors F, E
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
&.sapUiBlockLayoutBackgroundColorSet3Inverted {
|
|
207
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpIndigo6, @_sap_ui_layout_BlockLayout_BtpIndigo7); // Colors F & E
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
&.sapUiBlockLayoutBackgroundColorSet4 {
|
|
211
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey2, @_sap_ui_layout_BlockLayout_BtpGrey1); // Colors H, G
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
&.sapUiBlockLayoutBackgroundColorSet4Inverted {
|
|
215
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey1, @_sap_ui_layout_BlockLayout_BtpGrey2);
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
&.sapUiBlockLayoutBackgroundColorSet1,
|
|
219
|
+
&.sapUiBlockLayoutBackgroundColorSet2,
|
|
220
|
+
&.sapUiBlockLayoutBackgroundColorSet3,
|
|
221
|
+
&.sapUiBlockLayoutBackgroundColorSet4 {
|
|
222
|
+
.sapUiBlockLayoutCell.sapUiBlockLayoutBackgroundColorSetGray1 {
|
|
223
|
+
background-color: @_sap_ui_layout_BlockLayout_BtpGrey1; //color: G
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.sapUiBlockLayoutCell.sapUiBlockLayoutBackgroundColorSetGray2 {
|
|
227
|
+
background-color: @_sap_ui_layout_BlockLayout_BtpGrey2; //color: H
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/******************************************************************
|
|
2
|
+
Style of the RTA Add IFrame Dialog - Horizon Theme
|
|
3
|
+
*******************************************************************/
|
|
4
|
+
@_sap_ui_rta_AddIFrame_DelimiterLineColor: @sapUiToolbarSeparatorColor; //#d9d9d9
|
|
5
|
+
@_sap_ui_rta_AddIFrame_BorderRadius: @sapUiGroupBorderCornerRadius; //0.5rem
|
|
6
|
+
@_sap_ui_rta_AddIFrame_PreviewTlbarHoverBG: @sapUiButtonHoverBackground; //fff
|
|
7
|
+
|
|
8
|
+
.sapUiRtaMode {
|
|
9
|
+
.sapUiRtaAddIFrameDialog {
|
|
10
|
+
.sapUiRtaAddIFrameDialogVlWrapper {
|
|
11
|
+
.sapUiRtaAddIFrameDialogEditGrid {
|
|
12
|
+
|
|
13
|
+
.sapUiRtaAddIFrameDialogParameters {
|
|
14
|
+
.sapMScrollCont {
|
|
15
|
+
border-radius: @_sap_ui_rta_AddIFrame_BorderRadius;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.sapUiRtaAddIFrameDialogEditUrl {
|
|
20
|
+
.sapMTextArea {
|
|
21
|
+
.sapMInputBaseContentWrapper {
|
|
22
|
+
border: 0.0625rem solid @_sap_ui_rta_AddIFrame_BorderColor; //1px
|
|
23
|
+
border-radius: @_sap_ui_rta_AddIFrame_BorderRadius;
|
|
24
|
+
background-image: none;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.sapMTextAreaInner {
|
|
28
|
+
border: none;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.sapUiRtaAddIFrameDialogPreviewLinkGrid {
|
|
35
|
+
.sapUiRtaAddIFrameDialogPreviewLinkPanel {
|
|
36
|
+
|
|
37
|
+
&.sapMPanel .sapMPanelWrappingDiv:not(.sapMPanelWrappingDivExpanded),
|
|
38
|
+
&.sapMPanel .sapMPanelWrappingDivTb:not(.sapMPanelWrappingDivTbExpanded) {
|
|
39
|
+
border-radius: 0;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.sapUiRtaAddIFrameDialogPreviewLinkToolbar {
|
|
43
|
+
padding-left: 0;
|
|
44
|
+
padding-right: 0.125rem;
|
|
45
|
+
|
|
46
|
+
&.sapMTB:hover,
|
|
47
|
+
&.sapMTB-Solid-CTX.sapMTB:hover {
|
|
48
|
+
background-color: @_sap_ui_rta_AddIFrame_PreviewTlbarHoverBG;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.sapUiRtaAddIFrameDialogPreviewGrid {
|
|
55
|
+
border-radius: @_sap_ui_rta_AddIFrame_BorderRadius;
|
|
56
|
+
padding-bottom: 0.5rem;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
// adapt scrollbars to rounded corners
|
|
63
|
+
html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar {
|
|
64
|
+
background-color: inherit !important;
|
|
65
|
+
}
|
|
@@ -1,10 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
/******************************************************************
|
|
2
|
+
Style of the RTA Change Visualization - Horizon theme
|
|
3
|
+
*******************************************************************/
|
|
4
|
+
@_sap_ui_rta_ChangeVisualization_BorderRadius: @sapUiButtonBorderCornerRadius; // 0.5rem
|
|
5
5
|
|
|
6
|
-
.
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
.sapUiDtOverlay {
|
|
7
|
+
.sapUiRtaChangeIndicatorHovered {
|
|
8
|
+
&:after {
|
|
9
|
+
border-radius: @_sap_ui_rta_ChangeVisualization_BorderRadius;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
&.sapUiRtaChangeIndicatorDependent {
|
|
14
|
+
border-radius: @_sap_ui_rta_ChangeVisualization_BorderRadius;
|
|
9
15
|
}
|
|
10
16
|
}
|