@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
|
@@ -3,10 +3,18 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
.
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
.sapMObjStatus .sapMObjStatusLink {
|
|
7
|
+
padding: 0 0.0625rem;
|
|
8
|
+
display: inline-block;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.sapMObjStatusInverted:not(.sapMObjectStatusLarge) {
|
|
12
|
+
.sapMObjStatusText,
|
|
13
|
+
.sapMObjStatusIcon {
|
|
14
|
+
min-height: 1rem;
|
|
15
|
+
text-shadow: @sapUiContentContrastTextShadow;
|
|
16
|
+
height: 100%;
|
|
17
|
+
}
|
|
10
18
|
}
|
|
11
19
|
|
|
12
20
|
.sapMObjectStatusLarge {
|
|
@@ -56,35 +64,93 @@
|
|
|
56
64
|
color: @sapUiContentContrastTextColor;
|
|
57
65
|
}
|
|
58
66
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
67
|
+
.sapMObjStatusInverted .sapMObjStatusText,
|
|
68
|
+
.sapMObjStatusInverted .sapMObjStatusIcon.sapMObjStatusIconOnly {
|
|
69
|
+
padding: 0.0625rem 0.25rem;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.sapMObjStatusInverted .sapMObjStatusIcon {
|
|
73
|
+
padding: 0.0625rem 0 0.0625rem 0.25rem;
|
|
74
|
+
vertical-align: middle;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
html.sap-desktop .sapMObjStatusActive:not(.sapMObjStatusInverted) {
|
|
78
|
+
.sapMObjStatusText {
|
|
79
|
+
text-decoration: underline;
|
|
80
|
+
text-shadow: @sapUiContentTextShadow;
|
|
72
81
|
}
|
|
73
|
-
|
|
74
|
-
|
|
82
|
+
&:focus {
|
|
83
|
+
.sapMObjStatusLink::after {
|
|
75
84
|
outline: none;
|
|
76
|
-
border-radius: 0.
|
|
85
|
+
border-radius: 0.125rem;
|
|
77
86
|
content: "";
|
|
78
87
|
position: absolute;
|
|
79
88
|
box-sizing: border-box;
|
|
80
|
-
left:
|
|
89
|
+
left: 0;
|
|
81
90
|
top: -0.0625rem;
|
|
82
|
-
|
|
83
|
-
right: -0.0625rem;
|
|
91
|
+
right: 0;
|
|
84
92
|
bottom: -0.0625rem;
|
|
85
93
|
pointer-events: none;
|
|
86
94
|
border: 0.125rem solid @sapUiContentFocusColor;
|
|
95
|
+
z-index: -1;
|
|
87
96
|
}
|
|
97
|
+
.sapMObjStatusLink {
|
|
98
|
+
background: @sapUiContentFocusColor;
|
|
99
|
+
border-radius: 0.125rem;
|
|
100
|
+
.sapMObjStatusIcon > .sapUiIcon,
|
|
101
|
+
.sapMObjStatusText {
|
|
102
|
+
color: @sapUiContentContrastTextColor;
|
|
103
|
+
text-shadow: @sapUiContentContrastTextShadow;
|
|
104
|
+
}
|
|
105
|
+
.sapMObjStatusText {
|
|
106
|
+
text-decoration: underline;
|
|
107
|
+
}
|
|
108
|
+
.sapMObjStatusIcon > .sapUiIcon {
|
|
109
|
+
text-decoration: none;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
&:hover,
|
|
114
|
+
&:active,
|
|
115
|
+
&:focus:hover,
|
|
116
|
+
&:focus:active {
|
|
117
|
+
.sapMObjStatusIcon > .sapUiIcon,
|
|
118
|
+
.sapMObjStatusText {
|
|
119
|
+
text-decoration: none;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
&.sapMObjectStatusLarge:focus {
|
|
123
|
+
.sapMObjStatusLink::after {
|
|
124
|
+
top: 0;
|
|
125
|
+
bottom: 0;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
|
|
131
|
+
.sapMObjStatusLink {
|
|
132
|
+
height: auto;
|
|
133
|
+
}
|
|
134
|
+
&:focus,
|
|
135
|
+
&.sapMObjectStatusLarge:focus {
|
|
136
|
+
.sapMObjStatusLink::after {
|
|
137
|
+
outline: none;
|
|
138
|
+
content: "";
|
|
139
|
+
position: absolute;
|
|
140
|
+
box-sizing: border-box;
|
|
141
|
+
left: 0;
|
|
142
|
+
top: 0;
|
|
143
|
+
right: 0;
|
|
144
|
+
bottom: 0;
|
|
145
|
+
pointer-events: none;
|
|
146
|
+
z-index: 1;
|
|
147
|
+
box-shadow: inset 0 0 0 0.125em @sapUiContentFocusColor, inset 0 0 0 0.1875em @sapUiContentContrastFocusColor;
|
|
148
|
+
border-radius: 0.25rem;
|
|
149
|
+
height: 100%;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
&.sapMObjectStatusLarge:focus {
|
|
153
|
+
min-height: 2rem;
|
|
88
154
|
}
|
|
89
155
|
}
|
|
90
156
|
|
|
@@ -19,9 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.sapMPanelBGTranslucent {
|
|
22
|
-
|
|
23
|
-
We cannot change it via the design property, because this change will be backward incompatible.*/
|
|
24
|
-
background-color: transparent;
|
|
22
|
+
background-color: @sapUiGroupContentBackground;
|
|
25
23
|
}
|
|
26
24
|
|
|
27
25
|
.sapMPanelBGTransparent {
|
|
@@ -51,8 +49,13 @@
|
|
|
51
49
|
}
|
|
52
50
|
}
|
|
53
51
|
|
|
54
|
-
.
|
|
55
|
-
|
|
52
|
+
.sapMPanelWrappingDiv.sapMPanelWrappingDivExpanded,
|
|
53
|
+
.sapMPanelWrappingDivTb.sapMPanelWrappingDivTbExpanded {
|
|
54
|
+
border-bottom: 0.0625rem solid @sapUiGroupTitleBorderColor;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.sapMPanelWrappingDivTb .sapMTB.sapMTBStandard {
|
|
58
|
+
border: none;
|
|
56
59
|
}
|
|
57
60
|
|
|
58
61
|
.sapMPanelContent:not(.sapMPanelBGTransparent) {
|
|
@@ -62,10 +65,6 @@
|
|
|
62
65
|
.sapMPanel .sapMPanelHdr {
|
|
63
66
|
line-height: 2.75rem;
|
|
64
67
|
height: 2.75rem;
|
|
65
|
-
font-family: @sapUiFontHeaderFamily;
|
|
66
|
-
font-size: @sapMFontHeader4Size;
|
|
67
|
-
font-weight: @sapUiFontHeaderWeight;
|
|
68
|
-
color: @sapUiGroupTitleTextColor;
|
|
69
68
|
}
|
|
70
69
|
|
|
71
70
|
.sapMPanelWrappingDiv .sapUiIcon {
|
|
@@ -76,12 +75,23 @@
|
|
|
76
75
|
width: 2rem;
|
|
77
76
|
}
|
|
78
77
|
|
|
79
|
-
.sapMPanel.sapMPanelExpandable .sapMPanelWrappingDivTb
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
78
|
+
.sapMPanel.sapMPanelExpandable .sapMPanelWrappingDivTb {
|
|
79
|
+
& .sapMPanelHeaderTB {
|
|
80
|
+
border-top-left-radius: 0;
|
|
81
|
+
margin-left: 2.25rem;
|
|
82
|
+
padding-left: 0.25rem;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
&:not(.sapMPanelWrappingDivTbExpanded) .sapMPanelHeaderTB {
|
|
86
|
+
border-bottom-right-radius: @sapElement_BorderCornerRadius;
|
|
87
|
+
border-top-right-radius: @sapElement_BorderCornerRadius;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
&.sapMPanelWrappingDivTbExpanded .sapMPanelHeaderTB {
|
|
91
|
+
border-top-right-radius: @sapElement_BorderCornerRadius;
|
|
92
|
+
}
|
|
83
93
|
}
|
|
84
94
|
|
|
85
|
-
.
|
|
86
|
-
|
|
95
|
+
.sapMPanelWrappingDiv .sapUiIcon {
|
|
96
|
+
color: @sapButton_Lite_TextColor;
|
|
87
97
|
}
|
|
@@ -1,112 +1,206 @@
|
|
|
1
1
|
/* ======================================== */
|
|
2
2
|
/* CSS for control sap.m/ProgressIndicator */
|
|
3
|
-
/*
|
|
3
|
+
/* Horizon theme */
|
|
4
4
|
/* ======================================== */
|
|
5
5
|
|
|
6
|
-
@sapMPITextLeftTextThreshold: 0.5;
|
|
7
|
-
|
|
8
|
-
.sapMPITextLeft,
|
|
9
|
-
.sapMPITextRight {
|
|
10
|
-
padding: 0;
|
|
11
|
-
margin-left: 0.375rem;
|
|
12
|
-
margin-right: 0.375rem;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
6
|
.sapMPI {
|
|
16
|
-
|
|
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%;
|
|
17
13
|
min-width: 4rem;
|
|
14
|
+
overflow: initial;
|
|
15
|
+
border-radius: 0;
|
|
16
|
+
background-color: transparent;
|
|
17
|
+
|
|
18
|
+
.sapMPIBarRemaining {
|
|
19
|
+
height: 0.375rem;
|
|
20
|
+
border-radius: 0.25rem;
|
|
21
|
+
box-sizing: border-box;
|
|
22
|
+
}
|
|
18
23
|
|
|
24
|
+
.sapMPIBar {
|
|
25
|
+
box-sizing: border-box;
|
|
26
|
+
height: 0.625rem;
|
|
27
|
+
border-radius: 0.5rem;
|
|
28
|
+
margin-top: -0.125rem;
|
|
29
|
+
}
|
|
19
30
|
}
|
|
20
31
|
|
|
21
|
-
.
|
|
22
|
-
|
|
32
|
+
.sapMPIBarRemaining {
|
|
33
|
+
position: absolute;
|
|
34
|
+
width: ~'calc(100% - 1.25rem)';
|
|
35
|
+
border: 0.0625rem solid @sapUiProgressBorderColor;
|
|
23
36
|
}
|
|
24
37
|
|
|
25
|
-
.
|
|
26
|
-
|
|
38
|
+
.sapMPIBar {
|
|
39
|
+
z-index: 1;
|
|
40
|
+
border: 0.0625rem solid @sapUiProgressValueTextColor;
|
|
27
41
|
}
|
|
28
42
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
.sapMPIDisplayOnly:not(.sapMPIBarDisabled) .sapMPIBarNeutral {
|
|
32
|
-
background: @sapNeutralElementColor;
|
|
43
|
+
.sapMPIValueMin .sapMPIBar {
|
|
44
|
+
border: none;
|
|
33
45
|
}
|
|
34
46
|
|
|
35
|
-
.
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
47
|
+
.sapMPIBar::before {
|
|
48
|
+
font-family: 'SAP-icons';
|
|
49
|
+
font-size: 1rem;
|
|
50
|
+
margin-left: 0.25rem;
|
|
51
|
+
position: absolute;
|
|
52
|
+
right: 0;
|
|
39
53
|
}
|
|
40
54
|
|
|
41
|
-
.
|
|
42
|
-
.
|
|
43
|
-
|
|
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
|
-
.sapMPIBarRemaining {
|
|
50
|
-
|
|
51
|
-
border-color: @sapNeutralBorderColor;
|
|
65
|
+
.sapMPIValueMin .sapMPIBarRemaining::before {
|
|
66
|
+
left: 0.0625rem;
|
|
52
67
|
}
|
|
53
68
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
border-color: @sapSuccessBorderColor;
|
|
69
|
+
.sapMPIBarRemaining::after {
|
|
70
|
+
right: 0.0625rem;
|
|
71
|
+
}
|
|
58
72
|
|
|
73
|
+
.sapMPIBarPositive {
|
|
74
|
+
background-color: @sapUiProgressValuePositiveBackground;
|
|
75
|
+
border-color: @sapUiProgressValuePositiveBorderColor;
|
|
76
|
+
.sapMPIText.sapMPITextLeft,
|
|
59
77
|
.sapMPIText.sapMPITextRight {
|
|
60
|
-
|
|
78
|
+
color: @sapUiProgressPositiveTextColor;
|
|
61
79
|
}
|
|
62
|
-
}
|
|
63
80
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
}
|
|
81
|
+
&::before {
|
|
82
|
+
content: '\e1c1';
|
|
83
|
+
color: @sapUiProgressValuePositiveTextColor;
|
|
84
|
+
}
|
|
68
85
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
border-color: @sapErrorBorderColor;
|
|
86
|
+
+ .sapMPIBarRemaining {
|
|
87
|
+
background-color: @sapUiProgressPositiveBackground;
|
|
88
|
+
border-color: @sapUiProgressPositiveBorderColor;
|
|
73
89
|
|
|
74
|
-
|
|
75
|
-
|
|
90
|
+
&::after,
|
|
91
|
+
&::before {
|
|
92
|
+
background-color: @sapUiProgressValuePositiveBackground;
|
|
93
|
+
}
|
|
76
94
|
}
|
|
77
95
|
}
|
|
78
96
|
|
|
79
|
-
.
|
|
80
|
-
background: @
|
|
81
|
-
border-color: @
|
|
82
|
-
|
|
97
|
+
.sapMPIBarNegative {
|
|
98
|
+
background-color: @sapUiProgressValueNegativeBackground;
|
|
99
|
+
border-color: @sapUiProgressValueNegativeBorderColor;
|
|
100
|
+
.sapMPIText.sapMPITextLeft,
|
|
101
|
+
.sapMPIText.sapMPITextRight {
|
|
102
|
+
color: @sapUiProgressNegativeTextColor;
|
|
103
|
+
}
|
|
83
104
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
105
|
+
&::before {
|
|
106
|
+
content: '\e1ec';
|
|
107
|
+
color: @sapUiProgressValueNegativeTextColor;
|
|
108
|
+
}
|
|
88
109
|
|
|
89
|
-
.
|
|
90
|
-
background: @
|
|
110
|
+
+ .sapMPIBarRemaining {
|
|
111
|
+
background-color: @sapUiProgressNegativeBackground;
|
|
112
|
+
border-color: @sapUiProgressNegativeBorderColor;
|
|
113
|
+
|
|
114
|
+
&::after,
|
|
115
|
+
&::before {
|
|
116
|
+
background: @sapUiProgressValueNegativeBackground;
|
|
117
|
+
}
|
|
91
118
|
}
|
|
92
119
|
}
|
|
93
120
|
|
|
94
|
-
.
|
|
95
|
-
background: @
|
|
96
|
-
border-color: @
|
|
121
|
+
.sapMPIBarCritical {
|
|
122
|
+
background-color: @sapUiProgressValueCriticalBackground;
|
|
123
|
+
border-color: @sapUiProgressValueCriticalBorderColor;
|
|
124
|
+
.sapMPIText.sapMPITextLeft,
|
|
125
|
+
.sapMPIText.sapMPITextRight {
|
|
126
|
+
color: @sapUiProgressCriticalTextColor;
|
|
127
|
+
}
|
|
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
|
+
}
|
|
97
143
|
}
|
|
98
144
|
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
145
|
+
.sapMPIBarInformation {
|
|
146
|
+
background-color: @sapUiProgressValueInformationBackground;
|
|
147
|
+
border-color: @sapUiProgressValueInformationBorderColor;
|
|
148
|
+
.sapMPIText.sapMPITextLeft,
|
|
149
|
+
.sapMPIText.sapMPITextRight {
|
|
150
|
+
color: @sapUiProgressInformationTextColor;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
&::before {
|
|
154
|
+
content: '\e289';
|
|
155
|
+
color: @sapUiProgressValueInformationTextColor;
|
|
156
|
+
}
|
|
103
157
|
|
|
158
|
+
+ .sapMPIBarRemaining {
|
|
159
|
+
background-color: @sapUiProgressInformationBackground;
|
|
160
|
+
border-color: @sapUiProgressInformationBorderColor;
|
|
161
|
+
|
|
162
|
+
&::after,
|
|
163
|
+
&::before {
|
|
164
|
+
background: @sapUiProgressValueInformationBackground;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.sapMPIDisplayOnly:not(.sapMPIBarDisabled) .sapMPIBarNeutral,
|
|
170
|
+
.sapMPIBarNeutral {
|
|
171
|
+
background-color: @sapUiProgressValueBackground;
|
|
172
|
+
.sapMPIText.sapMPITextLeft,
|
|
104
173
|
.sapMPIText.sapMPITextRight {
|
|
105
|
-
|
|
174
|
+
color: @sapUiProgressTextColor;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
+ .sapMPIBarRemaining {
|
|
178
|
+
background-color: @sapUiProgressBackground;
|
|
179
|
+
border-color: @sapUiProgressBorderColor;
|
|
180
|
+
|
|
181
|
+
&::after,
|
|
182
|
+
&::before {
|
|
183
|
+
background: @sapUiProgressValueBackground;
|
|
184
|
+
}
|
|
106
185
|
}
|
|
107
186
|
}
|
|
108
187
|
|
|
109
|
-
.
|
|
110
|
-
|
|
111
|
-
|
|
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
|
+
}
|
|
112
206
|
}
|
|
@@ -3,14 +3,19 @@
|
|
|
3
3
|
/* Evening Horizon 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
|
background: @sapUiGroupContentBackground;
|
|
14
18
|
box-shadow: @sapUiShadowLevel0;
|
|
15
|
-
border-radius:
|
|
16
|
-
|
|
19
|
+
border-radius: 1rem;
|
|
20
|
+
border: 0.0625rem solid @sapUiTileBorderColor;
|
|
21
|
+
}
|
|
@@ -3,74 +3,106 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
@_sap_m_RangeSlider_Handle_Height: 1.5rem;
|
|
7
|
+
@_sap_m_RangeSlider_Handle_Width: 2rem;
|
|
8
|
+
@_sap_m_RangeSlider_Handle_Height_Compact: 1.25rem;
|
|
9
|
+
@_sap_m_RangeSlider_Handle_Width_Compact: 1.5rem;
|
|
9
10
|
|
|
10
|
-
.sapMRangeSlider.sapMSlider .sapMSliderInner
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
.sapMRangeSlider.sapMSlider .sapMSliderInner {
|
|
12
|
+
&:not(.sapMSliderInnerDisabled):hover>.sapMSliderHandle {
|
|
13
|
+
border: 1px @sapContent_FocusStyle @sapUiSliderHoverHandleBorderColor;
|
|
14
|
+
background: @sapUiSliderRangeHandleBackground;
|
|
15
|
+
box-shadow: @sapUiContentSelectedShadow;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&:not(.sapMSliderInnerDisabled) .sapMSliderHandle:hover {
|
|
19
|
+
background-color: @sapUiSliderRangeHandleBackground;
|
|
20
|
+
border-color: @sapUiSliderHoverHandleBorderColor;
|
|
21
|
+
box-shadow: @sapUiContentSelectedShadow;
|
|
22
|
+
}
|
|
15
23
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
24
|
+
&:not(.sapMSliderInnerDisabled) .sapMSliderHandle.sapMSliderHandlePressed {
|
|
25
|
+
&:not(:focus) {
|
|
26
|
+
background: transparent;
|
|
27
|
+
border: 0.125rem solid #4DB1FF;
|
|
28
|
+
outline: none;
|
|
29
|
+
box-shadow: none;
|
|
30
|
+
top: -0.625rem;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
&:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
|
|
35
|
+
background: @sapUiSliderActiveRangeHandleBackground;
|
|
36
|
+
border: 0.125rem solid #4DB1FF;
|
|
21
37
|
outline: none;
|
|
22
|
-
box-shadow:
|
|
23
|
-
top: -0.
|
|
38
|
+
box-shadow: none;
|
|
39
|
+
top: -0.625rem;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.sapMSliderHandle {
|
|
43
|
+
background: @sapUiSliderRangeHandleBackground;
|
|
44
|
+
box-shadow: @sapUiContentSelectedShadow;
|
|
45
|
+
top: -0.625rem;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
|
|
49
|
+
top: 4px;
|
|
24
50
|
}
|
|
25
51
|
}
|
|
26
52
|
|
|
53
|
+
.sapMRangeSlider .sapMSliderInner::before {
|
|
54
|
+
border: 0.0625rem solid @sapUiContentMeasureIndicatorColor;
|
|
55
|
+
background-color: @sapUiContentMeasureIndicatorColor;
|
|
56
|
+
}
|
|
57
|
+
|
|
27
58
|
.sapUiSizeCompact {
|
|
28
|
-
.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled):hover .sapMSliderProgress:focus ~ .sapMSliderHandle,
|
|
29
59
|
.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle.sapMSliderHandlePressed {
|
|
30
60
|
&:not(:focus) {
|
|
31
61
|
background: transparent;
|
|
32
|
-
border:
|
|
62
|
+
border: 0.125rem solid #4DB1FF;
|
|
33
63
|
outline: none;
|
|
34
|
-
box-shadow:
|
|
35
|
-
top: -0.
|
|
64
|
+
box-shadow: none;
|
|
65
|
+
top: -0.5rem;
|
|
36
66
|
}
|
|
37
67
|
}
|
|
38
68
|
|
|
39
69
|
.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
|
|
40
|
-
background:
|
|
70
|
+
background: @sapUiSliderActiveRangeHandleBackground;
|
|
71
|
+
border: 0.125rem solid #4DB1FF;
|
|
41
72
|
outline: none;
|
|
42
|
-
box-shadow:
|
|
43
|
-
top: -0.
|
|
73
|
+
box-shadow: none;
|
|
74
|
+
top: -0.5rem;
|
|
44
75
|
}
|
|
45
|
-
}
|
|
46
76
|
|
|
47
|
-
.sapMRangeSlider.sapMSlider .sapMSliderInner
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
outline: none;
|
|
51
|
-
box-shadow: 0px 0px 0px 2px @sapContent_FocusColor;
|
|
52
|
-
top: -0.75rem;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.sapMRangeSlider .sapMSliderInner::before {
|
|
56
|
-
background-color: @sapField_BorderColor;
|
|
57
|
-
}
|
|
77
|
+
.sapMRangeSlider.sapMSlider .sapMSliderInner .sapMSliderHandle {
|
|
78
|
+
top: -0.5rem;
|
|
79
|
+
}
|
|
58
80
|
|
|
81
|
+
.sapMRangeSlider.sapMSlider .sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
|
|
82
|
+
top: 2px;
|
|
83
|
+
right: 0.25rem;
|
|
84
|
+
}
|
|
59
85
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
padding-bottom: 0.25rem;
|
|
64
|
-
padding-right: 0.25rem;
|
|
65
|
-
top: 1px;
|
|
86
|
+
.sapMSliderLabels {
|
|
87
|
+
margin: 0.625rem -0.875rem 0 -0.875rem;
|
|
88
|
+
}
|
|
66
89
|
}
|
|
67
90
|
|
|
68
91
|
html.sap-desktop .sapMSliderProgress:focus:before {
|
|
69
|
-
border:
|
|
92
|
+
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
70
93
|
border-radius: 0.5rem;
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
94
|
+
content: "";
|
|
95
|
+
display: block;
|
|
96
|
+
position: absolute;
|
|
97
|
+
height: ~"calc(@{_sap_m_RangeSlider_Handle_Height} + 0.375rem)";
|
|
98
|
+
width: ~"calc(100% + ((@{_sap_m_RangeSlider_Handle_Width}) + 0.375rem))";
|
|
99
|
+
top: ~"calc(-1 * ((@{_sap_m_RangeSlider_Handle_Height} / 2) + 0.1875rem))";
|
|
100
|
+
left: ~"calc(-1 * ((@{_sap_m_RangeSlider_Handle_Width} / 2) + 0.3125rem))";
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
html.sap-desktop .sapUiSizeCompact .sapMSliderProgress:focus:before {
|
|
104
|
+
height: ~"calc(@{_sap_m_RangeSlider_Handle_Height_Compact} + 0.375rem)";
|
|
105
|
+
width: ~"calc(100% + ((@{_sap_m_RangeSlider_Handle_Width_Compact}) + 0.375rem))";
|
|
106
|
+
top: ~"calc(-1 * ((@{_sap_m_RangeSlider_Handle_Height_Compact} / 2) + 0.1875rem))";
|
|
107
|
+
left: ~"calc(-1 * ((@{_sap_m_RangeSlider_Handle_Width_Compact} / 2) + 0.3125rem))";
|
|
76
108
|
}
|
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
/* ====================================== */
|
|
5
5
|
|
|
6
6
|
.sapMRI {
|
|
7
|
+
&:not(.sapMRIDisabled):not(.sapMRIDisplayOnly):not(.sapMRIReadOnly):hover {
|
|
8
|
+
opacity: 0.9;
|
|
9
|
+
}
|
|
10
|
+
|
|
7
11
|
.sapMRIUnsel {
|
|
8
12
|
color: @sapContent_UnratedColor;
|
|
9
13
|
}
|
|
@@ -46,4 +50,8 @@ html.sap-desktop .sapMRI:focus:not(.sapMRIDisabled):not(.sapMRIDisplayOnly){
|
|
|
46
50
|
.sapMRI .sapUiIcon,
|
|
47
51
|
.sapMRI .sapMImg {
|
|
48
52
|
top: -1px;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.sapMRIIconSel, .sapMRIIconUnsel {
|
|
56
|
+
text-shadow: @sapContent_TextShadow;
|
|
49
57
|
}
|