@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
|
@@ -10,14 +10,18 @@
|
|
|
10
10
|
@_sap_ui_unified_Calendar_ItemWeekEndHoverColor: @sapUiListHoverBackground;
|
|
11
11
|
@_sap_ui_unified_Calendar_ItemOtherMonthColor: @sapUiContentLabelColor;
|
|
12
12
|
|
|
13
|
+
.sapUiCal {
|
|
14
|
+
border-radius: 0.5rem;
|
|
15
|
+
}
|
|
16
|
+
|
|
13
17
|
.sapUiCalItem,
|
|
14
18
|
.sapUiCalWeekNum {
|
|
15
19
|
height: 2.875rem;
|
|
16
20
|
}
|
|
17
21
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
22
|
+
.sapUiCalWeekNum:hover {
|
|
23
|
+
background-color: @sapUiListHoverBackground;
|
|
24
|
+
border-radius: 0.5rem;
|
|
21
25
|
}
|
|
22
26
|
|
|
23
27
|
/* calendar should have only a border if on popup */
|
|
@@ -25,33 +29,69 @@ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus {
|
|
|
25
29
|
border-color: @sapUiContentForegroundBorderColor;
|
|
26
30
|
}
|
|
27
31
|
|
|
32
|
+
html[data-sap-ui-browser^="ff"].sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus {
|
|
33
|
+
outline-offset: 0; /* to hide firefox bug with native outline always displayed */
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus::before {
|
|
37
|
+
content: "";
|
|
38
|
+
position: absolute;
|
|
39
|
+
box-sizing: border-box;
|
|
40
|
+
left: 0.125rem;
|
|
41
|
+
top: 0.125rem;
|
|
42
|
+
right: 0.125rem;
|
|
43
|
+
bottom: 0.125rem;
|
|
44
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
45
|
+
pointer-events: none;
|
|
46
|
+
border-radius: 0.375rem;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.sapUiCalHeadB {
|
|
50
|
+
position: relative;
|
|
51
|
+
}
|
|
52
|
+
|
|
28
53
|
html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus:active {
|
|
29
|
-
|
|
54
|
+
border-color: @sapUiContentContrastFocusColor;
|
|
30
55
|
}
|
|
31
56
|
|
|
32
|
-
|
|
33
|
-
|
|
57
|
+
.sapUiCalHead > button,
|
|
58
|
+
.sapUiCalCancel {
|
|
59
|
+
font-family: @sapFontBoldFamily;
|
|
60
|
+
color: @sapUiButtonLiteTextColor;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
html.sap-desktop .sapUiCalHead > button:hover,
|
|
64
|
+
html.sap-desktop .sapUiCalCancel:hover,
|
|
65
|
+
html.sap-desktop .sapUiCalHead > button:focus,
|
|
66
|
+
html.sap-desktop .sapUiCalCancel:focus {
|
|
67
|
+
color: @sapUiButtonLiteTextColor;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.sapUiCalWH,
|
|
71
|
+
.sapUiCalWeekNum {
|
|
72
|
+
color: @sapUiContentLabelColor;
|
|
73
|
+
font-size: @sapMFontSmallSize;
|
|
34
74
|
}
|
|
35
75
|
|
|
36
76
|
html[data-sap-ui-browser^="ie"].sap-desktop,
|
|
37
77
|
html[data-sap-ui-browser^="ed"].sap-desktop {
|
|
38
78
|
.sapUiCalHead > .sapUiCalHeadB{
|
|
39
|
-
|
|
40
|
-
|
|
79
|
+
position: relative;
|
|
80
|
+
outline: none;
|
|
41
81
|
}
|
|
42
82
|
|
|
43
83
|
.sapUiCalHead > .sapUiCalHeadB:focus:after {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
84
|
+
position: absolute;
|
|
85
|
+
top: 0.125rem;
|
|
86
|
+
left: 0.125rem;
|
|
87
|
+
right: 0.125rem;
|
|
88
|
+
bottom: 0.125rem;
|
|
89
|
+
border: 0.0625rem dashed @sapUiContentFocusColor;
|
|
90
|
+
content: "";
|
|
51
91
|
}
|
|
52
92
|
|
|
53
93
|
.sapUiCalHead > .sapUiCalHeadB:focus:active:after {
|
|
54
|
-
|
|
94
|
+
border-color: @sapUiContentContrastFocusColor;
|
|
55
95
|
}
|
|
56
96
|
}
|
|
57
97
|
|
|
@@ -62,29 +102,42 @@ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus:not(:hover):not(:active) {
|
|
|
62
102
|
.sapUiCalHead > .sapUiCalHeadB,
|
|
63
103
|
.sapUiCalCancel,
|
|
64
104
|
html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:hover,
|
|
65
|
-
html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus
|
|
66
|
-
|
|
105
|
+
html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus,
|
|
106
|
+
.sapUiCalHead .sapUiCalHeadPrev,
|
|
107
|
+
.sapUiCalHead .sapUiCalHeadNext,
|
|
108
|
+
.sapUiCalHead .sapUiCalHeadToday {
|
|
109
|
+
border-radius: 0.5rem;
|
|
110
|
+
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.sapUiCalHead .sapUiCalHeadPrev:hover,
|
|
114
|
+
.sapUiCalHead .sapUiCalHeadNext:hover,
|
|
115
|
+
html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:hover {
|
|
116
|
+
box-shadow: 0 0 0.125rem 0 fade(@sapContent_ShadowColor, 72);
|
|
67
117
|
}
|
|
68
118
|
|
|
69
119
|
html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:active {
|
|
70
|
-
color: @
|
|
120
|
+
color: @sapUiButtonActiveTextColor;
|
|
121
|
+
border-color: @sapUiButtonLiteActiveBorderColor;
|
|
71
122
|
}
|
|
72
123
|
|
|
73
124
|
/*** days, months, years ***/
|
|
74
125
|
.sapUiCalWH,
|
|
75
|
-
.sapUiCalItem
|
|
126
|
+
.sapUiCalItem,
|
|
127
|
+
.sapUiCalItemSelBetween.sapUiCalItemSel {
|
|
76
128
|
border: 0.0625rem solid @_sap_ui_unified_Calendar_ItemBorderColor;
|
|
77
129
|
}
|
|
78
130
|
|
|
79
131
|
.sapUiCalItem {
|
|
80
|
-
background-color: @
|
|
81
|
-
border-radius: 0.
|
|
132
|
+
background-color: @sapUiLegendWorkingBackground;
|
|
133
|
+
border-radius: 0.5rem;
|
|
82
134
|
}
|
|
83
135
|
|
|
84
136
|
.sapUiCalRowWeekNumber {
|
|
85
137
|
color: @sapUiBaseText;
|
|
86
138
|
background-color: @sapUiListBackground;
|
|
87
139
|
border-color: @sapUiListBorderColor;
|
|
140
|
+
border-radius: 0.5rem;
|
|
88
141
|
}
|
|
89
142
|
|
|
90
143
|
.sapUiCalItemNow {
|
|
@@ -102,18 +155,13 @@ html.sap-desktop .sapUiCalItem:not(.sapUiCalItemSel):not(.sapUiCalItemWeekEnd):f
|
|
|
102
155
|
background-color: @sapUiLegendWorkingBackground;
|
|
103
156
|
}
|
|
104
157
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
html.sap-desktop .sapUiCalMonthPicker .sapUiCalItem:not(.sapUiCalItemSel):not(.sapUiCalItemSelBetween):hover,
|
|
108
|
-
html.sap-desktop .sapUiCalYearPicker .sapUiCalItem:not(.sapUiCalItemSel):not(.sapUiCalItemSelBetween):hover,
|
|
109
|
-
html.sap-desktop .sapUiCal:not(.sapUiCalDateInt) .sapUiCalItem:not(.sapUiCalItemSel) :not(.sapUiCalWeekNum):hover {
|
|
110
|
-
background-color: @_sap_ui_unified_Calendar_ItemHoverColor;
|
|
158
|
+
html.sap-desktop .sapUiCalItem.sapUiCalItemNow:not(.sapUiCalItemSelBetween):not(.sapUiCalItemSelStart):not(.sapUiCalItemSelEnd):focus > .sapUiCalItemText{
|
|
159
|
+
outline-offset: -0.45rem;
|
|
111
160
|
}
|
|
112
161
|
|
|
113
162
|
html.sap-desktop .sapUiCalMonthPicker .sapUiCalItem:focus,
|
|
114
163
|
html.sap-desktop .sapUiCalYearPicker .sapUiCalItem:focus {
|
|
115
|
-
|
|
116
|
-
outline-offset: -0.25rem;
|
|
164
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
117
165
|
}
|
|
118
166
|
|
|
119
167
|
html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalItemText {
|
|
@@ -122,8 +170,9 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
|
|
|
122
170
|
|
|
123
171
|
html.sap-desktop .sapUiCalMonthPicker .sapUiCalItemSel:focus,
|
|
124
172
|
html.sap-desktop .sapUiCalYearPicker .sapUiCalItemSel:focus {
|
|
125
|
-
outline-color: @
|
|
173
|
+
outline-color: @sapUiContentSelectedTextColor;
|
|
126
174
|
background-color: @sapUiContentSelectedBackground;
|
|
175
|
+
color: @sapUiContentSelectedTextColor;
|
|
127
176
|
}
|
|
128
177
|
|
|
129
178
|
html.sap-desktop .sapUiSizeCompact .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalDayName {
|
|
@@ -175,7 +224,22 @@ html[data-sap-ui-browser^="ed"].sap-desktop {
|
|
|
175
224
|
|
|
176
225
|
.sapUiCalItemWeekEnd,
|
|
177
226
|
html.sap-desktop .sapUiCalItemWeekEnd:not(.sapUiCalItemSel):focus {
|
|
178
|
-
background-color: @
|
|
227
|
+
background-color: @sapUiLegendNonWorkingBackground;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.sapUiCalItem:hover,
|
|
231
|
+
.sapUiCalItemWeekEnd:hover {
|
|
232
|
+
background-color: @sapUiListHoverBackground;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
html.sap-desktop .sapUiCalDatesRow .sapUiCalItemWeekEnd:not(.sapUiCalItemSel):hover,
|
|
236
|
+
html.sap-desktop .sapUiCal:not(.sapUiCalDateInt) .sapUiCalItemWeekEnd:not(.sapUiCalItemSel) :not(.sapUiCalWeekNum):hover {
|
|
237
|
+
background-color: @sapUiListHoverBackground;
|
|
238
|
+
border-radius: 0.5rem;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
html.sap-desktop .sapUiCalDatesRow .sapUiCalItemWeekEnd:not(.sapUiCalItemSel):hover {
|
|
242
|
+
color: inherit;
|
|
179
243
|
}
|
|
180
244
|
|
|
181
245
|
html.sap-desktop .sapUiCalRow .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalItemText {
|
|
@@ -183,6 +247,10 @@ html.sap-desktop .sapUiCalRow .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiC
|
|
|
183
247
|
border-bottom-left-radius: 0.25rem;
|
|
184
248
|
}
|
|
185
249
|
|
|
250
|
+
.sapUiCalItemNow:not(.sapUiCalItemSel):not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
|
|
251
|
+
box-shadow: inset 0.125rem -0.125rem 0 0 @_sap_ui_unified_Calendar_ItemBorderColor, inset -0.125rem 0.125rem 0 0 @_sap_ui_unified_Calendar_ItemBorderColor;
|
|
252
|
+
}
|
|
253
|
+
|
|
186
254
|
html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalDayName {
|
|
187
255
|
border-top-left-radius: 0.25rem;
|
|
188
256
|
border-bottom-left-radius: 0.25rem;
|
|
@@ -194,70 +262,107 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
|
|
|
194
262
|
position: relative;
|
|
195
263
|
&:focus > .sapUiCalItemText {
|
|
196
264
|
position: static;
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
265
|
+
outline: none;
|
|
266
|
+
&:after {
|
|
267
|
+
position: absolute;
|
|
268
|
+
top: 0;
|
|
269
|
+
left: 0;
|
|
270
|
+
right: 0;
|
|
271
|
+
bottom: 0;
|
|
272
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
273
|
+
content: "";
|
|
274
|
+
border-radius: 0.5rem;
|
|
275
|
+
}
|
|
206
276
|
}
|
|
207
277
|
&.sapUiCalItemSelBetween .sapUiCalItemText {
|
|
208
278
|
position: relative;
|
|
209
279
|
}
|
|
210
280
|
&.sapUiCalItemNow {
|
|
211
|
-
border: 0.
|
|
212
|
-
|
|
281
|
+
border-radius: 0.5rem;
|
|
282
|
+
&:hover {
|
|
283
|
+
background: @sapUiListHoverBackground;
|
|
284
|
+
}
|
|
213
285
|
&.sapUiCalItemSelBetween {
|
|
214
286
|
line-height: normal;
|
|
287
|
+
& > .sapUiCalItemText {
|
|
288
|
+
border: 0.0625rem solid @sapUiListSelectionBorderColor;
|
|
289
|
+
border-radius: 0.3125rem;
|
|
290
|
+
margin: 0.125rem;
|
|
291
|
+
width: 1.75rem;
|
|
292
|
+
height: 2.375rem;
|
|
293
|
+
line-height: 2.375rem;
|
|
294
|
+
top: 0.0625rem;
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
.sapUiCalSpecialDate {
|
|
298
|
+
width: 88%;
|
|
299
|
+
bottom: 0.125rem;
|
|
300
|
+
left: 0.125rem;
|
|
301
|
+
}
|
|
302
|
+
&:focus .sapUiCalSpecialDate,
|
|
303
|
+
&.sapUiCalItemSel .sapUiCalSpecialDate {
|
|
304
|
+
width: 75%;
|
|
305
|
+
bottom: 0.25rem;
|
|
306
|
+
left: 0.25rem;
|
|
215
307
|
}
|
|
216
308
|
.sapUiCalItemText {
|
|
217
309
|
border: none;
|
|
218
310
|
}
|
|
219
|
-
&.
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
311
|
+
&.sapUiCalItemSel {
|
|
312
|
+
box-shadow: inset 0 0 0 0.25rem @sapUiListBackground;
|
|
313
|
+
&:focus .sapUiCalSpecialDate {
|
|
314
|
+
bottom: 0.35rem
|
|
315
|
+
}
|
|
316
|
+
&.sapUiCalItemSelBetween:focus > .sapUiCalItemText:after {
|
|
317
|
+
top: 0;
|
|
318
|
+
left: 0;
|
|
319
|
+
right: 0;
|
|
320
|
+
bottom: 0;
|
|
321
|
+
border-radius: 0.25rem;
|
|
322
|
+
}
|
|
229
323
|
}
|
|
230
|
-
&:
|
|
231
|
-
|
|
324
|
+
&:focus > .sapUiCalItemText:after {
|
|
325
|
+
top: 0.1875rem;
|
|
326
|
+
left: 0.1875rem;
|
|
327
|
+
right: 0.1875rem;
|
|
328
|
+
bottom: 0.1875rem;
|
|
329
|
+
border-radius: 0.3125rem;
|
|
232
330
|
}
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
331
|
+
&:before {
|
|
332
|
+
position: absolute;
|
|
333
|
+
top: 0;
|
|
334
|
+
left: 0;
|
|
335
|
+
right: 0;
|
|
336
|
+
bottom: 0;
|
|
337
|
+
border: 0.125rem solid @sapUiLegendCurrentDateTime;
|
|
338
|
+
content: "";
|
|
339
|
+
border-radius: 0.5rem;
|
|
237
340
|
}
|
|
238
341
|
}
|
|
342
|
+
.sapUiCalItemText:after {
|
|
343
|
+
outline: none;
|
|
344
|
+
}
|
|
239
345
|
.sapUiCalSpecialDate {
|
|
240
346
|
position: absolute;
|
|
241
347
|
width: 100%;
|
|
242
348
|
height: 0.3125rem;
|
|
243
|
-
bottom: 0;
|
|
349
|
+
bottom: -0.0625rem;
|
|
244
350
|
border-bottom-left-radius: 0.25rem;
|
|
245
351
|
border-bottom-right-radius: 0.25rem;
|
|
246
352
|
pointer-events: none;
|
|
353
|
+
z-index: 0;
|
|
247
354
|
}
|
|
248
|
-
.
|
|
249
|
-
|
|
250
|
-
|
|
355
|
+
&:focus .sapUiCalSpecialDate,
|
|
356
|
+
&.sapUiCalItemSel .sapUiCalSpecialDate {
|
|
357
|
+
bottom: 0.0625rem;
|
|
358
|
+
left: 0.0625rem;
|
|
359
|
+
width: 95%;
|
|
251
360
|
}
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
.
|
|
257
|
-
box-sizing: border-box;
|
|
258
|
-
border-width: 0;
|
|
259
|
-
border-top-width: 0.0625rem;
|
|
260
|
-
}
|
|
361
|
+
&.sapUiCalItemSel:focus .sapUiCalSpecialDate{
|
|
362
|
+
bottom: 0.125rem;
|
|
363
|
+
}
|
|
364
|
+
.sapUiCalItemText {
|
|
365
|
+
border-radius: 0.5rem;
|
|
261
366
|
}
|
|
262
367
|
}
|
|
263
368
|
|
|
@@ -268,6 +373,15 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
|
|
|
268
373
|
|
|
269
374
|
.sapUiCalItemSel {
|
|
270
375
|
color: @sapUiContentContrastTextColor;
|
|
376
|
+
&:focus > .sapUiCalItemText {
|
|
377
|
+
&:after {
|
|
378
|
+
top: -0.01rem;
|
|
379
|
+
left: 0.025rem;
|
|
380
|
+
right: 0.025rem;
|
|
381
|
+
bottom: 0;
|
|
382
|
+
border-radius: 0.5rem;
|
|
383
|
+
}
|
|
384
|
+
}
|
|
271
385
|
}
|
|
272
386
|
|
|
273
387
|
html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWeekNum):hover {
|
|
@@ -276,26 +390,87 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
276
390
|
|
|
277
391
|
.sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween){
|
|
278
392
|
background-color: @sapUiContentSelectedBackground;
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
|
|
282
393
|
color: @sapUiContentSelectedTextColor;
|
|
283
|
-
border: 0.0625rem solid @sapUiListSelectionBorderColor;
|
|
284
|
-
border-radius: 0.25rem;
|
|
285
394
|
}
|
|
286
395
|
|
|
287
396
|
.sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween):hover{
|
|
288
397
|
background-color: @sapUiContentSelectedHoverBackground;
|
|
289
398
|
}
|
|
290
399
|
|
|
291
|
-
.
|
|
400
|
+
.sapUiCalMonthPicker,
|
|
401
|
+
.sapUiCalYearPicker {
|
|
402
|
+
.sapUiCalItem {
|
|
403
|
+
color: @sapUiButtonLiteTextColor;
|
|
404
|
+
}
|
|
405
|
+
.sapUiCalItem.sapUiCalItemSel {
|
|
406
|
+
font-family: @sapFontBoldFamily;
|
|
407
|
+
}
|
|
408
|
+
.sapUiCalItem:focus {
|
|
409
|
+
line-height: 2.75rem;
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
.sapUiSizeCompact {
|
|
414
|
+
.sapUiCalMonthPicker,
|
|
415
|
+
.sapUiCalYearPicker {
|
|
416
|
+
.sapUiCalItem:focus {
|
|
417
|
+
line-height: 1.75rem;
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
|
|
292
423
|
color: @sapUiContentSelectedTextColor;
|
|
293
424
|
border-radius: 0.25rem;
|
|
425
|
+
font-weight: bold;
|
|
426
|
+
position: absolute;
|
|
427
|
+
left: 0;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.sapUiCalItemSel.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
|
|
431
|
+
top: 0;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.sapUiCalItemSel {
|
|
435
|
+
color: @sapContent_Selected_TextColor;
|
|
294
436
|
}
|
|
295
437
|
|
|
296
|
-
.
|
|
297
|
-
|
|
438
|
+
.sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemText:after {
|
|
439
|
+
position: absolute;
|
|
440
|
+
top: 0;
|
|
441
|
+
left: 0;
|
|
442
|
+
right: 0;
|
|
443
|
+
bottom: 0;
|
|
444
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
445
|
+
content: "";
|
|
446
|
+
border-radius: 0.5rem;
|
|
298
447
|
}
|
|
448
|
+
|
|
449
|
+
.sapUiCalItem.sapUiCalItemSel.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText:after {
|
|
450
|
+
top: 0.1875rem;
|
|
451
|
+
left: 0.1875rem;
|
|
452
|
+
right: 0.1875rem;
|
|
453
|
+
bottom: 0.1875rem;
|
|
454
|
+
border-radius: 0.3125rem;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
.sapUiCalItem.sapUiCalItemSel:focus > .sapUiCalItemText:after {
|
|
458
|
+
border: 0.1875rem solid @sapUiContentFocusColor;
|
|
459
|
+
top: 0;
|
|
460
|
+
left: 0;
|
|
461
|
+
right: 0;
|
|
462
|
+
bottom: 0;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
.sapUiCalItem.sapUiCalItemSel.sapUiCalItemSelBetween:focus > .sapUiCalItemText:after {
|
|
466
|
+
border-width: 0.125rem;
|
|
467
|
+
border-radius: 0.4375rem;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
.sapUiCalNoNameLine .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalDayName {
|
|
471
|
+
color: @sapUiContentSelectedTextColor
|
|
472
|
+
}
|
|
473
|
+
|
|
299
474
|
.sapUiCalItemSel.sapUiCalItemOtherMonth {
|
|
300
475
|
background-color: @sapUiSelected;
|
|
301
476
|
}
|
|
@@ -303,7 +478,7 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
303
478
|
.sapUiCalItemSelBetween,
|
|
304
479
|
.sapUiCalItemSelBetween.sapUiCalItemOtherMonth {
|
|
305
480
|
background-color: @sapUiListSelectionBackgroundColor;
|
|
306
|
-
color: @
|
|
481
|
+
color: @sapTextColor;
|
|
307
482
|
|
|
308
483
|
.sapUiCalItemText {
|
|
309
484
|
line-height: 2.75rem;
|
|
@@ -314,7 +489,7 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
314
489
|
.sapUiCalItemSel,
|
|
315
490
|
html.sap-desktop .sapUiCalItemSel:hover,
|
|
316
491
|
html.sap-desktop .sapUiCalItemSel:focus {
|
|
317
|
-
border-radius: 0.
|
|
492
|
+
border-radius: 0.5rem;
|
|
318
493
|
}
|
|
319
494
|
|
|
320
495
|
html[data-sap-ui-browser^="ie"].sap-desktop .sapUiCalMonthPicker .sapUiCalItemSel:focus,
|
|
@@ -331,13 +506,8 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
|
|
|
331
506
|
background-color: @sapUiListSelectionBackgroundColor;
|
|
332
507
|
}
|
|
333
508
|
|
|
334
|
-
.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
|
|
335
|
-
border: 0.0625rem solid @sapUiListBackground;
|
|
336
|
-
border-radius: (@sapUiElementBorderCornerRadius / 2);
|
|
337
|
-
}
|
|
338
|
-
|
|
339
509
|
.sapUiCalItemSel.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
|
|
340
|
-
border-
|
|
510
|
+
border-radius: 0.5rem;
|
|
341
511
|
}
|
|
342
512
|
|
|
343
513
|
.sapUiCalItemNow.sapUiCalItemSelBetween{
|
|
@@ -354,18 +524,31 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
|
|
|
354
524
|
}
|
|
355
525
|
|
|
356
526
|
/* 2 calendar types */
|
|
357
|
-
.sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow
|
|
527
|
+
.sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow > .sapUiCalItemText{
|
|
358
528
|
line-height: 1.875rem;
|
|
359
529
|
}
|
|
360
530
|
|
|
361
|
-
.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText{
|
|
362
|
-
line-height: 2.
|
|
531
|
+
.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
|
|
532
|
+
line-height: 2.9rem;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
.sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemSecText {
|
|
536
|
+
color: @sapUiContentSelectedTextColor;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
/* Day names inside day */
|
|
540
|
+
.sapUiCalNoNameLine .sapUiCalItem > .sapUiCalItemText {
|
|
541
|
+
padding-top: 0.75rem;
|
|
363
542
|
}
|
|
364
543
|
|
|
365
544
|
/*** compact mode (desktop size) ***/
|
|
366
545
|
|
|
367
|
-
.sapUiSizeCompact .sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText{
|
|
368
|
-
line-height: 1.
|
|
546
|
+
.sapUiSizeCompact .sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
|
|
547
|
+
line-height: 1.95rem;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
.sapUiCalHead > button {
|
|
551
|
+
height: 2.25rem;
|
|
369
552
|
}
|
|
370
553
|
|
|
371
554
|
.sapUiSizeCompact {
|
|
@@ -380,17 +563,28 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
|
|
|
380
563
|
.sapUiCalItemSel.sapUiCalItemSelBetween:not(.sapUiCalItemNow) > .sapUiCalItemText {
|
|
381
564
|
line-height: 1.75rem;
|
|
382
565
|
}
|
|
566
|
+
|
|
567
|
+
.sapUiCalHead > button {
|
|
568
|
+
margin: 0.1875rem 0;
|
|
569
|
+
height: 1.625rem;
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
.sapUiCalItem.sapUiCalItemNow.sapUiCalItemSelBetween > .sapUiCalItemText {
|
|
573
|
+
width: 1.5625rem;
|
|
574
|
+
height: 1.5rem;
|
|
575
|
+
line-height: 1.4375rem;
|
|
576
|
+
}
|
|
383
577
|
}
|
|
384
578
|
|
|
385
579
|
@media only screen
|
|
386
580
|
and (orientation: portrait)
|
|
387
581
|
and (min-height: 380px) {
|
|
388
582
|
.sap-phone .sapUiCal[data-sap-ui-popup] > .sapUiCalCancel {
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
583
|
+
bottom: 1rem;
|
|
584
|
+
left: 25%;
|
|
585
|
+
width: 50%;
|
|
586
|
+
padding-left: 1rem;
|
|
587
|
+
padding-right: 1rem;
|
|
394
588
|
}
|
|
395
589
|
}
|
|
396
590
|
|
|
@@ -441,17 +635,17 @@ and (min-height: 380px) {
|
|
|
441
635
|
}
|
|
442
636
|
|
|
443
637
|
.sap-phone .sapUiCal[data-sap-ui-popup] .sapUiCalContent {
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
638
|
+
.sapUiCalDatesRow,
|
|
639
|
+
.sapUiCalMonthView {
|
|
640
|
+
position: absolute;
|
|
641
|
+
top: 0.25rem;
|
|
642
|
+
left: 0;
|
|
643
|
+
right: 0;
|
|
644
|
+
bottom: 0;
|
|
645
|
+
width: auto;
|
|
646
|
+
margin: 1rem;
|
|
647
|
+
min-height: 11.25rem;
|
|
648
|
+
}
|
|
455
649
|
}
|
|
456
650
|
|
|
457
651
|
.sap-phone .sapUiCal[data-sap-ui-popup] > .sapUiCalContent > .sapUiCalMonthPicker,
|
|
@@ -460,10 +654,13 @@ and (min-height: 380px) {
|
|
|
460
654
|
min-height: 11.25rem;
|
|
461
655
|
}
|
|
462
656
|
|
|
463
|
-
.sap-phone .sapUiCal[data-sap-ui-popup]
|
|
657
|
+
.sap-phone .sapUiCal[data-sap-ui-popup] {
|
|
658
|
+
.sapUiCalDatesRow > div[role=row] > div,
|
|
659
|
+
.sapUiCalMonthView > div[role=row] > div {
|
|
464
660
|
height: 16.66%;
|
|
465
661
|
min-height: 1.875rem;
|
|
466
662
|
}
|
|
663
|
+
}
|
|
467
664
|
|
|
468
665
|
.sap-phone .sapUiCal[data-sap-ui-popup] .sapUiCalItem {
|
|
469
666
|
height: 100%;
|
|
@@ -480,7 +677,6 @@ and (min-height: 380px) {
|
|
|
480
677
|
|
|
481
678
|
.sap-phone .sapUiCal[data-sap-ui-popup] .sapUiCalWeekNum {
|
|
482
679
|
height: 100%;
|
|
483
|
-
top: 0;
|
|
484
680
|
}
|
|
485
681
|
|
|
486
682
|
.sap-phone .sapUiCal[data-sap-ui-popup] > .sapUiCalCancel {
|
|
@@ -493,7 +689,7 @@ and (min-height: 380px) {
|
|
|
493
689
|
box-sizing: border-box;
|
|
494
690
|
}
|
|
495
691
|
|
|
496
|
-
.sap-phone .sapUiCal[data-sap-ui-popup].sapUiCalSecType
|
|
692
|
+
.sap-phone .sapUiCal[data-sap-ui-popup].sapUiCalSecType > .sapUiCalCancel {
|
|
497
693
|
top: 1.5rem;
|
|
498
694
|
padding-top: 0.5rem;
|
|
499
695
|
}
|
|
@@ -516,38 +712,31 @@ and (orientation: landscape) {
|
|
|
516
712
|
.dayColorMixIn(@class, @color){
|
|
517
713
|
.@{class} > .sapUiCalSpecialDate {
|
|
518
714
|
background-color: @color;
|
|
519
|
-
border-
|
|
520
|
-
border-bottom-
|
|
521
|
-
border-bottom-right-radius: @sapUiElementBorderCornerRadius;
|
|
715
|
+
border-bottom-left-radius: 0.5rem;
|
|
716
|
+
border-bottom-right-radius: 0.5rem;
|
|
522
717
|
}
|
|
523
718
|
.@{class}.sapUiCalItemNow > .sapUiCalSpecialDate {
|
|
524
719
|
box-sizing: border-box;
|
|
525
720
|
height: 0.3125rem;
|
|
526
721
|
border-bottom-left-radius: (@sapUiElementBorderCornerRadius / 2);
|
|
527
722
|
border-bottom-right-radius: (@sapUiElementBorderCornerRadius / 2);
|
|
528
|
-
border: 0.0625rem solid @sapUiListBackground;
|
|
529
|
-
}
|
|
530
|
-
.@{class}.sapUiCalItemSel.sapUiCalItemNow .sapUiCalSpecialDate{
|
|
531
|
-
border-color: @sapUiListSelectionBorderColor;
|
|
532
723
|
}
|
|
533
|
-
|
|
534
724
|
.@{class}.sapUiCalItemSel.sapUiCalItemNow .sapUiCalItemText {
|
|
535
725
|
border-top-left-radius: (@sapUiElementBorderCornerRadius / 2);
|
|
536
726
|
border-top-right-radius: (@sapUiElementBorderCornerRadius / 2);
|
|
537
727
|
}
|
|
538
728
|
html.sap-desktop .sapUiCal:not(.sapUiCalDateInt) .sapUiCalItem:not(.sapUiCalItemSel) {
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
}
|
|
729
|
+
&.@{class} > .sapUiCalSpecialDate:hover {
|
|
730
|
+
background-color: @color;
|
|
731
|
+
border-bottom-right-radius: 0.25rem;
|
|
732
|
+
border-bottom-left-radius: 0.25rem;
|
|
733
|
+
border-top-left-radius: 0;
|
|
734
|
+
border-top-right-radius: 0;
|
|
735
|
+
}
|
|
736
|
+
&.@{class}.sapUiCalItemNow > .sapUiCalSpecialDate:hover {
|
|
737
|
+
border-bottom-right-radius: 0.125rem;
|
|
738
|
+
border-bottom-left-radius: 0.125rem;
|
|
739
|
+
}
|
|
551
740
|
}
|
|
552
741
|
}
|
|
553
742
|
|