@openui5/themelib_sap_horizon 1.101.0 → 1.103.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +1 -1
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/AvatarGroup.less +1 -1
- package/src/sap/f/themes/sap_horizon/Card.less +41 -10
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +1 -1
- package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +17 -9
- package/src/sap/f/themes/sap_horizon/GridList.less +4 -0
- package/src/sap/f/themes/sap_horizon/ListContentItem.less +6 -0
- package/src/sap/f/themes/sap_horizon/ShellBar.less +313 -25
- package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +1 -1
- package/src/sap/f/themes/sap_horizon_dark/Card.less +33 -10
- package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +8 -0
- package/src/sap/f/themes/sap_horizon_dark/GridList.less +4 -0
- package/src/sap/f/themes/sap_horizon_dark/ListContentItem.less +6 -0
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +313 -25
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +11 -2
- package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +13 -13
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +405 -10
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +11 -2
- package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +12 -12
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +405 -11
- package/src/sap/m/themes/sap_horizon/ActionListItem.less +2 -2
- package/src/sap/m/themes/sap_horizon/ActionSelect.less +27 -15
- package/src/sap/m/themes/sap_horizon/ActionSheet.less +37 -2
- package/src/sap/m/themes/sap_horizon/Bar.less +16 -11
- package/src/sap/m/themes/sap_horizon/Button.less +36 -3
- package/src/sap/m/themes/sap_horizon/Carousel.less +5 -27
- package/src/sap/m/themes/sap_horizon/ColorPalette.less +89 -25
- package/src/sap/m/themes/sap_horizon/Dialog.less +0 -7
- package/src/sap/m/themes/sap_horizon/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon/GenericTag.less +75 -57
- package/src/sap/m/themes/sap_horizon/GenericTile.less +45 -2
- package/src/sap/m/themes/sap_horizon/IconTabBarSelectList.less +1 -1
- package/src/sap/m/themes/sap_horizon/InputBase.less +1 -9
- package/src/sap/m/themes/sap_horizon/Label.less +12 -0
- package/src/sap/m/themes/sap_horizon/LightBox.less +2 -1
- package/src/sap/m/themes/sap_horizon/ListBase.less +4 -0
- package/src/sap/m/themes/sap_horizon/ListItemBase.less +0 -6
- package/src/sap/m/themes/sap_horizon/MenuButton.less +14 -0
- package/src/sap/m/themes/sap_horizon/MessageBox.less +7 -5
- package/src/sap/m/themes/sap_horizon/MessageView.less +5 -4
- package/src/sap/m/themes/sap_horizon/MultiComboBox.less +14 -23
- package/src/sap/m/themes/sap_horizon/MultiInput.less +13 -0
- package/src/sap/m/themes/sap_horizon/NewsContent.less +16 -0
- package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +6 -0
- package/src/sap/m/themes/sap_horizon/ObjectHeader.less +28 -1
- package/src/sap/m/themes/sap_horizon/ObjectListItem.less +17 -0
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +89 -23
- package/src/sap/m/themes/sap_horizon/Panel.less +27 -17
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +163 -68
- package/src/sap/m/themes/sap_horizon/QuickView.less +8 -3
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +79 -46
- package/src/sap/m/themes/sap_horizon/RatingIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +4 -7
- package/src/sap/m/themes/sap_horizon/SelectList.less +3 -14
- package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +14 -16
- package/src/sap/m/themes/sap_horizon/SlideTile.less +3 -1
- package/src/sap/m/themes/sap_horizon/Slider.less +92 -51
- package/src/sap/m/themes/sap_horizon/SplitButton.less +22 -8
- package/src/sap/m/themes/sap_horizon/StandardListItem.less +4 -4
- package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +1 -15
- package/src/sap/m/themes/sap_horizon/TabStrip.less +12 -6
- package/src/sap/m/themes/sap_horizon/Table.less +14 -5
- package/src/sap/m/themes/sap_horizon/Text.less +5 -0
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +2 -2
- package/src/sap/m/themes/sap_horizon/Token.less +26 -11
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +6 -13
- package/src/sap/m/themes/sap_horizon/Toolbar.less +4 -0
- package/src/sap/m/themes/sap_horizon/Wizard.less +9 -4
- package/src/sap/m/themes/sap_horizon/WizardProgressNavigator.less +18 -6
- package/src/sap/m/themes/sap_horizon/WizardStep.less +7 -0
- package/src/sap/m/themes/sap_horizon/library.source.less +4 -2
- package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +29 -17
- package/src/sap/m/themes/sap_horizon_dark/ActionSheet.less +37 -2
- package/src/sap/m/themes/sap_horizon_dark/Bar.less +15 -7
- package/src/sap/m/themes/sap_horizon_dark/Button.less +36 -3
- package/src/sap/m/themes/sap_horizon_dark/Carousel.less +5 -27
- package/src/sap/m/themes/sap_horizon_dark/ColorPalette.less +89 -25
- package/src/sap/m/themes/sap_horizon_dark/Dialog.less +1 -6
- package/src/sap/m/themes/sap_horizon_dark/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +74 -56
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +6 -2
- package/src/sap/m/themes/sap_horizon_dark/IconTabBarSelectList.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +1 -9
- package/src/sap/m/themes/sap_horizon_dark/Label.less +12 -0
- package/src/sap/m/themes/sap_horizon_dark/LightBox.less +2 -1
- package/src/sap/m/themes/sap_horizon_dark/ListBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +0 -6
- package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +14 -0
- package/src/sap/m/themes/sap_horizon_dark/MessageBox.less +7 -5
- package/src/sap/m/themes/sap_horizon_dark/MessageView.less +5 -1
- package/src/sap/m/themes/sap_horizon_dark/MultiComboBox.less +14 -23
- package/src/sap/m/themes/sap_horizon_dark/MultiInput.less +13 -0
- package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +6 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectHeader.less +28 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectListItem.less +17 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +89 -23
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +25 -15
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +163 -69
- package/src/sap/m/themes/sap_horizon_dark/QuickView.less +8 -3
- package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +78 -46
- package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +8 -0
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +4 -7
- package/src/sap/m/themes/sap_horizon_dark/SelectList.less +3 -14
- package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +14 -16
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +86 -51
- package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +22 -8
- package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +4 -4
- package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +1 -15
- package/src/sap/m/themes/sap_horizon_dark/TabStrip.less +15 -6
- package/src/sap/m/themes/sap_horizon_dark/Table.less +13 -5
- package/src/sap/m/themes/sap_horizon_dark/Text.less +5 -0
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Token.less +26 -11
- package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +6 -13
- package/src/sap/m/themes/sap_horizon_dark/Wizard.less +9 -1
- package/src/sap/m/themes/sap_horizon_dark/WizardProgressNavigator.less +17 -6
- package/src/sap/m/themes/sap_horizon_dark/WizardStep.less +7 -0
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +4 -2
- package/src/sap/m/themes/sap_horizon_hcb/ActionSelect.less +11 -6
- package/src/sap/m/themes/sap_horizon_hcb/ActionSheet.less +37 -2
- package/src/sap/m/themes/sap_horizon_hcb/Bar.less +15 -7
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +9 -5
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +6 -54
- package/src/sap/m/themes/sap_horizon_hcb/ColorPalette.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcb/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +117 -13
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +12 -9
- package/src/sap/m/themes/sap_horizon_hcb/Label.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcb/ListBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/MessageBox.less +0 -7
- package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectHeader.less +27 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +16 -9
- package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +167 -71
- package/src/sap/m/themes/sap_horizon_hcb/QuickView.less +14 -3
- package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +83 -12
- package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarGrid.less +14 -11
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +151 -25
- package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/Switch.less +2 -47
- package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +6 -3
- package/src/sap/m/themes/sap_horizon_hcb/Table.less +10 -11
- package/src/sap/m/themes/sap_horizon_hcb/Text.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/Token.less +15 -7
- package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +12 -1
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +1 -2
- package/src/sap/m/themes/sap_horizon_hcb/Wizard.less +9 -1
- package/src/sap/m/themes/sap_horizon_hcb/WizardProgressNavigator.less +9 -8
- package/src/sap/m/themes/sap_horizon_hcb/WizardStep.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/library.source.less +5 -3
- package/src/sap/m/themes/sap_horizon_hcw/ActionSelect.less +14 -9
- package/src/sap/m/themes/sap_horizon_hcw/ActionSheet.less +37 -2
- package/src/sap/m/themes/sap_horizon_hcw/Bar.less +15 -7
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +9 -5
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +6 -52
- package/src/sap/m/themes/sap_horizon_hcw/ColorPalette.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcw/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +119 -13
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +12 -9
- package/src/sap/m/themes/sap_horizon_hcw/Label.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcw/ListBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/MessageBox.less +0 -7
- package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectHeader.less +27 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +0 -6
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +16 -9
- package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +168 -71
- package/src/sap/m/themes/sap_horizon_hcw/QuickView.less +14 -3
- package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +84 -12
- package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarGrid.less +14 -11
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +155 -25
- package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/Switch.less +2 -47
- package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +6 -3
- package/src/sap/m/themes/sap_horizon_hcw/Table.less +10 -11
- package/src/sap/m/themes/sap_horizon_hcw/Text.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +6 -2
- package/src/sap/m/themes/sap_horizon_hcw/Token.less +15 -8
- package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +12 -1
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +1 -2
- package/src/sap/m/themes/sap_horizon_hcw/Wizard.less +9 -1
- package/src/sap/m/themes/sap_horizon_hcw/WizardProgressNavigator.less +9 -9
- package/src/sap/m/themes/sap_horizon_hcw/WizardStep.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/library.source.less +5 -3
- package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +17 -12
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +5 -10
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +4 -2
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +16 -184
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +17 -11
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +5 -10
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +4 -2
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +16 -184
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +32 -16
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +4 -4
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +6 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +31 -15
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +4 -4
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +6 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +3 -2
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/BrowserScrollbar.less +1 -0
- package/src/sap/ui/core/themes/sap_horizon/LocalBusyIndicator.less +1 -7
- package/src/sap/ui/core/themes/sap_horizon/base.less +3 -3
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/global.less +9 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/BrowserScrollbar.less +1 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/LocalBusyIndicator.less +1 -7
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +4 -4
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +10 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/BrowserScrollbar.less +1 -5
- package/src/sap/ui/core/themes/sap_horizon_hcb/LocalBusyIndicator.less +1 -5
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +2 -2
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +2 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/BrowserScrollbar.less +1 -5
- package/src/sap/ui/core/themes/sap_horizon_hcw/LocalBusyIndicator.less +1 -5
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +2 -2
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +2 -0
- package/src/sap/ui/dt/themes/sap_horizon/ContextMenu.less +61 -0
- package/src/sap/ui/dt/themes/sap_horizon/Overlay.less +44 -0
- package/src/sap/ui/dt/themes/sap_horizon/library.source.less +4 -1
- package/src/sap/ui/dt/themes/sap_horizon_dark/ContextMenu.less +64 -0
- package/src/sap/ui/dt/themes/sap_horizon_dark/Overlay.less +45 -0
- package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +4 -1
- package/src/sap/ui/dt/themes/sap_horizon_hcb/ContextMenu.less +56 -5
- package/src/sap/ui/dt/themes/sap_horizon_hcb/Overlay.less +42 -9
- package/src/sap/ui/dt/themes/sap_horizon_hcw/ContextMenu.less +52 -5
- package/src/sap/ui/dt/themes/sap_horizon_hcw/Overlay.less +40 -0
- package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +2 -1
- package/src/sap/ui/layout/themes/sap_horizon/BlockLayout.less +226 -190
- package/src/sap/ui/layout/themes/sap_horizon/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/ResponsiveSplitter.less +4 -1
- package/src/sap/ui/layout/themes/sap_horizon/Splitter.less +7 -0
- package/src/sap/ui/layout/themes/sap_horizon/library.source.less +2 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +226 -190
- package/src/sap/ui/layout/themes/sap_horizon_dark/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveSplitter.less +4 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/Splitter.less +7 -0
- package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +2 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +220 -3
- package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayoutCell.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +0 -4
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +220 -3
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayoutCell.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +0 -4
- package/src/sap/ui/mdc/themes/sap_horizon/FieldBase.less +3 -0
- package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +2 -1
- package/src/sap/ui/mdc/themes/sap_horizon_dark/FieldBase.less +3 -0
- package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +2 -1
- package/src/sap/ui/rta/themes/sap_horizon/AddIFrame.less +65 -0
- package/src/sap/ui/rta/themes/sap_horizon/ChangeVisualization.less +13 -7
- package/src/sap/ui/rta/themes/sap_horizon/ContextMenu.less +7 -31
- package/src/sap/ui/rta/themes/sap_horizon/Dialogs.less +14 -31
- package/src/sap/ui/rta/themes/sap_horizon/FieldRepository.less +17 -24
- package/src/sap/ui/rta/themes/sap_horizon/Overlay.less +12 -31
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +95 -21
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.base.less +9 -78
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.personalization.less +5 -17
- package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_dark/AddIFrame.less +76 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/ChangeVisualization.less +19 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/ContextMenu.less +7 -23
- package/src/sap/ui/rta/themes/sap_horizon_dark/Dialogs.less +14 -31
- package/src/sap/ui/rta/themes/sap_horizon_dark/FieldRepository.less +17 -24
- package/src/sap/ui/rta/themes/sap_horizon_dark/Overlay.less +12 -13
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +103 -20
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.base.less +9 -75
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.personalization.less +4 -17
- package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +3 -2
- package/src/sap/ui/rta/themes/sap_horizon_hcb/AddIFrame.less +75 -6
- package/src/sap/ui/rta/themes/sap_horizon_hcb/ChangeVisualization.less +17 -17
- package/src/sap/ui/rta/themes/sap_horizon_hcb/ContextMenu.less +11 -11
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Dialogs.less +29 -11
- package/src/sap/ui/rta/themes/sap_horizon_hcb/FieldRepository.less +23 -16
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Overlay.less +33 -35
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +38 -9
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.base.less +13 -81
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.personalization.less +5 -8
- package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +0 -1
- package/src/sap/ui/rta/themes/sap_horizon_hcw/AddIFrame.less +77 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcw/ChangeVisualization.less +17 -17
- package/src/sap/ui/rta/themes/sap_horizon_hcw/ContextMenu.less +11 -12
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Dialogs.less +29 -11
- package/src/sap/ui/rta/themes/sap_horizon_hcw/FieldRepository.less +6 -14
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Overlay.less +20 -27
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +39 -10
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.base.less +13 -81
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.personalization.less +6 -8
- package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +2 -2
- package/src/sap/ui/table/themes/sap_horizon/Cell.less +15 -0
- package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +16 -0
- package/src/sap/ui/table/themes/sap_horizon/Table.less +7 -0
- package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +15 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +16 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +7 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +16 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +6 -5
- package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +7 -2
- package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +16 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +6 -5
- package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +7 -2
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +16 -11
- package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +36 -15
- package/src/sap/ui/unified/themes/sap_horizon/ColorPicker.less +8 -1
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +20 -23
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +17 -11
- package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +36 -15
- package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker.less +8 -1
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +20 -23
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +17 -11
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +21 -2
- package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +11 -5
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +11 -22
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +17 -11
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +21 -2
- package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +11 -5
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +11 -22
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +9 -10
- package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +3 -3
- package/src/sap/uxap/themes/sap_horizon/ObjectPageLayout.less +6 -9
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +3 -3
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +4 -11
- package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +10 -11
- package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +3 -3
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageLayout.less +6 -9
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +3 -3
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageLayout.less +2 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageLayout.less +2 -1
- package/src/sap/m/themes/sap_horizon/NotificationListItem.less +0 -27
- package/src/sap/m/themes/sap_horizon/ScrollContainer.less +0 -19
- package/src/sap/m/themes/sap_horizon_dark/NotificationListItem.less +0 -27
- package/src/sap/m/themes/sap_horizon_dark/ScrollContainer.less +0 -19
- package/src/sap/m/themes/sap_horizon_hcb/BrowserScrollbar.less +0 -35
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListBase.less +0 -8
- package/src/sap/m/themes/sap_horizon_hcw/BrowserScrollbar.less +0 -35
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListBase.less +0 -8
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.standalone.less +0 -7
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.standalone.less +0 -7
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.standalone.less +0 -14
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.standalone.less +0 -14
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
+
.alwaysCozyOverrideByParent(~"sapFShellBar");
|
|
7
|
+
|
|
6
8
|
.sapFShellBar {
|
|
7
|
-
height: 2.75rem;
|
|
8
9
|
box-shadow: inset 0 -0.0625rem 0 0 @sapUiShellBorderColor;
|
|
9
10
|
.sapFShellBarOTB {
|
|
10
|
-
height: 2.75rem;
|
|
11
11
|
background-color: transparent;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -19,7 +19,9 @@
|
|
|
19
19
|
border: solid 1px @sapUiGroupContentBorderColor;
|
|
20
20
|
color: @sapUiContentForegroundTextColor;
|
|
21
21
|
}
|
|
22
|
-
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.sapFShellBar .CPImage,
|
|
23
25
|
.sapFShellBar .sapMIBar.sapMTB .CPImage {
|
|
24
26
|
.color1 {
|
|
25
27
|
stop-color: @sapUiContentIconColor;
|
|
@@ -27,15 +29,408 @@
|
|
|
27
29
|
.color2 {
|
|
28
30
|
stop-color: @sapUiContentIconColor;
|
|
29
31
|
}
|
|
30
|
-
&:focus {
|
|
31
|
-
outline-width: 0.125rem;
|
|
32
|
-
outline-offset: -0.375rem;
|
|
33
|
-
}
|
|
34
|
-
html[data-sap-ui-browser^="ie"] &:focus:before {
|
|
35
|
-
border-width: 0.125rem;
|
|
36
|
-
}
|
|
37
32
|
}
|
|
38
33
|
|
|
39
34
|
html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
|
|
40
35
|
background-color: @sapUiButtonAttentionActiveBackground;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.sapFShellBarSizeLargeDesktop {
|
|
39
|
+
padding: 0 3rem;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.sapFShellBarSizeDesktop {
|
|
43
|
+
padding: 0 2rem;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.sapFShellBar {
|
|
47
|
+
background: @sapUiShellColor;
|
|
48
|
+
height: 3.25rem;
|
|
49
|
+
box-shadow: inset 0 -0.0625rem 0 0 @sapUiShellBorderColor;
|
|
50
|
+
|
|
51
|
+
.sapFShellBarOTB.sapMIBar.sapMTB {
|
|
52
|
+
height: 3.25rem;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
// Copilot
|
|
56
|
+
.CPImage,
|
|
57
|
+
& .sapMIBar.sapMTB .CPImage {
|
|
58
|
+
&:after {
|
|
59
|
+
position: absolute;
|
|
60
|
+
content: "";
|
|
61
|
+
left: 3px;
|
|
62
|
+
right: 3px;
|
|
63
|
+
top: 3px;
|
|
64
|
+
bottom: 3px;
|
|
65
|
+
outline: none;
|
|
66
|
+
pointer-events: none;
|
|
67
|
+
border-radius: 0.5rem;
|
|
68
|
+
}
|
|
69
|
+
&:focus {
|
|
70
|
+
border-radius: 0.5rem;
|
|
71
|
+
outline: none;
|
|
72
|
+
background-color: @sapUiShellActiveBackground;
|
|
73
|
+
color: @sapUiShellActiveTextColor;
|
|
74
|
+
&:after {
|
|
75
|
+
box-shadow: @sapUiContentSelectedShadow;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
&:hover:not(:focus) {
|
|
79
|
+
background: @sapUiShellHoverBackground;
|
|
80
|
+
border-radius: 0.5rem;
|
|
81
|
+
&:after {
|
|
82
|
+
box-shadow: @sapUiContentInteractionShadow;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
html[data-sap-ui-browser^="ie"] &:focus:before {
|
|
86
|
+
border-color: @sapUiContentContrastFocusColor;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
&.sapMPageHeader .sapMIBar,
|
|
91
|
+
.sapMIBar {
|
|
92
|
+
height: 3.25rem;
|
|
93
|
+
}
|
|
94
|
+
.sapMBtn:hover > .sapMBtnHoverable.sapMToggleBtnPressed:not(.sapMBtnActive) {
|
|
95
|
+
border-color: @sapUiShellHoverBackground;
|
|
96
|
+
}
|
|
97
|
+
.sapMToggleBtnPressed:not(.sapMBtnDisabled),
|
|
98
|
+
.sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
|
|
99
|
+
background-color: @sapUiShellActiveBackground;
|
|
100
|
+
border-color: @sapUiShellActiveBackground;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// Avatar
|
|
104
|
+
.sapFShellBarProfile:focus {
|
|
105
|
+
border: none;
|
|
106
|
+
}
|
|
107
|
+
.sapFShellBarProfile:not(:focus):hover {
|
|
108
|
+
box-shadow: 0 0 0.125rem 0 fade(@sapContent_ShadowColor, 72);
|
|
109
|
+
background-color: none;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
// Mega Menu
|
|
113
|
+
.sapFSHMegaMenu {
|
|
114
|
+
color: @sapUiShellTextColor;
|
|
115
|
+
overflow: visible;
|
|
116
|
+
font-size: @sapMFontHeader5Size;
|
|
117
|
+
font-weight: bold;
|
|
118
|
+
|
|
119
|
+
.sapMBtn:hover > .sapMBtnHoverable.sapMToggleBtnPressed:not(.sapMBtnActive) {
|
|
120
|
+
background: @sapUiShellHoverBackground;
|
|
121
|
+
box-shadow: @sapUiContentInteractionShadow;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.sapMBtn:hover > .sapMBtnHoverable.sapMToggleBtnPressed.sapMBtnActive {
|
|
125
|
+
background: @sapUiShellActiveBackground;
|
|
126
|
+
color: @sapUiShellActiveTextColor;
|
|
127
|
+
box-shadow: @sapUiContentSelectedShadow;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.sapMBtnInner,
|
|
131
|
+
.sapMBtnInner::after {
|
|
132
|
+
font-weight: normal;
|
|
133
|
+
font-size: 1rem;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.sapMBtnInner::after {
|
|
137
|
+
content: '\e1ef';
|
|
138
|
+
font-family: 'SAP-icons';
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
// Home Icon
|
|
143
|
+
.sapFShellBarHomeIcon {
|
|
144
|
+
max-height: 2rem;
|
|
145
|
+
|
|
146
|
+
&:hover {
|
|
147
|
+
background: @sapUiShellHoverBackground;
|
|
148
|
+
box-shadow: @sapUiContentInteractionShadow;
|
|
149
|
+
border-radius: 0.5rem;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
&.sapMImgFocusable:focus {
|
|
153
|
+
border-radius: 0.5rem;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
//Second Title
|
|
158
|
+
.sapFShellBarSecondTitle {
|
|
159
|
+
font-size: @sapMFontSmallSize;
|
|
160
|
+
color: @sapUiShellTextColor;
|
|
161
|
+
text-overflow: ellipsis;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
// Search
|
|
165
|
+
.sapFShellBarSearch {
|
|
166
|
+
max-width: 35rem; // max width of searchField + button width
|
|
167
|
+
|
|
168
|
+
.sapMSF {
|
|
169
|
+
max-width: 35rem;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.sapMBtn {
|
|
173
|
+
padding: 0;
|
|
174
|
+
margin-left: 0.25rem;
|
|
175
|
+
position: absolute;
|
|
176
|
+
right: 0;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.sapMSFVal + .sapMBtn .sapMBtnInner {
|
|
180
|
+
background-color: @sapUiShellActiveBackground;
|
|
181
|
+
|
|
182
|
+
.sapMBtnIcon {
|
|
183
|
+
color: @sapUiShellInteractiveTextColor;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.sapFShellBarSearch.sapFShellBarSearchFullWidth .sapMBtn:not(.sapFShellBarSearchCancelButton) {
|
|
189
|
+
right: 3.875rem;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.sapFShellBarSearch.sapFShellBarSearchFullWidth .sapFShellBarSearchWrap .sapMSFF .sapMSFB {
|
|
193
|
+
margin-right: 5.5rem;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.sapFShellBarSearch.sapFShellBarSearchFullWidth .sapFShellBarSearchWrap {
|
|
197
|
+
max-width: 35rem;
|
|
198
|
+
padding: 0;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.sapFShellBarSearch.sapFShellBarSearchFullWidth .sapFShellBarSearchWrap .sapMSF.sapMSFVal form.sapMSFNS:not(.sapMSFReload) {
|
|
202
|
+
padding-right: 0.5rem;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.sapFShellBarSearchWrap {
|
|
206
|
+
position: relative;
|
|
207
|
+
.sapMSFF {
|
|
208
|
+
background: @sapUiUx3ShellHeaderColor;
|
|
209
|
+
border: 0.0625rem solid @sapUiShellInteractiveBorderColor;
|
|
210
|
+
border-radius: 0;
|
|
211
|
+
color: @sapUiShellInteractiveTextColor;
|
|
212
|
+
height: 2.25rem;
|
|
213
|
+
font-weight: normal;
|
|
214
|
+
|
|
215
|
+
// Clear icon
|
|
216
|
+
.sapMSFB {
|
|
217
|
+
border: 1px solid transparent; // prevent jumping when hovering
|
|
218
|
+
width: 2.125rem;
|
|
219
|
+
height: 2.125rem;
|
|
220
|
+
line-height: 2.125rem;
|
|
221
|
+
font-size: 1rem;
|
|
222
|
+
text-align: center;
|
|
223
|
+
padding: 0;
|
|
224
|
+
right: 0;
|
|
225
|
+
top: 0;
|
|
226
|
+
margin-right: 2.125rem;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.sapMSFB:hover {
|
|
230
|
+
box-shadow: none;
|
|
231
|
+
border: 0.0625rem solid @sapUiShellInteractiveBorderColor;
|
|
232
|
+
border-radius: 0;
|
|
233
|
+
height: 2.125rem;
|
|
234
|
+
color: @sapUiShellInteractiveTextColor;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.sapMSFB:active,
|
|
238
|
+
.sapMSFB.sapMSFBA {
|
|
239
|
+
background: @sapUiShellActiveBackground;
|
|
240
|
+
border: 0.0625rem solid @sapUiShellInteractiveBorderColor;
|
|
241
|
+
box-shadow: none;
|
|
242
|
+
border-radius: 0;
|
|
243
|
+
color: @sapUiShellActiveTextColor;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.sapMSF {
|
|
248
|
+
max-width: 35rem;
|
|
249
|
+
margin-right: 0;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.sapMSF:not(.sapMSFVal) form.sapMSFNS:not(.sapMSFReload) {
|
|
253
|
+
padding-right: 0.5rem;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.sapMSF:not(.sapMSFDisabled):hover .sapMSFF {
|
|
257
|
+
background-color: @sapUiShellHoverBackground;
|
|
258
|
+
box-shadow: @sapUiContentInteractionShadow;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.sapMBtn .sapMBtnInner {
|
|
262
|
+
border: 0.0625rem solid @sapUiShellInteractiveBorderColor;
|
|
263
|
+
border-radius: 0;
|
|
264
|
+
color: @sapUiShellInteractiveTextColor;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.sapMSFI {
|
|
268
|
+
color: @sapUiFieldPlaceholderTextColor;
|
|
269
|
+
font-weight: italic;
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
// Overriding styles comming from other controls
|
|
275
|
+
html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator):before {
|
|
276
|
+
border-radius: 1.125rem;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
// Resets of sizes for "Compact" mode - controls should remain in cozy mode
|
|
280
|
+
.alwaysCozyOverrideByParent(@controlClass) {
|
|
281
|
+
.sapUiSizeCompact {
|
|
282
|
+
.@{controlClass} {
|
|
283
|
+
height: 3.25rem;
|
|
284
|
+
|
|
285
|
+
&.sapMPageHeader .sapMIBar,
|
|
286
|
+
.sapMIBar {
|
|
287
|
+
height: 3.25rem;
|
|
288
|
+
}
|
|
289
|
+
// sap.m.MegaMenu
|
|
290
|
+
.sapFSHMegaMenu {
|
|
291
|
+
height: 2.75rem;
|
|
292
|
+
}
|
|
293
|
+
// sap.m.Button
|
|
294
|
+
.sapMBtn {
|
|
295
|
+
height: 2.75rem;
|
|
296
|
+
padding: 0.250rem 0;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.sapMBtnInner {
|
|
300
|
+
height: 2.25rem;
|
|
301
|
+
min-width: 2.25rem;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.sapMBtnInner.sapMBtnText {
|
|
305
|
+
padding-left: 0.625rem;
|
|
306
|
+
padding-right: 0.625rem;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.sapMBtnContent {
|
|
310
|
+
line-height: 2.125rem;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.sapMBtnIcon {
|
|
314
|
+
width: 2.125rem;
|
|
315
|
+
font-size: 1rem;
|
|
316
|
+
line-height: 2.125rem;
|
|
317
|
+
max-height: 2.375rem;
|
|
318
|
+
margin: 0;
|
|
319
|
+
padding: 0;
|
|
320
|
+
}
|
|
321
|
+
.sapMBtnIconLeft + .sapMBtnIconLeft {
|
|
322
|
+
left: 0;
|
|
323
|
+
}
|
|
324
|
+
.sapMBtnText {
|
|
325
|
+
.sapMBtnIconLeft + .sapMBtnIconLeft {
|
|
326
|
+
left: 2.875rem;
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
.sapMBtnInner > img {
|
|
330
|
+
width: 2.5rem;
|
|
331
|
+
margin-top: 0.2rem;
|
|
332
|
+
margin-left: 0.2rem;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
html.sap-desktop & .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed, .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
|
|
336
|
+
background-color: @sapUiShellActiveBackground;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
// sap.m.MenuButton
|
|
340
|
+
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner::after {
|
|
341
|
+
height: 38px; //ie does not accept rem for height in pseudo elements, but it works with px when you zoom
|
|
342
|
+
line-height: 2.2rem;
|
|
343
|
+
padding-right: 0.75rem;
|
|
344
|
+
padding-left: 0.5625rem;
|
|
345
|
+
}
|
|
346
|
+
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner:not(.sapMBtnText) {
|
|
347
|
+
padding-right: 1.625rem;
|
|
348
|
+
}
|
|
349
|
+
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner {
|
|
350
|
+
padding-right: 2rem;
|
|
351
|
+
}
|
|
352
|
+
.sapMMenuBtn .sapMBtnIconFirst .sapMBtnIcon {
|
|
353
|
+
padding-right: 0.75rem;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
// sap.m.SearchField
|
|
357
|
+
.sapFShellBarSearch {
|
|
358
|
+
max-width: 35rem;
|
|
359
|
+
.sapMSF {
|
|
360
|
+
max-width: 35rem;
|
|
361
|
+
margin-right: 0;
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
.sapFShellBarSearch.sapFShellBarSearchFullWidth .sapMBtn:not(.sapFShellBarSearchCancelButton) {
|
|
366
|
+
right: 4rem;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.sapFShellBarSearch.sapFShellBarSearchFullWidth .sapFShellBarSearchWrap .sapMSFF .sapMSFB {
|
|
370
|
+
margin-right: 5.625rem;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.sapFShellBarSearch.sapFShellBarSearchFullWidth .sapFShellBarSearchWrap {
|
|
374
|
+
max-width: 35rem;
|
|
375
|
+
padding: 0;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.sapFShellBarSearch.sapFShellBarSearchFullWidth .sapFShellBarSearchWrap .sapMSF.sapMSFVal form.sapMSFNS:not(.sapMSFReload) {
|
|
379
|
+
padding-right: 0.5rem;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.sapFShellBarSearchWrap {
|
|
383
|
+
.sapMBtn .sapMBtnInner {
|
|
384
|
+
border-radius: 0;
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
.sapMSF {
|
|
388
|
+
min-width: 7rem;
|
|
389
|
+
height: 2.75rem;
|
|
390
|
+
padding: 0.25rem 0;
|
|
391
|
+
.sapMSFI {
|
|
392
|
+
height: 2.125rem
|
|
393
|
+
}
|
|
394
|
+
.sapMSFF {
|
|
395
|
+
height: 2.25rem;
|
|
396
|
+
line-height: 2.125rem;
|
|
397
|
+
padding-left: 0.625rem;
|
|
398
|
+
}
|
|
399
|
+
.sapMSFR:not(.sapMSFNS) {
|
|
400
|
+
right: 2.375rem;
|
|
401
|
+
}
|
|
402
|
+
.sapMSFB {
|
|
403
|
+
border: 1px solid transparent; // prevent jumping when hovering
|
|
404
|
+
width: 2.125rem;
|
|
405
|
+
height: 2.125rem;
|
|
406
|
+
line-height: 2.125rem;
|
|
407
|
+
font-size: 1rem;
|
|
408
|
+
padding: 0;
|
|
409
|
+
right: 0;
|
|
410
|
+
top: 0;
|
|
411
|
+
}
|
|
412
|
+
.sapMSFB:hover {
|
|
413
|
+
height: 2.125rem;
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
// sap.m.Select
|
|
417
|
+
.sapMSlt {
|
|
418
|
+
height: 2.5rem;
|
|
419
|
+
.sapMSltArrow {
|
|
420
|
+
line-height: 2.5rem;
|
|
421
|
+
width: 2.5rem;
|
|
422
|
+
}
|
|
423
|
+
.sapMSltLabel {
|
|
424
|
+
line-height: 2.375rem;
|
|
425
|
+
padding: 0 3rem 0 0.625rem;
|
|
426
|
+
}
|
|
427
|
+
.sapMSelectListItem {
|
|
428
|
+
line-height: 2.5rem;
|
|
429
|
+
}
|
|
430
|
+
.sapMSelectListItemBase {
|
|
431
|
+
height: 2.5rem;
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
}
|
|
41
436
|
}
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
@_sap_f_Card_HeaderFocusBorderBottomOffset: 2px;
|
|
8
8
|
@_sap_f_Card_Badge_Background: @sapHighlightColor;
|
|
9
9
|
@_sap_f_Card_Badge_Border: 0.0625rem solid @sapContent_ForegroundBorderColor;
|
|
10
|
+
@_sap_f_Card_Badge_Background: @sapHighlightColor;
|
|
10
11
|
|
|
11
12
|
.sapFCard .sapFCardHeader.sapFCardClickable {
|
|
12
13
|
&:hover {
|
|
@@ -32,6 +33,14 @@
|
|
|
32
33
|
}
|
|
33
34
|
}
|
|
34
35
|
|
|
35
|
-
.sapFCard
|
|
36
|
-
|
|
36
|
+
.sapFCard {
|
|
37
|
+
|
|
38
|
+
.sapFCardHeader {
|
|
39
|
+
border-bottom: none;
|
|
40
|
+
padding-bottom: 0.75rem;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.sapFCardFooter {
|
|
44
|
+
padding-top: 0.75rem;
|
|
45
|
+
}
|
|
37
46
|
}
|
|
@@ -35,21 +35,21 @@
|
|
|
35
35
|
.sapMBtnInner {
|
|
36
36
|
border: 1px solid @sapUiButtonBorderColor;
|
|
37
37
|
|
|
38
|
-
&:before,
|
|
39
|
-
&:after {
|
|
40
|
-
background-size: 0.125rem 100%;
|
|
41
|
-
background-position-x: calc(50% - 0.0625rem);
|
|
42
|
-
}
|
|
43
|
-
&:before {
|
|
44
|
-
background-image: linear-gradient(to top, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
&:after {
|
|
48
|
-
background-image: linear-gradient(to bottom, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
|
|
49
|
-
}
|
|
50
38
|
.sapMBtnIcon {
|
|
51
39
|
width: auto;
|
|
52
40
|
}
|
|
53
41
|
}
|
|
42
|
+
&:before,
|
|
43
|
+
&:after {
|
|
44
|
+
background-size: 0.125rem 100%;
|
|
45
|
+
background-position-x: calc(50% - 0.0625rem);
|
|
46
|
+
}
|
|
47
|
+
&:before {
|
|
48
|
+
background-image: linear-gradient(to top, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&:after {
|
|
52
|
+
background-image: linear-gradient(to bottom, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
|
|
53
|
+
}
|
|
54
54
|
}
|
|
55
55
|
}
|