@openui5/themelib_sap_horizon 1.101.0 → 1.102.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 +41 -10
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +1 -1
- 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/Card.less +33 -10
- 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/ShellBar.less +405 -10
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +11 -2
- 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 +6 -7
- 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 +34 -2
- 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/GenericTile.less +43 -0
- 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 +8 -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 +5 -4
- 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/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 +71 -49
- package/src/sap/m/themes/sap_horizon/SplitButton.less +16 -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 +4 -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 +6 -7
- 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 +34 -2
- 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/GenericTile.less +4 -0
- 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 +8 -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 -4
- 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/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 +71 -49
- package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +16 -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 +4 -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/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/InputBase.less +12 -9
- package/src/sap/m/themes/sap_horizon_hcb/Label.less +8 -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/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 +125 -23
- 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 +4 -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/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/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/InputBase.less +12 -9
- package/src/sap/m/themes/sap_horizon_hcw/Label.less +8 -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/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 +125 -23
- 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 +4 -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/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 +7 -3
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +2 -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 +6 -3
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +2 -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 +4 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +2 -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 +4 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +2 -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/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/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/Splitter.less +0 -4
- package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +0 -4
- 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 +14 -0
- package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon/Table.less +7 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +14 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +7 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +15 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +7 -2
- package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +15 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +7 -2
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +33 -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 +9 -1
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +33 -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 +9 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +33 -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 +9 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +33 -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 +9 -1
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +8 -8
- 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 +9 -9
- 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
|
@@ -17,58 +17,12 @@
|
|
|
17
17
|
@_sap_m_Carousel_PageIndicatorWidthSizeL: @_sap_m_Carousel_PageIndicatorWidthSizeS;
|
|
18
18
|
@_sap_m_Carousel_PageIndicatorWidthSizeXL: @_sap_m_Carousel_PageIndicatorWidthSizeS;
|
|
19
19
|
@_sap_m_Carousel_PageIndicatorContainerPadding: 0.5rem;
|
|
20
|
+
@_sap_m_Carousel_ContentArrowBoxShadow: @sapContent_Shadow1;
|
|
20
21
|
@_sap_m_Carousel_BulletInactiveBackground: none;
|
|
21
|
-
@_sap_m_Carousel_BulletInactiveBorderColor: @
|
|
22
|
-
@
|
|
22
|
+
@_sap_m_Carousel_BulletInactiveBorderColor: @sapContent_ForegroundBorderColor;
|
|
23
|
+
@_sap_m_Carousel_BulletActiveBackground: @sapContent_Selected_ForegroundColor;
|
|
24
|
+
@_sap_m_Carousel_BulletActiveBorder: @sapContent_Selected_ForegroundColor;
|
|
23
25
|
@_sap_m_Carousel_BulletInactiveWidth: 0.5rem;
|
|
24
26
|
@_sap_m_Carousel_BulletInactiveMargin: 0 0.25rem;
|
|
25
|
-
@_sap_m_Carousel_FocusBorderOffsetArrow: -0.
|
|
26
|
-
|
|
27
|
-
.sapMCrsl {
|
|
28
|
-
background-color: @sapUiBaseBG;
|
|
29
|
-
border: 0.125rem solid transparent;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
/* Carousel controls: HUD */
|
|
33
|
-
.sapMCrslHud a {
|
|
34
|
-
opacity: 0.5;
|
|
35
|
-
box-shadow: @sapUiShadowLevel1;
|
|
36
|
-
}
|
|
37
|
-
.sapMCrsl:focus {
|
|
38
|
-
outline: none;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.sapMCrsl .sapMCrslHud,
|
|
42
|
-
.sapMCrsl .sapMCrslHud {
|
|
43
|
-
border: 3px solid @sapUiButtonBorderColor;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.sapMCrsl .sapMCrslHud a:hover,
|
|
47
|
-
.sapMCrsl .sapMCrslHud a:focus {
|
|
48
|
-
box-shadow: @sapUiShadowLevel1;
|
|
49
|
-
border: 1px solid @sapUiButtonBorderColor;
|
|
50
|
-
background: @sapUiButtonHoverBackground;
|
|
51
|
-
background-color: @sapUiButtonActiveBackground;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/* HCB Additional Styles */
|
|
55
|
-
.sapMCrslHud .sapMCrslPrev,
|
|
56
|
-
.sapMCrslHud .sapMCrslNext {
|
|
57
|
-
border: 2px solid @sapUiButtonBorderColor;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.sapMCrslControls .sapMCrslPrev,
|
|
61
|
-
.sapMCrslControls .sapMCrslNext {
|
|
62
|
-
border: 2px solid @sapUiButtonBorderColor;
|
|
63
|
-
}
|
|
64
|
-
.sapMCrsl .sapMCrslHud a:active {
|
|
65
|
-
box-shadow: @sapUiShadowLevel1;
|
|
66
|
-
background-color: @sapUiButtonActiveBackground;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.sapMCrslPrev:focus,
|
|
70
|
-
.sapMCrslNext:focus,
|
|
71
|
-
.sapMCrslPrev .sapUiIcon:focus,
|
|
72
|
-
.sapMCrslNext .sapUiIcon:focus {
|
|
73
|
-
outline: none;
|
|
74
|
-
}
|
|
27
|
+
@_sap_m_Carousel_FocusBorderOffsetArrow: -0.3125rem;
|
|
28
|
+
@_sap_m_Carousel_ContrastFocusBorder: @sapUiContentFocusWidth solid @sapUiBaseBG;
|
|
@@ -23,7 +23,7 @@ html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare {
|
|
|
23
23
|
top: 0.125rem;
|
|
24
24
|
right: 0.125rem;
|
|
25
25
|
bottom: 0.125rem;
|
|
26
|
-
border: 0.
|
|
26
|
+
border: 0.125rem solid @sapUiButtonLiteBackground;
|
|
27
27
|
pointer-events: none;
|
|
28
28
|
}
|
|
29
29
|
&:hover {
|
|
@@ -40,12 +40,13 @@ html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare {
|
|
|
40
40
|
top: 0.125rem;
|
|
41
41
|
right: 0.125rem;
|
|
42
42
|
bottom: 0.125rem;
|
|
43
|
-
border: 0.
|
|
43
|
+
border: 0.125rem dotted @sapUiContentContrastFocusColor;
|
|
44
44
|
pointer-events: none;
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
.sap-desktop .sapMColorPalette .sapMBtn:focus {
|
|
48
48
|
&:after {
|
|
49
|
+
border-width: 0.125rem;
|
|
49
50
|
border-color: @sapUiContentFocusColor;
|
|
50
51
|
}
|
|
51
52
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/* ======================================= */
|
|
2
|
+
/* CSS for control sap.m/DynamicDateRange */
|
|
3
|
+
/* Horizon High Contrast White theme */
|
|
4
|
+
/* ======================================= */
|
|
5
|
+
|
|
6
|
+
.sapUiIcon.sapMDDRDateOption {
|
|
7
|
+
color: @sapUiButtonActiveTextColor;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.sapMDynamicDateRangePopover section > .sapMLabel {
|
|
11
|
+
margin: 1rem 0 0.5rem 0;
|
|
12
|
+
}
|
|
@@ -15,15 +15,6 @@
|
|
|
15
15
|
@_sap_m_InputBase_IconWidth: 2.25rem;
|
|
16
16
|
@_sap_m_InputBase_IconMinWidth: 2.25rem;
|
|
17
17
|
|
|
18
|
-
.sapMInputBaseContentWrapper {
|
|
19
|
-
|
|
20
|
-
&.sapMInputBaseContentWrapperState:not(.sapMInputBaseContentWrapperSuccess) {
|
|
21
|
-
.sapMTokenizer .sapMToken {
|
|
22
|
-
margin-top: 0.1875rem;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
18
|
.sapMInputBaseContentWrapper:not(.sapMInputBaseContentWrapperError):not(.sapMInputBaseContentWrapperWarning):not(.sapMInputBaseContentWrapperInformation):not(.sapMInputBaseDisabledWrapper) {
|
|
28
19
|
border: @sapUiContentFocusWidth @sapUiFieldBorderStyle @sapUiFieldBorderColor;
|
|
29
20
|
}
|
|
@@ -84,6 +75,14 @@
|
|
|
84
75
|
font-weight: bold;
|
|
85
76
|
}
|
|
86
77
|
|
|
78
|
+
.sapMInputBaseContentWrapperWarning .sapMInputBaseInner::-webkit-input-placeholder {
|
|
79
|
+
font-weight: bold;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.sapMInputBaseContentWrapperWarning .sapMInputBaseInner::-moz-placeholder {
|
|
83
|
+
font-weight: bold;
|
|
84
|
+
}
|
|
85
|
+
|
|
87
86
|
.sapMInputBaseContentWrapper .sapMInputBaseIcon {
|
|
88
87
|
line-height: 2rem;
|
|
89
88
|
}
|
|
@@ -115,4 +114,8 @@
|
|
|
115
114
|
|
|
116
115
|
.sapMLIBActive .sapMInputBaseInner::-webkit-input-placeholder {
|
|
117
116
|
color: @sapUiListActiveTextColor;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.sapUiSizeCondensed .sapUiTableDataCell .sapMInputBase .sapMInputBaseContentWrapper:not(.sapMInputBaseContentWrapperState) {
|
|
120
|
+
border: none;
|
|
118
121
|
}
|
|
@@ -7,10 +7,11 @@
|
|
|
7
7
|
/* Variables overriding */
|
|
8
8
|
/* ------------------------------- */
|
|
9
9
|
|
|
10
|
-
@_sap_m_LightBox_OverlayBackground: fade(@sapUiBlockLayerBackground, 80);
|
|
11
10
|
@_sap_m_LightBox_ContainerBackground: @sapUiGroupContentBackground;
|
|
12
11
|
@_sap_m_LightBox_SubtitleMarginTop: 0.25rem;
|
|
13
12
|
@_sap_m_LightBox_ErrorIconColor: fade(@sapUiContentNonInteractiveIconColor, 50);
|
|
13
|
+
@_sap_m_LightBox_OverlayOpacity: 0.3;
|
|
14
|
+
@_sap_m_LightBox_FontFamily: @sapFontHeaderFamily;
|
|
14
15
|
|
|
15
16
|
/* ------------------------------- */
|
|
16
17
|
/* Footer */
|
|
@@ -40,4 +41,4 @@
|
|
|
40
41
|
}
|
|
41
42
|
}
|
|
42
43
|
|
|
43
|
-
}
|
|
44
|
+
}
|
|
@@ -37,4 +37,8 @@ html.sap-desktop .sapMGrowingList .sapMCLI.sapMLIB.sapMLIB-CTX:focus{
|
|
|
37
37
|
html.sap-desktop .sapMLIB-CTX:focus .sapMGrowingListTrigger {
|
|
38
38
|
border: 0.125rem dotted @sapUiContentFocusColor;
|
|
39
39
|
border-radius: 0;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.sapMGrowingListDummyColumn {
|
|
43
|
+
border-right: 1px solid @sapUiListTableFixedBorderColor;
|
|
40
44
|
}
|
|
@@ -3,13 +3,6 @@
|
|
|
3
3
|
/* Horizon High Contrast White theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
// header shadow - different states
|
|
7
|
-
@_sap_m_MessageBox_InformationShadow: inset 0 -0.125rem @sapUiInformationBorder;
|
|
8
|
-
@_sap_m_MessageBox_WarningShadow: inset 0 -0.125rem @sapUiWarningBorder;
|
|
9
|
-
@_sap_m_MessageBox_ErrorShadow: inset 0 -0.125rem @sapUiErrorBorder;
|
|
10
|
-
@_sap_m_MessageBox_SuccessShadow: inset 0 -0.125rem @sapUiSuccessBorder;
|
|
11
|
-
@_sap_m_MessageBox_QuestionShadow: @sapUiContentHeaderShadow;
|
|
12
|
-
|
|
13
6
|
.sapMDialog.sapMMessageBoxInfo .sapMDialogIcon.sapUiIcon {
|
|
14
7
|
color: @sapUiInformativeElement;
|
|
15
8
|
}
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.sapMSLITitle {
|
|
31
|
-
|
|
31
|
+
font-size: @sapMFontHeader6Size;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
.sapMSLIDescription {
|
|
@@ -45,6 +45,10 @@
|
|
|
45
45
|
|
|
46
46
|
.sapMMsgViewTitleText {
|
|
47
47
|
margin: 0 01rem 2.5rem;
|
|
48
|
+
font-family: @sapUiFontHeaderFamily;
|
|
49
|
+
font-size: @sapUiFontHeader5Size;
|
|
50
|
+
font-weight: @sapUiFontHeaderWeight;
|
|
51
|
+
color: @sapUiGroupTitleTextColor;
|
|
48
52
|
}
|
|
49
53
|
|
|
50
54
|
.sapMMsgViewDescriptionLink {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
.sapMOHC.sapMOHBgTranslucent,
|
|
15
15
|
.sapMOHC.sapMOHBgSolid {
|
|
16
|
-
border:
|
|
16
|
+
border-bottom: 0.125rem solid @sapUiObjectHeaderBorderColor;
|
|
17
17
|
box-shadow: none;
|
|
18
18
|
}
|
|
19
19
|
|
|
@@ -79,4 +79,30 @@ a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
|
|
|
79
79
|
|
|
80
80
|
.sapMOHAttrRow .sapMObjStatus {
|
|
81
81
|
margin: 4px 1px;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.sapMOHTitle h6 .sapMText,
|
|
85
|
+
.sapMOHTitle h5 .sapMText,
|
|
86
|
+
.sapMOHTitle h4 .sapMText,
|
|
87
|
+
.sapMOHTitle h3 .sapMText,
|
|
88
|
+
.sapMOHTitle h2 .sapMText,
|
|
89
|
+
.sapMOHTitle h1 .sapMText {
|
|
90
|
+
font-family: @sapUiObjectHeaderTitleFontFamily;
|
|
91
|
+
font-size: @sapUiObjectHeaderTitleFontSize;
|
|
92
|
+
color: @sapUiObjectHeaderTitleTextColor;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
html.sap-phone {
|
|
96
|
+
.sapMOHTitle h6 .sapMText,
|
|
97
|
+
.sapMOHTitle h5 .sapMText,
|
|
98
|
+
.sapMOHTitle h4 .sapMText,
|
|
99
|
+
.sapMOHTitle h3 .sapMText,
|
|
100
|
+
.sapMOHTitle h2 .sapMText,
|
|
101
|
+
.sapMOHTitle h1 .sapMText {
|
|
102
|
+
font-size: @sapUiObjectHeaderTitleSnappedFontSize;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.sapMOHIntro .sapMText {
|
|
107
|
+
color: @sapUiObjectHeaderSubtitleTextColor;
|
|
82
108
|
}
|
|
@@ -8,4 +8,17 @@
|
|
|
8
8
|
.sapMLIBHoverable:hover .sapMObjectNumberText,
|
|
9
9
|
.sapMLIBHoverable:hover .sapMObjectNumberUnit {
|
|
10
10
|
color: @sapUiListActiveTextColor;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.sapMText.sapMObjLTitle {
|
|
14
|
+
font-size: @sapMFontHeader5Size;
|
|
15
|
+
font-family: @sapUiFontSemiboldDuplexFamily;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.sapMObjLNumberDiv .sapMObjectNumber .sapMObjectNumberText {
|
|
19
|
+
font-size: 1.25rem;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.sapMObjLItem.sapMLIBActive .sapMObjLIcon {
|
|
23
|
+
color: @sapUiContentIconColor;
|
|
11
24
|
}
|
|
@@ -8,17 +8,15 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sapMPanelBGSolid {
|
|
11
|
-
background-color: @
|
|
11
|
+
background-color: @sapUiGroupContentBackground;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.sapMPanelBGTranslucent {
|
|
15
|
-
|
|
16
|
-
We cannot change it via the design property, because this change will be backward incompatible.*/
|
|
17
|
-
background-color: @sapUiBaseBG;
|
|
15
|
+
background-color: @sapUiGroupContentBackground;
|
|
18
16
|
}
|
|
19
17
|
|
|
20
18
|
.sapMPanelBGTransparent {
|
|
21
|
-
background-color:
|
|
19
|
+
background-color: transparent;
|
|
22
20
|
}
|
|
23
21
|
|
|
24
22
|
/* if Panel is not expandable, we do wish header to come with own border */
|
|
@@ -30,6 +28,15 @@
|
|
|
30
28
|
border-bottom: 0.0625rem solid @sapUiGroupTitleBorderColor;
|
|
31
29
|
}
|
|
32
30
|
|
|
31
|
+
.sapMPanelWrappingDiv.sapMPanelWrappingDivExpanded,
|
|
32
|
+
.sapMPanelWrappingDivTb.sapMPanelWrappingDivTbExpanded {
|
|
33
|
+
border-bottom: 0.0625rem solid @sapUiGroupTitleBorderColor;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.sapMPanelWrappingDivTb .sapMTB.sapMTBStandard {
|
|
37
|
+
border: none;
|
|
38
|
+
}
|
|
39
|
+
|
|
33
40
|
.sapMPanelContent:not(.sapMPanelBGTransparent) {
|
|
34
41
|
border-bottom: 0.0625rem solid @sapUiGroupTitleBorderColor;
|
|
35
42
|
}
|
|
@@ -37,10 +44,6 @@
|
|
|
37
44
|
.sapMPanel .sapMPanelHdr {
|
|
38
45
|
line-height: 2.75rem;
|
|
39
46
|
height: 2.75rem;
|
|
40
|
-
font-family: @sapUiFontHeaderFamily;
|
|
41
|
-
font-size: @sapMFontHeader4Size;
|
|
42
|
-
font-weight: @sapUiFontHeaderWeight;
|
|
43
|
-
color: @sapUiGroupTitleTextColor;
|
|
44
47
|
}
|
|
45
48
|
|
|
46
49
|
.sapMPanelWrappingDiv .sapUiIcon {
|
|
@@ -51,4 +54,8 @@
|
|
|
51
54
|
.sapUiSizeCompact .sapMPanelWrappingDiv .sapUiIcon {
|
|
52
55
|
width: 2rem;
|
|
53
56
|
font-size: 1rem;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.sapMPanelWrappingDiv .sapUiIcon {
|
|
60
|
+
color: @sapButton_Lite_TextColor;
|
|
54
61
|
}
|
|
@@ -75,4 +75,8 @@ html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hove
|
|
|
75
75
|
|
|
76
76
|
.sapMPlanCal:not(.sapMPlanCalNoHead) > .sapMList > table > tbody > tr > td > .sapUiCalendarRow:not(.sapMPlanCalRowLarge) > .sapUiCalendarRowApps {
|
|
77
77
|
min-height: 5rem;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.sapMPlanCal .sapUiCalendarRowAppsIntHead {
|
|
81
|
+
border-radius: 0.25rem;
|
|
78
82
|
}
|
|
@@ -1,109 +1,206 @@
|
|
|
1
1
|
/* ======================================== */
|
|
2
2
|
/* CSS for control sap.m/ProgressIndicator */
|
|
3
|
-
/* Horizon
|
|
3
|
+
/* Horizon theme */
|
|
4
4
|
/* ======================================== */
|
|
5
5
|
|
|
6
|
-
.
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
.sapMPI {
|
|
7
|
+
position: relative;
|
|
8
|
+
padding: 1.25rem 1.25rem 0.75rem 0;
|
|
9
|
+
margin: 0;
|
|
10
|
+
height: 0.375rem;
|
|
11
|
+
min-height: 0.375rem;
|
|
12
|
+
width: 100%;
|
|
13
|
+
min-width: 4rem;
|
|
14
|
+
overflow: initial;
|
|
15
|
+
border-radius: 0;
|
|
16
|
+
background-color: transparent;
|
|
11
17
|
|
|
12
|
-
.
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
18
|
+
.sapMPIBarRemaining {
|
|
19
|
+
height: 0.375rem;
|
|
20
|
+
border-radius: 0.25rem;
|
|
21
|
+
box-sizing: border-box;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.sapMPIBar {
|
|
25
|
+
box-sizing: border-box;
|
|
26
|
+
height: 0.625rem;
|
|
27
|
+
border-radius: 0.5rem;
|
|
28
|
+
margin-top: -0.125rem;
|
|
29
|
+
}
|
|
16
30
|
}
|
|
17
31
|
|
|
18
|
-
.
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
border:
|
|
32
|
+
.sapMPIBarRemaining {
|
|
33
|
+
position: absolute;
|
|
34
|
+
width: ~'calc(100% - 1.25rem)';
|
|
35
|
+
border: 0.0625rem solid @sapUiProgressBorderColor;
|
|
22
36
|
}
|
|
23
37
|
|
|
24
|
-
.
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
border: 1px solid @sapUiFieldBorderColor;
|
|
38
|
+
.sapMPIBar {
|
|
39
|
+
z-index: 1;
|
|
40
|
+
border: 0.0625rem solid @sapUiProgressValueTextColor;
|
|
28
41
|
}
|
|
29
42
|
|
|
30
|
-
.
|
|
31
|
-
|
|
32
|
-
box-sizing: border-box;
|
|
33
|
-
border: 1px solid @sapUiFieldBorderColor;
|
|
43
|
+
.sapMPIValueMin .sapMPIBar {
|
|
44
|
+
border: none;
|
|
34
45
|
}
|
|
35
46
|
|
|
36
|
-
|
|
37
|
-
.sapMPIText::before {
|
|
47
|
+
.sapMPIBar::before {
|
|
38
48
|
font-family: 'SAP-icons';
|
|
39
|
-
font-size:
|
|
40
|
-
margin-
|
|
41
|
-
|
|
49
|
+
font-size: 1rem;
|
|
50
|
+
margin-left: 0.25rem;
|
|
51
|
+
position: absolute;
|
|
52
|
+
right: 0;
|
|
42
53
|
}
|
|
43
54
|
|
|
44
|
-
.
|
|
45
|
-
|
|
46
|
-
|
|
55
|
+
.sapMPIValueMin .sapMPIBarRemaining::before,
|
|
56
|
+
.sapMPIBarRemaining::after {
|
|
57
|
+
content: '';
|
|
58
|
+
display: block;
|
|
59
|
+
width: 0.25rem;
|
|
60
|
+
height: 0.25rem;
|
|
61
|
+
position: absolute;
|
|
62
|
+
border-radius: 50%;
|
|
47
63
|
}
|
|
48
64
|
|
|
49
|
-
.
|
|
50
|
-
|
|
65
|
+
.sapMPIValueMin .sapMPIBarRemaining::before {
|
|
66
|
+
left: 0.0625rem;
|
|
51
67
|
}
|
|
52
68
|
|
|
53
|
-
.
|
|
54
|
-
|
|
69
|
+
.sapMPIBarRemaining::after {
|
|
70
|
+
right: 0.0625rem;
|
|
55
71
|
}
|
|
56
72
|
|
|
57
|
-
.sapMPIBarPositive
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
73
|
+
.sapMPIBarPositive {
|
|
74
|
+
background-color: @sapUiProgressValuePositiveBackground;
|
|
75
|
+
border-color: @sapUiProgressValuePositiveBorderColor;
|
|
76
|
+
.sapMPIText.sapMPITextLeft,
|
|
77
|
+
.sapMPIText.sapMPITextRight {
|
|
78
|
+
color: @sapUiProgressPositiveTextColor;
|
|
79
|
+
}
|
|
61
80
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
}
|
|
81
|
+
&::before {
|
|
82
|
+
content: '\e1c1';
|
|
83
|
+
color: @sapUiProgressValuePositiveTextColor;
|
|
84
|
+
}
|
|
66
85
|
|
|
67
|
-
.
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
}
|
|
86
|
+
+ .sapMPIBarRemaining {
|
|
87
|
+
background-color: @sapUiProgressPositiveBackground;
|
|
88
|
+
border-color: @sapUiProgressPositiveBorderColor;
|
|
71
89
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
90
|
+
&::after,
|
|
91
|
+
&::before {
|
|
92
|
+
background-color: @sapUiProgressValuePositiveBackground;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
75
95
|
}
|
|
76
96
|
|
|
77
|
-
.
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
.
|
|
81
|
-
|
|
97
|
+
.sapMPIBarNegative {
|
|
98
|
+
background-color: @sapUiProgressValueNegativeBackground;
|
|
99
|
+
border-color: @sapUiProgressValueNegativeBorderColor;
|
|
100
|
+
.sapMPIText.sapMPITextLeft,
|
|
101
|
+
.sapMPIText.sapMPITextRight {
|
|
102
|
+
color: @sapUiProgressNegativeTextColor;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
&::before {
|
|
106
|
+
content: '\e1ec';
|
|
107
|
+
color: @sapUiProgressValueNegativeTextColor;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
+ .sapMPIBarRemaining {
|
|
111
|
+
background-color: @sapUiProgressNegativeBackground;
|
|
112
|
+
border-color: @sapUiProgressNegativeBorderColor;
|
|
113
|
+
|
|
114
|
+
&::after,
|
|
115
|
+
&::before {
|
|
116
|
+
background: @sapUiProgressValueNegativeBackground;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
82
119
|
}
|
|
83
120
|
|
|
84
|
-
.
|
|
85
|
-
|
|
86
|
-
border-color: @
|
|
121
|
+
.sapMPIBarCritical {
|
|
122
|
+
background-color: @sapUiProgressValueCriticalBackground;
|
|
123
|
+
border-color: @sapUiProgressValueCriticalBorderColor;
|
|
124
|
+
.sapMPIText.sapMPITextLeft,
|
|
125
|
+
.sapMPIText.sapMPITextRight {
|
|
126
|
+
color: @sapUiProgressCriticalTextColor;
|
|
127
|
+
}
|
|
87
128
|
|
|
129
|
+
&::before {
|
|
130
|
+
content: '\e053';
|
|
131
|
+
color: @sapUiProgressValueCriticalTextColor;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
+ .sapMPIBarRemaining {
|
|
135
|
+
background-color: @sapUiProgressCriticalBackground;
|
|
136
|
+
border-color: @sapUiProgressCriticalBorderColor;
|
|
137
|
+
|
|
138
|
+
&::after,
|
|
139
|
+
&::before {
|
|
140
|
+
background: @sapUiProgressValueCriticalBackground;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.sapMPIBarInformation {
|
|
146
|
+
background-color: @sapUiProgressValueInformationBackground;
|
|
147
|
+
border-color: @sapUiProgressValueInformationBorderColor;
|
|
88
148
|
.sapMPIText.sapMPITextLeft,
|
|
89
|
-
.sapMPITextRight
|
|
90
|
-
|
|
91
|
-
color: @sapUiContentDisabledTextColor;
|
|
149
|
+
.sapMPIText.sapMPITextRight {
|
|
150
|
+
color: @sapUiProgressInformationTextColor;
|
|
92
151
|
}
|
|
93
152
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
.sapMPIBarCritical,
|
|
98
|
-
.sapMPIBarInformation {
|
|
99
|
-
background: @sapUiHcReducedBackground;
|
|
100
|
-
border-color: @sapUiHcReducedForeground;
|
|
153
|
+
&::before {
|
|
154
|
+
content: '\e289';
|
|
155
|
+
color: @sapUiProgressValueInformationTextColor;
|
|
101
156
|
}
|
|
102
157
|
|
|
103
|
-
.sapMPIBarRemaining {
|
|
104
|
-
|
|
158
|
+
+ .sapMPIBarRemaining {
|
|
159
|
+
background-color: @sapUiProgressInformationBackground;
|
|
160
|
+
border-color: @sapUiProgressInformationBorderColor;
|
|
161
|
+
|
|
162
|
+
&::after,
|
|
163
|
+
&::before {
|
|
164
|
+
background: @sapUiProgressValueInformationBackground;
|
|
165
|
+
}
|
|
105
166
|
}
|
|
106
167
|
}
|
|
107
|
-
|
|
108
|
-
|
|
168
|
+
|
|
169
|
+
.sapMPIDisplayOnly:not(.sapMPIBarDisabled) .sapMPIBarNeutral,
|
|
170
|
+
.sapMPIBarNeutral {
|
|
171
|
+
background-color: @sapUiProgressValueBackground;
|
|
172
|
+
.sapMPIText.sapMPITextLeft,
|
|
173
|
+
.sapMPIText.sapMPITextRight {
|
|
174
|
+
color: @sapUiProgressTextColor;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
+ .sapMPIBarRemaining {
|
|
178
|
+
background-color: @sapUiProgressBackground;
|
|
179
|
+
border-color: @sapUiProgressBorderColor;
|
|
180
|
+
|
|
181
|
+
&::after,
|
|
182
|
+
&::before {
|
|
183
|
+
background: @sapUiProgressValueBackground;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.sapMPIDisplayOnly .sapMPIText,
|
|
189
|
+
.sapMPIText {
|
|
190
|
+
padding: 0;
|
|
191
|
+
position: absolute;
|
|
192
|
+
top: 0;
|
|
193
|
+
left: 0;
|
|
194
|
+
margin-bottom: 0.1875rem;
|
|
195
|
+
font-size: @sapUiProgressFontSize;
|
|
196
|
+
color: @sapUiProgressTextColor;
|
|
197
|
+
white-space: nowrap;
|
|
198
|
+
overflow: hidden;
|
|
199
|
+
text-overflow: ellipsis;
|
|
200
|
+
max-width: 100%;
|
|
201
|
+
|
|
202
|
+
&.sapMPITextRight {
|
|
203
|
+
top: -1.3125rem;
|
|
204
|
+
right: -0.0675rem;
|
|
205
|
+
}
|
|
109
206
|
}
|
|
@@ -3,16 +3,27 @@
|
|
|
3
3
|
/* Horizon High Contrast White theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_m_QuickView_HorizontalLayoutMarginBottom:
|
|
6
|
+
@_sap_m_QuickView_HorizontalLayoutMarginBottom: 0.75rem;
|
|
7
7
|
@_sap_m_QuickView_HorizontalLayoutIconFontSize: 1.5rem;
|
|
8
8
|
@_sap_m_QuickView_PagePaddingTop: 2.75rem;
|
|
9
9
|
|
|
10
10
|
@_sap_m_QuickViewCard_PagePadding: 1rem;
|
|
11
|
+
@_sap_m_QuickView_TitleMarginBottom: 0.25rem;
|
|
12
|
+
@_sap_m_QuickView_TitleFontSize: @sapMFontHeader6Size;
|
|
13
|
+
@_sap_m_QuickView_FormTitleFontSize: @sapMFontHeader6Size;
|
|
14
|
+
@_sap_m_QuickView_TitleMaxHeight: 2.125rem;
|
|
11
15
|
|
|
12
16
|
.sapMQuickViewCard {
|
|
13
17
|
box-sizing: border-box;
|
|
14
|
-
padding: 1rem;
|
|
15
18
|
background: @sapUiGroupContentBackground;
|
|
16
19
|
box-shadow: @sapUiShadowLevel0;
|
|
17
|
-
border-radius:
|
|
20
|
+
border-radius: 1rem;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.sapMQuickView .sapMPage .sapMPageHeader:not(.sapMIBar-CTX) .sapMIBar-CTX {
|
|
24
|
+
z-index: 1;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.sapMQuickViewPage .sapMPageHeader {
|
|
28
|
+
border-bottom: 1px solid;
|
|
18
29
|
}
|