@sapui5/sap.suite.ui.commons 1.145.1 → 1.147.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/package.json +1 -1
- package/src/sap/suite/ui/commons/.library +1 -1
- package/src/sap/suite/ui/commons/AriaProperties.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilder.js +83 -4
- package/src/sap/suite/ui/commons/CalculationBuilderExpression.js +87 -14
- package/src/sap/suite/ui/commons/CalculationBuilderFunction.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderGroup.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderInput.js +11 -0
- package/src/sap/suite/ui/commons/CalculationBuilderItem.js +16 -3
- package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
- package/src/sap/suite/ui/commons/CloudFilePicker.js +1 -1
- package/src/sap/suite/ui/commons/ControlProxy.js +7 -4
- package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
- package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
- package/src/sap/suite/ui/commons/ProcessFlowRenderer.js +3 -0
- package/src/sap/suite/ui/commons/collaboration/ContactHelper.js +5 -1
- package/src/sap/suite/ui/commons/collaboration/ContactPopover.fragment.xml +10 -10
- package/src/sap/suite/ui/commons/collaboration/MinimalContactPopover.fragment.xml +12 -10
- package/src/sap/suite/ui/commons/collaboration/ServiceContainer.js +12 -2
- package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +9 -6
- package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/library.js +4 -4
- package/src/sap/suite/ui/commons/messagebundle.properties +16 -8
- package/src/sap/suite/ui/commons/messagebundle_ar.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_bg.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_ca.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_cnr.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_cs.properties +7 -1
- package/src/sap/suite/ui/commons/messagebundle_cy.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_da.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_de.properties +8 -2
- package/src/sap/suite/ui/commons/messagebundle_el.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_en.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_en_GB.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_en_US_saprigi.properties +9 -5
- package/src/sap/suite/ui/commons/messagebundle_es.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_es_MX.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_et.properties +6 -0
- package/src/sap/suite/ui/commons/messagebundle_fi.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_fr.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_fr_CA.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_hi.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_hr.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_hu.properties +9 -3
- package/src/sap/suite/ui/commons/messagebundle_id.properties +12 -6
- package/src/sap/suite/ui/commons/messagebundle_it.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_iw.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_ja.properties +9 -3
- package/src/sap/suite/ui/commons/messagebundle_kk.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_ko.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_lt.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_lv.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_mk.properties +9 -3
- package/src/sap/suite/ui/commons/messagebundle_ms.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_nl.properties +8 -2
- package/src/sap/suite/ui/commons/messagebundle_no.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_pl.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_pt.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_pt_PT.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_ro.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_ru.properties +12 -6
- package/src/sap/suite/ui/commons/messagebundle_sh.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_sk.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_sl.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_sr.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_sv.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_th.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_tr.properties +8 -2
- package/src/sap/suite/ui/commons/messagebundle_uk.properties +14 -8
- package/src/sap/suite/ui/commons/messagebundle_vi.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_zh_CN.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_zh_TW.properties +11 -5
- package/src/sap/suite/ui/commons/networkgraph/Graph.js +149 -40
- package/src/sap/suite/ui/commons/networkgraph/GraphMap.js +25 -3
- package/src/sap/suite/ui/commons/networkgraph/KeyboardNavigator.js +332 -13
- package/src/sap/suite/ui/commons/networkgraph/Line.js +110 -12
- package/src/sap/suite/ui/commons/networkgraph/Node.js +67 -5
- package/src/sap/suite/ui/commons/networkgraph/Utils.js +249 -10
- package/src/sap/suite/ui/commons/networkgraph/layout/NoopLayout.js +55 -8
- package/src/sap/suite/ui/commons/networkgraph/util/ConnectionPathUtils.js +34 -4
- package/src/sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper.js +230 -82
- package/src/sap/suite/ui/commons/networkgraph/util/DragDropManager.js +52 -50
- package/src/sap/suite/ui/commons/networkgraph/util/PortManager.js +12 -3
- package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
- package/src/sap/suite/ui/commons/themes/base/BusinessCard.less +5 -4
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilder.less +33 -24
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilderExpression.less +40 -31
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilderInput.less +26 -10
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilderItem.less +76 -63
- package/src/sap/suite/ui/commons/themes/base/ChartContainer.less +8 -11
- package/src/sap/suite/ui/commons/themes/base/ChartTile.less +5 -8
- package/src/sap/suite/ui/commons/themes/base/CollaborationPopover.less +116 -106
- package/src/sap/suite/ui/commons/themes/base/DateRangeScroller.less +5 -5
- package/src/sap/suite/ui/commons/themes/base/DateRangeSliderInternal.less +9 -10
- package/src/sap/suite/ui/commons/themes/base/FacetOverview.less +9 -10
- package/src/sap/suite/ui/commons/themes/base/FeedItemHeader.less +9 -12
- package/src/sap/suite/ui/commons/themes/base/FeedTile.less +23 -27
- package/src/sap/suite/ui/commons/themes/base/GenericTile2X2.less +15 -15
- package/src/sap/suite/ui/commons/themes/base/HeaderCell.less +7 -6
- package/src/sap/suite/ui/commons/themes/base/HeaderContainer.less +35 -37
- package/src/sap/suite/ui/commons/themes/base/ImageEditor.less +28 -10
- package/src/sap/suite/ui/commons/themes/base/ImageEditorContainer.less +29 -22
- package/src/sap/suite/ui/commons/themes/base/InfoTile.less +10 -4
- package/src/sap/suite/ui/commons/themes/base/InfoTileSize.less +5 -4
- package/src/sap/suite/ui/commons/themes/base/KpiTile.less +10 -11
- package/src/sap/suite/ui/commons/themes/base/LaunchTile.less +9 -8
- package/src/sap/suite/ui/commons/themes/base/LinkActionSheet.less +14 -43
- package/src/sap/suite/ui/commons/themes/base/MicroProcessFlow.less +51 -47
- package/src/sap/suite/ui/commons/themes/base/MonitoringContent.less +5 -5
- package/src/sap/suite/ui/commons/themes/base/NetworkGraph.less +57 -62
- package/src/sap/suite/ui/commons/themes/base/NetworkGroup.less +61 -65
- package/src/sap/suite/ui/commons/themes/base/NetworkLine.less +58 -55
- package/src/sap/suite/ui/commons/themes/base/NetworkNode.less +3 -0
- package/src/sap/suite/ui/commons/themes/base/NetworkTooltip.less +21 -25
- package/src/sap/suite/ui/commons/themes/base/NoteTaker.less +13 -18
- package/src/sap/suite/ui/commons/themes/base/NoteTakerCard.less +26 -27
- package/src/sap/suite/ui/commons/themes/base/NoteTakerFeeder.less +22 -44
- package/src/sap/suite/ui/commons/themes/base/NumericTile.less +7 -5
- package/src/sap/suite/ui/commons/themes/base/PictureZoomIn.less +6 -5
- package/src/sap/suite/ui/commons/themes/base/ProcessFlow.less +57 -76
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnection.less +71 -17
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnectionLabel.less +9 -13
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowLaneHeader.less +37 -96
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowNode.less +219 -238
- package/src/sap/suite/ui/commons/themes/base/SemanticColorMixins.less +55 -0
- package/src/sap/suite/ui/commons/themes/base/SplitButton.less +7 -20
- package/src/sap/suite/ui/commons/themes/base/StatusIndicator.less +10 -9
- package/src/sap/suite/ui/commons/themes/base/TAccount.less +78 -73
- package/src/sap/suite/ui/commons/themes/base/TargetFilter.less +50 -58
- package/src/sap/suite/ui/commons/themes/base/ThingCollection.less +18 -13
- package/src/sap/suite/ui/commons/themes/base/ThreePanelThingViewer.less +14 -14
- package/src/sap/suite/ui/commons/themes/base/TileContent2X2.less +9 -13
- package/src/sap/suite/ui/commons/themes/base/Timeline.less +16 -19
- package/src/sap/suite/ui/commons/themes/base/TimelineItem.less +95 -103
- package/src/sap/suite/ui/commons/themes/base/UnifiedThingGroup.less +7 -9
- package/src/sap/suite/ui/commons/themes/base/UnifiedThingInspector.less +12 -9
- package/src/sap/suite/ui/commons/themes/base/VerticalNavigationBar.less +10 -15
- package/src/sap/suite/ui/commons/themes/base/ViewRepeater.less +8 -9
- package/src/sap/suite/ui/commons/themes/base/library.source.less +0 -2
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/MicroProcessFlow.less +9 -3
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowLaneHeader.less +29 -30
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowNode.less +158 -102
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/MicroProcessFlow.less +9 -3
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowNode.less +157 -101
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowNode.less +147 -101
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowNode.less +158 -102
- package/src/sap/suite/ui/commons/themes/sap_horizon/MicroProcessFlow.less +5 -0
- package/src/sap/suite/ui/commons/themes/sap_horizon/NetworkLine.less +12 -8
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnection.less +17 -10
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnectionLabel.less +154 -133
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowLaneHeader.less +30 -32
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowNode.less +113 -214
- package/src/sap/suite/ui/commons/themes/sap_horizon/TimelineItem.less +43 -39
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/MicroProcessFlow.less +5 -0
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/NetworkLine.less +12 -12
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnection.less +17 -10
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnectionLabel.less +154 -133
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowNode.less +114 -216
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/TimelineItem.less +41 -39
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/MicroProcessFlow.less +4 -4
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnection.less +17 -10
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnectionLabel.less +153 -131
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowLaneHeader.less +29 -30
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowNode.less +159 -103
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/TimelineItem.less +41 -39
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/MicroProcessFlow.less +4 -4
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnection.less +16 -9
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnectionLabel.less +153 -131
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowLaneHeader.less +29 -30
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowNode.less +157 -101
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/TimelineItem.less +41 -39
- package/src/sap/suite/ui/commons/windowmessages/CollaborationMessageConsumer.js +3 -3
- package/src/sap/suite/ui/commons/themes/base/DateRangeSlider.less +0 -3
- package/src/sap/suite/ui/commons/themes/base/MonitoringTile.less +0 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.commons/TargetFilter
|
|
3
|
-
/*
|
|
1
|
+
/* ================================================== */
|
|
2
|
+
/* CSS for control sap.suite.ui.commons/TargetFilter */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ================================================== */
|
|
4
5
|
|
|
5
6
|
.sapSuiteUiTF {
|
|
6
7
|
height: auto;
|
|
@@ -34,7 +35,7 @@
|
|
|
34
35
|
}
|
|
35
36
|
|
|
36
37
|
.sapUiMedia-Std-Phone .sapSuiteUiTFOuterCircle {
|
|
37
|
-
border-radius: 0
|
|
38
|
+
border-radius: 0;
|
|
38
39
|
border: none;
|
|
39
40
|
width: 100%;
|
|
40
41
|
height: 100%;
|
|
@@ -110,7 +111,7 @@
|
|
|
110
111
|
|
|
111
112
|
.sapSuiteUiTFVerticalLine {
|
|
112
113
|
height: 100%;
|
|
113
|
-
width: .1875rem;
|
|
114
|
+
width: 0.1875rem;
|
|
114
115
|
position: absolute;
|
|
115
116
|
left: 0;
|
|
116
117
|
right: 0;
|
|
@@ -121,7 +122,7 @@
|
|
|
121
122
|
position: absolute;
|
|
122
123
|
margin: 0;
|
|
123
124
|
width: 39.5rem;
|
|
124
|
-
height: .28rem;
|
|
125
|
+
height: 0.28rem;
|
|
125
126
|
width: 21rem;
|
|
126
127
|
overflow: hidden;
|
|
127
128
|
}
|
|
@@ -160,25 +161,23 @@
|
|
|
160
161
|
display: block;
|
|
161
162
|
width: 6rem;
|
|
162
163
|
border-style: solid;
|
|
163
|
-
-webkit-transform: rotate(360deg);
|
|
164
|
-
-moz-transform: rotate(360deg);
|
|
165
164
|
transform: rotate(360deg);
|
|
166
165
|
}
|
|
167
166
|
|
|
168
167
|
.sapSuiteUiTFHorizontalLine.Quad0 {
|
|
169
|
-
border-width: .09rem 0 .06rem 24rem;
|
|
168
|
+
border-width: 0.09rem 0 0.06rem 24rem;
|
|
170
169
|
}
|
|
171
170
|
|
|
172
171
|
.sapSuiteUiTFHorizontalLine.Quad1 {
|
|
173
|
-
border-width: .09rem 24rem .06rem 0;
|
|
172
|
+
border-width: 0.09rem 24rem 0.06rem 0;
|
|
174
173
|
}
|
|
175
174
|
|
|
176
175
|
.sapSuiteUiTFHorizontalLine.Quad2 {
|
|
177
|
-
border-width: .06rem 24rem .09rem 0;
|
|
176
|
+
border-width: 0.06rem 24rem 0.09rem 0;
|
|
178
177
|
}
|
|
179
178
|
|
|
180
179
|
.sapSuiteUiTFHorizontalLine.Quad3 {
|
|
181
|
-
border-width: .06rem 0 .09rem 24rem;
|
|
180
|
+
border-width: 0.06rem 0 0.09rem 24rem;
|
|
182
181
|
}
|
|
183
182
|
|
|
184
183
|
.sapSuiteUiTFBox {
|
|
@@ -239,33 +238,31 @@
|
|
|
239
238
|
.sapSuiteUiTFParCont .sapMInputBaseInner {
|
|
240
239
|
text-overflow: ellipsis;
|
|
241
240
|
overflow: hidden;
|
|
242
|
-
border-radius: .375rem .375rem 0 0;
|
|
241
|
+
border-radius: 0.375rem 0.375rem 0 0;
|
|
243
242
|
}
|
|
244
243
|
|
|
245
244
|
.sapSuiteUiTFParCont.Quad2 .sapMInputBaseInner,
|
|
246
245
|
.sapSuiteUiTFParCont.Quad3 .sapMInputBaseInner {
|
|
247
|
-
border-radius: 0 0 .375rem .375rem;
|
|
246
|
+
border-radius: 0 0 0.375rem 0.375rem;
|
|
248
247
|
}
|
|
249
248
|
|
|
250
|
-
|
|
251
249
|
.sapSuiteUiTFParCont.Quad1 .sapMInputBaseInner,
|
|
252
250
|
.sapSuiteUiTFParCont.Quad2 .sapMInputBaseInner {
|
|
253
251
|
text-align: right;
|
|
254
252
|
}
|
|
255
253
|
|
|
256
254
|
.sapSuiteUiTFParCont .sapMComboBoxBaseArrow {
|
|
257
|
-
border-radius: .375rem .375rem 0 0;
|
|
255
|
+
border-radius: 0.375rem 0.375rem 0 0;
|
|
258
256
|
}
|
|
259
257
|
|
|
260
258
|
.sapSuiteUiTFParCont.Quad2 .sapMComboBoxBaseArrow,
|
|
261
259
|
.sapSuiteUiTFParCont.Quad3 .sapMComboBoxBaseArrow {
|
|
262
|
-
border-radius: 0 0 .375rem .375rem;
|
|
260
|
+
border-radius: 0 0 0.375rem 0.375rem;
|
|
263
261
|
}
|
|
264
262
|
|
|
265
|
-
|
|
266
263
|
.sapSuiteTFCBTop .sapMComboBoxBaseArrow::before,
|
|
267
264
|
.sapSuiteTFCBTop .sapMComboBoxBaseArrow::before {
|
|
268
|
-
content:
|
|
265
|
+
content: '\e1f0';
|
|
269
266
|
}
|
|
270
267
|
|
|
271
268
|
.sapSuiteTFCBArrowBeforeVal .sapMComboBoxBaseArrow {
|
|
@@ -296,14 +293,14 @@
|
|
|
296
293
|
|
|
297
294
|
.sapSuiteUiTFValHel .sapMBtnIcon,
|
|
298
295
|
.sapSuiteUiTFValHel .sapMBtnInner {
|
|
299
|
-
border-radius: .375rem .375rem 0 0;
|
|
296
|
+
border-radius: 0.375rem 0.375rem 0 0;
|
|
300
297
|
}
|
|
301
298
|
|
|
302
299
|
.sapSuiteUiTFValHel.Quad2 .sapMBtnIcon,
|
|
303
300
|
.sapSuiteUiTFValHel.Quad2 .sapMBtnInner,
|
|
304
301
|
.sapSuiteUiTFValHel.Quad3 .sapMBtnIcon,
|
|
305
302
|
.sapSuiteUiTFValHel.Quad3 .sapMBtnInner {
|
|
306
|
-
border-radius: 0 0 .375rem .375rem;
|
|
303
|
+
border-radius: 0 0 0.375rem 0.375rem;
|
|
307
304
|
}
|
|
308
305
|
|
|
309
306
|
.sapSuiteUiTFLine {
|
|
@@ -312,18 +309,18 @@
|
|
|
312
309
|
vertical-align: middle;
|
|
313
310
|
overflow: hidden;
|
|
314
311
|
text-overflow: ellipsis;
|
|
315
|
-
padding: 1rem .5rem;
|
|
312
|
+
padding: 1rem 0.5rem;
|
|
316
313
|
height: 3rem;
|
|
317
314
|
text-align:center;
|
|
318
315
|
}
|
|
319
316
|
|
|
320
317
|
.sapUISizeCompact .sapSuiteUiTFLine {
|
|
321
318
|
height: 2rem;
|
|
322
|
-
padding: .5rem .5rem;
|
|
319
|
+
padding: 0.5rem 0.5rem;
|
|
323
320
|
}
|
|
324
321
|
|
|
325
322
|
.sapUISizeCompact .sapSuiteUiTFLine.sapMLnkEmphasized {
|
|
326
|
-
padding: .5rem .25rem;
|
|
323
|
+
padding: 0.5rem 0.25rem;
|
|
327
324
|
}
|
|
328
325
|
|
|
329
326
|
.sapSuiteUiTFOthersLine.Hidden,
|
|
@@ -334,7 +331,7 @@
|
|
|
334
331
|
.sapSuiteUiTFLine.Large {
|
|
335
332
|
font-size: 1.125rem;
|
|
336
333
|
height: 1.125rem;
|
|
337
|
-
padding: .8125rem .75rem;
|
|
334
|
+
padding: 0.8125rem 0.75rem;
|
|
338
335
|
}
|
|
339
336
|
|
|
340
337
|
.sapSuiteUiTFLine.Medium {
|
|
@@ -343,49 +340,49 @@
|
|
|
343
340
|
}
|
|
344
341
|
|
|
345
342
|
.sapSuiteUiTFLine.Small {
|
|
346
|
-
font-size: .875rem;
|
|
347
|
-
height: .875rem;
|
|
343
|
+
font-size: 0.875rem;
|
|
344
|
+
height: 0.875rem;
|
|
348
345
|
}
|
|
349
346
|
|
|
350
347
|
.sapSuiteUiTFLine.Smallest {
|
|
351
|
-
font-size: .75rem;
|
|
352
|
-
height: .75rem;
|
|
348
|
+
font-size: 0.75rem;
|
|
349
|
+
height: 0.75rem;
|
|
353
350
|
}
|
|
354
351
|
|
|
355
352
|
.sapSuiteUiTFLine.Large.sapMLnkEmphasized {
|
|
356
|
-
padding: .8125rem .75rem;
|
|
353
|
+
padding: 0.8125rem 0.75rem;
|
|
357
354
|
}
|
|
358
355
|
|
|
359
356
|
.sapUISizeCompact .sapSuiteUiTFLine.Large {
|
|
360
|
-
padding: .4625rem .75rem;
|
|
357
|
+
padding: 0.4625rem 0.75rem;
|
|
361
358
|
}
|
|
362
359
|
|
|
363
360
|
.sapUISizeCompact .sapSuiteUiTFLine.Large.sapMLnkEmphasized {
|
|
364
|
-
padding: .4625rem .375rem;
|
|
361
|
+
padding: 0.4625rem 0.375rem;
|
|
365
362
|
}
|
|
366
363
|
|
|
367
364
|
.sapSuiteUiTFLine.Medium,
|
|
368
365
|
.sapSuiteUiTFLine.Small,
|
|
369
366
|
.sapSuiteUiTFLine.Smallest {
|
|
370
|
-
padding: 1rem .5rem;
|
|
367
|
+
padding: 1rem 0.5rem;
|
|
371
368
|
}
|
|
372
369
|
|
|
373
370
|
.sapSuiteUiTFLine.Medium.sapMLnkEmphasized,
|
|
374
371
|
.sapSuiteUiTFLine.Small.sapMLnkEmphasized,
|
|
375
372
|
.sapSuiteUiTFLine.Smallest.sapMLnkEmphasized {
|
|
376
|
-
padding: 1rem .25rem;
|
|
373
|
+
padding: 1rem 0.25rem;
|
|
377
374
|
}
|
|
378
375
|
|
|
379
376
|
.sapUISizeCompact .sapSuiteUiTFLine.Medium,
|
|
380
377
|
.sapUISizeCompact .sapSuiteUiTFLine.Small,
|
|
381
378
|
.sapUISizeCompact .sapSuiteUiTFLine.Smallest {
|
|
382
|
-
padding: .5rem .5rem;
|
|
379
|
+
padding: 0.5rem 0.5rem;
|
|
383
380
|
}
|
|
384
381
|
|
|
385
382
|
.sapUISizeCompact .sapSuiteUiTFLine.Medium.sapMLnkEmphasized,
|
|
386
383
|
.sapUISizeCompact .sapSuiteUiTFLine.Small.sapMLnkEmphasized,
|
|
387
384
|
.sapUISizeCompact .sapSuiteUiTFLine.Smallest.sapMLnkEmphasized {
|
|
388
|
-
padding: .5rem .25rem;
|
|
385
|
+
padding: 0.5rem 0.25rem;
|
|
389
386
|
}
|
|
390
387
|
|
|
391
388
|
.sapSuiteUiTFOthersLine {
|
|
@@ -394,9 +391,9 @@
|
|
|
394
391
|
vertical-align: middle;
|
|
395
392
|
overflow: hidden;
|
|
396
393
|
text-overflow: ellipsis;
|
|
397
|
-
font-size: .75rem;
|
|
398
|
-
height: .75rem;
|
|
399
|
-
padding: 1rem .5rem;
|
|
394
|
+
font-size: 0.75rem;
|
|
395
|
+
height: 0.75rem;
|
|
396
|
+
padding: 1rem 0.5rem;
|
|
400
397
|
}
|
|
401
398
|
|
|
402
399
|
.sapSuiteUiTFOthersLine.Quad0,
|
|
@@ -409,17 +406,17 @@
|
|
|
409
406
|
top: 0;
|
|
410
407
|
}
|
|
411
408
|
|
|
412
|
-
html[dir=rtl] .sapSuiteUiTFOthersLine.Quad1,
|
|
413
|
-
html[dir=rtl] .sapSuiteUiTFOthersLine.Quad2,
|
|
414
|
-
html:not([dir=rtl]) .sapSuiteUiTFOthersLine.Quad1,
|
|
415
|
-
html:not([dir=rtl]) .sapSuiteUiTFOthersLine.Quad2 {
|
|
409
|
+
html[dir='rtl'] .sapSuiteUiTFOthersLine.Quad1,
|
|
410
|
+
html[dir='rtl'] .sapSuiteUiTFOthersLine.Quad2,
|
|
411
|
+
html:not([dir='rtl']) .sapSuiteUiTFOthersLine.Quad1,
|
|
412
|
+
html:not([dir='rtl']) .sapSuiteUiTFOthersLine.Quad2 {
|
|
416
413
|
right: 4rem;
|
|
417
414
|
}
|
|
418
415
|
|
|
419
|
-
html[dir=rtl] .sapSuiteUiTFOthersLine.Quad0,
|
|
420
|
-
html[dir=rtl] .sapSuiteUiTFOthersLine.Quad3,
|
|
421
|
-
html:not([dir=rtl]) .sapSuiteUiTFOthersLine.Quad0,
|
|
422
|
-
html:not([dir=rtl]) .sapSuiteUiTFOthersLine.Quad3 {
|
|
416
|
+
html[dir='rtl'] .sapSuiteUiTFOthersLine.Quad0,
|
|
417
|
+
html[dir='rtl'] .sapSuiteUiTFOthersLine.Quad3,
|
|
418
|
+
html:not([dir='rtl']) .sapSuiteUiTFOthersLine.Quad0,
|
|
419
|
+
html:not([dir='rtl']) .sapSuiteUiTFOthersLine.Quad3 {
|
|
423
420
|
left: 4rem;
|
|
424
421
|
}
|
|
425
422
|
|
|
@@ -436,6 +433,7 @@ html:not([dir=rtl]) .sapSuiteUiTFOthersLine.Quad3 {
|
|
|
436
433
|
.sapUiMedia-Std-Desktop .sapSuiteUiTFRightPanel {
|
|
437
434
|
margin-left: 0;
|
|
438
435
|
}
|
|
436
|
+
|
|
439
437
|
.sapUiMedia-Std-Tablet .sapSuiteUiTFRightPanel {
|
|
440
438
|
display: block;
|
|
441
439
|
clear: both;
|
|
@@ -445,11 +443,11 @@ html:not([dir=rtl]) .sapSuiteUiTFOthersLine.Quad3 {
|
|
|
445
443
|
font-size: 0.85rem;
|
|
446
444
|
}
|
|
447
445
|
|
|
448
|
-
.sapSuiteUiTFRightPanel .sapMLIBSelectD
|
|
446
|
+
.sapSuiteUiTFRightPanel .sapMLIBSelectD > .sapUiIcon {
|
|
449
447
|
font-size: 0.85rem;
|
|
450
448
|
}
|
|
451
449
|
|
|
452
|
-
html[dir=rtl] .sapSuiteUiTFRightPanel .sapSuiteUiTFShowSelLbl {
|
|
450
|
+
html[dir='rtl'] .sapSuiteUiTFRightPanel .sapSuiteUiTFShowSelLbl {
|
|
453
451
|
text-align: left;
|
|
454
452
|
}
|
|
455
453
|
|
|
@@ -460,7 +458,7 @@ html[dir=rtl] .sapSuiteUiTFRightPanel .sapSuiteUiTFShowSelLbl {
|
|
|
460
458
|
line-height: 2.5rem;
|
|
461
459
|
height: 1.5rem;
|
|
462
460
|
width: 12.5rem;
|
|
463
|
-
padding: .25rem;
|
|
461
|
+
padding: 0.25rem;
|
|
464
462
|
}
|
|
465
463
|
|
|
466
464
|
.sapSuiteUiTFSearchBtn .sapMBtnIcon {
|
|
@@ -479,13 +477,11 @@ html[dir=rtl] .sapSuiteUiTFRightPanel .sapSuiteUiTFShowSelLbl {
|
|
|
479
477
|
}
|
|
480
478
|
|
|
481
479
|
.sapSuiteUiTFSelLstLbl {
|
|
482
|
-
padding: 1rem
|
|
480
|
+
padding: 1rem 0;
|
|
483
481
|
}
|
|
484
482
|
|
|
485
483
|
.sapSuiteUiTFShowSelBox {
|
|
486
484
|
flex-direction: row-reverse;
|
|
487
|
-
-ms-flex-direction: row-reverse;
|
|
488
|
-
-webkit-flex-direction: row-reverse;
|
|
489
485
|
}
|
|
490
486
|
|
|
491
487
|
.sapSuiteUiTFPopover.sapMPopover {
|
|
@@ -495,8 +491,4 @@ html[dir=rtl] .sapSuiteUiTFRightPanel .sapSuiteUiTFShowSelLbl {
|
|
|
495
491
|
|
|
496
492
|
.sapSuiteUiTFPopoverText {
|
|
497
493
|
margin: 1rem;
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
[data-sap-ui-browser^='ie'].sap-desktop .sapSuiteUiTFLinksCloud .sapMLnk:focus {
|
|
501
|
-
position: absolute;
|
|
502
|
-
}
|
|
494
|
+
}
|
|
@@ -1,44 +1,47 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.commons/ThingCollection
|
|
3
|
-
/*
|
|
1
|
+
/* ===================================================== */
|
|
2
|
+
/* CSS for control sap.suite.ui.commons/ThingCollection */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ===================================================== */
|
|
4
5
|
|
|
5
6
|
@_sap_suite_ui_commons_ThingCollection_Bg: #5C6E7D;
|
|
6
7
|
@_sap_suite_ui_commons_ThingCollection_LightBg: #8EA5B9;
|
|
7
8
|
|
|
8
9
|
.sapSuiteTc {
|
|
9
10
|
position: relative;
|
|
10
|
-
background: url(img/img_bg.png);
|
|
11
|
-
background: url(img/img_bg.png), @_sap_suite_ui_commons_ThingCollection_Bg;
|
|
12
|
-
background: url(img/img_bg.png), radial-gradient(circle, @_sap_suite_ui_commons_ThingCollection_LightBg 30%, @_sap_suite_ui_commons_ThingCollection_Bg);
|
|
13
|
-
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60, finishopacity=100, style=2);
|
|
11
|
+
background: url('img/img_bg.png');
|
|
12
|
+
background: url('img/img_bg.png'), @_sap_suite_ui_commons_ThingCollection_Bg;
|
|
13
|
+
background: url('img/img_bg.png'), radial-gradient(circle, @_sap_suite_ui_commons_ThingCollection_LightBg 30%, @_sap_suite_ui_commons_ThingCollection_Bg);
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.sapSuiteTc
|
|
16
|
+
.sapSuiteTc > .sapUiUx3OverlayCloseButton {
|
|
17
17
|
top: 74px;
|
|
18
18
|
right: 59px;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.sapSuiteTcNavPrev
|
|
21
|
+
.sapSuiteTcNavPrev,
|
|
22
|
+
.sapSuiteTcNavNext {
|
|
22
23
|
position: absolute;
|
|
23
24
|
width: 70px;
|
|
24
25
|
top: 100px;
|
|
25
26
|
bottom: 105px;
|
|
26
27
|
}
|
|
28
|
+
|
|
27
29
|
.sapSuiteTcNavPrev {
|
|
28
30
|
left: 0;
|
|
29
31
|
}
|
|
32
|
+
|
|
30
33
|
.sapSuiteTcNavNext {
|
|
31
34
|
right: 0;
|
|
32
35
|
}
|
|
33
36
|
|
|
34
37
|
.sapSuiteTcNavPrevArrow {
|
|
35
|
-
background-image: url(
|
|
38
|
+
background-image: url('img/btn_nav_left_a.png');
|
|
36
39
|
background-repeat: no-repeat;
|
|
37
40
|
background-position: left center;
|
|
38
41
|
}
|
|
39
42
|
|
|
40
43
|
.sapSuiteTcNavNextArrow {
|
|
41
|
-
background-image: url(
|
|
44
|
+
background-image: url('img/btn_nav_right_a.png');
|
|
42
45
|
background-repeat: no-repeat;
|
|
43
46
|
background-position: right center;
|
|
44
47
|
}
|
|
@@ -52,7 +55,9 @@
|
|
|
52
55
|
overflow: hidden;
|
|
53
56
|
}
|
|
54
57
|
|
|
55
|
-
.sapSuiteTcPrev
|
|
58
|
+
.sapSuiteTcPrev,
|
|
59
|
+
.sapSuiteTcCenter,
|
|
60
|
+
.sapSuiteTcNext {
|
|
56
61
|
position: absolute;
|
|
57
62
|
width: 100%;
|
|
58
63
|
height: 100%;
|
|
@@ -68,4 +73,4 @@
|
|
|
68
73
|
|
|
69
74
|
.sapSuiteTcNext {
|
|
70
75
|
left: 110%;
|
|
71
|
-
}
|
|
76
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.commons/ThreePanelThingViewer
|
|
3
|
-
/*
|
|
1
|
+
/* =========================================================== */
|
|
2
|
+
/* CSS for control sap.suite.ui.commons/ThreePanelThingViewer */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* =========================================================== */
|
|
4
5
|
|
|
5
6
|
@_sap_suite_ui_commons_ThreePanelThingViewer_HeaderBgHEX: #F8F8F8;
|
|
6
7
|
@_sap_suite_ui_commons_ThreePanelThingViewer_HeaderBgRGBA: rgba(248, 248, 248, .85);
|
|
@@ -11,7 +12,7 @@
|
|
|
11
12
|
background-color: @sapUiWhite;
|
|
12
13
|
overflow: hidden;
|
|
13
14
|
min-height: 508px;
|
|
14
|
-
background-image: url(img/img_bg_ti.png);
|
|
15
|
+
background-image: url('img/img_bg_ti.png');
|
|
15
16
|
background-position: bottom left;
|
|
16
17
|
background-repeat: no-repeat;
|
|
17
18
|
}
|
|
@@ -82,6 +83,7 @@
|
|
|
82
83
|
min-height: 64px;
|
|
83
84
|
margin-bottom: 20px;
|
|
84
85
|
}
|
|
86
|
+
|
|
85
87
|
.sapSuiteTvNav.sapSuiteTvNavNoLogo {
|
|
86
88
|
bottom: 0;
|
|
87
89
|
margin-bottom: 10px;
|
|
@@ -104,7 +106,6 @@
|
|
|
104
106
|
.sapSuiteTvHeader {
|
|
105
107
|
background-color: @_sap_suite_ui_commons_ThreePanelThingViewer_HeaderBgHEX;
|
|
106
108
|
background-color: @_sap_suite_ui_commons_ThreePanelThingViewer_HeaderBgRGBA;
|
|
107
|
-
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
|
|
108
109
|
height: 100%;
|
|
109
110
|
width: 276px;
|
|
110
111
|
overflow-y: auto;
|
|
@@ -117,7 +118,6 @@
|
|
|
117
118
|
overflow-y: auto;
|
|
118
119
|
background-color: @sapUiWhite;
|
|
119
120
|
background-color: @_sap_suite_ui_commons_ThreePanelThingViewer_FacetBgRGBA;
|
|
120
|
-
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
.sapSuiteTvHeader .sapUiUx3TVHeaderContainer {
|
|
@@ -130,6 +130,7 @@
|
|
|
130
130
|
font-weight: bold;
|
|
131
131
|
text-transform: none;
|
|
132
132
|
}
|
|
133
|
+
|
|
133
134
|
.sapSuiteTvHeader .sapUiUx3TVHeaderGroupContent {
|
|
134
135
|
margin-top: 7px;
|
|
135
136
|
}
|
|
@@ -153,12 +154,14 @@
|
|
|
153
154
|
.sapSuiteTvTitleMb {
|
|
154
155
|
float: right;
|
|
155
156
|
margin-top: 32px;
|
|
156
|
-
background-image: url(
|
|
157
|
+
background-image: url('img/btn_actions_regular.png');
|
|
157
158
|
width: 32px;
|
|
158
159
|
height: 32px;
|
|
159
160
|
}
|
|
160
|
-
|
|
161
|
-
|
|
161
|
+
|
|
162
|
+
.sapSuiteTvTitleMb:hover,
|
|
163
|
+
.sapSuiteTvTitleMb:focus {
|
|
164
|
+
background-image: url('img/btn_actions_hover.png');
|
|
162
165
|
}
|
|
163
166
|
|
|
164
167
|
.sapSuiteTvPopupMenu {
|
|
@@ -182,10 +185,7 @@
|
|
|
182
185
|
.sapSuiteTvFacet .sapUiUx3TVFacetThingGroup {
|
|
183
186
|
min-width: 100px;
|
|
184
187
|
}
|
|
188
|
+
|
|
185
189
|
.sapSuiteTvFacet .sapUiUx3TVFacetThingGroupSpan {
|
|
186
190
|
min-width: 200px;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
html[data-sap-ui-browser="ie8"] .sapSuiteTvPopupMenu {
|
|
190
|
-
border: 1px solid @sapUiBlackBorder;
|
|
191
|
-
}
|
|
191
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.commons/
|
|
3
|
-
/*
|
|
1
|
+
/* ==================================================== */
|
|
2
|
+
/* CSS for control sap.suite.ui.commons/TileContent2X2 */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ==================================================== */
|
|
4
5
|
|
|
5
6
|
.sapSuiteTileCnt {
|
|
6
7
|
display: inline-block;
|
|
@@ -26,7 +27,6 @@
|
|
|
26
27
|
max-width: 19rem;
|
|
27
28
|
}
|
|
28
29
|
|
|
29
|
-
|
|
30
30
|
/* TwoByOne size */
|
|
31
31
|
.sapUiMedia-Std-Desktop .sapSuiteTileCnt.Auto.ft-TwoByTwo,
|
|
32
32
|
.sapUiMedia-Std-Tablet .sapSuiteTileCnt.Auto.ft-TwoByTwo,
|
|
@@ -53,14 +53,12 @@
|
|
|
53
53
|
text-align: right;
|
|
54
54
|
position: absolute;
|
|
55
55
|
bottom: 0.5rem;
|
|
56
|
-
right:
|
|
57
|
-
left:
|
|
56
|
+
right:0;
|
|
57
|
+
left:0;
|
|
58
58
|
box-sizing: border-box;
|
|
59
|
-
-moz-box-sizing: border-box;
|
|
60
|
-
-webkit-box-sizing: border-box;
|
|
61
59
|
}
|
|
62
60
|
|
|
63
|
-
html[dir=rtl] .sapSuiteTileCntFtrTxt {
|
|
61
|
+
html[dir='rtl'] .sapSuiteTileCntFtrTxt {
|
|
64
62
|
text-align: left;
|
|
65
63
|
}
|
|
66
64
|
|
|
@@ -88,11 +86,9 @@ html[dir=rtl] .sapSuiteTileCntFtrTxt {
|
|
|
88
86
|
display: inline-block;
|
|
89
87
|
width: 100%;
|
|
90
88
|
box-sizing: border-box;
|
|
91
|
-
-moz-box-sizing: border-box;
|
|
92
|
-
-webkit-box-sizing: border-box;
|
|
93
89
|
}
|
|
94
90
|
|
|
95
|
-
.sapSuiteTileCntContent > .sapSuiteUiTcInnerMarker{
|
|
91
|
+
.sapSuiteTileCntContent > .sapSuiteUiTcInnerMarker {
|
|
96
92
|
display: inline-block;
|
|
97
93
|
vertical-align: bottom;
|
|
98
94
|
line-height: normal;
|
|
@@ -134,4 +130,4 @@ html[dir=rtl] .sapSuiteTileCntFtrTxt {
|
|
|
134
130
|
|
|
135
131
|
.sapSuiteTileCntContent > .sapSuiteUiCommonsNwC {
|
|
136
132
|
background-color: inherit;
|
|
137
|
-
}
|
|
133
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.commons/Timeline
|
|
3
|
-
/*
|
|
1
|
+
/* ============================================== */
|
|
2
|
+
/* CSS for control sap.suite.ui.commons/Timeline */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ============================================== */
|
|
4
5
|
|
|
5
6
|
.sapSuiteUiCommonsTimeline {
|
|
6
|
-
/*min-width: 20rem;*/
|
|
7
7
|
max-width: 680px;
|
|
8
8
|
margin-left: auto;
|
|
9
9
|
margin-right: auto;
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.sapSuiteUiCommonsTimeline:focus {
|
|
14
|
-
outline:
|
|
14
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
15
15
|
outline-offset: 1px;
|
|
16
16
|
}
|
|
17
17
|
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.sapSuiteUiCommonsTimelineH:focus {
|
|
33
|
-
outline:
|
|
33
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
34
34
|
outline-offset: 1px;
|
|
35
35
|
}
|
|
36
36
|
|
|
@@ -51,7 +51,6 @@
|
|
|
51
51
|
z-index: 0;
|
|
52
52
|
overflow-x: hidden;
|
|
53
53
|
overflow-y: auto;
|
|
54
|
-
|
|
55
54
|
height: 100%;
|
|
56
55
|
}
|
|
57
56
|
|
|
@@ -109,7 +108,7 @@
|
|
|
109
108
|
}
|
|
110
109
|
|
|
111
110
|
.sapSuiteUiCommonsTimelineTopScroller {
|
|
112
|
-
top:
|
|
111
|
+
top: 0;
|
|
113
112
|
}
|
|
114
113
|
|
|
115
114
|
.sapSuiteUiCommonsTimelineBottomScroller {
|
|
@@ -125,7 +124,7 @@
|
|
|
125
124
|
left: .5rem;
|
|
126
125
|
height: 1.625rem;
|
|
127
126
|
min-width: 1.625rem;
|
|
128
|
-
|
|
127
|
+
border-radius: 1.625rem !important;
|
|
129
128
|
padding: 0 5px;
|
|
130
129
|
}
|
|
131
130
|
|
|
@@ -164,9 +163,6 @@
|
|
|
164
163
|
margin: 10px;
|
|
165
164
|
}
|
|
166
165
|
|
|
167
|
-
.sapSuiteUiCommonsTimelineContentsNoScroll {
|
|
168
|
-
}
|
|
169
|
-
|
|
170
166
|
.sapSuiteUiCommonsTimelineScroll {
|
|
171
167
|
display: inline-block;
|
|
172
168
|
}
|
|
@@ -178,12 +174,12 @@
|
|
|
178
174
|
}
|
|
179
175
|
|
|
180
176
|
.sapSuiteUiCommonsTimelineGetMoreBarDblSided {
|
|
181
|
-
height:
|
|
177
|
+
height: 0;
|
|
182
178
|
}
|
|
183
179
|
|
|
184
|
-
/*
|
|
180
|
+
/* ================ */
|
|
185
181
|
/* Horizontal stuff */
|
|
186
|
-
/*
|
|
182
|
+
/* ================ */
|
|
187
183
|
|
|
188
184
|
.sapSuiteUiCommonsTimelineH {
|
|
189
185
|
width: 100%;
|
|
@@ -207,6 +203,7 @@
|
|
|
207
203
|
.sapSuiteUiCommonsTimelineH.sapSuiteUiCommonsTimelineAutomaticLineHeight {
|
|
208
204
|
display: flex;
|
|
209
205
|
}
|
|
206
|
+
|
|
210
207
|
.sapSuiteUiCommonsTimelineGrouped .sapSuiteUiCommonsTimelineContentsH {
|
|
211
208
|
padding-bottom: 60.25px
|
|
212
209
|
}
|
|
@@ -277,7 +274,7 @@
|
|
|
277
274
|
}
|
|
278
275
|
|
|
279
276
|
.sapSuiteUiCommonsTimelineHorizontalRightScroller {
|
|
280
|
-
right:
|
|
277
|
+
right: 0;
|
|
281
278
|
}
|
|
282
279
|
|
|
283
280
|
.sapSuiteUiCommonsTimelineGetMoreBoxH {
|
|
@@ -317,7 +314,7 @@
|
|
|
317
314
|
}
|
|
318
315
|
|
|
319
316
|
.sapSuiteUiCommonsTimelineRangeFilterPanel.sapSuiteUiCommonsTimelineRangeFilterPanelShadowed .sapMPanelContent {
|
|
320
|
-
background-color:
|
|
317
|
+
background-color: var(--sapBackgroundColor)
|
|
321
318
|
}
|
|
322
319
|
|
|
323
320
|
.sapSuiteUiCommonsTimelineRangeSelect {
|
|
@@ -434,7 +431,7 @@
|
|
|
434
431
|
|
|
435
432
|
.sapSuiteUiCommonsTimelineRight .sapSuiteUiCommonsTimelineHorizontalMiddleLine ul,
|
|
436
433
|
.sapSuiteUiCommonsTimelineDblSidedH .sapSuiteUiCommonsTimelineHorizontalMiddleLine ul {
|
|
437
|
-
margin-top:
|
|
434
|
+
margin-top: 0;
|
|
438
435
|
margin-bottom: 3px;
|
|
439
436
|
}
|
|
440
437
|
|
|
@@ -461,4 +458,4 @@
|
|
|
461
458
|
|
|
462
459
|
.sapSuiteUiCommonsStringSliderTooltip {
|
|
463
460
|
line-height: 1.625rem;
|
|
464
|
-
}
|
|
461
|
+
}
|