@openui5/themelib_sap_belize 1.124.1 → 1.125.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.reuse/dep5 +5 -0
- package/THIRDPARTY.txt +7 -0
- package/package.json +18 -18
- package/src/sap/f/themes/sap_belize/library.source.less +10 -1
- package/src/sap/f/themes/sap_belize_base/AvatarGroup.less +275 -0
- package/src/sap/f/themes/sap_belize_base/CalendarPlaceholder.less +70 -0
- package/src/sap/f/themes/sap_belize_base/Card.less +629 -0
- package/src/sap/f/themes/sap_belize_base/CardLoading.less +268 -0
- package/src/sap/f/themes/sap_belize_base/CardNumericIndicators.less +38 -0
- package/src/sap/f/themes/sap_belize_base/DynamicPage.less +418 -0
- package/src/sap/f/themes/sap_belize_base/DynamicPageHeader.less +66 -0
- package/src/sap/f/themes/sap_belize_base/DynamicPageTitle.less +373 -0
- package/src/sap/f/themes/sap_belize_base/FlexibleColumnLayout.less +281 -0
- package/src/sap/f/themes/sap_belize_base/GridContainer.less +60 -0
- package/src/sap/f/themes/sap_belize_base/GridDragAndDrop.less +5 -0
- package/src/sap/f/themes/sap_belize_base/GridList.less +103 -0
- package/src/sap/f/themes/sap_belize_base/GridListItem.less +111 -0
- package/src/sap/f/themes/sap_belize_base/ListPlaceholder.less +53 -0
- package/src/sap/f/themes/sap_belize_base/ObjectPlaceholder.less +43 -0
- package/src/sap/f/themes/sap_belize_base/ProductSwitch.less +3 -0
- package/src/sap/f/themes/sap_belize_base/ProductSwitchItem.less +160 -0
- package/src/sap/f/themes/sap_belize_base/SemanticPage.less +34 -0
- package/src/sap/f/themes/sap_belize_base/ShellBar.less +495 -0
- package/src/sap/f/themes/sap_belize_base/SidePanel.less +858 -0
- package/src/sap/f/themes/sap_belize_base/TablePlaceholder.less +34 -0
- package/src/sap/f/themes/sap_belize_base/TimelinePlaceholder.less +79 -0
- package/src/sap/f/themes/sap_belize_base/library.source.less +31 -0
- package/src/sap/f/themes/sap_belize_hcb/library.source.less +10 -1
- package/src/sap/f/themes/sap_belize_hcw/library.source.less +10 -1
- package/src/sap/m/themes/sap_belize/library.source.less +10 -1
- package/src/sap/m/themes/sap_belize_base/AbstractContainer.less +31 -0
- package/src/sap/m/themes/sap_belize_base/ActionListItem.less +66 -0
- package/src/sap/m/themes/sap_belize_base/ActionSelect.less +27 -0
- package/src/sap/m/themes/sap_belize_base/ActionSheet.less +122 -0
- package/src/sap/m/themes/sap_belize_base/ActionTile.less +322 -0
- package/src/sap/m/themes/sap_belize_base/ActionTileContent.less +62 -0
- package/src/sap/m/themes/sap_belize_base/AdditionalTextButton.less +38 -0
- package/src/sap/m/themes/sap_belize_base/App.less +9 -0
- package/src/sap/m/themes/sap_belize_base/Avatar.less +361 -0
- package/src/sap/m/themes/sap_belize_base/Bar.less +229 -0
- package/src/sap/m/themes/sap_belize_base/BarBase.less +63 -0
- package/src/sap/m/themes/sap_belize_base/Breadcrumbs.less +133 -0
- package/src/sap/m/themes/sap_belize_base/BusyDialog.less +57 -0
- package/src/sap/m/themes/sap_belize_base/BusyIndicator.less +65 -0
- package/src/sap/m/themes/sap_belize_base/Button.less +742 -0
- package/src/sap/m/themes/sap_belize_base/Carousel.less +611 -0
- package/src/sap/m/themes/sap_belize_base/CellSelector.less +146 -0
- package/src/sap/m/themes/sap_belize_base/CheckBox.less +276 -0
- package/src/sap/m/themes/sap_belize_base/ColorPalette.less +331 -0
- package/src/sap/m/themes/sap_belize_base/ColumnListItem.less +192 -0
- package/src/sap/m/themes/sap_belize_base/ColumnMenu.less +41 -0
- package/src/sap/m/themes/sap_belize_base/ColumnResizer.less +49 -0
- package/src/sap/m/themes/sap_belize_base/ComboBox.less +10 -0
- package/src/sap/m/themes/sap_belize_base/ComboBoxBase.less +67 -0
- package/src/sap/m/themes/sap_belize_base/ComboBoxTextField.less +4 -0
- package/src/sap/m/themes/sap_belize_base/ContextMenuSetting.less +3 -0
- package/src/sap/m/themes/sap_belize_base/CustomListItem.less +17 -0
- package/src/sap/m/themes/sap_belize_base/CustomTile.less +30 -0
- package/src/sap/m/themes/sap_belize_base/DatePicker.less +39 -0
- package/src/sap/m/themes/sap_belize_base/DateRangeSelection.less +4 -0
- package/src/sap/m/themes/sap_belize_base/DateTimePicker.less +293 -0
- package/src/sap/m/themes/sap_belize_base/Dialog.less +459 -0
- package/src/sap/m/themes/sap_belize_base/DisplayListItem.less +74 -0
- package/src/sap/m/themes/sap_belize_base/DraftIndicator.less +18 -0
- package/src/sap/m/themes/sap_belize_base/DynamicDateRange.less +70 -0
- package/src/sap/m/themes/sap_belize_base/ExpandableText.less +87 -0
- package/src/sap/m/themes/sap_belize_base/FacetFilter.less +165 -0
- package/src/sap/m/themes/sap_belize_base/FacetFilterItem.less +43 -0
- package/src/sap/m/themes/sap_belize_base/FacetFilterList.less +61 -0
- package/src/sap/m/themes/sap_belize_base/FeedContent.less +119 -0
- package/src/sap/m/themes/sap_belize_base/FeedInput.less +212 -0
- package/src/sap/m/themes/sap_belize_base/FeedListItem.less +434 -0
- package/src/sap/m/themes/sap_belize_base/FlexBox.less +148 -0
- package/src/sap/m/themes/sap_belize_base/FormattedText.less +43 -0
- package/src/sap/m/themes/sap_belize_base/GenericTag.less +198 -0
- package/src/sap/m/themes/sap_belize_base/GenericTile.less +2874 -0
- package/src/sap/m/themes/sap_belize_base/GroupHeaderListItem.less +78 -0
- package/src/sap/m/themes/sap_belize_base/HeaderContainer.less +298 -0
- package/src/sap/m/themes/sap_belize_base/IconTabBar.less +1667 -0
- package/src/sap/m/themes/sap_belize_base/IconTabBarSelectList.less +205 -0
- package/src/sap/m/themes/sap_belize_base/IllustratedMessage.less +171 -0
- package/src/sap/m/themes/sap_belize_base/Illustration.less +58 -0
- package/src/sap/m/themes/sap_belize_base/Image.less +60 -0
- package/src/sap/m/themes/sap_belize_base/ImageContent.less +57 -0
- package/src/sap/m/themes/sap_belize_base/Input.less +107 -0
- package/src/sap/m/themes/sap_belize_base/InputBase.less +542 -0
- package/src/sap/m/themes/sap_belize_base/InputListItem.less +57 -0
- package/src/sap/m/themes/sap_belize_base/Label.less +367 -0
- package/src/sap/m/themes/sap_belize_base/LightBox.less +231 -0
- package/src/sap/m/themes/sap_belize_base/Link.less +137 -0
- package/src/sap/m/themes/sap_belize_base/LinkTileContent.less +17 -0
- package/src/sap/m/themes/sap_belize_base/ListBase.less +322 -0
- package/src/sap/m/themes/sap_belize_base/ListItemBase.less +343 -0
- package/src/sap/m/themes/sap_belize_base/Menu.less +19 -0
- package/src/sap/m/themes/sap_belize_base/MenuButton.less +192 -0
- package/src/sap/m/themes/sap_belize_base/MenuListItem.less +93 -0
- package/src/sap/m/themes/sap_belize_base/MessageBox.less +60 -0
- package/src/sap/m/themes/sap_belize_base/MessagePage.less +110 -0
- package/src/sap/m/themes/sap_belize_base/MessagePopover.less +66 -0
- package/src/sap/m/themes/sap_belize_base/MessageStrip.less +128 -0
- package/src/sap/m/themes/sap_belize_base/MessageToast.less +31 -0
- package/src/sap/m/themes/sap_belize_base/MessageView.less +257 -0
- package/src/sap/m/themes/sap_belize_base/MultiComboBox.less +147 -0
- package/src/sap/m/themes/sap_belize_base/MultiInput.less +155 -0
- package/src/sap/m/themes/sap_belize_base/NavContainer.less +351 -0
- package/src/sap/m/themes/sap_belize_base/NewsContent.less +135 -0
- package/src/sap/m/themes/sap_belize_base/NotificationListBase.less +60 -0
- package/src/sap/m/themes/sap_belize_base/NotificationListGroup.less +110 -0
- package/src/sap/m/themes/sap_belize_base/NotificationListItem.less +152 -0
- package/src/sap/m/themes/sap_belize_base/NumericContent.less +355 -0
- package/src/sap/m/themes/sap_belize_base/ObjectAttribute.less +181 -0
- package/src/sap/m/themes/sap_belize_base/ObjectHeader.less +1051 -0
- package/src/sap/m/themes/sap_belize_base/ObjectIdentifier.less +94 -0
- package/src/sap/m/themes/sap_belize_base/ObjectListItem.less +253 -0
- package/src/sap/m/themes/sap_belize_base/ObjectMarker.less +50 -0
- package/src/sap/m/themes/sap_belize_base/ObjectNumber.less +307 -0
- package/src/sap/m/themes/sap_belize_base/ObjectStatus.less +1074 -0
- package/src/sap/m/themes/sap_belize_base/OverflowToolbarAssociativePopover.less +113 -0
- package/src/sap/m/themes/sap_belize_base/P13nColumnsPanel.less +48 -0
- package/src/sap/m/themes/sap_belize_base/P13nConditionPanel.less +53 -0
- package/src/sap/m/themes/sap_belize_base/P13nDialog.less +29 -0
- package/src/sap/m/themes/sap_belize_base/P13nFilterPanel.less +41 -0
- package/src/sap/m/themes/sap_belize_base/P13nSortPanel.less +18 -0
- package/src/sap/m/themes/sap_belize_base/PDFViewer.less +38 -0
- package/src/sap/m/themes/sap_belize_base/Page.less +365 -0
- package/src/sap/m/themes/sap_belize_base/PagingButton.less +8 -0
- package/src/sap/m/themes/sap_belize_base/Panel.less +165 -0
- package/src/sap/m/themes/sap_belize_base/PasteProvider.less +29 -0
- package/src/sap/m/themes/sap_belize_base/PlanningCalendar.less +393 -0
- package/src/sap/m/themes/sap_belize_base/PlanningCalendarHeader.less +57 -0
- package/src/sap/m/themes/sap_belize_base/PlanningCalendarLegend.less +20 -0
- package/src/sap/m/themes/sap_belize_base/Popover.less +377 -0
- package/src/sap/m/themes/sap_belize_base/ProgressIndicator.less +224 -0
- package/src/sap/m/themes/sap_belize_base/PullToRefresh.less +156 -0
- package/src/sap/m/themes/sap_belize_base/QuickView.less +289 -0
- package/src/sap/m/themes/sap_belize_base/RadioButton.less +292 -0
- package/src/sap/m/themes/sap_belize_base/RadioButtonGroup.less +138 -0
- package/src/sap/m/themes/sap_belize_base/RangeSlider.less +69 -0
- package/src/sap/m/themes/sap_belize_base/RatingIndicator.less +201 -0
- package/src/sap/m/themes/sap_belize_base/ScrollBar.less +45 -0
- package/src/sap/m/themes/sap_belize_base/ScrollContainer.less +22 -0
- package/src/sap/m/themes/sap_belize_base/SearchField.less +243 -0
- package/src/sap/m/themes/sap_belize_base/SegmentedButton.less +245 -0
- package/src/sap/m/themes/sap_belize_base/Select.less +620 -0
- package/src/sap/m/themes/sap_belize_base/SelectDialog.less +29 -0
- package/src/sap/m/themes/sap_belize_base/SelectList.less +144 -0
- package/src/sap/m/themes/sap_belize_base/SelectionDetails.less +16 -0
- package/src/sap/m/themes/sap_belize_base/SelectionDetailsItem.less +114 -0
- package/src/sap/m/themes/sap_belize_base/SemanticPage.less +9 -0
- package/src/sap/m/themes/sap_belize_base/Shell.less +233 -0
- package/src/sap/m/themes/sap_belize_base/SimpleFixFlex.less +27 -0
- package/src/sap/m/themes/sap_belize_base/SinglePlanningCalendar.less +55 -0
- package/src/sap/m/themes/sap_belize_base/SinglePlanningCalendarGrid.less +699 -0
- package/src/sap/m/themes/sap_belize_base/SinglePlanningCalendarMonthGrid.less +301 -0
- package/src/sap/m/themes/sap_belize_base/SlideTile.less +284 -0
- package/src/sap/m/themes/sap_belize_base/Slider.less +186 -0
- package/src/sap/m/themes/sap_belize_base/SliderTooltip.less +55 -0
- package/src/sap/m/themes/sap_belize_base/SliderTooltipContainer.less +16 -0
- package/src/sap/m/themes/sap_belize_base/SplitButton.less +101 -0
- package/src/sap/m/themes/sap_belize_base/SplitContainer.less +223 -0
- package/src/sap/m/themes/sap_belize_base/StandardListItem.less +321 -0
- package/src/sap/m/themes/sap_belize_base/StandardTile.less +211 -0
- package/src/sap/m/themes/sap_belize_base/StandardTreeItem.less +18 -0
- package/src/sap/m/themes/sap_belize_base/StepInput.less +40 -0
- package/src/sap/m/themes/sap_belize_base/SuggestionItem.less +15 -0
- package/src/sap/m/themes/sap_belize_base/SuggestionsPopover.less +152 -0
- package/src/sap/m/themes/sap_belize_base/Support.less +68 -0
- package/src/sap/m/themes/sap_belize_base/Switch.less +338 -0
- package/src/sap/m/themes/sap_belize_base/TabContainer.less +43 -0
- package/src/sap/m/themes/sap_belize_base/TabStrip.less +427 -0
- package/src/sap/m/themes/sap_belize_base/Table.less +520 -0
- package/src/sap/m/themes/sap_belize_base/TablePersoDialog.less +102 -0
- package/src/sap/m/themes/sap_belize_base/TableSelectDialog.less +21 -0
- package/src/sap/m/themes/sap_belize_base/Text.less +150 -0
- package/src/sap/m/themes/sap_belize_base/TextArea.less +192 -0
- package/src/sap/m/themes/sap_belize_base/Tile.less +73 -0
- package/src/sap/m/themes/sap_belize_base/TileContainer.less +263 -0
- package/src/sap/m/themes/sap_belize_base/TileContent.less +250 -0
- package/src/sap/m/themes/sap_belize_base/TimePicker.less +61 -0
- package/src/sap/m/themes/sap_belize_base/TimePickerClock.less +241 -0
- package/src/sap/m/themes/sap_belize_base/TimePickerClocks.less +73 -0
- package/src/sap/m/themes/sap_belize_base/TimePickerInputs.less +26 -0
- package/src/sap/m/themes/sap_belize_base/TimePickerSliders.less +412 -0
- package/src/sap/m/themes/sap_belize_base/Title.less +108 -0
- package/src/sap/m/themes/sap_belize_base/ToggleButton.less +95 -0
- package/src/sap/m/themes/sap_belize_base/Token.less +122 -0
- package/src/sap/m/themes/sap_belize_base/Tokenizer.less +137 -0
- package/src/sap/m/themes/sap_belize_base/Toolbar.less +165 -0
- package/src/sap/m/themes/sap_belize_base/ToolbarSeparator.less +25 -0
- package/src/sap/m/themes/sap_belize_base/ToolbarSpacer.less +20 -0
- package/src/sap/m/themes/sap_belize_base/TreeItemBase.less +67 -0
- package/src/sap/m/themes/sap_belize_base/UploadCollection.less +495 -0
- package/src/sap/m/themes/sap_belize_base/UploadSet.less +93 -0
- package/src/sap/m/themes/sap_belize_base/UploadSetwithTable.less +95 -0
- package/src/sap/m/themes/sap_belize_base/ValueStateHeader.less +59 -0
- package/src/sap/m/themes/sap_belize_base/ValueStateMessage.less +35 -0
- package/src/sap/m/themes/sap_belize_base/VariantManagement.less +117 -0
- package/src/sap/m/themes/sap_belize_base/ViewSettingsDialog.less +126 -0
- package/src/sap/m/themes/sap_belize_base/WheelSlider.less +344 -0
- package/src/sap/m/themes/sap_belize_base/WheelSliderContainer.less +64 -0
- package/src/sap/m/themes/sap_belize_base/Wizard.less +110 -0
- package/src/sap/m/themes/sap_belize_base/WizardProgressNavigator.less +262 -0
- package/src/sap/m/themes/sap_belize_base/WizardStep.less +23 -0
- package/src/sap/m/themes/sap_belize_base/library.source.less +194 -0
- package/src/sap/m/themes/sap_belize_base/p13n.Container.less +21 -0
- package/src/sap/m/themes/sap_belize_base/p13n.QueryPanel.less +12 -0
- package/src/sap/m/themes/sap_belize_base/p13n.SelectionPanel.less +32 -0
- package/src/sap/m/themes/sap_belize_base/shared.less +315 -0
- package/src/sap/m/themes/sap_belize_hcb/library.source.less +10 -1
- package/src/sap/m/themes/sap_belize_hcw/library.source.less +10 -1
- package/src/sap/tnt/themes/sap_belize/library.source.less +10 -1
- package/src/sap/tnt/themes/sap_belize_base/InfoLabel.less +152 -0
- package/src/sap/tnt/themes/sap_belize_base/NavigationList.less +732 -0
- package/src/sap/tnt/themes/sap_belize_base/SideNavigation.less +123 -0
- package/src/sap/tnt/themes/sap_belize_base/ToolHeader.less +93 -0
- package/src/sap/tnt/themes/sap_belize_base/ToolPage.less +194 -0
- package/src/sap/tnt/themes/sap_belize_base/library.source.less +14 -0
- package/src/sap/tnt/themes/sap_belize_hcb/library.source.less +10 -1
- package/src/sap/tnt/themes/sap_belize_hcw/library.source.less +10 -1
- package/src/sap/ui/codeeditor/themes/sap_belize/library.source.less +10 -1
- package/src/sap/ui/codeeditor/themes/sap_belize_base/library.source.less +23 -0
- package/src/sap/ui/codeeditor/themes/sap_belize_hcb/library.source.less +10 -1
- package/src/sap/ui/codeeditor/themes/sap_belize_hcw/library.source.less +10 -1
- package/src/sap/ui/commons/themes/sap_belize/library.source.less +10 -1
- package/src/sap/ui/commons/themes/sap_belize_base/AbsoluteLayout.less +48 -0
- package/src/sap/ui/commons/themes/sap_belize_base/Accordion.less +22 -0
- package/src/sap/ui/commons/themes/sap_belize_base/AccordionSection.less +126 -0
- package/src/sap/ui/commons/themes/sap_belize_base/ApplicationHeader.less +45 -0
- package/src/sap/ui/commons/themes/sap_belize_base/AutoComplete.less +8 -0
- package/src/sap/ui/commons/themes/sap_belize_base/BorderLayout.less +34 -0
- package/src/sap/ui/commons/themes/sap_belize_base/Button.less +233 -0
- package/src/sap/ui/commons/themes/sap_belize_base/Callout.less +12 -0
- package/src/sap/ui/commons/themes/sap_belize_base/CalloutBase.less +21 -0
- package/src/sap/ui/commons/themes/sap_belize_base/Carousel.less +86 -0
- package/src/sap/ui/commons/themes/sap_belize_base/CheckBox.less +54 -0
- package/src/sap/ui/commons/themes/sap_belize_base/ComboBox.less +53 -0
- package/src/sap/ui/commons/themes/sap_belize_base/ControlsInUITable.less +152 -0
- package/src/sap/ui/commons/themes/sap_belize_base/DatePicker.less +46 -0
- package/src/sap/ui/commons/themes/sap_belize_base/Dialog.less +134 -0
- package/src/sap/ui/commons/themes/sap_belize_base/FileUploader.less +3 -0
- package/src/sap/ui/commons/themes/sap_belize_base/Form.less +4 -0
- package/src/sap/ui/commons/themes/sap_belize_base/FormLayout.less +3 -0
- package/src/sap/ui/commons/themes/sap_belize_base/FormattedTextView.less +57 -0
- package/src/sap/ui/commons/themes/sap_belize_base/GridLayout.less +3 -0
- package/src/sap/ui/commons/themes/sap_belize_base/HorizontalDivider.less +43 -0
- package/src/sap/ui/commons/themes/sap_belize_base/HorizontalLayout.less +3 -0
- package/src/sap/ui/commons/themes/sap_belize_base/Image.less +13 -0
- package/src/sap/ui/commons/themes/sap_belize_base/InPlaceEdit.less +143 -0
- package/src/sap/ui/commons/themes/sap_belize_base/Label.less +131 -0
- package/src/sap/ui/commons/themes/sap_belize_base/Link.less +44 -0
- package/src/sap/ui/commons/themes/sap_belize_base/ListBox.less +126 -0
- package/src/sap/ui/commons/themes/sap_belize_base/MenuBar.less +52 -0
- package/src/sap/ui/commons/themes/sap_belize_base/MenuButton.less +11 -0
- package/src/sap/ui/commons/themes/sap_belize_base/Message.less +70 -0
- package/src/sap/ui/commons/themes/sap_belize_base/MessageBar.less +120 -0
- package/src/sap/ui/commons/themes/sap_belize_base/MessageBox.less +39 -0
- package/src/sap/ui/commons/themes/sap_belize_base/MessageList.less +21 -0
- package/src/sap/ui/commons/themes/sap_belize_base/MessageToast.less +63 -0
- package/src/sap/ui/commons/themes/sap_belize_base/Paginator.less +79 -0
- package/src/sap/ui/commons/themes/sap_belize_base/Panel.less +178 -0
- package/src/sap/ui/commons/themes/sap_belize_base/ProgressIndicator.less +109 -0
- package/src/sap/ui/commons/themes/sap_belize_base/RadioButton.less +34 -0
- package/src/sap/ui/commons/themes/sap_belize_base/RadioButtonGroup.less +51 -0
- package/src/sap/ui/commons/themes/sap_belize_base/RatingIndicator.less +46 -0
- package/src/sap/ui/commons/themes/sap_belize_base/ResponsiveContainer.less +1 -0
- package/src/sap/ui/commons/themes/sap_belize_base/ResponsiveFlowLayout.less +3 -0
- package/src/sap/ui/commons/themes/sap_belize_base/ResponsiveLayout.less +3 -0
- package/src/sap/ui/commons/themes/sap_belize_base/RichTooltip.less +85 -0
- package/src/sap/ui/commons/themes/sap_belize_base/RoadMap.less +213 -0
- package/src/sap/ui/commons/themes/sap_belize_base/RowRepeater.less +167 -0
- package/src/sap/ui/commons/themes/sap_belize_base/SearchField.less +137 -0
- package/src/sap/ui/commons/themes/sap_belize_base/SegmentedButton.less +33 -0
- package/src/sap/ui/commons/themes/sap_belize_base/SimpleForm.less +3 -0
- package/src/sap/ui/commons/themes/sap_belize_base/Slider.less +93 -0
- package/src/sap/ui/commons/themes/sap_belize_base/Splitter.less +106 -0
- package/src/sap/ui/commons/themes/sap_belize_base/TabStrip.less +135 -0
- package/src/sap/ui/commons/themes/sap_belize_base/TextArea.less +13 -0
- package/src/sap/ui/commons/themes/sap_belize_base/TextField.less +122 -0
- package/src/sap/ui/commons/themes/sap_belize_base/TextView.less +153 -0
- package/src/sap/ui/commons/themes/sap_belize_base/ToggleButton.less +12 -0
- package/src/sap/ui/commons/themes/sap_belize_base/Toolbar.less +132 -0
- package/src/sap/ui/commons/themes/sap_belize_base/Tree.less +197 -0
- package/src/sap/ui/commons/themes/sap_belize_base/TriStateCheckBox.less +108 -0
- package/src/sap/ui/commons/themes/sap_belize_base/ValueHelpField.less +27 -0
- package/src/sap/ui/commons/themes/sap_belize_base/jQueryUiBase.less +309 -0
- package/src/sap/ui/commons/themes/sap_belize_base/jQueryUiDatepicker.less +78 -0
- package/src/sap/ui/commons/themes/sap_belize_base/layout.less +91 -0
- package/src/sap/ui/commons/themes/sap_belize_base/library.source.less +72 -0
- package/src/sap/ui/commons/themes/sap_belize_hcb/library.source.less +10 -1
- package/src/sap/ui/commons/themes/sap_belize_hcw/library.source.less +10 -1
- package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize/.theming +2 -1
- package/src/sap/ui/core/themes/sap_belize/library.source.less +10 -1
- package/src/sap/ui/core/themes/sap_belize_base/.theming +7 -0
- package/src/sap/ui/core/themes/sap_belize_base/BlindLayer.less +37 -0
- package/src/sap/ui/core/themes/sap_belize_base/BrowserScrollbar.less +36 -0
- package/src/sap/ui/core/themes/sap_belize_base/BusyIndicator.less +19 -0
- package/src/sap/ui/core/themes/sap_belize_base/CommandShortcutHints.less +20 -0
- package/src/sap/ui/core/themes/sap_belize_base/DragAndDrop.less +76 -0
- package/src/sap/ui/core/themes/sap_belize_base/Icon.less +144 -0
- package/src/sap/ui/core/themes/sap_belize_base/LocalBusyIndicator.less +292 -0
- package/src/sap/ui/core/themes/sap_belize_base/SAP-icons.css +13 -0
- package/src/sap/ui/core/themes/sap_belize_base/SAP-icons.less +10 -0
- package/src/sap/ui/core/themes/sap_belize_base/ScrollBar.less +20 -0
- package/src/sap/ui/core/themes/sap_belize_base/Shadow.less +3 -0
- package/src/sap/ui/core/themes/sap_belize_base/TechnicalInfo.less +157 -0
- package/src/sap/ui/core/themes/sap_belize_base/View.less +12 -0
- package/src/sap/ui/core/themes/sap_belize_base/global.less +1743 -0
- package/src/sap/ui/core/themes/sap_belize_base/library.source.less +26 -0
- package/src/sap/ui/core/themes/sap_belize_base/media.less +36 -0
- package/src/sap/ui/core/themes/sap_belize_base/parameterClasses.less +83 -0
- package/src/sap/ui/core/themes/sap_belize_base/shared.less +340 -0
- package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/.theming +3 -2
- package/src/sap/ui/core/themes/sap_belize_hcb/library.source.less +10 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/.theming +3 -2
- package/src/sap/ui/core/themes/sap_belize_hcw/library.source.less +10 -1
- package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_plus/.theming +1 -0
- package/src/sap/ui/dt/themes/sap_belize/library.source.less +10 -1
- package/src/sap/ui/dt/themes/sap_belize_base/ContextMenu.less +129 -0
- package/src/sap/ui/dt/themes/sap_belize_base/Overlay.less +179 -0
- package/src/sap/ui/dt/themes/sap_belize_base/library.source.less +11 -0
- package/src/sap/ui/dt/themes/sap_belize_base/shared.less +1 -0
- package/src/sap/ui/dt/themes/sap_belize_hcb/library.source.less +10 -1
- package/src/sap/ui/dt/themes/sap_belize_hcw/library.source.less +10 -1
- package/src/sap/ui/fl/themes/sap_belize/library.source.less +10 -1
- package/src/sap/ui/fl/themes/sap_belize_base/library.source.less +8 -0
- package/src/sap/ui/fl/themes/sap_belize_hcb/library.source.less +10 -1
- package/src/sap/ui/fl/themes/sap_belize_hcw/library.source.less +10 -1
- package/src/sap/ui/integration/themes/sap_belize/library.source.less +10 -1
- package/src/sap/ui/integration/themes/sap_belize_base/ActionsStrip.less +26 -0
- package/src/sap/ui/integration/themes/sap_belize_base/AdaptiveCard.less +8 -0
- package/src/sap/ui/integration/themes/sap_belize_base/AnalyticsCloudContent.less +21 -0
- package/src/sap/ui/integration/themes/sap_belize_base/BlockingMessage.less +11 -0
- package/src/sap/ui/integration/themes/sap_belize_base/CalendarContent.less +247 -0
- package/src/sap/ui/integration/themes/sap_belize_base/Card.less +46 -0
- package/src/sap/ui/integration/themes/sap_belize_base/CardTileVariant.less +153 -0
- package/src/sap/ui/integration/themes/sap_belize_base/CustomElementBase.less +14 -0
- package/src/sap/ui/integration/themes/sap_belize_base/CustomElementCard.less +10 -0
- package/src/sap/ui/integration/themes/sap_belize_base/Footer.less +10 -0
- package/src/sap/ui/integration/themes/sap_belize_base/ImageWithOverlay.less +69 -0
- package/src/sap/ui/integration/themes/sap_belize_base/LinkWithIcon.less +11 -0
- package/src/sap/ui/integration/themes/sap_belize_base/ListContentItem.less +164 -0
- package/src/sap/ui/integration/themes/sap_belize_base/Microchart.less +62 -0
- package/src/sap/ui/integration/themes/sap_belize_base/MicrochartLegend.less +52 -0
- package/src/sap/ui/integration/themes/sap_belize_base/ObjectContent.less +181 -0
- package/src/sap/ui/integration/themes/sap_belize_base/ObjectStatus.less +58 -0
- package/src/sap/ui/integration/themes/sap_belize_base/Paginator.less +125 -0
- package/src/sap/ui/integration/themes/sap_belize_base/WebPageContent.less +16 -0
- package/src/sap/ui/integration/themes/sap_belize_base/library.source.less +28 -0
- package/src/sap/ui/integration/themes/sap_belize_hcb/library.source.less +10 -1
- package/src/sap/ui/integration/themes/sap_belize_hcw/library.source.less +10 -1
- package/src/sap/ui/layout/themes/sap_belize/library.source.less +10 -1
- package/src/sap/ui/layout/themes/sap_belize_base/AlignedFlowLayout.less +57 -0
- package/src/sap/ui/layout/themes/sap_belize_base/BlockLayout.less +226 -0
- package/src/sap/ui/layout/themes/sap_belize_base/BlockLayoutCell.less +62 -0
- package/src/sap/ui/layout/themes/sap_belize_base/BlockLayoutRow.less +49 -0
- package/src/sap/ui/layout/themes/sap_belize_base/CSSGrid.less +74 -0
- package/src/sap/ui/layout/themes/sap_belize_base/ColumnLayout.less +289 -0
- package/src/sap/ui/layout/themes/sap_belize_base/DynamicSideContent.less +95 -0
- package/src/sap/ui/layout/themes/sap_belize_base/FixFlex.less +127 -0
- package/src/sap/ui/layout/themes/sap_belize_base/Form.less +18 -0
- package/src/sap/ui/layout/themes/sap_belize_base/FormLayout.less +119 -0
- package/src/sap/ui/layout/themes/sap_belize_base/Grid.less +261 -0
- package/src/sap/ui/layout/themes/sap_belize_base/GridLayout.less +189 -0
- package/src/sap/ui/layout/themes/sap_belize_base/HorizontalLayout.less +61 -0
- package/src/sap/ui/layout/themes/sap_belize_base/ResponsiveFlowLayout.less +62 -0
- package/src/sap/ui/layout/themes/sap_belize_base/ResponsiveGridLayout.less +254 -0
- package/src/sap/ui/layout/themes/sap_belize_base/ResponsiveLayout.less +186 -0
- package/src/sap/ui/layout/themes/sap_belize_base/ResponsiveSplitter.less +154 -0
- package/src/sap/ui/layout/themes/sap_belize_base/SimpleForm.less +19 -0
- package/src/sap/ui/layout/themes/sap_belize_base/Splitter.less +280 -0
- package/src/sap/ui/layout/themes/sap_belize_base/VerticalLayout.less +48 -0
- package/src/sap/ui/layout/themes/sap_belize_base/library.source.less +29 -0
- package/src/sap/ui/layout/themes/sap_belize_hcb/library.source.less +10 -1
- package/src/sap/ui/layout/themes/sap_belize_hcw/library.source.less +10 -1
- package/src/sap/ui/mdc/themes/sap_belize/library.source.less +10 -1
- package/src/sap/ui/mdc/themes/sap_belize_base/AdaptFiltersPanel.less +27 -0
- package/src/sap/ui/mdc/themes/sap_belize_base/AdaptationFilterBar.less +3 -0
- package/src/sap/ui/mdc/themes/sap_belize_base/Chart.less +49 -0
- package/src/sap/ui/mdc/themes/sap_belize_base/FieldBase.less +88 -0
- package/src/sap/ui/mdc/themes/sap_belize_base/FilterBar.less +49 -0
- package/src/sap/ui/mdc/themes/sap_belize_base/GroupView.less +56 -0
- package/src/sap/ui/mdc/themes/sap_belize_base/InfoPanel.less +137 -0
- package/src/sap/ui/mdc/themes/sap_belize_base/ListView.less +32 -0
- package/src/sap/ui/mdc/themes/sap_belize_base/PersonalizationDialog.less +31 -0
- package/src/sap/ui/mdc/themes/sap_belize_base/QueryPanel.less +7 -0
- package/src/sap/ui/mdc/themes/sap_belize_base/SelectionDialog.less +5 -0
- package/src/sap/ui/mdc/themes/sap_belize_base/Table.less +9 -0
- package/src/sap/ui/mdc/themes/sap_belize_base/TokenDisplay.less +89 -0
- package/src/sap/ui/mdc/themes/sap_belize_base/TokenizerDisplay.less +90 -0
- package/src/sap/ui/mdc/themes/sap_belize_base/ValueHelpDialog.less +194 -0
- package/src/sap/ui/mdc/themes/sap_belize_base/Wrapper.less +17 -0
- package/src/sap/ui/mdc/themes/sap_belize_base/library.source.less +23 -0
- package/src/sap/ui/mdc/themes/sap_belize_hcb/library.source.less +10 -1
- package/src/sap/ui/mdc/themes/sap_belize_hcw/library.source.less +10 -1
- package/src/sap/ui/rta/themes/sap_belize/library.source.less +10 -1
- package/src/sap/ui/rta/themes/sap_belize_base/AddIFrame.less +154 -0
- package/src/sap/ui/rta/themes/sap_belize_base/ChangeVisualization.less +98 -0
- package/src/sap/ui/rta/themes/sap_belize_base/ContextMenu.less +25 -0
- package/src/sap/ui/rta/themes/sap_belize_base/Dialogs.less +79 -0
- package/src/sap/ui/rta/themes/sap_belize_base/FieldRepository.less +48 -0
- package/src/sap/ui/rta/themes/sap_belize_base/FlexSupportExtension.less +14 -0
- package/src/sap/ui/rta/themes/sap_belize_base/MessageBox.less +10 -0
- package/src/sap/ui/rta/themes/sap_belize_base/Overlay.less +271 -0
- package/src/sap/ui/rta/themes/sap_belize_base/OverlayWithScrollbar.less +61 -0
- package/src/sap/ui/rta/themes/sap_belize_base/Toolbar.adaptation.less +299 -0
- package/src/sap/ui/rta/themes/sap_belize_base/Toolbar.base.less +42 -0
- package/src/sap/ui/rta/themes/sap_belize_base/Toolbar.fiori.less +21 -0
- package/src/sap/ui/rta/themes/sap_belize_base/Toolbar.standalone.less +12 -0
- package/src/sap/ui/rta/themes/sap_belize_base/library.source.less +23 -0
- package/src/sap/ui/rta/themes/sap_belize_hcb/library.source.less +10 -1
- package/src/sap/ui/rta/themes/sap_belize_hcw/library.source.less +10 -1
- package/src/sap/ui/suite/themes/sap_belize/library.source.less +10 -1
- package/src/sap/ui/suite/themes/sap_belize_base/TaskCircle.less +14 -0
- package/src/sap/ui/suite/themes/sap_belize_base/VerticalProgressIndicator.less +18 -0
- package/src/sap/ui/suite/themes/sap_belize_base/library.source.less +12 -0
- package/src/sap/ui/suite/themes/sap_belize_base/shared.less +1 -0
- package/src/sap/ui/suite/themes/sap_belize_hcb/library.source.less +10 -1
- package/src/sap/ui/suite/themes/sap_belize_hcw/library.source.less +10 -1
- package/src/sap/ui/table/themes/sap_belize/library.source.less +10 -1
- package/src/sap/ui/table/themes/sap_belize_base/AnalyticalTable.less +38 -0
- package/src/sap/ui/table/themes/sap_belize_base/Cell.less +441 -0
- package/src/sap/ui/table/themes/sap_belize_base/CreationRow.less +83 -0
- package/src/sap/ui/table/themes/sap_belize_base/DragDrop.less +245 -0
- package/src/sap/ui/table/themes/sap_belize_base/Grouping.less +223 -0
- package/src/sap/ui/table/themes/sap_belize_base/Row.less +95 -0
- package/src/sap/ui/table/themes/sap_belize_base/RowAction.less +52 -0
- package/src/sap/ui/table/themes/sap_belize_base/RowHighlight.less +80 -0
- package/src/sap/ui/table/themes/sap_belize_base/RowSelection.less +146 -0
- package/src/sap/ui/table/themes/sap_belize_base/Scrolling.less +343 -0
- package/src/sap/ui/table/themes/sap_belize_base/ScrollingIOS.less +18 -0
- package/src/sap/ui/table/themes/sap_belize_base/Table.less +524 -0
- package/src/sap/ui/table/themes/sap_belize_base/library.source.less +61 -0
- package/src/sap/ui/table/themes/sap_belize_hcb/library.source.less +10 -1
- package/src/sap/ui/table/themes/sap_belize_hcw/library.source.less +10 -1
- package/src/sap/ui/unified/themes/sap_belize/library.source.less +10 -1
- package/src/sap/ui/unified/themes/sap_belize_base/Calendar.less +1045 -0
- package/src/sap/ui/unified/themes/sap_belize_base/CalendarDateInterval.less +21 -0
- package/src/sap/ui/unified/themes/sap_belize_base/CalendarLegend.less +237 -0
- package/src/sap/ui/unified/themes/sap_belize_base/CalendarRow.less +554 -0
- package/src/sap/ui/unified/themes/sap_belize_base/ColorPicker.less +794 -0
- package/src/sap/ui/unified/themes/sap_belize_base/ContentSwitcher.less +219 -0
- package/src/sap/ui/unified/themes/sap_belize_base/Currency.less +49 -0
- package/src/sap/ui/unified/themes/sap_belize_base/FileUploader.less +210 -0
- package/src/sap/ui/unified/themes/sap_belize_base/IndexPicker.less +36 -0
- package/src/sap/ui/unified/themes/sap_belize_base/Menu.less +452 -0
- package/src/sap/ui/unified/themes/sap_belize_base/ShellHeader.less +420 -0
- package/src/sap/ui/unified/themes/sap_belize_base/ShellLayout.less +178 -0
- package/src/sap/ui/unified/themes/sap_belize_base/ShellOverlay.less +290 -0
- package/src/sap/ui/unified/themes/sap_belize_base/SplitContainer.less +73 -0
- package/src/sap/ui/unified/themes/sap_belize_base/library.source.less +23 -0
- package/src/sap/ui/unified/themes/sap_belize_hcb/library.source.less +10 -1
- package/src/sap/ui/unified/themes/sap_belize_hcw/library.source.less +10 -1
- package/src/sap/ui/ux3/themes/sap_belize/library.source.less +10 -1
- package/src/sap/ui/ux3/themes/sap_belize_base/ActionBar.less +307 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/CollectionInspector.less +190 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/DataSet.less +28 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/DataSetSimpleView.less +29 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/Exact.less +20 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/ExactArea.less +30 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/ExactBrowser.less +40 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/ExactList.less +400 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/FacetFilter.less +10 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/FacetFilterList.less +47 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/Feed.less +28 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/FeedChunk.less +117 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/Feeder.less +74 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/NavigationBar.less +224 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/NotificationBar.less +374 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/Overlay.less +75 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/OverlayContainer.less +20 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/OverlayDialog.less +24 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/QuickView.less +55 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/Shell.less +611 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/ShellColorPicker.less +40 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/ShellPersonalization.less +20 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/ThingInspector.less +269 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/ThingViewer.less +290 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/ToolPopup.less +118 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/library.source.less +35 -0
- package/src/sap/ui/ux3/themes/sap_belize_base/shared.less +1 -0
- package/src/sap/ui/ux3/themes/sap_belize_hcb/library.source.less +10 -1
- package/src/sap/ui/ux3/themes/sap_belize_hcw/library.source.less +10 -1
- package/src/sap/uxap/themes/sap_belize/library.source.less +10 -1
- package/src/sap/uxap/themes/sap_belize_base/AnchorBar.less +384 -0
- package/src/sap/uxap/themes/sap_belize_base/BreadCrumbs.less +92 -0
- package/src/sap/uxap/themes/sap_belize_base/HierarchicalSelect.less +197 -0
- package/src/sap/uxap/themes/sap_belize_base/ObjectPageHeader.less +461 -0
- package/src/sap/uxap/themes/sap_belize_base/ObjectPageHeaderContent.less +301 -0
- package/src/sap/uxap/themes/sap_belize_base/ObjectPageLayout.less +270 -0
- package/src/sap/uxap/themes/sap_belize_base/ObjectPageSection.less +135 -0
- package/src/sap/uxap/themes/sap_belize_base/ObjectPageSubSection.less +239 -0
- package/src/sap/uxap/themes/sap_belize_base/library.source.less +15 -0
- package/src/sap/uxap/themes/sap_belize_hcb/library.source.less +10 -1
- package/src/sap/uxap/themes/sap_belize_hcw/library.source.less +10 -1
|
@@ -0,0 +1,1743 @@
|
|
|
1
|
+
// ===========================
|
|
2
|
+
// Global CSS for 'base' theme
|
|
3
|
+
// ===========================
|
|
4
|
+
|
|
5
|
+
// ===========================
|
|
6
|
+
// Semantic Theming Mapping
|
|
7
|
+
// ===========================
|
|
8
|
+
|
|
9
|
+
// ==========================================================
|
|
10
|
+
// Quick Theming (these Parameters can be linked in controls)
|
|
11
|
+
// ==========================================================
|
|
12
|
+
|
|
13
|
+
@sapUiBrand: @sapBrandColor;
|
|
14
|
+
@sapUiHighlight: @sapHighlightColor;
|
|
15
|
+
@sapUiBaseColor: @sapBaseColor;
|
|
16
|
+
@sapUiShellColor: @sapShellColor;
|
|
17
|
+
@sapUiBaseBG: @sapBackgroundColor;
|
|
18
|
+
@sapUiGlobalBackgroundColor: @sapBackgroundColor;
|
|
19
|
+
@sapUiFontFamily: @sapFontFamily;
|
|
20
|
+
@sapUiFontSize: medium; // @sapFontSize;
|
|
21
|
+
@sapUiBaseText: @sapTextColor;
|
|
22
|
+
@sapUiLink: @sapLinkColor;
|
|
23
|
+
@sapUiGlobalLogo: @sapCompanyLogo;
|
|
24
|
+
@sapUiGlobalBackgroundImage: @sapBackgroundImage;
|
|
25
|
+
@sapUiBackgroundImage: @sapBackgroundImage;
|
|
26
|
+
@sapUiUx3ShellBackgroundImageURL: @sapBackgroundImage;
|
|
27
|
+
@sapUiGlobalBackgroundImageOpacity: @sapBackgroundImageOpacity;
|
|
28
|
+
@sapUiGlobalBackgroundRepeat: @sapBackgroundImageRepeat;
|
|
29
|
+
@sapUiSelected: @sapSelectedColor;
|
|
30
|
+
@sapUiHover: @sapHoverColor;
|
|
31
|
+
@sapUiActive: @sapActiveColor;
|
|
32
|
+
@sapUiHighlightTextColor: @sapHighlightTextColor;
|
|
33
|
+
@sapUiTextTitle: @sapTitleColor;
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
// =======================================================
|
|
37
|
+
// Semantic Foreground Colors - do not use in Controls!!
|
|
38
|
+
// =======================================================
|
|
39
|
+
|
|
40
|
+
@sapUiNegative: @sapNegativeColor;
|
|
41
|
+
@sapUiCritical: @sapCriticalColor;
|
|
42
|
+
@sapUiPositive: @sapPositiveColor;
|
|
43
|
+
@sapUiInformative: @sapInformativeColor;
|
|
44
|
+
@sapUiNeutral: @sapNeutralColor;
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
// =====================================
|
|
48
|
+
// Semantic Colors
|
|
49
|
+
// =====================================
|
|
50
|
+
|
|
51
|
+
// Semantic Foreground Elements
|
|
52
|
+
|
|
53
|
+
@sapUiNegativeElement: @sapNegativeElementColor;
|
|
54
|
+
@sapUiCriticalElement: @sapCriticalElementColor;
|
|
55
|
+
@sapUiPositiveElement: @sapPositiveElementColor;
|
|
56
|
+
@sapUiInformativeElement: @sapInformativeElementColor;
|
|
57
|
+
@sapUiNeutralElement: @sapNeutralElementColor;
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
// Semantic Text
|
|
61
|
+
|
|
62
|
+
@sapUiNegativeText: @sapNegativeTextColor;
|
|
63
|
+
@sapUiCriticalText: @sapCriticalTextColor;
|
|
64
|
+
@sapUiPositiveText: @sapPositiveTextColor;
|
|
65
|
+
@sapUiInformativeText: @sapInformativeTextColor;
|
|
66
|
+
@sapUiNeutralText: @sapNeutralTextColor;
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
// Semantic Background Colors
|
|
70
|
+
|
|
71
|
+
@sapUiErrorBG: @sapErrorBackground;
|
|
72
|
+
@sapUiWarningBG: @sapWarningBackground;
|
|
73
|
+
@sapUiSuccessBG: @sapSuccessBackground;
|
|
74
|
+
@sapUiInformationBG: @sapInformationBackground;
|
|
75
|
+
@sapUiNeutralBG: @sapNeutralBackground;
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
// Semantic Border Colors
|
|
79
|
+
|
|
80
|
+
@sapUiErrorBorder: @sapErrorBorderColor;
|
|
81
|
+
@sapUiWarningBorder: @sapWarningBorderColor;
|
|
82
|
+
@sapUiSuccessBorder: @sapSuccessBorderColor;
|
|
83
|
+
@sapUiInformationBorder: @sapInformationBorderColor;
|
|
84
|
+
@sapUiNeutralBorder: @sapNeutralColor;
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
// ==============================================================
|
|
88
|
+
// Expert Theming (these Parameters should be linked in controls)
|
|
89
|
+
// ==============================================================
|
|
90
|
+
|
|
91
|
+
@sapUiElementLineHeight: @sapElement_LineHeight;
|
|
92
|
+
@sapUiElementHeight: @sapElement_Height;
|
|
93
|
+
@sapUiElementBorderWidth: @sapElement_BorderWidth;
|
|
94
|
+
@sapUiElementBorderCornerRadius: @sapElement_BorderCornerRadius;
|
|
95
|
+
@sapUiElementCompactLineHeight: @sapElement_Compact_LineHeight;
|
|
96
|
+
@sapUiElementCompactHeight: @sapElement_Compact_Height;
|
|
97
|
+
@sapUiElementCondensedLineHeight: @sapElement_Condensed_LineHeight;
|
|
98
|
+
@sapUiElementCondensedHeight: @sapElement_Condensed_Height;
|
|
99
|
+
|
|
100
|
+
@sapUiContentLineHeight: @sapContent_LineHeight;
|
|
101
|
+
@sapUiContentIconHeight: @sapContent_IconHeight;
|
|
102
|
+
@sapUiContentIconColor: @sapContent_IconColor;
|
|
103
|
+
@sapUiContentContrastIconColor: @sapContent_ContrastIconColor;
|
|
104
|
+
@sapUiContentNonInteractiveIconColor: @sapContent_NonInteractiveIconColor;
|
|
105
|
+
@sapUiContentMarkerIconColor: @sapContent_MarkerIconColor;
|
|
106
|
+
@sapUiContentMarkerTextColor: @sapContent_MarkerTextColor;
|
|
107
|
+
@sapUiContentMeasureIndicatorColor: @sapContent_MeasureIndicatorColor;
|
|
108
|
+
@sapUiContentSelectedMeasureIndicatorColor: @sapContent_Selected_MeasureIndicatorColor;
|
|
109
|
+
@sapUiContentPlaceholderloadingBackground: @sapContent_Placeholderloading_Background;
|
|
110
|
+
@sapUiContentPlaceholderloadingGradient: @sapContent_Placeholderloading_Gradient;
|
|
111
|
+
@sapUiContentImagePlaceholderBackground: @sapContent_ImagePlaceholderBackground;
|
|
112
|
+
@sapUiContentImagePlaceholderForegroundColor: @sapContent_ImagePlaceholderForegroundColor;
|
|
113
|
+
@sapUiContentRatedColor: @sapContent_RatedColor;
|
|
114
|
+
@sapUiContentUnratedColor: @sapContent_UnratedColor;
|
|
115
|
+
@sapUiContentBusyColor: @sapContent_BusyColor;
|
|
116
|
+
@sapUiContentFocusColor: @sapContent_FocusColor;
|
|
117
|
+
@sapUiContentFocusStyle: @sapContent_FocusStyle;
|
|
118
|
+
@sapUiContentFocusWidth: @sapContent_FocusWidth;
|
|
119
|
+
@sapUiContentContrastFocusColor: @sapContent_ContrastFocusColor;
|
|
120
|
+
@sapUiContentShadowColor: @sapContent_ShadowColor;
|
|
121
|
+
@sapUiContentContrastShadowColor: @sapContent_ContrastShadowColor;
|
|
122
|
+
@sapUiContentShadow0: @sapContent_Shadow0;
|
|
123
|
+
@sapUiContentShadow1: @sapContent_Shadow1;
|
|
124
|
+
@sapUiContentShadow2: @sapContent_Shadow2;
|
|
125
|
+
@sapUiContentShadow3: @sapContent_Shadow3;
|
|
126
|
+
@sapUiContentTextShadow: @sapContent_TextShadow;
|
|
127
|
+
@sapUiContentContrastTextShadow: @sapContent_ContrastTextShadow;
|
|
128
|
+
@sapUiContentHeaderShadow: @sapContent_HeaderShadow;
|
|
129
|
+
@sapUiContentInteractionShadow: @sapContent_Interaction_Shadow;
|
|
130
|
+
@sapUiContentSelectedShadow: @sapContent_Selected_Shadow;
|
|
131
|
+
@sapUiContentNegativeShadow: @sapContent_Negative_Shadow;
|
|
132
|
+
@sapUiContentCriticalShadow: @sapContent_Critical_Shadow;
|
|
133
|
+
@sapUiContentPositiveShadow: @sapContent_Positive_Shadow;
|
|
134
|
+
@sapUiContentInformativeShadow: @sapContent_Informative_Shadow;
|
|
135
|
+
@sapUiContentNeutralShadow: @sapContent_Neutral_Shadow;
|
|
136
|
+
@sapUiContentSearchHighlightColor: @sapContent_SearchHighlightColor;
|
|
137
|
+
@sapUiContentHelpColor: @sapContent_HelpColor;
|
|
138
|
+
@sapUiContentLabelColor: @sapContent_LabelColor;
|
|
139
|
+
@sapUiContentMonospaceFontFamily: @sapContent_MonospaceFontFamily;
|
|
140
|
+
@sapUiContentMonospaceBoldFontFamily: @sapContent_MonospaceBoldFontFamily;
|
|
141
|
+
@sapUiContentIconFontFamily: @sapContent_IconFontFamily;
|
|
142
|
+
@sapUiContentDisabledTextColor: @sapContent_DisabledTextColor;
|
|
143
|
+
@sapUiContentDisabledOpacity: @sapContent_DisabledOpacity;
|
|
144
|
+
@sapUiContentContrastTextThreshold: @sapContent_ContrastTextThreshold;
|
|
145
|
+
@sapUiContentContrastTextColor: @sapContent_ContrastTextColor;
|
|
146
|
+
@sapUiContentForegroundColor: @sapContent_ForegroundColor;
|
|
147
|
+
@sapUiContentForegroundBorderColor: @sapContent_ForegroundBorderColor;
|
|
148
|
+
@sapUiContentForegroundTextColor: @sapContent_ForegroundTextColor;
|
|
149
|
+
@sapUiContentBadgeBackground: @sapContent_BadgeBackground;
|
|
150
|
+
@sapUiContentBadgeTextColor: @sapContent_BadgeTextColor;
|
|
151
|
+
@sapUiContentDragAndDropActiveColor: @sapContent_DragAndDropActiveColor;
|
|
152
|
+
@sapUiContentSelectedTextColor: @sapContent_Selected_TextColor;
|
|
153
|
+
@sapUiContentSelectedBackground: @sapContent_Selected_Background;
|
|
154
|
+
@sapUiContentSelectedHoverBackground: @sapContent_Selected_Hover_Background;
|
|
155
|
+
@sapUiContentSelectedForegroundColor: @sapContent_Selected_ForegroundColor;
|
|
156
|
+
@sapUiContentForcedColorAdjust: @sapContent_ForcedColorAdjust;
|
|
157
|
+
|
|
158
|
+
@sapUiContentIllustrativeColor1: @sapContent_Illustrative_Color1;
|
|
159
|
+
@sapUiContentIllustrativeColor2: @sapContent_Illustrative_Color2;
|
|
160
|
+
@sapUiContentIllustrativeColor3: @sapContent_Illustrative_Color3;
|
|
161
|
+
@sapUiContentIllustrativeColor4: @sapContent_Illustrative_Color4;
|
|
162
|
+
@sapUiContentIllustrativeColor5: @sapContent_Illustrative_Color5;
|
|
163
|
+
@sapUiContentIllustrativeColor6: @sapContent_Illustrative_Color6;
|
|
164
|
+
@sapUiContentIllustrativeColor7: @sapContent_Illustrative_Color7;
|
|
165
|
+
@sapUiContentIllustrativeColor8: @sapContent_Illustrative_Color8;
|
|
166
|
+
@sapUiContentIllustrativeColor9: @sapContent_Illustrative_Color9;
|
|
167
|
+
@sapUiContentIllustrativeColor10: @sapContent_Illustrative_Color10;
|
|
168
|
+
@sapUiContentIllustrativeColor11: @sapContent_Illustrative_Color11;
|
|
169
|
+
@sapUiContentIllustrativeColor12: @sapContent_Illustrative_Color12;
|
|
170
|
+
@sapUiContentIllustrativeColor13: @sapContent_Illustrative_Color13;
|
|
171
|
+
@sapUiContentIllustrativeColor14: @sapContent_Illustrative_Color14;
|
|
172
|
+
@sapUiContentIllustrativeColor15: @sapContent_Illustrative_Color15;
|
|
173
|
+
@sapUiContentIllustrativeColor16: @sapContent_Illustrative_Color16;
|
|
174
|
+
@sapUiContentIllustrativeColor17: @sapContent_Illustrative_Color17;
|
|
175
|
+
@sapUiContentIllustrativeColor18: @sapContent_Illustrative_Color18;
|
|
176
|
+
@sapUiContentIllustrativeColor19: @sapContent_Illustrative_Color19;
|
|
177
|
+
@sapUiContentIllustrativeColor20: @sapContent_Illustrative_Color20;
|
|
178
|
+
|
|
179
|
+
@sapUiFontLightFamily: @sapFontLightFamily;
|
|
180
|
+
@sapUiFontBoldFamily: @sapFontBoldFamily;
|
|
181
|
+
@sapUiFontSemiboldFamily: @sapFontSemiboldFamily;
|
|
182
|
+
@sapUiFontSemiboldDuplexFamily: @sapFontSemiboldDuplexFamily;
|
|
183
|
+
@sapUiFontBlackFamily: @sapFontBlackFamily;
|
|
184
|
+
@sapUiFontHeaderFamily: @sapFontHeaderFamily;
|
|
185
|
+
@sapMFontSmallSize: @sapFontSmallSize;
|
|
186
|
+
@sapMFontLargeSize: @sapFontLargeSize;
|
|
187
|
+
@sapMFontHeader1Size: @sapFontHeader1Size;
|
|
188
|
+
@sapMFontHeader2Size: @sapFontHeader2Size;
|
|
189
|
+
@sapMFontHeader3Size: @sapFontHeader3Size;
|
|
190
|
+
@sapMFontHeader4Size: @sapFontHeader4Size;
|
|
191
|
+
@sapMFontHeader5Size: @sapFontHeader5Size;
|
|
192
|
+
@sapMFontHeader6Size: @sapFontHeader6Size;
|
|
193
|
+
|
|
194
|
+
@sapUiLinkTextDecoration: @sapLink_TextDecoration;
|
|
195
|
+
@sapUiLinkHoverColor: @sapLink_Hover_Color;
|
|
196
|
+
@sapUiLinkHoverTextDecoration: @sapLink_Hover_TextDecoration;
|
|
197
|
+
@sapUiLinkActiveColor: @sapLink_Active_Color;
|
|
198
|
+
@sapUiLinkActiveTextDecoration: @sapLink_Active_TextDecoration;
|
|
199
|
+
@sapUiLinkVisitedColor: @sapLink_Visited_Color;
|
|
200
|
+
@sapUiLinkInvertedColor: @sapLink_InvertedColor;
|
|
201
|
+
@sapUiLinkSubtleColor: @sapLink_SubtleColor;
|
|
202
|
+
|
|
203
|
+
@sapUiShellBackground: @sapShell_Background;
|
|
204
|
+
@sapUiShellBackgroundImage: @sapShell_BackgroundImage;
|
|
205
|
+
@sapUiShellBackgroundImageOpacity: @sapShell_BackgroundImageOpacity;
|
|
206
|
+
@sapUiShellBackgroundImageRepeat: @sapShell_BackgroundImageRepeat;
|
|
207
|
+
@sapUiShellBorderColor: @sapShell_BorderColor;
|
|
208
|
+
@sapUiShellTextColor: @sapShell_TextColor;
|
|
209
|
+
@sapUiShellInteractiveBackground: @sapShell_InteractiveBackground;
|
|
210
|
+
@sapUiShellInteractiveTextColor: @sapShell_InteractiveTextColor;
|
|
211
|
+
@sapUiShellInteractiveBorderColor: @sapShell_InteractiveBorderColor;
|
|
212
|
+
@sapUiShellGroupTitleTextColor: @sapShell_GroupTitleTextColor;
|
|
213
|
+
@sapUiShellGroupTitleTextShadow: @sapShell_GroupTitleTextShadow;
|
|
214
|
+
@sapUiShellHoverBackground: @sapShell_Hover_Background;
|
|
215
|
+
@sapUiShellActiveBackground: @sapShell_Active_Background;
|
|
216
|
+
@sapUiShellActiveTextColor: @sapShell_Active_TextColor;
|
|
217
|
+
@sapUiShellSelectedBackground: @sapShell_Selected_Background;
|
|
218
|
+
@sapUiShellSelectedTextColor: @sapShell_Selected_TextColor;
|
|
219
|
+
@sapUiShellSelectedHoverBackground: @sapShell_Selected_Hover_Background;
|
|
220
|
+
@sapUiShellFavicon: @sapShell_Favicon;
|
|
221
|
+
@sapUiShellNavigationBackground: @sapShell_Navigation_Background;
|
|
222
|
+
@sapUiShellNavigationHoverBackground: @sapShell_Navigation_Hover_Background;
|
|
223
|
+
@sapUiShellNavigationSelectedColor: @sapShell_Navigation_SelectedColor;
|
|
224
|
+
@sapUiShellNavigationSelectedTextColor: @sapShell_Navigation_Selected_TextColor;
|
|
225
|
+
@sapUiShellNavigationTextColor: @sapShell_Navigation_TextColor;
|
|
226
|
+
@sapUiShellNavigationActiveTextColor: @sapShell_Navigation_Active_TextColor;
|
|
227
|
+
@sapUiShellNavigationActiveBackground: @sapShell_Navigation_Active_Background;
|
|
228
|
+
@sapUiShellShadow: @sapShell_Shadow;
|
|
229
|
+
@sapUiShellNegativeColor: @sapShell_NegativeColor;
|
|
230
|
+
@sapUiShellCriticalColor: @sapShell_CriticalColor;
|
|
231
|
+
@sapUiShellPositiveColor: @sapShell_PositiveColor;
|
|
232
|
+
@sapUiShellInformativeColor: @sapShell_InformativeColor;
|
|
233
|
+
@sapUiShellNeutralColor: @sapShell_NeutralColor;
|
|
234
|
+
@sapUiShellAssistantForegroundColor: @sapShell_Assistant_ForegroundColor;
|
|
235
|
+
@sapUiShellCategory1Background: @sapShell_Category_1_Background;
|
|
236
|
+
@sapUiShellCategory1BorderColor: @sapShell_Category_1_BorderColor;
|
|
237
|
+
@sapUiShellCategory1TextColor: @sapShell_Category_1_TextColor;
|
|
238
|
+
@sapUiShellCategory1TextShadow: @sapShell_Category_1_TextShadow;
|
|
239
|
+
@sapUiShellCategory2Background: @sapShell_Category_2_Background;
|
|
240
|
+
@sapUiShellCategory2BorderColor: @sapShell_Category_2_BorderColor;
|
|
241
|
+
@sapUiShellCategory2TextColor: @sapShell_Category_2_TextColor;
|
|
242
|
+
@sapUiShellCategory2TextShadow: @sapShell_Category_2_TextShadow;
|
|
243
|
+
@sapUiShellCategory31Background: @sapShell_Category_3_Background;
|
|
244
|
+
@sapUiShellCategory3BorderColor: @sapShell_Category_3_BorderColor;
|
|
245
|
+
@sapUiShellCategory3TextColor: @sapShell_Category_3_TextColor;
|
|
246
|
+
@sapUiShellCategory3TextShadow: @sapShell_Category_3_TextShadow;
|
|
247
|
+
@sapUiShellCategory4Background: @sapShell_Category_4_Background;
|
|
248
|
+
@sapUiShellCategory4BorderColor: @sapShell_Category_4_BorderColor;
|
|
249
|
+
@sapUiShellCategory4TextColor: @sapShell_Category_4_TextColor;
|
|
250
|
+
@sapUiShellCategory4TextShadow: @sapShell_Category_4_TextShadow;
|
|
251
|
+
@sapUiShellCategory5Background: @sapShell_Category_5_Background;
|
|
252
|
+
@sapUiShellCategory5BorderColor: @sapShell_Category_5_BorderColor;
|
|
253
|
+
@sapUiShellCategory5TextColor: @sapShell_Category_5_TextColor;
|
|
254
|
+
@sapUiShellCategory5TextShadow: @sapShell_Category_5_TextShadow;
|
|
255
|
+
@sapUiShellCategory6Background: @sapShell_Category_6_Background;
|
|
256
|
+
@sapUiShellCategory6BorderColor: @sapShell_Category_6_BorderColor;
|
|
257
|
+
@sapUiShellCategory6TextColor: @sapShell_Category_6_TextColor;
|
|
258
|
+
@sapUiShellCategory6TextShadow: @sapShell_Category_6_TextShadow;
|
|
259
|
+
@sapUiShellCategory7Background: @sapShell_Category_7_Background;
|
|
260
|
+
@sapUiShellCategory7BorderColor: @sapShell_Category_7_BorderColor;
|
|
261
|
+
@sapUiShellCategory7TextColor: @sapShell_Category_7_TextColor;
|
|
262
|
+
@sapUiShellCategory7TextShadow: @sapShell_Category_7_TextShadow;
|
|
263
|
+
@sapUiShellCategory8Background: @sapShell_Category_8_Background;
|
|
264
|
+
@sapUiShellCategory8BorderColor: @sapShell_Category_8_BorderColor;
|
|
265
|
+
@sapUiShellCategory8TextColor: @sapShell_Category_8_TextColor;
|
|
266
|
+
@sapUiShellCategory8TextShadow: @sapShell_Category_8_TextShadow;
|
|
267
|
+
@sapUiShellCategory9Background: @sapShell_Category_9_Background;
|
|
268
|
+
@sapUiShellCategory9BorderColor: @sapShell_Category_9_BorderColor;
|
|
269
|
+
@sapUiShellCategory9TextColor: @sapShell_Category_9_TextColor;
|
|
270
|
+
@sapUiShellCategory9TextShadow: @sapShell_Category_9_TextShadow;
|
|
271
|
+
@sapUiShellCategory10Background: @sapShell_Category_10_Background;
|
|
272
|
+
@sapUiShellCategory10BorderColor: @sapShell_Category_10_BorderColor;
|
|
273
|
+
@sapUiShellCategory10TextColor: @sapShell_Category_10_TextColor;
|
|
274
|
+
@sapUiShellCategory10TextShadow: @sapShell_Category_10_TextShadow;
|
|
275
|
+
@sapUiShellCategory11Background: @sapShell_Category_11_Background;
|
|
276
|
+
@sapUiShellCategory11BorderColor: @sapShell_Category_11_BorderColor;
|
|
277
|
+
@sapUiShellCategory11TextColor: @sapShell_Category_11_TextColor;
|
|
278
|
+
@sapUiShellCategory11TextShadow: @sapShell_Category_11_TextShadow;
|
|
279
|
+
@sapUiShellCategory12Background: @sapShell_Category_12_Background;
|
|
280
|
+
@sapUiShellCategory12BorderColor: @sapShell_Category_12_BorderColor;
|
|
281
|
+
@sapUiShellCategory12TextColor: @sapShell_Category_12_TextColor;
|
|
282
|
+
@sapUiShellCategory12TextShadow: @sapShell_Category_12_TextShadow;
|
|
283
|
+
@sapUiShellCategory13Background: @sapShell_Category_13_Background;
|
|
284
|
+
@sapUiShellCategory13BorderColor: @sapShell_Category_13_BorderColor;
|
|
285
|
+
@sapUiShellCategory13TextColor: @sapShell_Category_13_TextColor;
|
|
286
|
+
@sapUiShellCategory13TextShadow: @sapShell_Category_13_TextShadow;
|
|
287
|
+
@sapUiShellCategory14Background: @sapShell_Category_14_Background;
|
|
288
|
+
@sapUiShellCategory14BorderColor: @sapShell_Category_14_BorderColor;
|
|
289
|
+
@sapUiShellCategory14TextColor: @sapShell_Category_14_TextColor;
|
|
290
|
+
@sapUiShellCategory14TextShadow: @sapShell_Category_14_TextShadow;
|
|
291
|
+
@sapUiShellCategory15Background: @sapShell_Category_15_Background;
|
|
292
|
+
@sapUiShellCategory15BorderColor: @sapShell_Category_15_BorderColor;
|
|
293
|
+
@sapUiShellCategory15TextColor: @sapShell_Category_15_TextColor;
|
|
294
|
+
@sapUiShellCategory15TextShadow: @sapShell_Category_15_TextShadow;
|
|
295
|
+
@sapUiShellCategory16Background: @sapShell_Category_16_Background;
|
|
296
|
+
@sapUiShellCategory16BorderColor: @sapShell_Category_16_BorderColor;
|
|
297
|
+
@sapUiShellCategory16TextColor: @sapShell_Category_16_TextColor;
|
|
298
|
+
@sapUiShellCategory16TextShadow: @sapShell_Category_16_TextShadow;
|
|
299
|
+
|
|
300
|
+
@sapUiAssistantColor1: @sapAssistant_Color1;
|
|
301
|
+
@sapUiAssistantColor2: @sapAssistant_Color2;
|
|
302
|
+
@sapUiAssistantBackgroundGradient: @sapAssistant_BackgroundGradient;
|
|
303
|
+
@sapUiAssistantBackground: @sapAssistant_Background;
|
|
304
|
+
@sapUiAssistantBorderColor: @sapAssistant_BorderColor;
|
|
305
|
+
@sapUiAssistantTextColor: @sapAssistant_TextColor;
|
|
306
|
+
@sapUiAssistantHoverBackground: @sapAssistant_Hover_Background;
|
|
307
|
+
@sapUiAssistantHoverBorderColor: @sapAssistant_Hover_BorderColor;
|
|
308
|
+
@sapUiAssistantHoverTextColor: @sapAssistant_Hover_TextColor;
|
|
309
|
+
@sapUiAssistantActiveBackground: @sapAssistant_Active_Background;
|
|
310
|
+
@sapUiAssistantActiveBorderColor: @sapAssistant_Active_BorderColor;
|
|
311
|
+
@sapUiAssistantActiveTextColor: @sapAssistant_Active_TextColor;
|
|
312
|
+
@sapUiAssistantQuestionBackground: @sapAssistant_Question_Background;
|
|
313
|
+
@sapUiAssistantQuestionBorderColor: @sapAssistant_Question_BorderColor;
|
|
314
|
+
@sapUiAssistantQuestionTextColor: @sapAssistant_Question_TextColor;
|
|
315
|
+
@sapUiAssistantAnswerBackground: @sapAssistant_Answer_Background;
|
|
316
|
+
@sapUiAssistantAnswerBorderColor: @sapAssistant_Answer_BorderColor;
|
|
317
|
+
@sapUiAssistantAnswerTextColor: @sapAssistant_Answer_TextColor;
|
|
318
|
+
|
|
319
|
+
@sapUiAvatar1Background: @sapAvatar_1_Background;
|
|
320
|
+
@sapUiAvatar1BorderColor: @sapAvatar_1_BorderColor;
|
|
321
|
+
@sapUiAvatar1TextColor: @sapAvatar_1_TextColor;
|
|
322
|
+
@sapUiAvatar2Background: @sapAvatar_2_Background;
|
|
323
|
+
@sapUiAvatar2BorderColor: @sapAvatar_2_BorderColor;
|
|
324
|
+
@sapUiAvatar2TextColor: @sapAvatar_2_TextColor;
|
|
325
|
+
@sapUiAvatar3Background: @sapAvatar_3_Background;
|
|
326
|
+
@sapUiAvatar3BorderColor: @sapAvatar_3_BorderColor;
|
|
327
|
+
@sapUiAvatar3TextColor: @sapAvatar_3_TextColor;
|
|
328
|
+
@sapUiAvatar4Background: @sapAvatar_4_Background;
|
|
329
|
+
@sapUiAvatar4BorderColor: @sapAvatar_4_BorderColor;
|
|
330
|
+
@sapUiAvatar4TextColor: @sapAvatar_4_TextColor;
|
|
331
|
+
@sapUiAvatar5Background: @sapAvatar_5_Background;
|
|
332
|
+
@sapUiAvatar5BorderColor: @sapAvatar_5_BorderColor;
|
|
333
|
+
@sapUiAvatar5TextColor: @sapAvatar_5_TextColor;
|
|
334
|
+
@sapUiAvatar6Background: @sapAvatar_6_Background;
|
|
335
|
+
@sapUiAvatar6BorderColor: @sapAvatar_6_BorderColor;
|
|
336
|
+
@sapUiAvatar6TextColor: @sapAvatar_6_TextColor;
|
|
337
|
+
@sapUiAvatar7Background: @sapAvatar_7_Background;
|
|
338
|
+
@sapUiAvatar7BorderColor: @sapAvatar_7_BorderColor;
|
|
339
|
+
@sapUiAvatar7TextColor: @sapAvatar_7_TextColor;
|
|
340
|
+
@sapUiAvatar8Background: @sapAvatar_8_Background;
|
|
341
|
+
@sapUiAvatar8BorderColor: @sapAvatar_8_BorderColor;
|
|
342
|
+
@sapUiAvatar8TextColor: @sapAvatar_8_TextColor;
|
|
343
|
+
@sapUiAvatar9Background: @sapAvatar_9_Background;
|
|
344
|
+
@sapUiAvatar9BorderColor: @sapAvatar_9_BorderColor;
|
|
345
|
+
@sapUiAvatar9TextColor: @sapAvatar_9_TextColor;
|
|
346
|
+
@sapUiAvatar10Background: @sapAvatar_10_Background;
|
|
347
|
+
@sapUiAvatar10BorderColor: @sapAvatar_10_BorderColor;
|
|
348
|
+
@sapUiAvatar10TextColor: @sapAvatar_10_TextColor;
|
|
349
|
+
|
|
350
|
+
@sapUiButtonBackground: @sapButton_Background;
|
|
351
|
+
@sapUiButtonBorderColor: @sapButton_BorderColor;
|
|
352
|
+
@sapUiButtonBorderWidth: @sapButton_BorderWidth;
|
|
353
|
+
@sapUiButtonBorderCornerRadius: @sapButton_BorderCornerRadius;
|
|
354
|
+
@sapUiButtonTextColor: @sapButton_TextColor;
|
|
355
|
+
@sapUiButtonHoverBackground: @sapButton_Hover_Background;
|
|
356
|
+
@sapUiButtonHoverBorderColor: @sapButton_Hover_BorderColor;
|
|
357
|
+
@sapUiButtonHoverTextColor: @sapButton_Hover_TextColor;
|
|
358
|
+
@sapUiButtonIconColor: @sapButton_IconColor;
|
|
359
|
+
@sapUiButtonActiveBackground: @sapButton_Active_Background;
|
|
360
|
+
@sapUiButtonActiveBorderColor: @sapButton_Active_BorderColor;
|
|
361
|
+
@sapUiButtonActiveTextColor: @sapButton_Active_TextColor;
|
|
362
|
+
@sapUiButtonEmphasizedBackground: @sapButton_Emphasized_Background;
|
|
363
|
+
@sapUiButtonEmphasizedBorderColor: @sapButton_Emphasized_BorderColor;
|
|
364
|
+
@sapUiButtonEmphasizedTextColor: @sapButton_Emphasized_TextColor;
|
|
365
|
+
@sapUiButtonEmphasizedHoverBackground: @sapButton_Emphasized_Hover_Background;
|
|
366
|
+
@sapUiButtonEmphasizedHoverBorderColor: @sapButton_Emphasized_Hover_BorderColor;
|
|
367
|
+
@sapUiButtonEmphasizedHoverTextColor: @sapButton_Emphasized_Hover_TextColor;
|
|
368
|
+
@sapUiButtonEmphasizedActiveBackground: @sapButton_Emphasized_Active_Background;
|
|
369
|
+
@sapUiButtonEmphasizedActiveBorderColor: @sapButton_Emphasized_Active_BorderColor;
|
|
370
|
+
@sapUiButtonEmphasizedActiveTextColor: @sapButton_Emphasized_Active_TextColor;
|
|
371
|
+
@sapUiButtonEmphasizedTextShadow: @sapButton_Emphasized_TextShadow;
|
|
372
|
+
@sapUiButtonEmphasizedFontWeight: @sapButton_Emphasized_FontWeight;
|
|
373
|
+
@sapUiButtonRejectBackground: @sapButton_Reject_Background;
|
|
374
|
+
@sapUiButtonRejectBorderColor: @sapButton_Reject_BorderColor;
|
|
375
|
+
@sapUiButtonRejectTextColor: @sapButton_Reject_TextColor;
|
|
376
|
+
@sapUiButtonRejectHoverBackground: @sapButton_Reject_Hover_Background;
|
|
377
|
+
@sapUiButtonRejectHoverBorderColor: @sapButton_Reject_Hover_BorderColor;
|
|
378
|
+
@sapUiButtonRejectHoverTextColor: @sapButton_Reject_Hover_TextColor;
|
|
379
|
+
@sapUiButtonRejectActiveBackground: @sapButton_Reject_Active_Background;
|
|
380
|
+
@sapUiButtonRejectActiveBorderColor: @sapButton_Reject_Active_BorderColor;
|
|
381
|
+
@sapUiButtonRejectActiveTextColor: @sapButton_Reject_Active_TextColor;
|
|
382
|
+
@sapUiButtonRejectSelectedBackground: @sapButton_Reject_Selected_Background;
|
|
383
|
+
@sapUiButtonRejectSelectedBorderColor: @sapButton_Reject_Selected_BorderColor;
|
|
384
|
+
@sapUiButtonRejectSelectedTextColor: @sapButton_Reject_Selected_TextColor;
|
|
385
|
+
@sapUiButtonRejectSelectedHoverBackground: @sapButton_Reject_Selected_Hover_Background;
|
|
386
|
+
@sapUiButtonRejectSelectedHoverBorderColor: @sapButton_Reject_Selected_Hover_BorderColor;
|
|
387
|
+
@sapUiButtonAcceptBackground: @sapButton_Accept_Background;
|
|
388
|
+
@sapUiButtonAcceptBorderColor: @sapButton_Accept_BorderColor;
|
|
389
|
+
@sapUiButtonAcceptTextColor: @sapButton_Accept_TextColor;
|
|
390
|
+
@sapUiButtonAcceptHoverBackground: @sapButton_Accept_Hover_Background;
|
|
391
|
+
@sapUiButtonAcceptHoverBorderColor: @sapButton_Accept_Hover_BorderColor;
|
|
392
|
+
@sapUiButtonAcceptHoverTextColor: @sapButton_Accept_Hover_TextColor;
|
|
393
|
+
@sapUiButtonAcceptActiveBackground: @sapButton_Accept_Active_Background;
|
|
394
|
+
@sapUiButtonAcceptActiveBorderColor: @sapButton_Accept_Active_BorderColor;
|
|
395
|
+
@sapUiButtonAcceptActiveTextColor: @sapButton_Accept_Active_TextColor;
|
|
396
|
+
@sapUiButtonAcceptSelectedBackground: @sapButton_Accept_Selected_Background;
|
|
397
|
+
@sapUiButtonAcceptSelectedBorderColor: @sapButton_Accept_Selected_BorderColor;
|
|
398
|
+
@sapUiButtonAcceptSelectedTextColor: @sapButton_Accept_Selected_TextColor;
|
|
399
|
+
@sapUiButtonAcceptSelectedHoverBackground: @sapButton_Accept_Selected_Hover_Background;
|
|
400
|
+
@sapUiButtonAcceptSelectedHoverBorderColor: @sapButton_Accept_Selected_Hover_BorderColor;
|
|
401
|
+
@sapUiButtonLiteBackground: @sapButton_Lite_Background;
|
|
402
|
+
@sapUiButtonLiteBorderColor: @sapButton_Lite_BorderColor;
|
|
403
|
+
@sapUiButtonLiteTextColor: @sapButton_Lite_TextColor;
|
|
404
|
+
@sapUiButtonLiteHoverBackground: @sapButton_Lite_Hover_Background;
|
|
405
|
+
@sapUiButtonLiteHoverBorderColor: @sapButton_Lite_Hover_BorderColor;
|
|
406
|
+
@sapUiButtonLiteHoverTextColor: @sapButton_Lite_Hover_TextColor;
|
|
407
|
+
@sapUiButtonLiteActiveBackground: @sapButton_Lite_Active_Background;
|
|
408
|
+
@sapUiButtonLiteActiveBorderColor: @sapButton_Lite_Active_BorderColor;
|
|
409
|
+
@sapUiButtonSelectedBackground: @sapButton_Selected_Background;
|
|
410
|
+
@sapUiButtonSelectedBorderColor: @sapButton_Selected_BorderColor;
|
|
411
|
+
@sapUiButtonSelectedTextColor: @sapButton_Selected_TextColor;
|
|
412
|
+
@sapUiButtonSelectedHoverBackground: @sapButton_Selected_Hover_Background;
|
|
413
|
+
@sapUiButtonSelectedHoverBorderColor: @sapButton_Selected_Hover_BorderColor;
|
|
414
|
+
@sapUiButtonAttentionBackground: @sapButton_Attention_Background;
|
|
415
|
+
@sapUiButtonAttentionBorderColor: @sapButton_Attention_BorderColor;
|
|
416
|
+
@sapUiButtonAttentionTextColor: @sapButton_Attention_TextColor;
|
|
417
|
+
@sapUiButtonAttentionHoverBackground: @sapButton_Attention_Hover_Background;
|
|
418
|
+
@sapUiButtonAttentionHoverBorderColor: @sapButton_Attention_Hover_BorderColor;
|
|
419
|
+
@sapUiButtonAttentionHoverTextColor: @sapButton_Attention_Hover_TextColor;
|
|
420
|
+
@sapUiButtonAttentionActiveBackground: @sapButton_Attention_Active_Background;
|
|
421
|
+
@sapUiButtonAttentionActiveBorderColor: @sapButton_Attention_Active_BorderColor;
|
|
422
|
+
@sapUiButtonAttentionActiveTextColor: @sapButton_Attention_Active_TextColor;
|
|
423
|
+
@sapUiButtonAttentionSelectedBackground: @sapButton_Attention_Selected_Background;
|
|
424
|
+
@sapUiButtonAttentionSelectedBorderColor: @sapButton_Attention_Selected_BorderColor;
|
|
425
|
+
@sapUiButtonAttentionSelectedTextColor: @sapButton_Attention_Selected_TextColor;
|
|
426
|
+
@sapUiButtonAttentionSelectedHoverBackground: @sapButton_Attention_Selected_Hover_Background;
|
|
427
|
+
@sapUiButtonAttentionSelectedHoverBorderColor: @sapButton_Attention_Selected_Hover_BorderColor;
|
|
428
|
+
@sapUiButtonNegativeBackground: @sapButton_Negative_Background;
|
|
429
|
+
@sapUiButtonNegativeBorderColor: @sapButton_Negative_BorderColor;
|
|
430
|
+
@sapUiButtonNegativeTextColor: @sapButton_Negative_TextColor;
|
|
431
|
+
@sapUiButtonNegativeHoverBackground: @sapButton_Negative_Hover_Background;
|
|
432
|
+
@sapUiButtonNegativeHoverBorderColor: @sapButton_Negative_Hover_BorderColor;
|
|
433
|
+
@sapUiButtonNegativeHoverTextColor: @sapButton_Negative_Hover_TextColor;
|
|
434
|
+
@sapUiButtonNegativeActiveBackground: @sapButton_Negative_Active_Background;
|
|
435
|
+
@sapUiButtonNegativeActiveBorderColor: @sapButton_Negative_Active_BorderColor;
|
|
436
|
+
@sapUiButtonNegativeActiveTextColor: @sapButton_Negative_Active_TextColor;
|
|
437
|
+
@sapUiButtonCriticalBackground: @sapButton_Critical_Background;
|
|
438
|
+
@sapUiButtonCriticalBorderColor: @sapButton_Critical_BorderColor;
|
|
439
|
+
@sapUiButtonCriticalTextColor: @sapButton_Critical_TextColor;
|
|
440
|
+
@sapUiButtonCriticalHoverBackground: @sapButton_Critical_Hover_Background;
|
|
441
|
+
@sapUiButtonCriticalHoverBorderColor: @sapButton_Critical_Hover_BorderColor;
|
|
442
|
+
@sapUiButtonCriticalHoverTextColor: @sapButton_Critical_Hover_TextColor;
|
|
443
|
+
@sapUiButtonCriticalActiveBackground: @sapButton_Critical_Active_Background;
|
|
444
|
+
@sapUiButtonCriticalActiveBorderColor: @sapButton_Critical_Active_BorderColor;
|
|
445
|
+
@sapUiButtonCriticalActiveTextColor: @sapButton_Critical_Active_TextColor;
|
|
446
|
+
@sapUiButtonSuccessBackground: @sapButton_Success_Background;
|
|
447
|
+
@sapUiButtonSuccessBorderColor: @sapButton_Success_BorderColor;
|
|
448
|
+
@sapUiButtonSuccessTextColor: @sapButton_Success_TextColor;
|
|
449
|
+
@sapUiButtonSuccessHoverBackground: @sapButton_Success_Hover_Background;
|
|
450
|
+
@sapUiButtonSuccessHoverBorderColor: @sapButton_Success_Hover_BorderColor;
|
|
451
|
+
@sapUiButtonSuccessHoverTextColor: @sapButton_Success_Hover_TextColor;
|
|
452
|
+
@sapUiButtonSuccessActiveBackground: @sapButton_Success_Active_Background;
|
|
453
|
+
@sapUiButtonSuccessActiveBorderColor: @sapButton_Success_Active_BorderColor;
|
|
454
|
+
@sapUiButtonSuccessActiveTextColor: @sapButton_Success_Active_TextColor;
|
|
455
|
+
@sapUiButtonInformationBackground: @sapButton_Information_Background;
|
|
456
|
+
@sapUiButtonInformationBorderColor: @sapButton_Information_BorderColor;
|
|
457
|
+
@sapUiButtonInformationTextColor: @sapButton_Information_TextColor;
|
|
458
|
+
@sapUiButtonInformationHoverBackground: @sapButton_Information_Hover_Background;
|
|
459
|
+
@sapUiButtonInformationHoverBorderColor: @sapButton_Information_Hover_BorderColor;
|
|
460
|
+
@sapUiButtonInformationHoverTextColor: @sapButton_Information_Hover_TextColor;
|
|
461
|
+
@sapUiButtonInformationActiveBackground: @sapButton_Information_Active_Background;
|
|
462
|
+
@sapUiButtonInformationActiveBorderColor: @sapButton_Information_Active_BorderColor;
|
|
463
|
+
@sapUiButtonInformationActiveTextColor: @sapButton_Information_Active_TextColor;
|
|
464
|
+
@sapUiButtonNeutralBackground: @sapButton_Neutral_Background;
|
|
465
|
+
@sapUiButtonNeutralBorderColor: @sapButton_Neutral_BorderColor;
|
|
466
|
+
@sapUiButtonNeutralTextColor: @sapButton_Neutral_TextColor;
|
|
467
|
+
@sapUiButtonNeutralHoverBackground: @sapButton_Neutral_Hover_Background;
|
|
468
|
+
@sapUiButtonNeutralHoverBorderColor: @sapButton_Neutral_Hover_BorderColor;
|
|
469
|
+
@sapUiButtonNeutralHoverTextColor: @sapButton_Neutral_Hover_TextColor;
|
|
470
|
+
@sapUiButtonNeutralActiveBackground: @sapButton_Neutral_Active_Background;
|
|
471
|
+
@sapUiButtonNeutralActiveBorderColor: @sapButton_Neutral_Active_BorderColor;
|
|
472
|
+
@sapUiButtonNeutralActiveTextColor: @sapButton_Neutral_Active_TextColor;
|
|
473
|
+
@sapUiButtonTrackBackground: @sapButton_Track_Background;
|
|
474
|
+
@sapUiButtonTrackBorderColor: @sapButton_Track_BorderColor;
|
|
475
|
+
@sapUiButtonTrackTextColor: @sapButton_Track_TextColor;
|
|
476
|
+
@sapUiButtonTrackHoverBackground: @sapButton_Track_Hover_Background;
|
|
477
|
+
@sapUiButtonTrackHoverBorderColor: @sapButton_Track_Hover_BorderColor;
|
|
478
|
+
@sapUiButtonTrackSelectedBackground: @sapButton_Track_Selected_Background;
|
|
479
|
+
@sapUiButtonTrackSelectedBorderColor: @sapButton_Track_Selected_BorderColor;
|
|
480
|
+
@sapUiButtonTrackSelectedTextColor: @sapButton_Track_Selected_TextColor;
|
|
481
|
+
@sapUiButtonTrackSelectedHoverBackground: @sapButton_Track_Selected_Hover_Background;
|
|
482
|
+
@sapUiButtonTrackSelectedHoverBorderColor: @sapButton_Track_Selected_Hover_BorderColor;
|
|
483
|
+
@sapUiButtonHandleBackground: @sapButton_Handle_Background;
|
|
484
|
+
@sapUiButtonHandleBorderColor: @sapButton_Handle_BorderColor;
|
|
485
|
+
@sapUiButtonHandleTextColor: @sapButton_Handle_TextColor;
|
|
486
|
+
@sapUiButtonHandleHoverBackground: @sapButton_Handle_Hover_Background;
|
|
487
|
+
@sapUiButtonHandleHoverBorderColor: @sapButton_Handle_Hover_BorderColor;
|
|
488
|
+
@sapUiButtonHandleSelectedBackground: @sapButton_Handle_Selected_Background;
|
|
489
|
+
@sapUiButtonHandleSelectedBorderColor: @sapButton_Handle_Selected_BorderColor;
|
|
490
|
+
@sapUiButtonHandleSelectedTextColor: @sapButton_Handle_Selected_TextColor;
|
|
491
|
+
@sapUiButtonHandleSelectedHoverBackground: @sapButton_Handle_Selected_Hover_Background;
|
|
492
|
+
@sapUiButtonHandleSelectedHoverBorderColor: @sapButton_Handle_Selected_Hover_BorderColor;
|
|
493
|
+
@sapUiButtonTrackNegativeBackground: @sapButton_Track_Negative_Background;
|
|
494
|
+
@sapUiButtonTrackNegativeBorderColor: @sapButton_Track_Negative_BorderColor;
|
|
495
|
+
@sapUiButtonTrackNegativeTextColor: @sapButton_Track_Negative_TextColor;
|
|
496
|
+
@sapUiButtonTrackNegativeHoverBackground: @sapButton_Track_Negative_Hover_Background;
|
|
497
|
+
@sapUiButtonTrackNegativeHoverBorderColor: @sapButton_Track_Negative_Hover_BorderColor;
|
|
498
|
+
@sapUiButtonHandleNegativeBackground: @sapButton_Handle_Negative_Background;
|
|
499
|
+
@sapUiButtonHandleNegativeBorderColor: @sapButton_Handle_Negative_BorderColor;
|
|
500
|
+
@sapUiButtonHandleNegativeTextColor: @sapButton_Handle_Negative_TextColor;
|
|
501
|
+
@sapUiButtonHandleNegativeHoverBackground: @sapButton_Handle_Negative_Hover_Background;
|
|
502
|
+
@sapUiButtonHandleNegativeHoverBorderColor: @sapButton_Handle_Negative_Hover_BorderColor;
|
|
503
|
+
@sapUiButtonTrackPositiveBackground: @sapButton_Track_Positive_Background;
|
|
504
|
+
@sapUiButtonTrackPositiveBorderColor: @sapButton_Track_Positive_BorderColor;
|
|
505
|
+
@sapUiButtonTrackPositiveTextColor: @sapButton_Track_Positive_TextColor;
|
|
506
|
+
@sapUiButtonTrackPositiveHoverBackground: @sapButton_Track_Positive_Hover_Background;
|
|
507
|
+
@sapUiButtonTrackPositiveHoverBorderColor: @sapButton_Track_Positive_Hover_BorderColor;
|
|
508
|
+
@sapUiButtonHandlePositiveBackground: @sapButton_Handle_Positive_Background;
|
|
509
|
+
@sapUiButtonHandlePositiveBorderColor: @sapButton_Handle_Positive_BorderColor;
|
|
510
|
+
@sapUiButtonHandlePositiveTextColor: @sapButton_Handle_Positive_TextColor;
|
|
511
|
+
@sapUiButtonHandlePositiveHoverBackground: @sapButton_Handle_Positive_Hover_Background;
|
|
512
|
+
@sapUiButtonHandlePositiveHoverBorderColor: @sapButton_Handle_Positive_Hover_BorderColor;
|
|
513
|
+
@sapUiButtonTokenBackground: @sapButton_TokenBackground;
|
|
514
|
+
@sapUiButtonTokenBorderColor: @sapButton_TokenBorderColor;
|
|
515
|
+
|
|
516
|
+
@sapUiFieldBackground: @sapField_Background;
|
|
517
|
+
@sapUiFieldBackgroundStyle: @sapField_BackgroundStyle;
|
|
518
|
+
@sapUiFieldTextColor: @sapField_TextColor;
|
|
519
|
+
@sapUiFieldPlaceholderTextColor: @sapField_PlaceholderTextColor;
|
|
520
|
+
@sapUiFieldBorderColor: @sapField_BorderColor;
|
|
521
|
+
@sapUiFieldHelpBackground: @sapField_HelpBackground;
|
|
522
|
+
@sapUiFieldBorderWidth: @sapField_BorderWidth;
|
|
523
|
+
@sapUiFieldBorderStyle: @sapField_BorderStyle;
|
|
524
|
+
@sapUiFieldBorderCornerRadius: @sapField_BorderCornerRadius;
|
|
525
|
+
@sapUiFieldShadow: @sapField_Shadow;
|
|
526
|
+
@sapUiFieldHoverBackground: @sapField_Hover_Background;
|
|
527
|
+
@sapUiFieldHoverBackgroundStyle: @sapField_Hover_BackgroundStyle;
|
|
528
|
+
@sapUiFieldHoverBorderColor: @sapField_Hover_BorderColor;
|
|
529
|
+
@sapUiFieldHoverHelpBackground: @sapField_Hover_HelpBackground;
|
|
530
|
+
@sapUiFieldHoverShadow: @sapField_Hover_Shadow;
|
|
531
|
+
@sapUiFieldHoverInvalidShadow: @sapField_Hover_InvalidShadow;
|
|
532
|
+
@sapUiFieldHoverWarningShadow: @sapField_Hover_WarningShadow;
|
|
533
|
+
@sapUiFieldHoverSuccessShadow: @sapField_Hover_SuccessShadow;
|
|
534
|
+
@sapUiFieldHoverInformationShadow: @sapField_Hover_InformationShadow;
|
|
535
|
+
@sapUiFieldActiveBorderColor: @sapField_Active_BorderColor;
|
|
536
|
+
@sapUiFieldFocusBackground: @sapField_Focus_Background;
|
|
537
|
+
@sapUiFieldFocusBorderColor: @sapField_Focus_BorderColor;
|
|
538
|
+
@sapUiFieldFocusHelpBackground: @sapField_Focus_HelpBackground;
|
|
539
|
+
@sapUiFieldReadOnlyBackground: @sapField_ReadOnly_Background;
|
|
540
|
+
@sapUiFieldReadOnlyBackgroundStyle: @sapField_ReadOnly_BackgroundStyle;
|
|
541
|
+
@sapUiFieldReadOnlyBorderColor: @sapField_ReadOnly_BorderColor;
|
|
542
|
+
@sapUiFieldReadOnlyBorderStyle: @sapField_ReadOnly_BorderStyle;
|
|
543
|
+
@sapUiFieldReadOnlyHelpBackground: @sapField_ReadOnly_HelpBackground;
|
|
544
|
+
@sapUiFieldRequiredColor: @sapField_RequiredColor;
|
|
545
|
+
@sapUiFieldInvalidColor: @sapField_InvalidColor;
|
|
546
|
+
@sapUiFieldInvalidBackground: @sapField_InvalidBackground;
|
|
547
|
+
@sapUiFieldInvalidBackgroundStyle: @sapField_InvalidBackgroundStyle;
|
|
548
|
+
@sapUiFieldInvalidBorderWidth: @sapField_InvalidBorderWidth;
|
|
549
|
+
@sapUiFieldInvalidBorderStyle: @sapField_InvalidBorderStyle;
|
|
550
|
+
@sapUiFieldInvalidShadow: @sapField_InvalidShadow;
|
|
551
|
+
@sapUiFieldWarningColor: @sapField_WarningColor;
|
|
552
|
+
@sapUiFieldWarningBackground: @sapField_WarningBackground;
|
|
553
|
+
@sapUiFieldWarningBackgroundStyle: @sapField_WarningBackgroundStyle;
|
|
554
|
+
@sapUiFieldWarningBorderWidth: @sapField_WarningBorderWidth;
|
|
555
|
+
@sapUiFieldWarningBorderStyle: @sapField_WarningBorderStyle;
|
|
556
|
+
@sapUiFieldWarningShadow: @sapField_WarningShadow;
|
|
557
|
+
@sapUiFieldSuccessColor: @sapField_SuccessColor;
|
|
558
|
+
@sapUiFieldSuccessBackground: @sapField_SuccessBackground;
|
|
559
|
+
@sapUiFieldSuccessBackgroundStyle: @sapField_SuccessBackgroundStyle;
|
|
560
|
+
@sapUiFieldSuccessBorderWidth: @sapField_SuccessBorderWidth;
|
|
561
|
+
@sapUiFieldSuccessBorderStyle: @sapField_SuccessBorderStyle;
|
|
562
|
+
@sapUiFieldSuccessShadow: @sapField_SuccessShadow;
|
|
563
|
+
@sapUiFieldInformationColor: @sapField_InformationColor;
|
|
564
|
+
@sapUiFieldInformationBackground: @sapField_InformationBackground;
|
|
565
|
+
@sapUiFieldInformationBackgroundStyle: @sapField_InformationBackgroundStyle;
|
|
566
|
+
@sapUiFieldInformationBorderWidth: @sapField_InformationBorderWidth;
|
|
567
|
+
@sapUiFieldInformationBorderStyle: @sapField_InformationBorderStyle;
|
|
568
|
+
@sapUiFieldInformationShadow: @sapField_InformationShadow;
|
|
569
|
+
|
|
570
|
+
@sapUiGroupTitleBackground: @sapGroup_TitleBackground;
|
|
571
|
+
@sapUiGroupTitleBorderColor: @sapGroup_TitleBorderColor;
|
|
572
|
+
@sapUiGroupTitleTextColor: @sapGroup_TitleTextColor;
|
|
573
|
+
@sapUiGroupTitleFontSize: @sapGroup_Title_FontSize;
|
|
574
|
+
@sapUiGroupContentBackground: @sapGroup_ContentBackground;
|
|
575
|
+
@sapUiGroupContentBorderColor: @sapGroup_ContentBorderColor;
|
|
576
|
+
@sapUiGroupBorderWidth: @sapGroup_BorderWidth;
|
|
577
|
+
@sapUiGroupBorderCornerRadius: @sapGroup_BorderCornerRadius;
|
|
578
|
+
@sapUiGroupFooterBackground: @sapGroup_FooterBackground;
|
|
579
|
+
|
|
580
|
+
@sapUiToolbarBackground: @sapToolbar_Background;
|
|
581
|
+
@sapUiToolbarSeparatorColor: @sapToolbar_SeparatorColor;
|
|
582
|
+
|
|
583
|
+
@sapUiListHeaderBackground: @sapList_HeaderBackground;
|
|
584
|
+
@sapUiListHeaderBorderColor: @sapList_HeaderBorderColor;
|
|
585
|
+
@sapUiListHeaderTextColor: @sapList_HeaderTextColor;
|
|
586
|
+
@sapUiListBorderColor: @sapList_BorderColor;
|
|
587
|
+
@sapUiListBorderWidth: @sapList_BorderWidth;
|
|
588
|
+
@sapUiListTextColor: @sapList_TextColor;
|
|
589
|
+
@sapUiListActiveTextColor: @sapList_Active_TextColor;
|
|
590
|
+
@sapUiListActiveBackground: @sapList_Active_Background;
|
|
591
|
+
@sapUiListSelectionBackgroundColor: @sapList_SelectionBackgroundColor;
|
|
592
|
+
@sapUiListSelectionBorderColor: @sapList_SelectionBorderColor;
|
|
593
|
+
@sapUiListHoverSelectionBackground: @sapList_Hover_SelectionBackground;
|
|
594
|
+
@sapUiListBackground: @sapList_Background;
|
|
595
|
+
@sapUiListHoverBackground: @sapList_Hover_Background;
|
|
596
|
+
@sapUiListAlternatingBackground: @sapList_AlternatingBackground;
|
|
597
|
+
@sapUiListGroupHeaderBackground: @sapList_GroupHeaderBackground;
|
|
598
|
+
@sapUiListGroupHeaderBorderColor: @sapList_GroupHeaderBorderColor;
|
|
599
|
+
@sapUiListGroupHeaderTextColor: @sapList_GroupHeaderTextColor;
|
|
600
|
+
@sapUiListTableGroupHeaderBackground: @sapList_TableGroupHeaderBackground;
|
|
601
|
+
@sapUiListTableGroupHeaderBorderColor: @sapList_TableGroupHeaderBorderColor;
|
|
602
|
+
@sapUiListTableGroupHeaderTextColor: @sapList_TableGroupHeaderTextColor;
|
|
603
|
+
@sapUiListFooterBackground: @sapList_FooterBackground;
|
|
604
|
+
@sapUiListFooterTextColor: @sapList_FooterTextColor;
|
|
605
|
+
@sapUiListTableFooterBorder: @sapList_TableFooterBorder;
|
|
606
|
+
@sapUiListTableFixedBorderColor: @sapList_TableFixedBorderColor;
|
|
607
|
+
|
|
608
|
+
@sapUiMessageErrorBorderColor: @sapMessage_ErrorBorderColor;
|
|
609
|
+
@sapUiMessageWarningBorderColor: @sapMessage_WarningBorderColor;
|
|
610
|
+
@sapUiMessageSuccessBorderColor: @sapMessage_SuccessBorderColor;
|
|
611
|
+
@sapUiMessageInformationBorderColor: @sapMessage_InformationBorderColor;
|
|
612
|
+
|
|
613
|
+
@sapUiPopoverBorderCornerRadius: @sapPopover_BorderCornerRadius;
|
|
614
|
+
|
|
615
|
+
@sapUiProgressBackground: @sapProgress_Background;
|
|
616
|
+
@sapUiProgressBorderColor: @sapProgress_BorderColor;
|
|
617
|
+
@sapUiProgressTextColor: @sapProgress_TextColor;
|
|
618
|
+
@sapUiProgressFontSize: @sapProgress_FontSize;
|
|
619
|
+
@sapUiProgressNegativeBackground: @sapProgress_NegativeBackground;
|
|
620
|
+
@sapUiProgressNegativeBorderColor: @sapProgress_NegativeBorderColor;
|
|
621
|
+
@sapUiProgressNegativeTextColor: @sapProgress_NegativeTextColor;
|
|
622
|
+
@sapUiProgressCriticalBackground: @sapProgress_CriticalBackground;
|
|
623
|
+
@sapUiProgressCriticalBorderColor: @sapProgress_CriticalBorderColor;
|
|
624
|
+
@sapUiProgressCriticalTextColor: @sapProgress_CriticalTextColor;
|
|
625
|
+
@sapUiProgressPositiveBackground: @sapProgress_PositiveBackground;
|
|
626
|
+
@sapUiProgressPositiveBorderColor: @sapProgress_PositiveBorderColor;
|
|
627
|
+
@sapUiProgressPositiveTextColor: @sapProgress_PositiveTextColor;
|
|
628
|
+
@sapUiProgressInformationBackground: @sapProgress_InformationBackground;
|
|
629
|
+
@sapUiProgressInformationBorderColor: @sapProgress_InformationBorderColor;
|
|
630
|
+
@sapUiProgressInformationTextColor: @sapProgress_InformationTextColor;
|
|
631
|
+
@sapUiProgressValueBackground: @sapProgress_Value_Background;
|
|
632
|
+
@sapUiProgressValueBorderColor: @sapProgress_Value_BorderColor;
|
|
633
|
+
@sapUiProgressValueTextColor: @sapProgress_Value_TextColor;
|
|
634
|
+
@sapUiProgressValueNegativeBackground: @sapProgress_Value_NegativeBackground;
|
|
635
|
+
@sapUiProgressValueNegativeBorderColor: @sapProgress_Value_NegativeBorderColor;
|
|
636
|
+
@sapUiProgressValueNegativeTextColor: @sapProgress_Value_NegativeTextColor;
|
|
637
|
+
@sapUiProgressValueCriticalBackground: @sapProgress_Value_CriticalBackground;
|
|
638
|
+
@sapUiProgressValueCriticalBorderColor: @sapProgress_Value_CriticalBorderColor;
|
|
639
|
+
@sapUiProgressValueCriticalTextColor: @sapProgress_Value_CriticalTextColor;
|
|
640
|
+
@sapUiProgressValuePositiveBackground: @sapProgress_Value_PositiveBackground;
|
|
641
|
+
@sapUiProgressValuePositiveBorderColor: @sapProgress_Value_PositiveBorderColor;
|
|
642
|
+
@sapUiProgressValuePositiveTextColor: @sapProgress_Value_PositiveTextColor;
|
|
643
|
+
@sapUiProgressValueInformationBackground: @sapProgress_Value_InformationBackground;
|
|
644
|
+
@sapUiProgressValueInformationBorderColor: @sapProgress_Value_InformationBorderColor;
|
|
645
|
+
@sapUiProgressValueInformationTextColor: @sapProgress_Value_InformationTextColor;
|
|
646
|
+
|
|
647
|
+
@sapUiScrollBarFaceColor: @sapScrollBar_FaceColor;
|
|
648
|
+
@sapUiScrollBarTrackColor: @sapScrollBar_TrackColor;
|
|
649
|
+
@sapUiScrollBarBorderColor: @sapScrollBar_BorderColor;
|
|
650
|
+
@sapUiScrollBarSymbolColor: @sapScrollBar_SymbolColor;
|
|
651
|
+
@sapUiScrollBarDimension: @sapScrollBar_Dimension;
|
|
652
|
+
@sapUiScrollBarHoverFaceColor: @sapScrollBar_Hover_FaceColor;
|
|
653
|
+
|
|
654
|
+
@sapUiSliderBackground: @sapSlider_Background;
|
|
655
|
+
@sapUiSliderBorderColor: @sapSlider_BorderColor;
|
|
656
|
+
@sapUiSliderSelectedBackground: @sapSlider_Selected_Background;
|
|
657
|
+
@sapUiSliderSelectedBorderColor: @sapSlider_Selected_BorderColor;
|
|
658
|
+
@sapUiSliderHandleBackground: @sapSlider_HandleBackground;
|
|
659
|
+
@sapUiSliderHandleBorderColor: @sapSlider_HandleBorderColor;
|
|
660
|
+
@sapUiSliderRangeHandleBackground: @sapSlider_RangeHandleBackground;
|
|
661
|
+
@sapUiSliderHoverHandleBackground: @sapSlider_Hover_HandleBackground;
|
|
662
|
+
@sapUiSliderHoverHandleBorderColor: @sapSlider_Hover_HandleBorderColor;
|
|
663
|
+
@sapUiSliderHoverRangeHandleBackground: @sapSlider_Hover_RangeHandleBackground;
|
|
664
|
+
@sapUiSliderActiveHandleBackground: @sapSlider_Active_HandleBackground;
|
|
665
|
+
@sapUiSliderActiveHandleBorderColor: @sapSlider_Active_HandleBorderColor;
|
|
666
|
+
@sapUiSliderActiveRangeHandleBackground: @sapSlider_Active_RangeHandleBackground;
|
|
667
|
+
|
|
668
|
+
@sapUiPageHeaderBackground: @sapPageHeader_Background;
|
|
669
|
+
@sapUiPageHeaderBorderColor: @sapPageHeader_BorderColor;
|
|
670
|
+
@sapUiPageHeaderTextColor: @sapPageHeader_TextColor;
|
|
671
|
+
|
|
672
|
+
@sapUiPageFooterBackground: @sapPageFooter_Background;
|
|
673
|
+
@sapUiPageFooterBorderColor: @sapPageFooter_BorderColor;
|
|
674
|
+
@sapUiPageFooterTextColor: @sapPageFooter_TextColor;
|
|
675
|
+
|
|
676
|
+
@sapUiInfobarBackground: @sapInfobar_Background;
|
|
677
|
+
@sapUiInfobarHoverBackground: @sapInfobar_Hover_Background;
|
|
678
|
+
@sapUiInfobarActiveBackground: @sapInfobar_Active_Background;
|
|
679
|
+
@sapUiInfobarNonInteractiveBackground: @sapInfobar_NonInteractive_Background;
|
|
680
|
+
@sapUiInfobarTextColor: @sapInfobar_TextColor;
|
|
681
|
+
|
|
682
|
+
@sapUiObjectHeaderBackground: @sapObjectHeader_Background;
|
|
683
|
+
@sapUiObjectHeaderHoverBackground: @sapObjectHeader_Hover_Background;
|
|
684
|
+
@sapUiObjectHeaderBorderColor: @sapObjectHeader_BorderColor;
|
|
685
|
+
@sapUiObjectHeaderTitleTextColor: @sapObjectHeader_Title_TextColor;
|
|
686
|
+
@sapUiObjectHeaderTitleFontSize: @sapObjectHeader_Title_FontSize;
|
|
687
|
+
@sapUiObjectHeaderTitleSnappedFontSize: @sapObjectHeader_Title_SnappedFontSize;
|
|
688
|
+
@sapUiObjectHeaderTitleFontFamily: @sapObjectHeader_Title_FontFamily;
|
|
689
|
+
@sapUiObjectHeaderSubtitleTextColor: @sapObjectHeader_Subtitle_TextColor;
|
|
690
|
+
|
|
691
|
+
@sapUiBlockLayerBackground: @sapBlockLayer_Background;
|
|
692
|
+
|
|
693
|
+
@sapUiTileBackground: @sapTile_Background;
|
|
694
|
+
@sapUiTileHoverBackground: @sapTile_Hover_Background;
|
|
695
|
+
@sapUiTileActiveBackground: @sapTile_Active_Background;
|
|
696
|
+
@sapUiTileBorderColor: @sapTile_BorderColor;
|
|
697
|
+
@sapUiTileBorderCornerRadius: @sapTile_BorderCornerRadius;
|
|
698
|
+
@sapUiTileTitleTextColor: @sapTile_TitleTextColor;
|
|
699
|
+
@sapUiTileTextColor: @sapTile_TextColor;
|
|
700
|
+
@sapUiTileIconColor: @sapTile_IconColor;
|
|
701
|
+
@sapUiTileSeparatorColor: @sapTile_SeparatorColor;
|
|
702
|
+
@sapUiTileInteractiveBorderColor: @sapTile_Interactive_BorderColor;
|
|
703
|
+
@sapUiTileOverlayBackground: @sapTile_OverlayBackground;
|
|
704
|
+
@sapUiTileOverlayForegroundColor: @sapTile_OverlayForegroundColor;
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
// =====================================
|
|
708
|
+
// Accent Colors
|
|
709
|
+
// =====================================
|
|
710
|
+
|
|
711
|
+
@sapUiAccent1: @sapAccentColor1;
|
|
712
|
+
@sapUiAccent2: @sapAccentColor2;
|
|
713
|
+
@sapUiAccent3: @sapAccentColor3;
|
|
714
|
+
@sapUiAccent4: @sapAccentColor4;
|
|
715
|
+
@sapUiAccent5: @sapAccentColor5;
|
|
716
|
+
@sapUiAccent6: @sapAccentColor6;
|
|
717
|
+
@sapUiAccent7: @sapAccentColor7;
|
|
718
|
+
@sapUiAccent8: @sapAccentColor8;
|
|
719
|
+
@sapUiAccent9: @sapAccentColor9;
|
|
720
|
+
@sapUiAccent10: @sapAccentColor10;
|
|
721
|
+
|
|
722
|
+
@sapUiAccentBackgroundColor1: @sapAccentBackgroundColor1;
|
|
723
|
+
@sapUiAccentBackgroundColor2: @sapAccentBackgroundColor2;
|
|
724
|
+
@sapUiAccentBackgroundColor3: @sapAccentBackgroundColor3;
|
|
725
|
+
@sapUiAccentBackgroundColor4: @sapAccentBackgroundColor4;
|
|
726
|
+
@sapUiAccentBackgroundColor5: @sapAccentBackgroundColor5;
|
|
727
|
+
@sapUiAccentBackgroundColor6: @sapAccentBackgroundColor6;
|
|
728
|
+
@sapUiAccentBackgroundColor7: @sapAccentBackgroundColor7;
|
|
729
|
+
@sapUiAccentBackgroundColor8: @sapAccentBackgroundColor8;
|
|
730
|
+
@sapUiAccentBackgroundColor9: @sapAccentBackgroundColor9;
|
|
731
|
+
@sapUiAccentBackgroundColor10: @sapAccentBackgroundColor10;
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
// =====================================
|
|
735
|
+
// Indication Colors
|
|
736
|
+
// =====================================
|
|
737
|
+
|
|
738
|
+
@sapUiIndication1: @sapIndicationColor_1;
|
|
739
|
+
@sapUiIndication1Background: @sapIndicationColor_1_Background;
|
|
740
|
+
@sapUiIndication1BorderColor: @sapIndicationColor_1_BorderColor;
|
|
741
|
+
@sapUiIndication1TextColor: @sapIndicationColor_1_TextColor;
|
|
742
|
+
@sapUiIndication1HoverBackground: @sapIndicationColor_1_Hover_Background;
|
|
743
|
+
@sapUiIndication1ActiveBackground: @sapIndicationColor_1_Active_Background;
|
|
744
|
+
@sapUiIndication1ActiveBorderColor: @sapIndicationColor_1_Active_BorderColor;
|
|
745
|
+
@sapUiIndication1ActiveTextColor: @sapIndicationColor_1_Active_TextColor;
|
|
746
|
+
@sapUiIndication1SelectedBackground: @sapIndicationColor_1_Selected_Background;
|
|
747
|
+
@sapUiIndication1SelectedBorderColor: @sapIndicationColor_1_Selected_BorderColor;
|
|
748
|
+
@sapUiIndication1SelectedTextColor: @sapIndicationColor_1_Selected_TextColor;
|
|
749
|
+
@sapUiIndication1b: @sapIndicationColor_1b;
|
|
750
|
+
@sapUiIndication1bBorderColor: @sapIndicationColor_1b_BorderColor;
|
|
751
|
+
@sapUiIndication1bHoverBackground: @sapIndicationColor_1b_Hover_Background;
|
|
752
|
+
@sapUiIndication2: @sapIndicationColor_2;
|
|
753
|
+
@sapUiIndication2Background: @sapIndicationColor_2_Background;
|
|
754
|
+
@sapUiIndication2BorderColor: @sapIndicationColor_2_BorderColor;
|
|
755
|
+
@sapUiIndication2TextColor: @sapIndicationColor_2_TextColor;
|
|
756
|
+
@sapUiIndication2HoverBackground: @sapIndicationColor_2_Hover_Background;
|
|
757
|
+
@sapUiIndication2ActiveBackground: @sapIndicationColor_2_Active_Background;
|
|
758
|
+
@sapUiIndication2ActiveBorderColor: @sapIndicationColor_2_Active_BorderColor;
|
|
759
|
+
@sapUiIndication2ActiveTextColor: @sapIndicationColor_2_Active_TextColor;
|
|
760
|
+
@sapUiIndication2SelectedBackground: @sapIndicationColor_2_Selected_Background;
|
|
761
|
+
@sapUiIndication2SelectedBorderColor: @sapIndicationColor_2_Selected_BorderColor;
|
|
762
|
+
@sapUiIndication2SelectedTextColor: @sapIndicationColor_2_Selected_TextColor;
|
|
763
|
+
@sapUiIndication2b: @sapIndicationColor_2b;
|
|
764
|
+
@sapUiIndication2bBorderColor: @sapIndicationColor_2b_BorderColor;
|
|
765
|
+
@sapUiIndication2bHoverBackground: @sapIndicationColor_2b_Hover_Background;
|
|
766
|
+
@sapUiIndication3: @sapIndicationColor_3;
|
|
767
|
+
@sapUiIndication3Background: @sapIndicationColor_3_Background;
|
|
768
|
+
@sapUiIndication3BorderColor: @sapIndicationColor_3_BorderColor;
|
|
769
|
+
@sapUiIndication3TextColor: @sapIndicationColor_3_TextColor;
|
|
770
|
+
@sapUiIndication3HoverBackground: @sapIndicationColor_3_Hover_Background;
|
|
771
|
+
@sapUiIndication3ActiveBackground: @sapIndicationColor_3_Active_Background;
|
|
772
|
+
@sapUiIndication3ActiveBorderColor: @sapIndicationColor_3_Active_BorderColor;
|
|
773
|
+
@sapUiIndication3ActiveTextColor: @sapIndicationColor_3_Active_TextColor;
|
|
774
|
+
@sapUiIndication3SelectedBackground: @sapIndicationColor_3_Selected_Background;
|
|
775
|
+
@sapUiIndication3SelectedBorderColor: @sapIndicationColor_3_Selected_BorderColor;
|
|
776
|
+
@sapUiIndication3SelectedTextColor: @sapIndicationColor_3_Selected_TextColor;
|
|
777
|
+
@sapUiIndication3b: @sapIndicationColor_3b;
|
|
778
|
+
@sapUiIndication3bBorderColor: @sapIndicationColor_3b_BorderColor;
|
|
779
|
+
@sapUiIndication3bHoverBackground: @sapIndicationColor_3b_Hover_Background;
|
|
780
|
+
@sapUiIndication4: @sapIndicationColor_4;
|
|
781
|
+
@sapUiIndication4Background: @sapIndicationColor_4_Background;
|
|
782
|
+
@sapUiIndication4BorderColor: @sapIndicationColor_4_BorderColor;
|
|
783
|
+
@sapUiIndication4TextColor: @sapIndicationColor_4_TextColor;
|
|
784
|
+
@sapUiIndication4HoverBackground: @sapIndicationColor_4_Hover_Background;
|
|
785
|
+
@sapUiIndication4ActiveBackground: @sapIndicationColor_4_Active_Background;
|
|
786
|
+
@sapUiIndication4ActiveBorderColor: @sapIndicationColor_4_Active_BorderColor;
|
|
787
|
+
@sapUiIndication4ActiveTextColor: @sapIndicationColor_4_Active_TextColor;
|
|
788
|
+
@sapUiIndication4SelectedBackground: @sapIndicationColor_4_Selected_Background;
|
|
789
|
+
@sapUiIndication4SelectedBorderColor: @sapIndicationColor_4_Selected_BorderColor;
|
|
790
|
+
@sapUiIndication4SelectedTextColor: @sapIndicationColor_4_Selected_TextColor;
|
|
791
|
+
@sapUiIndication4b: @sapIndicationColor_4b;
|
|
792
|
+
@sapUiIndication4bBorderColor: @sapIndicationColor_4b_BorderColor;
|
|
793
|
+
@sapUiIndication4bHoverBackground: @sapIndicationColor_4b_Hover_Background;
|
|
794
|
+
@sapUiIndication5: @sapIndicationColor_5;
|
|
795
|
+
@sapUiIndication5Background: @sapIndicationColor_5_Background;
|
|
796
|
+
@sapUiIndication5BorderColor: @sapIndicationColor_5_BorderColor;
|
|
797
|
+
@sapUiIndication5TextColor: @sapIndicationColor_5_TextColor;
|
|
798
|
+
@sapUiIndication5HoverBackground: @sapIndicationColor_5_Hover_Background;
|
|
799
|
+
@sapUiIndication5ActiveBackground: @sapIndicationColor_5_Active_Background;
|
|
800
|
+
@sapUiIndication5ActiveBorderColor: @sapIndicationColor_5_Active_BorderColor;
|
|
801
|
+
@sapUiIndication5ActiveTextColor: @sapIndicationColor_5_Active_TextColor;
|
|
802
|
+
@sapUiIndication5SelectedBackground: @sapIndicationColor_5_Selected_Background;
|
|
803
|
+
@sapUiIndication5SelectedBorderColor: @sapIndicationColor_5_Selected_BorderColor;
|
|
804
|
+
@sapUiIndication5SelectedTextColor: @sapIndicationColor_5_Selected_TextColor;
|
|
805
|
+
@sapUiIndication5b: @sapIndicationColor_5b;
|
|
806
|
+
@sapUiIndication5bBorderColor: @sapIndicationColor_5b_BorderColor;
|
|
807
|
+
@sapUiIndication5bHoverBackground: @sapIndicationColor_5b_Hover_Background;
|
|
808
|
+
@sapUiIndication6: @sapIndicationColor_6;
|
|
809
|
+
@sapUiIndication6Background: @sapIndicationColor_6_Background;
|
|
810
|
+
@sapUiIndication6BorderColor: @sapIndicationColor_6_BorderColor;
|
|
811
|
+
@sapUiIndication6TextColor: @sapIndicationColor_6_TextColor;
|
|
812
|
+
@sapUiIndication6HoverBackground: @sapIndicationColor_6_Hover_Background;
|
|
813
|
+
@sapUiIndication6ActiveBackground: @sapIndicationColor_6_Active_Background;
|
|
814
|
+
@sapUiIndication6ActiveBorderColor: @sapIndicationColor_6_Active_BorderColor;
|
|
815
|
+
@sapUiIndication6ActiveTextColor: @sapIndicationColor_6_Active_TextColor;
|
|
816
|
+
@sapUiIndication6SelectedBackground: @sapIndicationColor_6_Selected_Background;
|
|
817
|
+
@sapUiIndication6SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
|
|
818
|
+
@sapUiIndication6SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
|
|
819
|
+
@sapUiIndication6b: @sapIndicationColor_6b;
|
|
820
|
+
@sapUiIndication6bBorderColor: @sapIndicationColor_6b_BorderColor;
|
|
821
|
+
@sapUiIndication6bHoverBackground: @sapIndicationColor_6b_Hover_Background;
|
|
822
|
+
@sapUiIndication7: @sapIndicationColor_7;
|
|
823
|
+
@sapUiIndication7Background: @sapIndicationColor_7_Background;
|
|
824
|
+
@sapUiIndication7BorderColor: @sapIndicationColor_7_BorderColor;
|
|
825
|
+
@sapUiIndication7TextColor: @sapIndicationColor_7_TextColor;
|
|
826
|
+
@sapUiIndication7HoverBackground: @sapIndicationColor_7_Hover_Background;
|
|
827
|
+
@sapUiIndication7ActiveBackground: @sapIndicationColor_7_Active_Background;
|
|
828
|
+
@sapUiIndication7ActiveBorderColor: @sapIndicationColor_7_Active_BorderColor;
|
|
829
|
+
@sapUiIndication7ActiveTextColor: @sapIndicationColor_7_Active_TextColor;
|
|
830
|
+
@sapUiIndication7SelectedBackground: @sapIndicationColor_7_Selected_Background;
|
|
831
|
+
@sapUiIndication7SelectedBorderColor: @sapIndicationColor_7_Selected_BorderColor;
|
|
832
|
+
@sapUiIndication7SelectedTextColor: @sapIndicationColor_7_Selected_TextColor;
|
|
833
|
+
@sapUiIndication7b: @sapIndicationColor_7b;
|
|
834
|
+
@sapUiIndication7bBorderColor: @sapIndicationColor_7b_BorderColor;
|
|
835
|
+
@sapUiIndication7bHoverBackground: @sapIndicationColor_7b_Hover_Background;
|
|
836
|
+
@sapUiIndication8: @sapIndicationColor_8;
|
|
837
|
+
@sapUiIndication8Background: @sapIndicationColor_8_Background;
|
|
838
|
+
@sapUiIndication8BorderColor: @sapIndicationColor_8_BorderColor;
|
|
839
|
+
@sapUiIndication8TextColor: @sapIndicationColor_8_TextColor;
|
|
840
|
+
@sapUiIndication8HoverBackground: @sapIndicationColor_8_Hover_Background;
|
|
841
|
+
@sapUiIndication8ActiveBackground: @sapIndicationColor_8_Active_Background;
|
|
842
|
+
@sapUiIndication8ActiveBorderColor: @sapIndicationColor_8_Active_BorderColor;
|
|
843
|
+
@sapUiIndication8ActiveTextColor: @sapIndicationColor_8_Active_TextColor;
|
|
844
|
+
@sapUiIndication8SelectedBackground: @sapIndicationColor_8_Selected_Background;
|
|
845
|
+
@sapUiIndication8SelectedBorderColor: @sapIndicationColor_8_Selected_BorderColor;
|
|
846
|
+
@sapUiIndication8SelectedTextColor: @sapIndicationColor_8_Selected_TextColor;
|
|
847
|
+
@sapUiIndication8b: @sapIndicationColor_8b;
|
|
848
|
+
@sapUiIndication8bBorderColor: @sapIndicationColor_8b_BorderColor;
|
|
849
|
+
@sapUiIndication8bHoverBackground: @sapIndicationColor_8b_Hover_Background;
|
|
850
|
+
@sapUiIndication9: @sapIndicationColor_9;
|
|
851
|
+
@sapUiIndication9Background: @sapIndicationColor_9_Background;
|
|
852
|
+
@sapUiIndication9BorderColor: @sapIndicationColor_9_BorderColor;
|
|
853
|
+
@sapUiIndication9TextColor: @sapIndicationColor_9_TextColor;
|
|
854
|
+
@sapUiIndication9HoverBackground: @sapIndicationColor_9_Hover_Background;
|
|
855
|
+
@sapUiIndication9ActiveBackground: @sapIndicationColor_9_Active_Background;
|
|
856
|
+
@sapUiIndication9ActiveBorderColor: @sapIndicationColor_9_Active_BorderColor;
|
|
857
|
+
@sapUiIndication9ActiveTextColor: @sapIndicationColor_9_Active_TextColor;
|
|
858
|
+
@sapUiIndication9SelectedBackground: @sapIndicationColor_9_Selected_Background;
|
|
859
|
+
@sapUiIndication9SelectedBorderColor: @sapIndicationColor_9_Selected_BorderColor;
|
|
860
|
+
@sapUiIndication9SelectedTextColor: @sapIndicationColor_9_Selected_TextColor;
|
|
861
|
+
@sapUiIndication9b: @sapIndicationColor_9b;
|
|
862
|
+
@sapUiIndication9bBorderColor: @sapIndicationColor_9b_BorderColor;
|
|
863
|
+
@sapUiIndication9bHoverBackground: @sapIndicationColor_9b_Hover_Background;
|
|
864
|
+
@sapUiIndication10: @sapIndicationColor_10;
|
|
865
|
+
@sapUiIndication10Background: @sapIndicationColor_10_Background;
|
|
866
|
+
@sapUiIndication10BorderColor: @sapIndicationColor_10_BorderColor;
|
|
867
|
+
@sapUiIndication10TextColor: @sapIndicationColor_10_TextColor;
|
|
868
|
+
@sapUiIndication10HoverBackground: @sapIndicationColor_10_Hover_Background;
|
|
869
|
+
@sapUiIndication10ActiveBackground: @sapIndicationColor_10_Active_Background;
|
|
870
|
+
@sapUiIndication10ActiveBorderColor: @sapIndicationColor_10_Active_BorderColor;
|
|
871
|
+
@sapUiIndication10ActiveTextColor: @sapIndicationColor_10_Active_TextColor;
|
|
872
|
+
@sapUiIndication10SelectedBackground: @sapIndicationColor_10_Selected_Background;
|
|
873
|
+
@sapUiIndication10SelectedBorderColor: @sapIndicationColor_10_Selected_BorderColor;
|
|
874
|
+
@sapUiIndication10SelectedTextColor: @sapIndicationColor_10_Selected_TextColor;
|
|
875
|
+
@sapUiIndication10b: @sapIndicationColor_10b;
|
|
876
|
+
@sapUiIndication10bBorderColor: @sapIndicationColor_10b_BorderColor;
|
|
877
|
+
@sapUiIndication10bHoverBackground: @sapIndicationColor_10b_Hover_Background;
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
// =====================================
|
|
881
|
+
// Legend Colors
|
|
882
|
+
// =====================================
|
|
883
|
+
|
|
884
|
+
@sapUiLegendWorkingBackground: @sapLegend_WorkingBackground;
|
|
885
|
+
@sapUiLegendNonWorkingBackground: @sapLegend_NonWorkingBackground;
|
|
886
|
+
@sapUiLegendCurrentDateTime: @sapLegend_CurrentDateTime;
|
|
887
|
+
|
|
888
|
+
@sapUiLegend1: @sapLegendColor1;
|
|
889
|
+
@sapUiLegend2: @sapLegendColor2;
|
|
890
|
+
@sapUiLegend3: @sapLegendColor3;
|
|
891
|
+
@sapUiLegend4: @sapLegendColor4;
|
|
892
|
+
@sapUiLegend5: @sapLegendColor5;
|
|
893
|
+
@sapUiLegend6: @sapLegendColor6;
|
|
894
|
+
@sapUiLegend7: @sapLegendColor7;
|
|
895
|
+
@sapUiLegend8: @sapLegendColor8;
|
|
896
|
+
@sapUiLegend9: @sapLegendColor9;
|
|
897
|
+
@sapUiLegend10: @sapLegendColor10;
|
|
898
|
+
@sapUiLegend11: @sapLegendColor11;
|
|
899
|
+
@sapUiLegend12: @sapLegendColor12;
|
|
900
|
+
@sapUiLegend13: @sapLegendColor13;
|
|
901
|
+
@sapUiLegend14: @sapLegendColor14;
|
|
902
|
+
@sapUiLegend15: @sapLegendColor15;
|
|
903
|
+
@sapUiLegend16: @sapLegendColor16;
|
|
904
|
+
@sapUiLegend17: @sapLegendColor17;
|
|
905
|
+
@sapUiLegend18: @sapLegendColor18;
|
|
906
|
+
@sapUiLegend19: @sapLegendColor19;
|
|
907
|
+
@sapUiLegend20: @sapLegendColor20;
|
|
908
|
+
|
|
909
|
+
@sapUiLegendBackgroundColor1: @sapLegendBackgroundColor1;
|
|
910
|
+
@sapUiLegendBackgroundColor2: @sapLegendBackgroundColor2;
|
|
911
|
+
@sapUiLegendBackgroundColor3: @sapLegendBackgroundColor3;
|
|
912
|
+
@sapUiLegendBackgroundColor4: @sapLegendBackgroundColor4;
|
|
913
|
+
@sapUiLegendBackgroundColor5: @sapLegendBackgroundColor5;
|
|
914
|
+
@sapUiLegendBackgroundColor6: @sapLegendBackgroundColor6;
|
|
915
|
+
@sapUiLegendBackgroundColor7: @sapLegendBackgroundColor7;
|
|
916
|
+
@sapUiLegendBackgroundColor8: @sapLegendBackgroundColor8;
|
|
917
|
+
@sapUiLegendBackgroundColor9: @sapLegendBackgroundColor9;
|
|
918
|
+
@sapUiLegendBackgroundColor10: @sapLegendBackgroundColor10;
|
|
919
|
+
@sapUiLegendBackgroundColor11: @sapLegendBackgroundColor11;
|
|
920
|
+
@sapUiLegendBackgroundColor12: @sapLegendBackgroundColor12;
|
|
921
|
+
@sapUiLegendBackgroundColor13: @sapLegendBackgroundColor13;
|
|
922
|
+
@sapUiLegendBackgroundColor14: @sapLegendBackgroundColor14;
|
|
923
|
+
@sapUiLegendBackgroundColor15: @sapLegendBackgroundColor15;
|
|
924
|
+
@sapUiLegendBackgroundColor16: @sapLegendBackgroundColor16;
|
|
925
|
+
@sapUiLegendBackgroundColor17: @sapLegendBackgroundColor17;
|
|
926
|
+
@sapUiLegendBackgroundColor18: @sapLegendBackgroundColor18;
|
|
927
|
+
@sapUiLegendBackgroundColor19: @sapLegendBackgroundColor19;
|
|
928
|
+
@sapUiLegendBackgroundColor20: @sapLegendBackgroundColor20;
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
// =====================================
|
|
932
|
+
// Chart Colors
|
|
933
|
+
// =====================================
|
|
934
|
+
|
|
935
|
+
@sapUiChart1: @sapChart_OrderedColor_1;
|
|
936
|
+
@sapUiChart2: @sapChart_OrderedColor_2;
|
|
937
|
+
@sapUiChart3: @sapChart_OrderedColor_3;
|
|
938
|
+
@sapUiChart4: @sapChart_OrderedColor_4;
|
|
939
|
+
@sapUiChart5: @sapChart_OrderedColor_5;
|
|
940
|
+
@sapUiChart6: @sapChart_OrderedColor_6;
|
|
941
|
+
@sapUiChart7: @sapChart_OrderedColor_7;
|
|
942
|
+
@sapUiChart8: @sapChart_OrderedColor_8;
|
|
943
|
+
@sapUiChart9: @sapChart_OrderedColor_9;
|
|
944
|
+
@sapUiChart10: @sapChart_OrderedColor_10;
|
|
945
|
+
@sapUiChart11: @sapChart_OrderedColor_11;
|
|
946
|
+
|
|
947
|
+
@sapUiChartBad: @sapChart_Bad;
|
|
948
|
+
@sapUiChartCritical: @sapChart_Critical;
|
|
949
|
+
@sapUiChartGood: @sapChart_Good;
|
|
950
|
+
@sapUiChartNeutral: @sapChart_Neutral;
|
|
951
|
+
|
|
952
|
+
@sapUiChartSequence1: @sapChart_Sequence_1;
|
|
953
|
+
@sapUiChartSequence2: @sapChart_Sequence_2;
|
|
954
|
+
@sapUiChartSequence3: @sapChart_Sequence_3;
|
|
955
|
+
@sapUiChartSequence4: @sapChart_Sequence_4;
|
|
956
|
+
@sapUiChartSequence5: @sapChart_Sequence_5;
|
|
957
|
+
@sapUiChartSequence6: @sapChart_Sequence_6;
|
|
958
|
+
@sapUiChartSequence7: @sapChart_Sequence_7;
|
|
959
|
+
@sapUiChartSequence8: @sapChart_Sequence_8;
|
|
960
|
+
@sapUiChartSequence9: @sapChart_Sequence_9;
|
|
961
|
+
@sapUiChartSequence10: @sapChart_Sequence_10;
|
|
962
|
+
@sapUiChartSequence11: @sapChart_Sequence_11;
|
|
963
|
+
@sapUiChartSequenceNeutral: @sapChart_Sequence_Neutral;
|
|
964
|
+
|
|
965
|
+
|
|
966
|
+
// ============================================
|
|
967
|
+
// UX Reference Set - do not use in Controls!!
|
|
968
|
+
// ============================================
|
|
969
|
+
|
|
970
|
+
@sapUiErrorColor: lighten(@sapUiNegative, 10);
|
|
971
|
+
@sapUiWarningColor: lighten(@sapUiCritical, 10);
|
|
972
|
+
@sapUiSuccessColor: lighten(@sapUiPositive, 10);
|
|
973
|
+
|
|
974
|
+
@sapUiContentElementHeight: @sapContent_ElementHeight;
|
|
975
|
+
@sapUiContentElementHeightPX: @sapContent_ElementHeight_PX;
|
|
976
|
+
|
|
977
|
+
@sapMFontMediumSize: @sapFontSize;
|
|
978
|
+
|
|
979
|
+
@sapUiShellBackgroundPatternColor: @sapUiBaseBG;
|
|
980
|
+
@sapUiShellBackgroundGradient: @sapShell_BackgroundGradient;
|
|
981
|
+
|
|
982
|
+
@sapUiButtonDisabledBackground: @sapButton_Disabled_Background;
|
|
983
|
+
@sapUiButtonDisabledBorderColor: @sapButton_Disabled_BorderColor;
|
|
984
|
+
@sapUiButtonDisabledTextColor: @sapButton_Disabled_TextColor;
|
|
985
|
+
|
|
986
|
+
@sapUiFieldDisabledBackground: @sapField_Disabled_Background;
|
|
987
|
+
@sapUiFieldDisabledBorderColor: @sapField_Disabled_BorderColor;
|
|
988
|
+
@sapUiFieldDisabledTextColor: @sapField_Disabled_TextColor;
|
|
989
|
+
@sapUiFieldDisabledHelpBackground: @sapField_Disabled_HelpBackground;
|
|
990
|
+
|
|
991
|
+
@sapUiListHighlightColor: @sapList_HighlightColor;
|
|
992
|
+
|
|
993
|
+
|
|
994
|
+
// =====================================
|
|
995
|
+
// Font
|
|
996
|
+
// =====================================
|
|
997
|
+
|
|
998
|
+
@sapUiFontCondensedFamily: 'Arial Narrow', HelveticaNeue-CondensedBold, Arial, sans-serif;
|
|
999
|
+
|
|
1000
|
+
@sapUiFontHeaderFamily: @sapUiFontFamily;
|
|
1001
|
+
|
|
1002
|
+
@sapUiFontHeaderWeight: normal;
|
|
1003
|
+
|
|
1004
|
+
|
|
1005
|
+
// use these "sapM"-prefixed parameters for sap.m controls
|
|
1006
|
+
@sapMFontHeader1Size: 1.625rem; // 26px
|
|
1007
|
+
@sapMFontHeader2Size: 1.375rem; // 22px
|
|
1008
|
+
@sapMFontHeader3Size: 1.250rem; // 20px
|
|
1009
|
+
@sapMFontHeader4Size: 1.125rem; // 18px
|
|
1010
|
+
@sapMFontHeader5Size: 1rem; // 16px
|
|
1011
|
+
@sapMFontHeader6Size: 0.875rem; // 14px
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
@sapMFontSmallSize: 0.75rem; // 12px
|
|
1015
|
+
@sapMFontMediumSize: 0.875rem; // 14px
|
|
1016
|
+
@sapMFontLargeSize: 1rem; // 16px
|
|
1017
|
+
|
|
1018
|
+
|
|
1019
|
+
@sapUiTranslucentBGOpacity: 80%;
|
|
1020
|
+
|
|
1021
|
+
@sapMPlatformDependent: false;
|
|
1022
|
+
|
|
1023
|
+
@sapUiColumnHeaderFontSize: @sapMFontMediumSize;
|
|
1024
|
+
@sapUiColumnHeaderFontWeight: normal;
|
|
1025
|
+
|
|
1026
|
+
|
|
1027
|
+
// =====================================
|
|
1028
|
+
// Desktop (sap.ui.commons)
|
|
1029
|
+
// =====================================
|
|
1030
|
+
|
|
1031
|
+
@sapUiDesktopFontFamily: @sapUiFontFamily;
|
|
1032
|
+
|
|
1033
|
+
@sapUiDesktopFontSize: 12px;
|
|
1034
|
+
|
|
1035
|
+
|
|
1036
|
+
// use these for desktop controls only
|
|
1037
|
+
@sapUiFontLargeSize: 13px;
|
|
1038
|
+
@sapUiFontSmallSize: 11px;
|
|
1039
|
+
@sapUiFontHeader1Size: 26px;
|
|
1040
|
+
@sapUiFontHeader2Size: 20px;
|
|
1041
|
+
@sapUiFontHeader3Size: 18px;
|
|
1042
|
+
@sapUiFontHeader4Size: 16px;
|
|
1043
|
+
@sapUiFontHeader5Size: 14px;
|
|
1044
|
+
@sapUiFontHeader6Size: @sapUiFontLargeSize;
|
|
1045
|
+
|
|
1046
|
+
@sapUiLineHeight: 18px;
|
|
1047
|
+
|
|
1048
|
+
|
|
1049
|
+
// ===============================================
|
|
1050
|
+
// SOME important control-specific parameters...
|
|
1051
|
+
// Derived from Expert Theming
|
|
1052
|
+
// (these Parameters should be linked in controls)
|
|
1053
|
+
// ===============================================
|
|
1054
|
+
|
|
1055
|
+
// Derived Chart Colors
|
|
1056
|
+
|
|
1057
|
+
@sapUiChartLabelHoverColor: @sapUiButtonHoverBackground;
|
|
1058
|
+
@sapUiChartLabelPressedColor: darken(@sapUiButtonBackground, 17);
|
|
1059
|
+
@sapUiChartCategoryAxisLabelFontColor: @sapUiContentForegroundTextColor;
|
|
1060
|
+
@sapUiChartValueAxisLabelFontColor: lighten(@sapUiContentForegroundTextColor, 24);
|
|
1061
|
+
@sapUiChartCategoryAxisLabelFontSize: @sapMFontSmallSize;
|
|
1062
|
+
@sapUiChartValueAxisLabelFontSize: @sapMFontSmallSize;
|
|
1063
|
+
@sapUiChartCategoryAxisLineColor: darken(@sapUiChartGridlineColor, 10);
|
|
1064
|
+
@sapUiChartValueAxisLineColor: darken(@sapUiChartGridlineColor, 10);
|
|
1065
|
+
@sapUiChartCategoryAxisTickColor: darken(@sapUiChartGridlineColor, 10);
|
|
1066
|
+
@sapUiChartValueAxisTickColor: darken(@sapUiChartGridlineColor, 10);
|
|
1067
|
+
@sapUiChartBackgroundColor: transparent;
|
|
1068
|
+
@sapUiChartLabelFontWeight: normal;
|
|
1069
|
+
@sapUiChartLegendLabelFontColor: @sapUiContentForegroundTextColor;
|
|
1070
|
+
@sapUiChartLegendTitleFontColor: @sapUiGroupTitleTextColor;
|
|
1071
|
+
@sapUiChartLegendTitleFontSize: @sapMFontMediumSize;
|
|
1072
|
+
@sapUiChartLegendLabelFontSize: @sapMFontSmallSize;
|
|
1073
|
+
@sapUiChartPaletteUndefinedColor: @sapUiBaseText;
|
|
1074
|
+
@sapUiChartGridlineColor: lighten(@sapUiContentForegroundBorderColor, 15);
|
|
1075
|
+
@sapUiChartReferenceLineColor: darken(@sapUiChartGridlineColor, 70);
|
|
1076
|
+
@sapUiChartDataLabelFontColor: @sapUiBaseText;
|
|
1077
|
+
@sapUiChartReferenceLineLabelColor: @sapUiBaseText;
|
|
1078
|
+
@sapUiChartDataLabelFontSize: @sapMFontSmallSize;
|
|
1079
|
+
@sapUiChartPopoverDataItemFontColor: @sapUiBaseText;
|
|
1080
|
+
@sapUiChartPopoverGroupFontColor: @sapUiContentForegroundTextColor;
|
|
1081
|
+
@sapUiChartPopoverDataItemFontSize: @sapMFontMediumSize;
|
|
1082
|
+
@sapUiChartPopoverGroupFontSize: @sapMFontMediumSize;
|
|
1083
|
+
@sapUiChartPopoverGroupFontWeight: bold;
|
|
1084
|
+
@sapUiChartScrollBarThumbColor: @sapUiScrollBarFaceColor;
|
|
1085
|
+
@sapUiChartScrollBarTrackColor: @sapUiScrollBarTrackColor;
|
|
1086
|
+
@sapUiChartScrollBarThumbHoverColor: @sapUiScrollBarHoverFaceColor;
|
|
1087
|
+
@sapUiChartMainTitleFontColor: @sapUiGroupTitleTextColor;
|
|
1088
|
+
@sapUiChartAxisTitleFontColor: @sapUiGroupTitleTextColor;
|
|
1089
|
+
@sapUiChartMainTitleFontSize: @sapMFontLargeSize;
|
|
1090
|
+
@sapUiChartAxisTitleFontSize: @sapMFontSmallSize;
|
|
1091
|
+
@sapUiChartTitleFontWeight: bold;
|
|
1092
|
+
@sapUiChartAxisTitleFontWeight: regular;
|
|
1093
|
+
@sapUiChartLightText: lighten(@sapUiContentForegroundTextColor, 24);
|
|
1094
|
+
@sapUiChartZeroAxisColor: darken(@sapUiChartGridlineColor, 50);
|
|
1095
|
+
|
|
1096
|
+
@sapUiChartDataPointBorderColor: lighten(@sapUiGroupContentBackground, 2);
|
|
1097
|
+
@sapUiChartDataPointBorderHoverSelectedColor: darken(@sapUiChartGridlineColor, 50);
|
|
1098
|
+
@sapUiChartDataPointNotSelectedBackgroundOpacity: 0.6;
|
|
1099
|
+
|
|
1100
|
+
@sapUiChartValueAxisLineOpacity: 0;
|
|
1101
|
+
@sapUiChartCategoryAxisLabelFontHoverColor: @sapUiContentForegroundTextColor;
|
|
1102
|
+
@sapUiChartCategoryAxisLabelFontPressedColor: @sapUiContentForegroundTextColor;
|
|
1103
|
+
|
|
1104
|
+
@sapUiChartTargetColor: darken(@sapUiChartGridlineColor, 70);
|
|
1105
|
+
@sapUiChartTargetShadowColor: @sapUiContentContrastShadowColor;
|
|
1106
|
+
@sapUiChartBubbleBGOpacity: 0.8;
|
|
1107
|
+
|
|
1108
|
+
@sapUiChartScrollbarBorderColor: lighten(@sapUiScrollBarBorderColor, 25);
|
|
1109
|
+
@sapUiChartScrollbarBorderSize: 0;
|
|
1110
|
+
@sapUiChartScrollbarThumbPadding: 0;
|
|
1111
|
+
|
|
1112
|
+
@sapUiChartNegativeLargeText: @sapUiChartBad;
|
|
1113
|
+
@sapUiChartCriticalLargeText: @sapUiChartCritical;
|
|
1114
|
+
@sapUiChartPositiveLargeText: @sapUiChartGood;
|
|
1115
|
+
@sapUiChartNeutralLargeText: saturate(darken(@sapUiChartNeutral, 10), 1);
|
|
1116
|
+
|
|
1117
|
+
@sapUiChartDataPointBG: saturate(lighten(@sapUiChartNeutral, 30), 1);
|
|
1118
|
+
@sapUiChartDataPointBGBorderColor: saturate(lighten(@sapUiChartNeutral, 30), 1);
|
|
1119
|
+
@sapUiChartDataLineColorWithBG: darken(@sapUiChartGridlineColor, 70);
|
|
1120
|
+
@sapUiChartDataLineColor: darken(@sapUiChartGridlineColor, 70);
|
|
1121
|
+
|
|
1122
|
+
@sapUiChartRadialRemainingCircle: lighten(@sapUiChartNeutral, 35);
|
|
1123
|
+
@sapUiChartRadialRemainingCircleBorderColor: lighten(@sapUiChartNeutral, 35);
|
|
1124
|
+
@sapUiChartRadialBG: lighten(@sapUiGroupContentBackground, 2);
|
|
1125
|
+
|
|
1126
|
+
@sapUiChartLegendHoverBackground: @sapUiListHoverBackground;
|
|
1127
|
+
@sapUiChartLegendSelectionBackground: @sapUiListSelectionBackgroundColor;
|
|
1128
|
+
@sapUiChartLegendSelectionHoverBackground: @sapUiListSelectionHoverBackground;
|
|
1129
|
+
|
|
1130
|
+
|
|
1131
|
+
// qualitative palette
|
|
1132
|
+
|
|
1133
|
+
@sapUiChartPaletteQualitativeHue1: @sapUiChart1;
|
|
1134
|
+
@sapUiChartPaletteQualitativeHue2: @sapUiChart2;
|
|
1135
|
+
@sapUiChartPaletteQualitativeHue3: @sapUiChart3;
|
|
1136
|
+
@sapUiChartPaletteQualitativeHue4: @sapUiChart4;
|
|
1137
|
+
@sapUiChartPaletteQualitativeHue5: @sapUiChart5;
|
|
1138
|
+
@sapUiChartPaletteQualitativeHue6: @sapUiChart6;
|
|
1139
|
+
@sapUiChartPaletteQualitativeHue7: @sapUiChart7;
|
|
1140
|
+
@sapUiChartPaletteQualitativeHue8: @sapUiChart8;
|
|
1141
|
+
@sapUiChartPaletteQualitativeHue9: @sapUiChart9;
|
|
1142
|
+
@sapUiChartPaletteQualitativeHue10: @sapUiChart10;
|
|
1143
|
+
@sapUiChartPaletteQualitativeHue11: @sapUiChart11;
|
|
1144
|
+
@sapUiChartPaletteQualitativeHue12: darken(saturate(@sapUiChartSequence1, 15), 17);
|
|
1145
|
+
@sapUiChartPaletteQualitativeHue13: darken(saturate(@sapUiChartSequence2, 8), 16);
|
|
1146
|
+
@sapUiChartPaletteQualitativeHue14: darken(saturate(@sapUiChartSequence3, 5), 10);
|
|
1147
|
+
@sapUiChartPaletteQualitativeHue15: darken(saturate(@sapUiChartSequence4, 2), 18);
|
|
1148
|
+
@sapUiChartPaletteQualitativeHue16: darken(saturate(@sapUiChartSequence5, 18), 17);
|
|
1149
|
+
@sapUiChartPaletteQualitativeHue17: darken(saturate(@sapUiChartSequence6, 2), 11);
|
|
1150
|
+
@sapUiChartPaletteQualitativeHue18: darken(saturate(@sapUiChartSequence7, 1), 19);
|
|
1151
|
+
@sapUiChartPaletteQualitativeHue19: darken(saturate(@sapUiChartSequence8, 11), 13);
|
|
1152
|
+
@sapUiChartPaletteQualitativeHue20: darken(saturate(@sapUiChartSequence9, 27), 19);
|
|
1153
|
+
@sapUiChartPaletteQualitativeHue21: darken(saturate(@sapUiChartSequence10,8),19);
|
|
1154
|
+
@sapUiChartPaletteQualitativeHue22: darken(saturate(@sapUiChartSequence11, 9) ,11);
|
|
1155
|
+
|
|
1156
|
+
// semantic palette
|
|
1157
|
+
|
|
1158
|
+
@sapUiChartPaletteSemanticBadLight3: lighten(@sapUiChartBad, 32);
|
|
1159
|
+
@sapUiChartPaletteSemanticBadLight2: lighten(@sapUiChartBad, 22);
|
|
1160
|
+
@sapUiChartPaletteSemanticBadLight1: lighten(@sapUiChartBad, 12);
|
|
1161
|
+
@sapUiChartPaletteSemanticBad: @sapUiChartBad;
|
|
1162
|
+
@sapUiChartPaletteSemanticBadDark1: darken(desaturate(@sapUiChartBad, 1), 7);
|
|
1163
|
+
@sapUiChartPaletteSemanticBadDark2: darken(desaturate(@sapUiChartBad, 1), 15);
|
|
1164
|
+
|
|
1165
|
+
@sapUiChartPaletteSemanticCriticalLight3: lighten(@sapUiChartCritical, 30);
|
|
1166
|
+
@sapUiChartPaletteSemanticCriticalLight2: lighten(@sapUiChartCritical, 17);
|
|
1167
|
+
@sapUiChartPaletteSemanticCriticalLight1: lighten(@sapUiChartCritical, 7);
|
|
1168
|
+
@sapUiChartPaletteSemanticCritical: @sapUiChartCritical;
|
|
1169
|
+
@sapUiChartPaletteSemanticCriticalDark1: darken(@sapUiChartCritical, 5);
|
|
1170
|
+
@sapUiChartPaletteSemanticCriticalDark2: darken(@sapUiChartCritical, 12);
|
|
1171
|
+
|
|
1172
|
+
@sapUiChartPaletteSemanticGoodLight3: lighten(@sapUiChartGood, 30);
|
|
1173
|
+
@sapUiChartPaletteSemanticGoodLight2: lighten(@sapUiChartGood, 17);
|
|
1174
|
+
@sapUiChartPaletteSemanticGoodLight1: lighten(@sapUiChartGood, 7);
|
|
1175
|
+
@sapUiChartPaletteSemanticGood: @sapUiChartGood;
|
|
1176
|
+
@sapUiChartPaletteSemanticGoodDark1: darken(@sapUiChartGood, 7);
|
|
1177
|
+
@sapUiChartPaletteSemanticGoodDark2: darken(@sapUiChartGood, 15);
|
|
1178
|
+
|
|
1179
|
+
@sapUiChartPaletteSemanticNeutralLight3: saturate(lighten(@sapUiChartNeutral, 30), 1);
|
|
1180
|
+
@sapUiChartPaletteSemanticNeutralLight2: saturate(lighten(@sapUiChartNeutral, 20), 1);
|
|
1181
|
+
@sapUiChartPaletteSemanticNeutralLight1: saturate(lighten(@sapUiChartNeutral, 10), 1);
|
|
1182
|
+
@sapUiChartPaletteSemanticNeutral: @sapUiChartNeutral;
|
|
1183
|
+
@sapUiChartPaletteSemanticNeutralDark1: saturate(darken(@sapUiChartNeutral, 10), 1);
|
|
1184
|
+
@sapUiChartPaletteSemanticNeutralDark2: saturate(darken(@sapUiChartNeutral, 17), 1);
|
|
1185
|
+
|
|
1186
|
+
// sequential palette
|
|
1187
|
+
|
|
1188
|
+
@sapUiChartPaletteSequentialHue1Light3: lighten(desaturate(@sapUiChartSequence1, 9), 24);
|
|
1189
|
+
@sapUiChartPaletteSequentialHue1Light2: lighten(desaturate(@sapUiChartSequence1, 9), 17);
|
|
1190
|
+
@sapUiChartPaletteSequentialHue1Light1: lighten(desaturate(@sapUiChartSequence1, 10), 8);
|
|
1191
|
+
@sapUiChartPaletteSequentialHue1: @sapUiChartSequence1;
|
|
1192
|
+
@sapUiChartPaletteSequentialHue1Dark1: darken(saturate(@sapUiChartSequence1, 6), 8);
|
|
1193
|
+
@sapUiChartPaletteSequentialHue1Dark2: darken(saturate(@sapUiChartSequence1, 15), 17);
|
|
1194
|
+
|
|
1195
|
+
@sapUiChartPaletteSequentialHue2Light3: lighten(saturate(@sapUiChartSequence2, 9), 29);
|
|
1196
|
+
@sapUiChartPaletteSequentialHue2Light2: lighten(desaturate(@sapUiChartSequence2, 2), 19);
|
|
1197
|
+
@sapUiChartPaletteSequentialHue2Light1: lighten(desaturate(@sapUiChartSequence2, 9), 9);
|
|
1198
|
+
@sapUiChartPaletteSequentialHue2: @sapUiChartSequence2;
|
|
1199
|
+
@sapUiChartPaletteSequentialHue2Dark1: darken(saturate(@sapUiChartSequence2, 4), 8);
|
|
1200
|
+
@sapUiChartPaletteSequentialHue2Dark2: darken(saturate(@sapUiChartSequence2, 8), 16);
|
|
1201
|
+
|
|
1202
|
+
@sapUiChartPaletteSequentialHue3Light3: lighten(desaturate(@sapUiChartSequence3, 56), 40);
|
|
1203
|
+
@sapUiChartPaletteSequentialHue3Light2: lighten(desaturate(@sapUiChartSequence3, 59), 26);
|
|
1204
|
+
@sapUiChartPaletteSequentialHue3Light1: lighten(desaturate(@sapUiChartSequence3, 39), 13);
|
|
1205
|
+
@sapUiChartPaletteSequentialHue3: @sapUiChartSequence3;
|
|
1206
|
+
@sapUiChartPaletteSequentialHue3Dark1: darken(saturate(@sapUiChartSequence3, 2), 5);
|
|
1207
|
+
@sapUiChartPaletteSequentialHue3Dark2: darken(saturate(@sapUiChartSequence3, 5), 10);
|
|
1208
|
+
|
|
1209
|
+
@sapUiChartPaletteSequentialHue4Light3: lighten(desaturate(@sapUiChartSequence4, 23), 30);
|
|
1210
|
+
@sapUiChartPaletteSequentialHue4Light2: lighten(desaturate(@sapUiChartSequence4, 10), 20);
|
|
1211
|
+
@sapUiChartPaletteSequentialHue4Light1: lighten(desaturate(@sapUiChartSequence4, 4), 10);
|
|
1212
|
+
@sapUiChartPaletteSequentialHue4: @sapUiChartSequence4;
|
|
1213
|
+
@sapUiChartPaletteSequentialHue4Dark1: darken(saturate(@sapUiChartSequence4, 1), 9);
|
|
1214
|
+
@sapUiChartPaletteSequentialHue4Dark2: darken(saturate(@sapUiChartSequence4, 2), 18);
|
|
1215
|
+
|
|
1216
|
+
@sapUiChartPaletteSequentialHue5Light3: lighten(desaturate(@sapUiChartSequence5, 17), 35);
|
|
1217
|
+
@sapUiChartPaletteSequentialHue5Light2: lighten(desaturate(@sapUiChartSequence5, 15), 24);
|
|
1218
|
+
@sapUiChartPaletteSequentialHue5Light1: lighten(desaturate(@sapUiChartSequence5, 14), 11);
|
|
1219
|
+
@sapUiChartPaletteSequentialHue5: @sapUiChartSequence5;
|
|
1220
|
+
@sapUiChartPaletteSequentialHue5Dark1: darken(saturate(@sapUiChartSequence5, 8), 9);
|
|
1221
|
+
@sapUiChartPaletteSequentialHue5Dark2: darken(saturate(@sapUiChartSequence5, 18), 17);
|
|
1222
|
+
|
|
1223
|
+
@sapUiChartPaletteSequentialHue6Light3: lighten(desaturate(@sapUiChartSequence6, 62), 46);
|
|
1224
|
+
@sapUiChartPaletteSequentialHue6Light2: lighten(desaturate(@sapUiChartSequence6, 60), 30);
|
|
1225
|
+
@sapUiChartPaletteSequentialHue6Light1: lighten(desaturate(@sapUiChartSequence6, 47), 15);
|
|
1226
|
+
@sapUiChartPaletteSequentialHue6: @sapUiChartSequence6;
|
|
1227
|
+
@sapUiChartPaletteSequentialHue6Dark1: darken(saturate(@sapUiChartSequence6, 1), 5);
|
|
1228
|
+
@sapUiChartPaletteSequentialHue6Dark2: darken(saturate(@sapUiChartSequence6, 2), 11);
|
|
1229
|
+
|
|
1230
|
+
@sapUiChartPaletteSequentialHue7Light3: lighten(desaturate(@sapUiChartSequence7, 14), 30);
|
|
1231
|
+
@sapUiChartPaletteSequentialHue7Light2: lighten(desaturate(@sapUiChartSequence7, 6), 20);
|
|
1232
|
+
@sapUiChartPaletteSequentialHue7Light1: lighten(desaturate(@sapUiChartSequence7, 2), 10);
|
|
1233
|
+
@sapUiChartPaletteSequentialHue7: @sapUiChartSequence7;
|
|
1234
|
+
@sapUiChartPaletteSequentialHue7Dark1: darken(desaturate(@sapUiChartSequence7, 5), 9);
|
|
1235
|
+
@sapUiChartPaletteSequentialHue7Dark2: darken(saturate(@sapUiChartSequence7, 1), 19);
|
|
1236
|
+
|
|
1237
|
+
@sapUiChartPaletteSequentialHue8Light3: lighten(desaturate(@sapUiChartSequence8, 43), 41);
|
|
1238
|
+
@sapUiChartPaletteSequentialHue8Light2: lighten(desaturate(@sapUiChartSequence8, 40), 28);
|
|
1239
|
+
@sapUiChartPaletteSequentialHue8Light1: lighten(desaturate(@sapUiChartSequence8, 36), 14);
|
|
1240
|
+
@sapUiChartPaletteSequentialHue8: @sapUiChartSequence8;
|
|
1241
|
+
@sapUiChartPaletteSequentialHue8Dark1: darken(saturate(@sapUiChartSequence8, 5), 6);
|
|
1242
|
+
@sapUiChartPaletteSequentialHue8Dark2: darken(saturate(@sapUiChartSequence8, 11), 13);
|
|
1243
|
+
|
|
1244
|
+
@sapUiChartPaletteSequentialHue9Light3: lighten(desaturate(@sapUiChartSequence9, 17), 40);
|
|
1245
|
+
@sapUiChartPaletteSequentialHue9Light2: lighten(desaturate(@sapUiChartSequence9, 15), 26);
|
|
1246
|
+
@sapUiChartPaletteSequentialHue9Light1: lighten(desaturate(@sapUiChartSequence9, 12), 14);
|
|
1247
|
+
@sapUiChartPaletteSequentialHue9: @sapUiChartSequence9;
|
|
1248
|
+
@sapUiChartPaletteSequentialHue9Dark1: darken(saturate(@sapUiChartSequence9, 7), 10);
|
|
1249
|
+
@sapUiChartPaletteSequentialHue9Dark2: darken(saturate(@sapUiChartSequence9, 27), 19);
|
|
1250
|
+
|
|
1251
|
+
@sapUiChartPaletteSequentialHue10Light3: lighten(saturate(@sapUiChartSequence10, 14), 34);
|
|
1252
|
+
@sapUiChartPaletteSequentialHue10Light2: lighten(saturate(@sapUiChartSequence10, 5), 22);
|
|
1253
|
+
@sapUiChartPaletteSequentialHue10Light1: lighten(saturate(@sapUiChartSequence10, 2), 11);
|
|
1254
|
+
@sapUiChartPaletteSequentialHue10: @sapUiChartSequence10;
|
|
1255
|
+
@sapUiChartPaletteSequentialHue10Dark1: darken(desaturate(@sapUiChartSequence10, 2), 9);
|
|
1256
|
+
@sapUiChartPaletteSequentialHue10Dark2: darken(saturate(@sapUiChartSequence10, 8), 19);
|
|
1257
|
+
|
|
1258
|
+
@sapUiChartPaletteSequentialHue11Light3: lighten(desaturate(@sapUiChartSequence11, 57), 35);
|
|
1259
|
+
@sapUiChartPaletteSequentialHue11Light2: lighten(desaturate(@sapUiChartSequence11, 52), 24);
|
|
1260
|
+
@sapUiChartPaletteSequentialHue11Light1: lighten(desaturate(@sapUiChartSequence11, 35), 12);
|
|
1261
|
+
@sapUiChartPaletteSequentialHue11: @sapUiChartSequence11;
|
|
1262
|
+
@sapUiChartPaletteSequentialHue11Dark1: darken(saturate(@sapUiChartSequence11, 4), 6);
|
|
1263
|
+
@sapUiChartPaletteSequentialHue11Dark2: darken(saturate(@sapUiChartSequence11, 9), 11);
|
|
1264
|
+
|
|
1265
|
+
@sapUiChartPaletteSequentialNeutralLight3: saturate(lighten(@sapUiChartSequenceNeutral, 30), 1);
|
|
1266
|
+
@sapUiChartPaletteSequentialNeutralLight2: saturate(lighten(@sapUiChartSequenceNeutral, 20), 1);
|
|
1267
|
+
@sapUiChartPaletteSequentialNeutralLight1: saturate(lighten(@sapUiChartSequenceNeutral, 10), 1);
|
|
1268
|
+
@sapUiChartPaletteSequentialNeutral: @sapUiChartSequenceNeutral;
|
|
1269
|
+
@sapUiChartPaletteSequentialNeutralDark1: saturate(darken(@sapUiChartSequenceNeutral, 10), 1);
|
|
1270
|
+
@sapUiChartPaletteSequentialNeutralDark2: saturate(darken(@sapUiChartSequenceNeutral, 17), 1);
|
|
1271
|
+
|
|
1272
|
+
@sapUiChartPaletteNoSemDiv1Light3: #f3dec9;
|
|
1273
|
+
@sapUiChartPaletteNoSemDiv1Light2: #e3cbb3;
|
|
1274
|
+
@sapUiChartPaletteNoSemDiv1Light1: #c8ab8e;
|
|
1275
|
+
@sapUiChartPaletteNoSemDiv1: #b08e6d;
|
|
1276
|
+
@sapUiChartPaletteNoSemDiv1Dark1: #8e6c4b;
|
|
1277
|
+
@sapUiChartPaletteNoSemDiv1Dark2: #754f2a;
|
|
1278
|
+
|
|
1279
|
+
@sapUiChartPaletteMidArea: desaturate(lighten(@sapUiChartSequenceNeutral, 40), 7);
|
|
1280
|
+
|
|
1281
|
+
@sapUiChoroplethBG: lighten(@sapUiChartSequenceNeutral, 42);
|
|
1282
|
+
@sapUiChoroplethRegionBorder: lighten(@sapUiChartGridlineColor, 10);
|
|
1283
|
+
@sapUiChoroplethRegionBG: @sapUiChartPaletteSemanticNeutralLight2;
|
|
1284
|
+
@sapUiMapLegendBG: lighten(@sapUiGroupContentBackground, 2);
|
|
1285
|
+
@sapUiMapLegendBorderColor: darken(@sapUiChartGridlineColor, 10);
|
|
1286
|
+
|
|
1287
|
+
|
|
1288
|
+
// Shell
|
|
1289
|
+
@sapUiShellHoverBackground: @sapUiBrand;
|
|
1290
|
+
@sapUiShellActiveBackground: @sapUiBrand;
|
|
1291
|
+
@sapUiShellActiveTextColor: @sapUiBaseText;
|
|
1292
|
+
@sapUiShellHoverToggleBackground: @sapUiSelected;
|
|
1293
|
+
@sapUiShellContainerBackground: @sapUiShellBackground;
|
|
1294
|
+
@sapUiShellAltContainerBackground: @sapUiShellBackground;
|
|
1295
|
+
@sapUiShellGroupTextColor: contrast(@sapUiShellBackground, @sapUiShellTextColor, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
1296
|
+
|
|
1297
|
+
@sapUiUx3ShellHeaderColor: @sapShellColor;
|
|
1298
|
+
@sapUiUx3ShellBackgroundColor: @sapUiExtraLightBG;
|
|
1299
|
+
@sapUiUx3ShellHoverColor: @sapUiBaseText;
|
|
1300
|
+
@sapUiUx3ShellGradientBottom: lighten(@sapUiUx3ShellHeaderColor, 17.3); // transparent
|
|
1301
|
+
@sapUiUx3ShellGradientTop: spin(mix(@sapUiHighlight, lighten(@sapUiUx3ShellGradientBottom, 22), 3), 9); // transparent
|
|
1302
|
+
|
|
1303
|
+
// Approved by UX to use a hard coded color value for this
|
|
1304
|
+
@sapUiUx3ShellToolPaletteIconFontColor: #8899aa;
|
|
1305
|
+
|
|
1306
|
+
// Exact
|
|
1307
|
+
@sapUiUx3ExactLstExpandOffset: 0 0;
|
|
1308
|
+
@sapUiUx3ExactLstRootExpandOffset: 0 3;
|
|
1309
|
+
@sapUiUx3ExactLstContentTop: @sapUiUx3ExactLstHeaderHeight;
|
|
1310
|
+
|
|
1311
|
+
// Link
|
|
1312
|
+
@sapUiLinkActive: @sapUiLinkActiveColor;
|
|
1313
|
+
@sapUiLinkVisited: @sapUiLinkVisitedColor;
|
|
1314
|
+
@sapUiLinkHover: @sapUiLinkHoverColor;
|
|
1315
|
+
@sapUiLinkInverted: @sapUiLinkInvertedColor;
|
|
1316
|
+
@sapUiLinkSubtle: @sapUiLinkSubtleColor;
|
|
1317
|
+
|
|
1318
|
+
// Notification Bar
|
|
1319
|
+
@sapUiNotificationBarBG: fade(@sapUiMediumText, 92%);
|
|
1320
|
+
@sapUiNotifierSeparator: @sapUiMediumLine;
|
|
1321
|
+
@sapUiNotifierSeparatorWidth: ~"2px";
|
|
1322
|
+
@sapUiNotificationBarBorder: @sapUiNotificationBarBG;
|
|
1323
|
+
|
|
1324
|
+
// ToolPopup
|
|
1325
|
+
@sapUiUx3ToolPopupInverted: ~"true"; // Telling the ToolPopup if it's inverted per default
|
|
1326
|
+
@sapUiUx3ToolPopupArrowRightMarginCorrection: -2px;
|
|
1327
|
+
@sapUiUx3ToolPopupShadow: 0px 6px 12px 0px fade(@sapUiContentShadowColor, 30);
|
|
1328
|
+
|
|
1329
|
+
// Callout
|
|
1330
|
+
@sapUiCalloutShadow: 0px 6px 12px 0px fade(@sapUiContentShadowColor, 30);
|
|
1331
|
+
|
|
1332
|
+
@sapUiButtonIconColor: contrast(@sapUiButtonBackground, @sapUiContentIconColor, @sapUiContentContrastIconColor, @sapUiContentContrastTextThreshold);
|
|
1333
|
+
@sapUiButtonActiveBackground: @sapUiHighlight;
|
|
1334
|
+
@sapUiButtonActiveBorderColor: @sapUiButtonActiveBackground;
|
|
1335
|
+
@sapUiButtonActiveTextColor: contrast(@sapUiButtonActiveBackground, @sapUiButtonTextColor, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
1336
|
+
@sapUiButtonEmphasizedHoverBackground: darken(@sapUiButtonEmphasizedBackground, 5);
|
|
1337
|
+
@sapUiButtonEmphasizedHoverBorderColor: darken(@sapUiButtonEmphasizedBackground, 5);
|
|
1338
|
+
@sapUiButtonEmphasizedActiveBackground: @sapUiButtonActiveBackground;
|
|
1339
|
+
@sapUiButtonEmphasizedActiveBorderColor: @sapUiButtonActiveBorderColor;
|
|
1340
|
+
@sapUiButtonEmphasizedTextShadow: contrast(@sapUiButtonEmphasizedBackground, fade(@sapUiContentShadowColor, 50), fade(@sapUiContentContrastShadowColor, 50), @sapUiContentContrastTextThreshold);
|
|
1341
|
+
@sapUiButtonAcceptBorderColor: @sapUiPositiveElement;
|
|
1342
|
+
@sapUiButtonAcceptHoverBackground: @sapUiButtonHoverBackground;
|
|
1343
|
+
@sapUiButtonAcceptHoverBorderColor: @sapUiButtonAcceptBorderColor;
|
|
1344
|
+
@sapUiButtonAcceptActiveBackground: @sapUiPositiveElement;
|
|
1345
|
+
@sapUiButtonAcceptActiveBorderColor: @sapUiButtonAcceptBorderColor;
|
|
1346
|
+
@sapUiButtonAcceptTextColor: contrast(@sapUiButtonAcceptBackground, @sapUiPositiveText, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
1347
|
+
@sapUiButtonRejectBorderColor: @sapUiNegativeElement;
|
|
1348
|
+
@sapUiButtonRejectHoverBackground: @sapUiButtonHoverBackground;
|
|
1349
|
+
@sapUiButtonRejectHoverBorderColor: @sapUiButtonRejectBorderColor;
|
|
1350
|
+
@sapUiButtonRejectActiveBackground: @sapUiNegativeElement;
|
|
1351
|
+
@sapUiButtonRejectActiveBorderColor: @sapUiButtonRejectBorderColor;
|
|
1352
|
+
@sapUiButtonRejectTextColor: contrast(@sapUiButtonRejectBackground, @sapUiNegativeText, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
1353
|
+
@sapUiButtonLiteBackground: rgba(0,0,0,0); // transparent;
|
|
1354
|
+
@sapUiButtonLiteBorderColor: rgba(0,0,0,0); // transparent;
|
|
1355
|
+
@sapUiButtonLiteTextColor: @sapUiButtonTextColor;
|
|
1356
|
+
@sapUiButtonLiteHoverBackground: fade(darken(@sapUiButtonHoverBackground, 17), 50);
|
|
1357
|
+
@sapUiButtonLiteHoverBorderColor: @sapUiButtonLiteHoverBackground;
|
|
1358
|
+
@sapUiButtonLiteActiveBackground: @sapUiButtonActiveBackground;
|
|
1359
|
+
@sapUiButtonLiteActiveBorderColor: @sapUiButtonLiteActiveBackground;
|
|
1360
|
+
@sapUiButtonHeaderTextColor: @sapUiButtonTextColor;
|
|
1361
|
+
@sapUiButtonHeaderDisabledTextColor: @sapUiButtonHeaderTextColor;
|
|
1362
|
+
@sapUiButtonFooterTextColor: contrast(@sapUiPageFooterBackground, @sapUiButtonTextColor, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
1363
|
+
@sapUiButtonFooterHoverBackground: @sapUiButtonLiteHoverBackground;
|
|
1364
|
+
@sapUiButtonActionSelectBackground: @sapUiListBackground;
|
|
1365
|
+
@sapUiButtonActionSelectBorderColor: @sapUiListBorderColor;
|
|
1366
|
+
@sapUiButtonLiteActionSelectHoverBackground: @sapUiListHoverBackground;
|
|
1367
|
+
@sapUiToggleButtonPressedBackground: @sapUiButtonActiveBackground;
|
|
1368
|
+
@sapUiToggleButtonPressedBorderColor: darken(@sapUiToggleButtonPressedBackground, 5);
|
|
1369
|
+
@sapUiToggleButtonPressedTextColor: contrast(@sapUiToggleButtonPressedBackground, @sapUiButtonTextColor, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
1370
|
+
@sapUiToggleButtonPressedHoverBackground: darken(@sapUiToggleButtonPressedBackground, 5);
|
|
1371
|
+
@sapUiToggleButtonPressedHoverBorderColor: darken(@sapUiToggleButtonPressedBackground, 5);
|
|
1372
|
+
@sapUiSegmentedButtonBackground: lighten(@sapUiButtonBackground, 3);
|
|
1373
|
+
@sapUiSegmentedButtonBorderColor: lighten(@sapUiButtonBorderColor, 8);
|
|
1374
|
+
@sapUiSegmentedButtonTextColor: contrast(@sapUiSegmentedButtonBackground, @sapUiButtonTextColor, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
1375
|
+
@sapUiSegmentedButtonHoverBackground: @sapUiButtonHoverBackground;
|
|
1376
|
+
@sapUiSegmentedButtonActiveBackground: @sapUiButtonActiveBackground;
|
|
1377
|
+
@sapUiSegmentedButtonActiveTextColor: contrast(@sapUiSegmentedButtonActiveBackground, @sapUiSegmentedButtonTextColor, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
1378
|
+
@sapUiSegmentedButtonSelectedBackground: @sapUiButtonActiveBackground;
|
|
1379
|
+
@sapUiSegmentedButtonSelectedTextColor: contrast(@sapUiSegmentedButtonSelectedBackground, @sapUiSegmentedButtonTextColor, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
1380
|
+
@sapUiSegmentedButtonSelectedHoverBackground: darken(@sapUiSegmentedButtonSelectedBackground, 5);
|
|
1381
|
+
@sapUiSegmentedButtonSelectedHoverBorderColor: @sapUiSegmentedButtonSelectedHoverBackground;
|
|
1382
|
+
@sapUiSegmentedButtonIconColor: contrast(@sapUiSegmentedButtonBackground, @sapUiContentIconColor, @sapUiContentContrastIconColor, @sapUiContentContrastTextThreshold);
|
|
1383
|
+
@sapUiSegmentedButtonActiveIconColor: contrast(@sapUiSegmentedButtonActiveBackground, @sapUiContentIconColor, @sapUiContentContrastIconColor, @sapUiContentContrastTextThreshold);
|
|
1384
|
+
@sapUiSegmentedButtonSelectedIconColor: contrast(@sapUiSegmentedButtonSelectedBackground, @sapUiContentIconColor, @sapUiContentContrastIconColor, @sapUiContentContrastTextThreshold);
|
|
1385
|
+
@sapUiSegmentedButtonFooterBorderColor: lighten(@sapUiButtonBorderColor, 8);
|
|
1386
|
+
@sapUiSegmentedButtonFooterHoverBackground: @sapUiButtonHoverBackground;
|
|
1387
|
+
|
|
1388
|
+
@sapUiFieldTextColor: @sapUiBaseText;
|
|
1389
|
+
@sapUiFieldActiveBackground: @sapUiHighlight;
|
|
1390
|
+
@sapUiFieldActiveBorderColor: @sapUiHighlight;
|
|
1391
|
+
@sapUiFieldActiveTextColor: @sapUiContentContrastTextColor;
|
|
1392
|
+
@sapUiFieldPlaceholderTextColor: lighten(@sapUiBaseText, 44);
|
|
1393
|
+
|
|
1394
|
+
@sapUiListTextColor: lighten(@sapUiBaseText, 20);
|
|
1395
|
+
@sapUiListVerticalBorderColor: darken(@sapUiListBorderColor, 3);
|
|
1396
|
+
@sapUiListActiveBackground: @sapUiListHighlightColor;
|
|
1397
|
+
@sapUiListActiveTextColor: contrast(@sapUiListActiveBackground, @sapUiListTextColor, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
1398
|
+
@sapUiListSelectionHoverBackground: contrast(@sapUiListSelectionBackgroundColor, darken(@sapUiListSelectionBackgroundColor, 3), lighten(@sapUiListSelectionBackgroundColor, 3));
|
|
1399
|
+
@sapUiListFooterBackground: @sapUiPageFooterBackground;
|
|
1400
|
+
@sapUiListFooterTextColor: @sapUiPageFooterTextColor;
|
|
1401
|
+
@sapUiListGroupHeaderBackground: @sapUiListBackground;
|
|
1402
|
+
@sapUiListTableGroupHeaderBackground: darken(@sapUiListBackground, 5);
|
|
1403
|
+
@sapUiListTableGroupHeaderBorderColor: darken(@sapUiListBorderColor, 10);
|
|
1404
|
+
@sapUiListTableGroupHeaderTextColor: contrast(@sapUiListTableGroupHeaderBackground, @sapUiListTextColor, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
1405
|
+
@sapUiListTableFooterBorder: darken(@sapUiListBorderColor, 10);
|
|
1406
|
+
@sapUiListTableFixedBorder: darken(@sapUiListBorderColor, 30);
|
|
1407
|
+
@sapUiListTableTextSize: 0.875rem;
|
|
1408
|
+
@sapUiListTableIconSize: 1rem;
|
|
1409
|
+
|
|
1410
|
+
@sapUiPageFooterBorderColor: contrast(@sapUiPageFooterBackground, darken(@sapUiPageFooterBackground, 8), lighten(@sapUiPageFooterBackground, 12));
|
|
1411
|
+
|
|
1412
|
+
@sapUiInfobarHoverBackground: darken(@sapUiInfobarBackground, 8);
|
|
1413
|
+
@sapUiInfobarActiveBackground: darken(@sapUiInfobarBackground, 15);
|
|
1414
|
+
|
|
1415
|
+
@sapUiObjectHeaderBorderColor: darken(@sapUiObjectHeaderBackground, 8);
|
|
1416
|
+
|
|
1417
|
+
@sapUiCalendarColorToday: #000;
|
|
1418
|
+
|
|
1419
|
+
@sapUiDragAndDropColor: @sapUiContentNonInteractiveIconColor;
|
|
1420
|
+
@sapUiDragAndDropBackground: @sapUiGroupContentBackground;
|
|
1421
|
+
@sapUiDragAndDropBorderColor: @sapUiContentForegroundBorderColor;
|
|
1422
|
+
@sapUiDragAndDropActiveColor: @sapUiContentHelpColor;
|
|
1423
|
+
@sapUiDragAndDropActiveBackground: @sapUiGroupContentBackground;
|
|
1424
|
+
@sapUiDragAndDropActiveBorderColor: @sapUiContentHelpColor;
|
|
1425
|
+
|
|
1426
|
+
@sapUiShadowLevel0: 0 0 0 1px @sapUiContentShadowColor;
|
|
1427
|
+
@sapUiShadowLevel1: 0 0.125rem 1rem 0 fade(@sapUiContentContrastShadowColor, 40), 0 0 0 2px @sapUiContentShadowColor;
|
|
1428
|
+
@sapUiShadowLevel2: 0 0.625rem 2rem 0 fade(@sapUiContentContrastShadowColor, 50), 0 0 0 2px @sapUiContentShadowColor;
|
|
1429
|
+
@sapUiShadowLevel3: 0 1.25rem 4rem 0 fade(@sapUiContentContrastShadowColor, 70), 0 0 0 2px @sapUiContentShadowColor;
|
|
1430
|
+
@sapUiShadowText: none;
|
|
1431
|
+
@sapUiShadowHeader: inset 0 -0.125rem @sapUiObjectHeaderBorderColor;
|
|
1432
|
+
|
|
1433
|
+
//images for shell
|
|
1434
|
+
@sapUiUx3ShellHeaderImageURL: ~"";
|
|
1435
|
+
|
|
1436
|
+
@sapUiUx3ShellApplicationImageURL: @sapUiGlobalLogo; // "Quick"
|
|
1437
|
+
|
|
1438
|
+
|
|
1439
|
+
|
|
1440
|
+
|
|
1441
|
+
// Brand Colors
|
|
1442
|
+
@sapUiActive: @sapUiHighlight;
|
|
1443
|
+
|
|
1444
|
+
// Accent Colors
|
|
1445
|
+
@sapUiPurple: purple;
|
|
1446
|
+
@sapUiOrange: orange;
|
|
1447
|
+
@sapUiGreen: green;
|
|
1448
|
+
@sapUiBlue: blue;
|
|
1449
|
+
@sapUiRed: red;
|
|
1450
|
+
@sapUiYellow: yellow;
|
|
1451
|
+
|
|
1452
|
+
// Base Colors
|
|
1453
|
+
@sapUiBase: darken(@sapBaseColor, 100); // #000000
|
|
1454
|
+
@sapUiBaseBorder: @sapUiBase;
|
|
1455
|
+
@sapUiBaseLine: @sapUiBase;
|
|
1456
|
+
|
|
1457
|
+
// Background Colors
|
|
1458
|
+
// Grayscale Backgrounds
|
|
1459
|
+
@sapUiWhite: #FFFFFF;
|
|
1460
|
+
@sapUiWhiteBG: lighten(@sapBaseColor, 100); // #ffffff
|
|
1461
|
+
@sapUiExtraLightBG: @sapUiBaseBG;
|
|
1462
|
+
@sapUiLightBG: lightgray;
|
|
1463
|
+
@sapUiMediumBG: gray;
|
|
1464
|
+
@sapUiDarkBG: darkgray;
|
|
1465
|
+
@sapUiDeepBG: black;
|
|
1466
|
+
@sapUiBlackBG: #000000;
|
|
1467
|
+
|
|
1468
|
+
// Tinted Backgrounds
|
|
1469
|
+
@sapUiHoverBG: grey;
|
|
1470
|
+
@sapUiMediumAltBG: grey;
|
|
1471
|
+
@sapUiDarkAltBG: darkgrey;
|
|
1472
|
+
|
|
1473
|
+
// Button Background Colors
|
|
1474
|
+
@sapUiButtonStandardBG: @sapUiBaseBG;
|
|
1475
|
+
@sapUiButtonEmphasizedBG: yellow;
|
|
1476
|
+
@sapUiButtonNegativeBG: red;
|
|
1477
|
+
@sapUiButtonPositiveBG: green;
|
|
1478
|
+
|
|
1479
|
+
// Semantic Background Colors
|
|
1480
|
+
@sapUiErrorBG: #FF9A90;
|
|
1481
|
+
@sapUiWarningBG: #FAF2B0;
|
|
1482
|
+
@sapUiReadOnlyBG: grey;
|
|
1483
|
+
|
|
1484
|
+
// Text Colors
|
|
1485
|
+
@sapUiExtraLightText: lightgray;
|
|
1486
|
+
@sapUiLightText: lightgray;
|
|
1487
|
+
@sapUiMediumText: grey;
|
|
1488
|
+
@sapUiDarkText: darkgrey;
|
|
1489
|
+
@sapUiDeepText: black;
|
|
1490
|
+
@sapUiText: @sapUiBaseText; // black
|
|
1491
|
+
@sapUiTextInverted: lighten(@sapUiBaseText, 100%); // #ffffff;
|
|
1492
|
+
|
|
1493
|
+
// Semantic Text Colors
|
|
1494
|
+
@sapUiNegativeText: red;
|
|
1495
|
+
@sapUiPositiveText: #B5E7A8;
|
|
1496
|
+
|
|
1497
|
+
// Grayscale Borders
|
|
1498
|
+
@sapUiWhiteBorder: lighten(@sapUiBaseBorder, 100%); // #ffffff
|
|
1499
|
+
@sapUiExtraLightBorder: lightgrey;
|
|
1500
|
+
@sapUiLightBorder: grey;
|
|
1501
|
+
@sapUiMediumBorder: @sapUiBaseBorder;
|
|
1502
|
+
@sapUiDarkBorder: @sapUiBaseBorder;
|
|
1503
|
+
@sapUiBlackBorder: darken(@sapUiBaseBorder, 100%); // #000000
|
|
1504
|
+
|
|
1505
|
+
// Semantic Border Colors
|
|
1506
|
+
@sapUiErrorBorder: red;
|
|
1507
|
+
@sapUiWarningBorder: yellow;
|
|
1508
|
+
|
|
1509
|
+
@sapUiElement: lightgrey;
|
|
1510
|
+
@sapUiInvertedElement: #ffffff;
|
|
1511
|
+
|
|
1512
|
+
// Line Colors
|
|
1513
|
+
@sapUiLightLine: lightgrey;
|
|
1514
|
+
@sapUiMediumLine: grey;
|
|
1515
|
+
@sapUiEmphasizedLine: @sapUiHighlight;
|
|
1516
|
+
@sapUiDarkLine: darkgrey;
|
|
1517
|
+
|
|
1518
|
+
@sapUiLightShadowTint: #ffffff;
|
|
1519
|
+
@sapUiDarkShadowTint: #000000;
|
|
1520
|
+
|
|
1521
|
+
@sapUiFocus: #000000;
|
|
1522
|
+
@sapUiInvertedFocus: #ffffff;
|
|
1523
|
+
|
|
1524
|
+
@sapUiPageHeaderTextColor: @sapUiLightText;
|
|
1525
|
+
|
|
1526
|
+
@sapUiTileBackground: #ffffff;
|
|
1527
|
+
|
|
1528
|
+
// Table Colors
|
|
1529
|
+
@sapUiTableRowBG: @sapUiWhite;
|
|
1530
|
+
@sapUiTableRowAlternatingBG: @sapUiWhite;
|
|
1531
|
+
@sapUiTableRowSelectionBG: @sapUiHighlight;
|
|
1532
|
+
@sapUiTableRowSelectionReadOnlyBG: @sapUiHighlight;
|
|
1533
|
+
@sapUiTableRowHoverBG: @sapUiHoverBG;
|
|
1534
|
+
|
|
1535
|
+
// MOBILE-specific, but still very global-like:
|
|
1536
|
+
@sapUiListBG: #f7f7f7;
|
|
1537
|
+
|
|
1538
|
+
|
|
1539
|
+
// ----------------------------------------------------------------------------------------
|
|
1540
|
+
// TMP during LESS convertion ---- to be deleted
|
|
1541
|
+
@sapUiTextColor: green; // may be required by SubstitutionRulesManager.css in inbox lib
|
|
1542
|
+
@sapUiTextTitleColor: green;
|
|
1543
|
+
@sapUiTextSelectionColor: green;
|
|
1544
|
+
|
|
1545
|
+
// ----------------------------------------------------------------------------------------
|
|
1546
|
+
|
|
1547
|
+
@sapUiTextDisabled: lighten(@sapUiText, 60%); // the color for disabled text
|
|
1548
|
+
@sapUiTextSelection: @sapUiTextInverted; // the color for selected text
|
|
1549
|
+
@sapUiTextfieldBackground: @sapUiWhite; // better to have an own parameter insted of using sapUiWhite
|
|
1550
|
+
|
|
1551
|
+
@sapUiFontMonospaceFamily: Lucida Console; // the default monospacefont
|
|
1552
|
+
|
|
1553
|
+
|
|
1554
|
+
// SAP-icons font url - to be removed when integrating fonts from theming base content
|
|
1555
|
+
@sapUiIconFontUrl: url('../base/fonts/SAP-icons.woff2');
|
|
1556
|
+
|
|
1557
|
+
|
|
1558
|
+
// SOME important control-specific parameters...
|
|
1559
|
+
|
|
1560
|
+
//
|
|
1561
|
+
// This parameter is used in the Shell control to calculate the size when it grows.
|
|
1562
|
+
// !!! ONLY PX-VALUES ARE ALLOWED HERE.
|
|
1563
|
+
//
|
|
1564
|
+
@sapUiUx3ShellSideBarBaseWidth: 40px;
|
|
1565
|
+
//
|
|
1566
|
+
// This parameter is used in the Shell control to calculate the size of the margin when showing
|
|
1567
|
+
// an overflow button in the right pane. As of 1.18.0 this value contains the _maximum_ height
|
|
1568
|
+
// of the overflow button, if the text inside the button is smaller, the button shrinks with it.
|
|
1569
|
+
// !!! ONLY PX-VALUES ARE ALLOWED HERE.
|
|
1570
|
+
//
|
|
1571
|
+
@sapUiUx3ShellPaneOverflowButtonHeight: 120px;
|
|
1572
|
+
|
|
1573
|
+
@sapUiUx3ExactLstCollapseWidth: 24px;
|
|
1574
|
+
@sapUiUx3ExactLstHeaderHeight: 25px;
|
|
1575
|
+
|
|
1576
|
+
// NotificationBar
|
|
1577
|
+
@sapUiNotificationBarBG_IE: @sapUiMediumText;
|
|
1578
|
+
@sapUiNotifierHoverColor: @sapUiHighlight;
|
|
1579
|
+
@sapUiNotificationText: contrast(@sapUiNotificationBarBG, @sapUiText, @sapUiTextInverted);
|
|
1580
|
+
@sapUiNotificationTimestamp: contrast(@sapUiNotificationBarBG, lighten(@sapUiText,33), darken(@sapUiTextInverted,33));
|
|
1581
|
+
@sapUiNotificationBarCalloutBorder: fade(@sapUiMediumText, 0%);
|
|
1582
|
+
@sapUiNotificationBarCalloutBorder_IE: @sapUiNotificationBarBG_IE;
|
|
1583
|
+
@sapUiNotificationBarCalloutArr: @sapUiNotificationBarBG;
|
|
1584
|
+
@sapUiNotificationBarHeight: ~"40px";
|
|
1585
|
+
@sapUiNotificationBarHeightMinimized: ~"0px";
|
|
1586
|
+
// The maximized height will be calculated corresponding to the window's height.
|
|
1587
|
+
@sapUiNotificationBarHeightMaximized: ~"40%";
|
|
1588
|
+
@sapUiNotifierWidth: ~"40px";
|
|
1589
|
+
|
|
1590
|
+
// RatingIndicator
|
|
1591
|
+
@sapUiRIIconPaddingXS: 1px;
|
|
1592
|
+
@sapUiRIIconPaddingS: 0.125rem;
|
|
1593
|
+
@sapUiRIIconPaddingM: 0.1875rem;
|
|
1594
|
+
@sapUiRIIconPaddingL: 0.25rem;
|
|
1595
|
+
@sapUiRIIconPaddingCozy: 0.1875rem;
|
|
1596
|
+
@sapUiRIIconPaddingCompact: 0.125rem;
|
|
1597
|
+
@sapUiRIIconPaddingCondensed: 0.125rem;
|
|
1598
|
+
@sapUiRIIconPaddingDisplayOnly: 0.125rem;
|
|
1599
|
+
@sapUiRIIconSizeCozy: 1.375rem;
|
|
1600
|
+
@sapUiRIIconSizeCompact: 1rem;
|
|
1601
|
+
@sapUiRIIconSizeCondensed: 1rem;
|
|
1602
|
+
@sapUiRIIconSizeDisplayOnly: 1rem;
|
|
1603
|
+
|
|
1604
|
+
// ToolPopup
|
|
1605
|
+
@sapUiUx3ToolPopupArrowWidth: 13px;
|
|
1606
|
+
@sapUiUx3ToolPopupArrowHeight: 24px;
|
|
1607
|
+
@sapUiUx3ToolPopupArrowRightMarginCorrectionInverted: -7px;
|
|
1608
|
+
@sapUiUx3TPPaddingBottom: 50px;
|
|
1609
|
+
|
|
1610
|
+
// Button
|
|
1611
|
+
@sapUiButtonEmphasizedDisabledBorderColor: @sapUiButtonEmphasizedBorderColor;
|
|
1612
|
+
@sapUiButtonEmphasizedDisabledBackground: @sapUiButtonEmphasizedBackground;
|
|
1613
|
+
@sapUiButtonAcceptDisabledBorderColor: @sapUiButtonAcceptBorderColor;
|
|
1614
|
+
@sapUiButtonAcceptDisabledBackground: @sapUiButtonAcceptBackground;
|
|
1615
|
+
@sapUiButtonRejectDisabledBorderColor: @sapUiButtonRejectBorderColor;
|
|
1616
|
+
@sapUiButtonRejectDisabledBackground: @sapUiButtonRejectBackground;
|
|
1617
|
+
@sapUiToggleButtonPressedDisabledBackground: @sapUiToggleButtonPressedBackground;
|
|
1618
|
+
@sapUiToggleButtonPressedDisabledBorderColor: @sapUiToggleButtonPressedBorderColor;
|
|
1619
|
+
@sapUiToggleButtonPressedDisabledTextColor: mix(@sapUiButtonTextColor, #fff, 25);
|
|
1620
|
+
|
|
1621
|
+
// semantic colors
|
|
1622
|
+
@sapUiPositiveBG: @sapUiPositiveText; // no positive background defined by UX, but using text color as background may be confusing
|
|
1623
|
+
|
|
1624
|
+
// default shadow for popups
|
|
1625
|
+
@sapUiShadowTint: #000;
|
|
1626
|
+
@sapUiShadow: 5px 5px 10px fade(@sapUiShadowTint,50%);
|
|
1627
|
+
|
|
1628
|
+
// This parameter will be set to true by the Theme Designer when custom CSS has been added to a new custom theme
|
|
1629
|
+
@sapUiThemeDesignerCustomCss:false;
|
|
1630
|
+
|
|
1631
|
+
// Default margins classes to be used by the application for all controls
|
|
1632
|
+
@sapUiMarginTiny : 0.5rem; // make tiny margin themable
|
|
1633
|
+
@sapUiMarginSmall : 1rem; // make small margin themable
|
|
1634
|
+
@sapUiMarginMedium : 2rem; // make medium margin themable
|
|
1635
|
+
@sapUiMarginLarge : 3rem; // make large margin themable
|
|
1636
|
+
|
|
1637
|
+
//
|
|
1638
|
+
// This is a mixin for creating the predefined container content padding
|
|
1639
|
+
// classes:
|
|
1640
|
+
// sapUiNoContainerContentPadding
|
|
1641
|
+
// sapUiContainerContentPadding
|
|
1642
|
+
// sapUiResponsiveContainerContentPadding
|
|
1643
|
+
// These classes can be set on many UI5 containers and will
|
|
1644
|
+
// add padding inside the container's content padding based
|
|
1645
|
+
// on the selectors that are arguments for this mixin.
|
|
1646
|
+
//
|
|
1647
|
+
// Arguments to this function-like mixin are the rootClass selector and
|
|
1648
|
+
// the content selector where the padding should be applied.
|
|
1649
|
+
//
|
|
1650
|
+
|
|
1651
|
+
//
|
|
1652
|
+
// the sapLess-parser has problems with an escaped string as default value for the parameterized mixin
|
|
1653
|
+
// therefore we need to temporarily use a parameter assigning the default value
|
|
1654
|
+
//
|
|
1655
|
+
@sapUiEscapedEmptyString: ~"";
|
|
1656
|
+
|
|
1657
|
+
.sapUiContainerContentPadding(@rootClass, @contentSelector: @sapUiEscapedEmptyString) {
|
|
1658
|
+
@{rootClass}.sapUiContentPadding @{contentSelector} {
|
|
1659
|
+
padding: 1rem;
|
|
1660
|
+
box-sizing: border-box;
|
|
1661
|
+
}
|
|
1662
|
+
|
|
1663
|
+
@media (max-width:599px) {
|
|
1664
|
+
.sapMSplitContainerHideMode > .sapMSplitContainerDetail @{rootClass}.sapUiResponsiveContentPadding @{contentSelector},
|
|
1665
|
+
.sapMSplitContainerPortrait > .sapMSplitContainerDetail @{rootClass}.sapUiResponsiveContentPadding @{contentSelector},
|
|
1666
|
+
@{rootClass}.sapUiResponsiveContentPadding @{contentSelector} {
|
|
1667
|
+
padding: 0;
|
|
1668
|
+
}
|
|
1669
|
+
}
|
|
1670
|
+
|
|
1671
|
+
@media (min-width:600px) and (max-width:1023px) {
|
|
1672
|
+
.sapMSplitContainerHideMode > .sapMSplitContainerDetail @{rootClass}.sapUiResponsiveContentPadding @{contentSelector},
|
|
1673
|
+
@{rootClass}.sapUiResponsiveContentPadding @{contentSelector} {
|
|
1674
|
+
padding: 1rem;
|
|
1675
|
+
box-sizing: border-box;
|
|
1676
|
+
}
|
|
1677
|
+
}
|
|
1678
|
+
|
|
1679
|
+
@media (min-width:1024px) {
|
|
1680
|
+
.sapMSplitContainerHideMode > .sapMSplitContainerDetail @{rootClass}.sapUiResponsiveContentPadding @{contentSelector},
|
|
1681
|
+
@{rootClass}.sapUiResponsiveContentPadding @{contentSelector} {
|
|
1682
|
+
padding: 1rem 2rem;
|
|
1683
|
+
box-sizing: border-box;
|
|
1684
|
+
}
|
|
1685
|
+
}
|
|
1686
|
+
|
|
1687
|
+
// overrides the responsive settings for the split app master page
|
|
1688
|
+
.sapMSplitContainerMaster @{rootClass}.sapUiResponsiveContentPadding @{contentSelector} {
|
|
1689
|
+
padding: 0;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
// overrides the responsive settings for the split app detail page
|
|
1693
|
+
.sapMSplitContainerDetail @{rootClass}.sapUiResponsiveContentPadding @{contentSelector} {
|
|
1694
|
+
padding: 1rem;
|
|
1695
|
+
}
|
|
1696
|
+
|
|
1697
|
+
@{rootClass}.sapUiNoContentPadding @{contentSelector} {
|
|
1698
|
+
padding: 0;
|
|
1699
|
+
}
|
|
1700
|
+
}
|
|
1701
|
+
|
|
1702
|
+
//
|
|
1703
|
+
// This is a mixin for creating and styling magnifying glass icon from a control->HTML element
|
|
1704
|
+
// so it can be used to enrich different controls using the LightBox.
|
|
1705
|
+
//
|
|
1706
|
+
// Parameters:
|
|
1707
|
+
// * @controlClass - Class of the root control HTML element
|
|
1708
|
+
// * @elementClass - Class of the internal control HTML element that will hold the magnifying glass icon
|
|
1709
|
+
//
|
|
1710
|
+
// Example usage inside the Image control:
|
|
1711
|
+
// * .lightBoxMagnifyingGlassMixing(~".sapMLightBoxImage", ~".sapMLightBoxMagnifyingGlass");
|
|
1712
|
+
|
|
1713
|
+
// Theme specific parameters for the magnifying glass mixin - will be replaced for high contrast themes
|
|
1714
|
+
@sapUiLightBoxMagnifyingGlassBorder: none;
|
|
1715
|
+
@sapUiLightBoxMagnifyingGlassBackgroundColor: @sapUiLink;
|
|
1716
|
+
|
|
1717
|
+
.lightBoxMagnifyingGlassMixing(@controlClass, @elementClass) {
|
|
1718
|
+
@{controlClass} @{elementClass} {
|
|
1719
|
+
display: inline-block;
|
|
1720
|
+
width: 1rem;
|
|
1721
|
+
height: 1rem;
|
|
1722
|
+
position: absolute;
|
|
1723
|
+
background-color: @sapUiLightBoxMagnifyingGlassBackgroundColor;
|
|
1724
|
+
bottom: -0.125rem;
|
|
1725
|
+
right: -0.125rem;
|
|
1726
|
+
border-radius: 0.5rem;
|
|
1727
|
+
font-size: 0.75rem;
|
|
1728
|
+
pointer-events: none;
|
|
1729
|
+
border: @sapUiLightBoxMagnifyingGlassBorder;
|
|
1730
|
+
&:before {
|
|
1731
|
+
position: absolute;
|
|
1732
|
+
top: 1px;
|
|
1733
|
+
left: 3px;
|
|
1734
|
+
font-family: SAP-icons;
|
|
1735
|
+
content: "\e1d5";
|
|
1736
|
+
color: @sapUiContentContrastIconColor;
|
|
1737
|
+
}
|
|
1738
|
+
}
|
|
1739
|
+
}
|
|
1740
|
+
|
|
1741
|
+
.sapUiAccKeysHighlighDom:first-letter {
|
|
1742
|
+
text-decoration: underline 20% black;
|
|
1743
|
+
}
|