@openui5/themelib_sap_horizon 1.100.0 → 1.102.1
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 +5 -5
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +43 -8
- package/src/sap/f/themes/sap_horizon/DynamicPage.less +12 -12
- package/src/sap/f/themes/sap_horizon/DynamicPageHeader.less +1 -30
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +6 -10
- package/src/sap/f/themes/sap_horizon/GridList.less +9 -0
- package/src/sap/f/themes/sap_horizon/GridListItem.less +5 -2
- 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/library.source.less +1 -0
- package/src/sap/f/themes/sap_horizon_dark/Card.less +35 -8
- package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +12 -12
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +1 -30
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +1 -5
- package/src/sap/f/themes/sap_horizon_dark/GridList.less +9 -0
- package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +5 -2
- 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_dark/library.source.less +1 -0
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +13 -0
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +38 -2
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +10 -5
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +9 -8
- package/src/sap/f/themes/sap_horizon_hcb/GridList.less +6 -0
- package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +2 -4
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +405 -10
- package/src/sap/f/themes/sap_horizon_hcb/library.source.less +1 -0
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +13 -0
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +38 -2
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +9 -4
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +9 -8
- package/src/sap/f/themes/sap_horizon_hcw/GridList.less +6 -0
- package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +2 -4
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +405 -11
- package/src/sap/f/themes/sap_horizon_hcw/library.source.less +1 -0
- 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/Avatar.less +34 -105
- package/src/sap/m/themes/sap_horizon/Bar.less +16 -11
- package/src/sap/m/themes/sap_horizon/Button.less +39 -12
- package/src/sap/m/themes/sap_horizon/Carousel.less +5 -27
- package/src/sap/m/themes/sap_horizon/CheckBox.less +140 -197
- package/src/sap/m/themes/sap_horizon/ColorPalette.less +89 -25
- package/src/sap/m/themes/sap_horizon/Dialog.less +34 -26
- package/src/sap/m/themes/sap_horizon/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon/GenericTile.less +45 -2
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +132 -45
- package/src/sap/m/themes/sap_horizon/IconTabBarSelectList.less +1 -1
- package/src/sap/m/themes/sap_horizon/InputBase.less +58 -144
- 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/Link.less +17 -13
- 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/MessageStrip.less +7 -8
- 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/ObjectAttribute.less +14 -21
- 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/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon/Panel.less +27 -17
- package/src/sap/m/themes/sap_horizon/Popover.less +22 -8
- 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 +3 -6
- package/src/sap/m/themes/sap_horizon/Select.less +125 -53
- package/src/sap/m/themes/sap_horizon/SelectList.less +20 -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 -19
- package/src/sap/m/themes/sap_horizon/Switch.less +180 -137
- 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 +43 -40
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +11 -15
- package/src/sap/m/themes/sap_horizon/Toolbar.less +28 -20
- package/src/sap/m/themes/sap_horizon/ValueStateHeader.less +15 -14
- package/src/sap/m/themes/sap_horizon/ValueStateMessage.less +13 -11
- 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/Avatar.less +34 -103
- package/src/sap/m/themes/sap_horizon_dark/Bar.less +15 -7
- package/src/sap/m/themes/sap_horizon_dark/Button.less +39 -12
- package/src/sap/m/themes/sap_horizon_dark/Carousel.less +5 -27
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +140 -197
- package/src/sap/m/themes/sap_horizon_dark/ColorPalette.less +89 -25
- package/src/sap/m/themes/sap_horizon_dark/Dialog.less +34 -25
- package/src/sap/m/themes/sap_horizon_dark/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +6 -6
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +195 -107
- package/src/sap/m/themes/sap_horizon_dark/IconTabBarSelectList.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +58 -143
- 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/Link.less +17 -13
- 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/MessageStrip.less +7 -9
- 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/ObjectAttribute.less +14 -21
- 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/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +25 -15
- package/src/sap/m/themes/sap_horizon_dark/Popover.less +22 -7
- 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 +3 -6
- package/src/sap/m/themes/sap_horizon_dark/Select.less +125 -53
- package/src/sap/m/themes/sap_horizon_dark/SelectList.less +20 -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 -19
- package/src/sap/m/themes/sap_horizon_dark/Switch.less +180 -137
- 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 +41 -38
- package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +11 -15
- package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +24 -20
- package/src/sap/m/themes/sap_horizon_dark/ValueStateHeader.less +15 -14
- package/src/sap/m/themes/sap_horizon_dark/ValueStateMessage.less +12 -11
- 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/Avatar.less +35 -41
- 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 -55
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +153 -125
- package/src/sap/m/themes/sap_horizon_hcb/ColorPalette.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcb/Dialog.less +27 -11
- package/src/sap/m/themes/sap_horizon_hcb/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +33 -44
- 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/Link.less +21 -11
- 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/MessageStrip.less +5 -10
- 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/ObjectAttribute.less +8 -9
- 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 +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon_hcb/Page.less +1 -1
- 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/Popover.less +54 -3
- 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/RadioButton.less +6 -7
- 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/Select.less +25 -23
- package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +5 -0
- 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 +185 -118
- package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +6 -3
- package/src/sap/m/themes/sap_horizon_hcb/Table.less +10 -15
- 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 +16 -38
- package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +15 -1
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +72 -0
- package/src/sap/m/themes/sap_horizon_hcb/ValueStateHeader.less +58 -0
- package/src/sap/m/themes/sap_horizon_hcb/ValueStateMessage.less +41 -10
- 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 -4
- package/src/sap/m/themes/sap_horizon_hcw/ActionSheet.less +37 -2
- package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +35 -41
- 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 -53
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +153 -125
- package/src/sap/m/themes/sap_horizon_hcw/ColorPalette.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcw/Dialog.less +27 -11
- package/src/sap/m/themes/sap_horizon_hcw/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +33 -44
- 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/Link.less +21 -11
- 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/MessageStrip.less +5 -10
- 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/ObjectAttribute.less +8 -9
- 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/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon_hcw/Page.less +1 -1
- 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/Popover.less +54 -3
- 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/RadioButton.less +6 -7
- 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/Select.less +25 -22
- package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +5 -0
- 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 +185 -118
- package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +6 -3
- package/src/sap/m/themes/sap_horizon_hcw/Table.less +10 -15
- 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 +16 -38
- package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +35 -21
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +72 -0
- package/src/sap/m/themes/sap_horizon_hcw/ValueStateHeader.less +58 -0
- package/src/sap/m/themes/sap_horizon_hcw/ValueStateMessage.less +41 -10
- 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 -4
- 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 +428 -42
- 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-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/global.less +17 -6
- package/src/sap/ui/core/themes/sap_horizon/shared.less +0 -1
- 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 +419 -33
- 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-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/global.less +18 -6
- package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +0 -1
- 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 +399 -13
- 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-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/global.less +15 -5
- 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 +397 -11
- 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-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/global.less +15 -5
- 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/integration/themes/sap_horizon_dark/Paginator.less +5 -0
- package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +3 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcb/Paginator.less +11 -0
- package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +2 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcw/Paginator.less +11 -0
- package/src/sap/ui/integration/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 +184 -68
- 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/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +9 -1
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +187 -70
- 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/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +9 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +286 -98
- 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/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +9 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +321 -132
- 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/FileUploader.less +7 -0
- 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_hcb/SuggestionsPopover.less +0 -15
- 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/m/themes/sap_horizon_hcw/SuggestionsPopover.less +0 -15
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.standalone.less +0 -7
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.standalone.less +0 -7
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.standalone.less +0 -14
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.standalone.less +0 -14
|
@@ -17,61 +17,12 @@
|
|
|
17
17
|
@_sap_m_Carousel_PageIndicatorWidthSizeL: @_sap_m_Carousel_PageIndicatorWidthSizeS;
|
|
18
18
|
@_sap_m_Carousel_PageIndicatorWidthSizeXL: @_sap_m_Carousel_PageIndicatorWidthSizeS;
|
|
19
19
|
@_sap_m_Carousel_PageIndicatorContainerPadding: 0.5rem;
|
|
20
|
+
@_sap_m_Carousel_ContentArrowBoxShadow: @sapContent_Shadow1;
|
|
20
21
|
@_sap_m_Carousel_BulletInactiveBackground: none;
|
|
21
|
-
@_sap_m_Carousel_BulletInactiveBorderColor: @
|
|
22
|
-
|
|
23
|
-
@_sap_m_Carousel_BulletActiveBorder: @
|
|
24
|
-
|
|
22
|
+
@_sap_m_Carousel_BulletInactiveBorderColor: @sapContent_ForegroundBorderColor;
|
|
23
|
+
@_sap_m_Carousel_BulletActiveBackground: @sapContent_Selected_ForegroundColor;
|
|
24
|
+
@_sap_m_Carousel_BulletActiveBorder: @sapContent_Selected_ForegroundColor;
|
|
25
25
|
@_sap_m_Carousel_BulletInactiveWidth: 0.5rem;
|
|
26
26
|
@_sap_m_Carousel_BulletInactiveMargin: 0 0.25rem;
|
|
27
|
-
@_sap_m_Carousel_FocusBorderOffsetArrow: -0.
|
|
28
|
-
|
|
29
|
-
.sapMCrsl {
|
|
30
|
-
background-color: @sapUiBaseBG;
|
|
31
|
-
border: 0.125rem solid transparent;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
/* Carousel controls: HUD */
|
|
35
|
-
.sapMCrslHud a {
|
|
36
|
-
opacity: 0.5;
|
|
37
|
-
box-shadow: @sapUiShadowLevel1;
|
|
38
|
-
}
|
|
39
|
-
.sapMCrsl:focus {
|
|
40
|
-
outline: none;
|
|
41
|
-
border: 0.125rem dotted @sapUiContentFocusColor;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.sapMCrsl .sapMCrslHud,
|
|
45
|
-
.sapMCrsl .sapMCrslHud {
|
|
46
|
-
border: 3px solid @sapUiButtonBorderColor;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.sapMCrsl .sapMCrslHud a:hover,
|
|
50
|
-
.sapMCrsl .sapMCrslHud a:focus {
|
|
51
|
-
box-shadow: @sapUiShadowLevel1;
|
|
52
|
-
border: 1px solid @sapUiButtonBorderColor;
|
|
53
|
-
background: @sapUiButtonHoverBackground;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.sapMCrsl .sapMCrslHud a:active {
|
|
57
|
-
box-shadow: @sapUiShadowLevel1;
|
|
58
|
-
background-color: @sapUiButtonActiveBackground;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
/* HCB Additional Styles */
|
|
62
|
-
.sapMCrslHud .sapMCrslPrev,
|
|
63
|
-
.sapMCrslHud .sapMCrslNext {
|
|
64
|
-
border: 2px solid @sapUiButtonBorderColor;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.sapMCrslControls .sapMCrslPrev,
|
|
68
|
-
.sapMCrslControls .sapMCrslNext {
|
|
69
|
-
border: 1px solid @sapUiButtonBorderColor;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.sapMCrslPrev:focus,
|
|
73
|
-
.sapMCrslNext:focus,
|
|
74
|
-
.sapMCrslPrev .sapUiIcon:focus,
|
|
75
|
-
.sapMCrslNext .sapUiIcon:focus {
|
|
76
|
-
outline: none;
|
|
77
|
-
}
|
|
27
|
+
@_sap_m_Carousel_FocusBorderOffsetArrow: -0.3125rem;
|
|
28
|
+
@_sap_m_Carousel_ContrastFocusBorder: @sapUiContentFocusWidth solid @sapUiBaseBG;
|
|
@@ -5,187 +5,215 @@
|
|
|
5
5
|
|
|
6
6
|
.sapMCb {
|
|
7
7
|
height: 2.75rem;
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
padding-left: 2.75rem;
|
|
9
|
+
line-height: 2.7rem;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.sapMCbBg {
|
|
13
|
-
left: 0.6875rem;
|
|
14
|
-
top: 0.6875rem;
|
|
15
13
|
height: 1.375rem;
|
|
16
14
|
width: 1.375rem;
|
|
17
|
-
|
|
18
|
-
|
|
15
|
+
top: 0.6875rem;
|
|
16
|
+
left: 0.6875rem;
|
|
19
17
|
box-sizing: border-box;
|
|
18
|
+
border-radius: @sapUiFieldBorderCornerRadius;
|
|
19
|
+
background-color: @sapUiFieldBackground;
|
|
20
|
+
border: @sapUiFieldBorderWidth @sapUiFieldBorderColor solid;
|
|
21
|
+
display: flex;
|
|
22
|
+
align-items: center;
|
|
23
|
+
justify-content: center;
|
|
24
|
+
color: @sapUiContentSelectedForegroundColor;
|
|
20
25
|
|
|
21
|
-
&:not(.sapMCbErr):not(.sapMCbInfo):not(.sapMCbWarn) > & {
|
|
22
|
-
line-height: 1.25rem;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.sapMCb.sapMCbWarn .sapMCbBg {
|
|
27
|
-
background-color: @sapUiFieldWarningBackground;
|
|
28
|
-
border: 0.125rem dashed @sapUiFieldWarningColor;
|
|
29
26
|
&.sapMCbMarkChecked:before {
|
|
30
|
-
|
|
27
|
+
font-size: 1rem;
|
|
28
|
+
color: currentColor;
|
|
31
29
|
}
|
|
32
|
-
}
|
|
33
30
|
|
|
34
|
-
.
|
|
35
|
-
|
|
36
|
-
border: 0.0625rem solid @sapUiFieldSuccessColor;
|
|
37
|
-
&.sapMCbMarkChecked:before {
|
|
38
|
-
color: @sapUiFieldSuccessColor;
|
|
31
|
+
&.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before {
|
|
32
|
+
border-width: 0.25rem;
|
|
39
33
|
}
|
|
40
34
|
}
|
|
41
35
|
|
|
42
|
-
.
|
|
43
|
-
|
|
44
|
-
border: 0.125rem dashed @sapUiFieldInvalidColor;
|
|
45
|
-
&.sapMCbMarkChecked:before {
|
|
46
|
-
color: @sapUiFieldInvalidColor;
|
|
47
|
-
}
|
|
36
|
+
.sapMCbBgDis .sapMCbBg {
|
|
37
|
+
opacity: @sapUiContentDisabledOpacity;
|
|
48
38
|
}
|
|
49
39
|
|
|
50
|
-
.
|
|
51
|
-
background-color: @
|
|
52
|
-
border: @
|
|
53
|
-
&.sapMCbMarkChecked:before {
|
|
54
|
-
color: @sapUiFieldInformationColor;
|
|
55
|
-
}
|
|
40
|
+
.sapMCbRo .sapMCbBg {
|
|
41
|
+
background-color: @sapUiFieldReadOnlyBackground;
|
|
42
|
+
border: @sapUiElementBorderWidth solid @sapUiFieldReadOnlyBorderColor;
|
|
56
43
|
}
|
|
57
44
|
|
|
58
|
-
.
|
|
59
|
-
|
|
45
|
+
.sapMCbRo > .sapMCbBg.sapMCbMarkChecked:before {
|
|
46
|
+
color: @sapUiContentNonInteractiveIconColor;
|
|
60
47
|
}
|
|
61
48
|
|
|
62
|
-
.
|
|
63
|
-
|
|
49
|
+
.sapMCbHoverable:hover {
|
|
50
|
+
border: @sapUiFieldBorderWidth @sapField_BorderStyle @sapUiFieldHoverBorderColor;
|
|
51
|
+
color: @sapUiContentSelectedForegroundColor;
|
|
52
|
+
box-shadow: @sapUiContentInteractionShadow;
|
|
53
|
+
background-color: @sapSelectedColor;
|
|
64
54
|
}
|
|
65
55
|
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
56
|
+
// value state
|
|
57
|
+
.sapMCbErr {
|
|
58
|
+
.sapMCbBg {
|
|
59
|
+
background-color: @sapUiFieldInvalidBackground;
|
|
60
|
+
border: @sapUiFieldInvalidBorderWidth dashed @sapUiFieldInvalidColor;
|
|
61
|
+
color: @sapUiFieldInvalidColor;
|
|
69
62
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
63
|
+
&.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before {
|
|
64
|
+
border-width: 0.1875rem;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.sapMCbHoverable:hover {
|
|
69
|
+
box-shadow: @sapUiContentNegativeShadow;
|
|
70
|
+
background-color: @sapUiFieldHoverBackground;
|
|
71
|
+
}
|
|
73
72
|
}
|
|
74
73
|
|
|
75
|
-
|
|
76
|
-
.sapMCbBg
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
74
|
+
.sapMCbWarn {
|
|
75
|
+
.sapMCbBg {
|
|
76
|
+
background-color: @sapUiFieldWarningBackground;
|
|
77
|
+
border: @sapUiFieldWarningBorderWidth dashed @sapUiFieldWarningColor;
|
|
78
|
+
color: @sapUiFieldTextColor;
|
|
79
|
+
|
|
80
|
+
&.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before {
|
|
81
|
+
border-width: 0.1875rem;
|
|
82
|
+
}
|
|
81
83
|
}
|
|
82
84
|
|
|
83
|
-
.
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
outline-color: @sapUiContentFocusColor;
|
|
85
|
+
.sapMCbHoverable:hover {
|
|
86
|
+
box-shadow: @sapUiContentCriticalShadow;
|
|
87
|
+
background-color: @sapUiFieldHoverBackground;
|
|
87
88
|
}
|
|
89
|
+
}
|
|
88
90
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
right: 0;
|
|
98
|
-
border: 0.125rem dotted @sapUiContentFocusColor;
|
|
99
|
-
}
|
|
100
|
-
&:not(.sapMCbErr):not(.sapMCbInfo):not(.sapMCbWarn):focus:before {
|
|
101
|
-
bottom: 0.5rem;
|
|
91
|
+
.sapMCbInfo {
|
|
92
|
+
.sapMCbBg {
|
|
93
|
+
background-color: @sapUiFieldInformationBackground;
|
|
94
|
+
border: @sapUiFieldInformationBorderWidth dashed @sapUiFieldInformationColor;
|
|
95
|
+
color: @sapUiFieldInformationColor;
|
|
96
|
+
|
|
97
|
+
&.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before {
|
|
98
|
+
border-width: 0.25rem;
|
|
102
99
|
}
|
|
103
100
|
}
|
|
104
101
|
|
|
105
|
-
.
|
|
106
|
-
|
|
102
|
+
.sapMCbHoverable:hover {
|
|
103
|
+
box-shadow: @sapUiContentInformativeShadow;
|
|
104
|
+
background-color: @sapUiFieldHoverBackground;
|
|
107
105
|
}
|
|
108
106
|
}
|
|
109
107
|
|
|
110
|
-
|
|
111
|
-
.
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
108
|
+
.sapMCbSucc {
|
|
109
|
+
.sapMCbBg {
|
|
110
|
+
background-color: @sapUiFieldSuccessBackground;
|
|
111
|
+
border: @sapUiFieldSuccessBorderWidth solid @sapUiFieldSuccessColor;
|
|
112
|
+
color: @sapUiFieldSuccessColor;
|
|
113
|
+
}
|
|
115
114
|
|
|
116
|
-
.
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
border-color: @sapUiListActiveTextColor;
|
|
115
|
+
.sapMCbHoverable:hover {
|
|
116
|
+
box-shadow: @sapUiContentPositiveShadow;
|
|
117
|
+
background-color: @sapUiFieldHoverBackground;
|
|
118
|
+
}
|
|
121
119
|
}
|
|
122
120
|
|
|
123
|
-
.
|
|
124
|
-
|
|
121
|
+
.sapMCb.sapMCbDisplayOnly:not(.sapMCbBgDis) {
|
|
122
|
+
padding-left: 2.75rem;
|
|
125
123
|
}
|
|
126
124
|
|
|
127
|
-
.
|
|
128
|
-
|
|
129
|
-
|
|
125
|
+
.sapMCbDisplayOnly .sapMCbBg {
|
|
126
|
+
top: 0.5625rem;
|
|
127
|
+
left: 0.5625rem;
|
|
128
|
+
&:not(.sapMCbMarkPartiallyChecked).sapMCbMarkChecked:before {
|
|
129
|
+
color: @sapTextColor;
|
|
130
|
+
font-size: 1rem;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
&:not(.sapMCbMarkPartiallyChecked):before {
|
|
134
|
+
color: @sapTextColor;
|
|
135
|
+
font-size: 1rem;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
&.sapMCbMark.sapMCbMarkChecked.sapMCbMarkPartiallyChecked {
|
|
139
|
+
width: 0.875rem;
|
|
140
|
+
height: 0.875rem;
|
|
141
|
+
border-radius: 0.0675rem;
|
|
142
|
+
top: 0.9375rem;
|
|
143
|
+
left: 0.9375rem;
|
|
144
|
+
|
|
145
|
+
&::before {
|
|
146
|
+
border-width: 0.125rem;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
130
149
|
}
|
|
131
150
|
|
|
132
|
-
|
|
133
|
-
|
|
151
|
+
// FOCUS
|
|
152
|
+
.sapMCb {
|
|
153
|
+
outline: none;
|
|
134
154
|
}
|
|
135
155
|
|
|
136
|
-
.
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
color: @sapUiListActiveTextColor;
|
|
156
|
+
.sapMCb:focus:before {
|
|
157
|
+
content: "";
|
|
158
|
+
border: @sapUiContentFocusColor @sapUiContentFocusStyle @sapUiContentFocusWidth;
|
|
159
|
+
inset: 0.3125rem;
|
|
160
|
+
position: absolute;
|
|
161
|
+
border-radius: @sapUiFieldBorderCornerRadius;
|
|
143
162
|
}
|
|
144
163
|
|
|
145
|
-
.
|
|
146
|
-
|
|
164
|
+
.sapMCb.sapMCbHasLabel {
|
|
165
|
+
padding-right: 0.3125rem;
|
|
147
166
|
}
|
|
148
167
|
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
.
|
|
155
|
-
|
|
156
|
-
|
|
168
|
+
.sapMCb.sapMCbHasLabel:focus:before {
|
|
169
|
+
content: "";
|
|
170
|
+
border: @sapUiContentFocusColor @sapUiContentFocusStyle @sapUiContentFocusWidth;
|
|
171
|
+
top: 0.3125rem;
|
|
172
|
+
left: 0.3125rem;
|
|
173
|
+
bottom: 0.3125rem;
|
|
174
|
+
right: 0;
|
|
175
|
+
position: absolute;
|
|
176
|
+
border-radius: 0.5rem;
|
|
157
177
|
}
|
|
158
178
|
|
|
159
|
-
|
|
160
|
-
.
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
left: 0.3025rem;
|
|
166
|
-
}
|
|
179
|
+
.sapUiSizeCompact {
|
|
180
|
+
.sapMCb {
|
|
181
|
+
height: 2rem;
|
|
182
|
+
padding-left: 2rem;
|
|
183
|
+
line-height: 2rem;
|
|
184
|
+
}
|
|
167
185
|
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
186
|
+
.sapMCbBg {
|
|
187
|
+
height: 1rem;
|
|
188
|
+
width: 1rem;
|
|
189
|
+
top: 0.5rem;
|
|
190
|
+
left: 0.5rem;
|
|
191
|
+
border-radius: @sapUiFieldBorderCornerRadius;
|
|
192
|
+
|
|
193
|
+
&.sapMCbMarkChecked:before {
|
|
194
|
+
font-size: 0.75rem;
|
|
171
195
|
}
|
|
172
196
|
|
|
173
|
-
|
|
197
|
+
&.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before {
|
|
174
198
|
border-width: 0.1875rem;
|
|
175
199
|
}
|
|
200
|
+
}
|
|
176
201
|
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
202
|
+
.sapMCbErr .sapMCbBg.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before,
|
|
203
|
+
.sapMCbWarn .sapMCbBg.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before {
|
|
204
|
+
border-width: 0.125rem;
|
|
205
|
+
}
|
|
180
206
|
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
box-sizing: border-box;
|
|
185
|
-
}
|
|
207
|
+
.sapMCbInfo .sapMCbBg.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before {
|
|
208
|
+
border-width: 0.1875rem;
|
|
209
|
+
}
|
|
186
210
|
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
211
|
+
.sapMCbDisplayOnly .sapMCbBg:not(.sapMCbMarkPartiallyChecked) {
|
|
212
|
+
margin: 0;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.sapMCbDisplayOnly .sapMCbBg.sapMCbMark.sapMCbMarkChecked.sapMCbMarkPartiallyChecked {
|
|
216
|
+
top: 0.5625rem;
|
|
217
|
+
left: 0.5625rem;
|
|
190
218
|
}
|
|
191
219
|
}
|
|
@@ -23,7 +23,7 @@ html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare {
|
|
|
23
23
|
top: 0.125rem;
|
|
24
24
|
right: 0.125rem;
|
|
25
25
|
bottom: 0.125rem;
|
|
26
|
-
border: 0.
|
|
26
|
+
border: 0.125rem solid @sapUiButtonLiteBackground;
|
|
27
27
|
pointer-events: none;
|
|
28
28
|
}
|
|
29
29
|
&:hover {
|
|
@@ -40,12 +40,13 @@ html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare {
|
|
|
40
40
|
top: 0.125rem;
|
|
41
41
|
right: 0.125rem;
|
|
42
42
|
bottom: 0.125rem;
|
|
43
|
-
border: 0.
|
|
43
|
+
border: 0.125rem dotted @sapUiContentContrastFocusColor;
|
|
44
44
|
pointer-events: none;
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
.sap-desktop .sapMColorPalette .sapMBtn:focus {
|
|
48
48
|
&:after {
|
|
49
|
+
border-width: 0.125rem;
|
|
49
50
|
border-color: @sapUiContentFocusColor;
|
|
50
51
|
}
|
|
51
52
|
}
|
|
@@ -11,11 +11,7 @@
|
|
|
11
11
|
@_sap_m_Dialog_BarHeight: 2.75rem;
|
|
12
12
|
@_sap_m_Dialog_SubHeaderCompactHeight: 2.25rem;
|
|
13
13
|
|
|
14
|
-
@_sap_m_Dialog_NoStateHeaderShadow: @
|
|
15
|
-
@_sap_m_Dialog_SuccessHeaderShadow: inset 0 -0.125rem @sapUiSuccessBorder;
|
|
16
|
-
@_sap_m_Dialog_ErrorHeaderShadow: inset 0 -0.125rem @sapUiErrorBorder;
|
|
17
|
-
@_sap_m_Dialog_WarningHeaderShadow: inset 0 -0.125rem @sapUiWarningBorder;
|
|
18
|
-
@_sap_m_Dialog_InformationHeaderShadow: inset 0 -0.125rem @sapUiInformationBorder;
|
|
14
|
+
@_sap_m_Dialog_NoStateHeaderShadow: @sapUiContentHeaderShadow;
|
|
19
15
|
|
|
20
16
|
.sapMDialogSubHeader .sapMIBar {
|
|
21
17
|
height: 100%;
|
|
@@ -27,13 +23,14 @@
|
|
|
27
23
|
font-size: 1rem;
|
|
28
24
|
}
|
|
29
25
|
|
|
30
|
-
.
|
|
31
|
-
|
|
32
|
-
|
|
26
|
+
.sapMDialogResizeHandler {
|
|
27
|
+
right: 6px;
|
|
28
|
+
bottom: 3px;
|
|
33
29
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
30
|
+
&::before {
|
|
31
|
+
content: attr(data-sap-ui-icon-content);
|
|
32
|
+
color: @sapUiButtonLiteTextColor;
|
|
33
|
+
}
|
|
37
34
|
}
|
|
38
35
|
|
|
39
36
|
.sapMDialogBeginButton, .sapMDialogEndButton {
|
|
@@ -72,6 +69,7 @@ html.sap-phone .sapMDialog {
|
|
|
72
69
|
}
|
|
73
70
|
}
|
|
74
71
|
|
|
72
|
+
// Responsive paddings
|
|
75
73
|
.sapMDialogTitle, .sapMDialogSubHeader {
|
|
76
74
|
.sapUi-Std-PaddingS, .sapUi-Std-PaddingM,
|
|
77
75
|
.sapUi-Std-PaddingL, .sapUi-Std-PaddingXL {
|
|
@@ -98,4 +96,22 @@ html.sap-phone .sapMDialog {
|
|
|
98
96
|
}
|
|
99
97
|
}
|
|
100
98
|
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.sapMDialog:not(.sapUiResponsiveContentPadding):not(.sapUiContentPadding) {
|
|
102
|
+
&.sapMDialog-NoHeader .sapMDialogScroll {
|
|
103
|
+
padding-top: 0.25rem;
|
|
104
|
+
|
|
105
|
+
html.sap-phone .sapMDialogStretched& {
|
|
106
|
+
padding-top: 0;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
&.sapMDialog-NoFooter .sapMDialogScroll {
|
|
111
|
+
padding-bottom: 0.25rem;
|
|
112
|
+
|
|
113
|
+
html.sap-phone .sapMDialogStretched& {
|
|
114
|
+
padding-bottom: 0;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
101
117
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/* ======================================= */
|
|
2
|
+
/* CSS for control sap.m/DynamicDateRange */
|
|
3
|
+
/* Horizon High Contrast Black theme */
|
|
4
|
+
/* ======================================= */
|
|
5
|
+
|
|
6
|
+
.sapUiIcon.sapMDDRDateOption {
|
|
7
|
+
color: @sapUiButtonActiveTextColor;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.sapMDynamicDateRangePopover section > .sapMLabel {
|
|
11
|
+
margin: 1rem 0 0.5rem 0;
|
|
12
|
+
}
|
|
@@ -148,4 +148,11 @@ html.sap-tablet .sapMGTHvrOutln:not(.sapMGTStateDisabled):active,
|
|
|
148
148
|
html.sap-phone .sapMGTBackgroundHvrOutln:not(.sapMGTStateDisabled):active,
|
|
149
149
|
html.sap-tablet .sapMGTBackgroundHvrOutln:not(.sapMGTStateDisabled):active {
|
|
150
150
|
box-shadow: 0 0 0 0.125rem @sapUiContentShadowColor;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.TwoByOne.sapMGTActionMode {
|
|
154
|
+
border-radius: 1.25rem;
|
|
155
|
+
.sapMGTFocusDiv {
|
|
156
|
+
border-radius: 1.25rem !important;
|
|
157
|
+
}
|
|
151
158
|
}
|
|
@@ -9,6 +9,11 @@
|
|
|
9
9
|
|
|
10
10
|
@_sap_m_IconTabBar_TextColor: @sapUiContentLabelColor;
|
|
11
11
|
@_sap_m_IconTabBar_TextShadow: none;
|
|
12
|
+
@_sap_m_IconTabBar_HeaderFocusBorderTopOffset: -1px;
|
|
13
|
+
@_sap_m_IconTabBar_HeaderFocusBorderBottomOffset: -1px;
|
|
14
|
+
@_sap_m_IconTabBar_HeaderFocusBorderRightOffset: -1px;
|
|
15
|
+
@_sap_m_IconTabBar_HeaderFocusBorderLeftOffset: -1px;
|
|
16
|
+
@_sap_m_IconTabBar_More_Button_Border_Radius: 0px;
|
|
12
17
|
|
|
13
18
|
// ==================== Cozy size ====================
|
|
14
19
|
|
|
@@ -12,29 +12,11 @@
|
|
|
12
12
|
@_sap_m_InputBase_Height: 2.25rem;
|
|
13
13
|
@_sap_m_InputBase_DisabledOpacity: @sapUiContentDisabledOpacity;
|
|
14
14
|
@_sap_m_InputBase_IconLineHeight: 2.125rem;
|
|
15
|
-
@_sap_m_InputBase_IconWidth: 2.
|
|
16
|
-
@_sap_m_InputBase_IconMinWidth: 2.
|
|
15
|
+
@_sap_m_InputBase_IconWidth: 2.25rem;
|
|
16
|
+
@_sap_m_InputBase_IconMinWidth: 2.25rem;
|
|
17
17
|
|
|
18
|
-
.
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.sapMInputBaseContentWrapper {
|
|
23
|
-
border: 1px solid @sapUiFieldBorderColor;
|
|
24
|
-
background: @sapUiFieldBackground;
|
|
25
|
-
border-radius: @sapUiFieldBorderCornerRadius;
|
|
26
|
-
|
|
27
|
-
&.sapMInputBaseContentWrapperState:not(.sapMInputBaseContentWrapperSuccess):not(.sapMInputBaseContentWrapperInformation) {
|
|
28
|
-
|
|
29
|
-
/* calculated line-height excluding the top and bottom borders */
|
|
30
|
-
.sapMInputBaseIcon {
|
|
31
|
-
line-height: 2rem;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.sapMTokenizer .sapMToken {
|
|
35
|
-
margin-top: 0.1875rem;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
18
|
+
.sapMInputBaseContentWrapper:not(.sapMInputBaseContentWrapperError):not(.sapMInputBaseContentWrapperWarning):not(.sapMInputBaseContentWrapperInformation):not(.sapMInputBaseDisabledWrapper) {
|
|
19
|
+
border: @sapUiContentFocusWidth @sapUiFieldBorderStyle @sapUiFieldBorderColor;
|
|
38
20
|
}
|
|
39
21
|
|
|
40
22
|
.sapMInputBase:not(.sapMInputBaseDisabled):not(.sapMInputBaseIconPressed) .sapMInputBaseIconContainer .sapMInputBaseIcon {
|
|
@@ -66,27 +48,6 @@
|
|
|
66
48
|
}
|
|
67
49
|
}
|
|
68
50
|
|
|
69
|
-
.sapMInputBaseContentWrapperWarning {
|
|
70
|
-
background: @sapUiFieldWarningBackground;
|
|
71
|
-
border: @sapField_WarningBorderWidth @sapField_WarningBorderStyle @sapUiFieldWarningColor;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.sapMInputBaseContentWrapperSuccess {
|
|
75
|
-
background: @sapUiFieldSuccessBackground;
|
|
76
|
-
border: @sapField_SuccessBorderWidth @sapField_SuccessBorderStyle @sapUiFieldSuccessColor;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.sapMILI-CTX .sapMInputBaseContentWrapperError,
|
|
80
|
-
.sapMInputBaseContentWrapperError {
|
|
81
|
-
background: @sapUiFieldInvalidBackground;
|
|
82
|
-
border: @sapField_InvalidBorderWidth @sapField_InvalidBorderStyle @sapUiFieldInvalidColor;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.sapMInputBaseContentWrapperInformation {
|
|
86
|
-
background: @sapUiFieldInformationBackground;
|
|
87
|
-
border: @sapField_InformationBorderWidth @sapField_InformationBorderStyle @sapUiFieldInformationColor;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
51
|
.sapMInputBaseContentWrapperWarning, .sapMInputBaseContentWrapperError {
|
|
91
52
|
.sapMInputBaseInner {
|
|
92
53
|
font-style: italic;
|
|
@@ -95,14 +56,38 @@
|
|
|
95
56
|
}
|
|
96
57
|
|
|
97
58
|
.sapMInputBaseInner::-webkit-input-placeholder {
|
|
59
|
+
font-weight: normal;
|
|
98
60
|
font-style: normal;
|
|
99
61
|
}
|
|
100
62
|
|
|
101
63
|
.sapMInputBaseInner::-moz-placeholder {
|
|
102
64
|
font-style: normal;
|
|
65
|
+
font-weight: normal;
|
|
103
66
|
}
|
|
104
67
|
|
|
105
|
-
.
|
|
68
|
+
.sapMInputBaseContentWrapperError .sapMInputBaseInner::-webkit-input-placeholder {
|
|
69
|
+
color: @sapUiFieldTextColor;
|
|
70
|
+
font-weight: bold;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.sapMInputBaseContentWrapperError .sapMInputBaseInner::-moz-placeholder {
|
|
74
|
+
color: @sapUiFieldTextColor;
|
|
75
|
+
font-weight: bold;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.sapMInputBaseContentWrapperWarning .sapMInputBaseInner::-webkit-input-placeholder {
|
|
79
|
+
font-weight: bold;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.sapMInputBaseContentWrapperWarning .sapMInputBaseInner::-moz-placeholder {
|
|
83
|
+
font-weight: bold;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.sapMInputBaseContentWrapper .sapMInputBaseIcon {
|
|
87
|
+
line-height: 2rem;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.sapUiSizeCompact .sapMInputBaseIcon {
|
|
106
91
|
line-height: 1.375rem;
|
|
107
92
|
}
|
|
108
93
|
|
|
@@ -129,4 +114,8 @@
|
|
|
129
114
|
|
|
130
115
|
.sapMLIBActive .sapMInputBaseInner::-webkit-input-placeholder {
|
|
131
116
|
color: @sapUiListActiveTextColor;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.sapUiSizeCondensed .sapUiTableDataCell .sapMInputBase .sapMInputBaseContentWrapper:not(.sapMInputBaseContentWrapperState) {
|
|
120
|
+
border: none;
|
|
132
121
|
}
|
|
@@ -7,10 +7,11 @@
|
|
|
7
7
|
/* Variables overriding */
|
|
8
8
|
/* ------------------------------- */
|
|
9
9
|
|
|
10
|
-
@_sap_m_LightBox_OverlayBackground: fade(@sapUiBlockLayerBackground, 80);
|
|
11
10
|
@_sap_m_LightBox_ContainerBackground: @sapUiGroupContentBackground;
|
|
12
11
|
@_sap_m_LightBox_SubtitleMarginTop: 0.25rem;
|
|
13
12
|
@_sap_m_LightBox_ErrorIconColor: fade(@sapUiContentNonInteractiveIconColor, 50);
|
|
13
|
+
@_sap_m_LightBox_OverlayOpacity: 0.3;
|
|
14
|
+
@_sap_m_LightBox_FontFamily: @sapFontHeaderFamily;
|
|
14
15
|
|
|
15
16
|
/* ------------------------------- */
|
|
16
17
|
/* Footer */
|