@sapui5/sap.suite.ui.commons 1.146.0 → 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.
Files changed (157) hide show
  1. package/package.json +1 -1
  2. package/src/sap/suite/ui/commons/.library +1 -1
  3. package/src/sap/suite/ui/commons/AriaProperties.js +1 -1
  4. package/src/sap/suite/ui/commons/CalculationBuilder.js +56 -2
  5. package/src/sap/suite/ui/commons/CalculationBuilderExpression.js +87 -14
  6. package/src/sap/suite/ui/commons/CalculationBuilderFunction.js +1 -1
  7. package/src/sap/suite/ui/commons/CalculationBuilderGroup.js +1 -1
  8. package/src/sap/suite/ui/commons/CalculationBuilderItem.js +16 -3
  9. package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
  10. package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
  11. package/src/sap/suite/ui/commons/CloudFilePicker.js +1 -1
  12. package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
  13. package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
  14. package/src/sap/suite/ui/commons/collaboration/ContactPopover.fragment.xml +8 -8
  15. package/src/sap/suite/ui/commons/collaboration/MinimalContactPopover.fragment.xml +5 -5
  16. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  17. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  18. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  19. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  20. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  21. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  22. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  23. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  24. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  26. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
  27. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  28. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  29. package/src/sap/suite/ui/commons/library.js +4 -4
  30. package/src/sap/suite/ui/commons/messagebundle.properties +12 -8
  31. package/src/sap/suite/ui/commons/messagebundle_mk.properties +1 -1
  32. package/src/sap/suite/ui/commons/networkgraph/Graph.js +138 -27
  33. package/src/sap/suite/ui/commons/networkgraph/GraphMap.js +25 -3
  34. package/src/sap/suite/ui/commons/networkgraph/KeyboardNavigator.js +332 -13
  35. package/src/sap/suite/ui/commons/networkgraph/Line.js +5 -1
  36. package/src/sap/suite/ui/commons/networkgraph/Node.js +67 -5
  37. package/src/sap/suite/ui/commons/networkgraph/Utils.js +10 -0
  38. package/src/sap/suite/ui/commons/networkgraph/util/ConnectionPathUtils.js +34 -4
  39. package/src/sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper.js +213 -74
  40. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  41. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  42. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  43. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  44. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  45. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  46. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  47. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  48. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  49. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  50. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  51. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  52. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  53. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  54. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  55. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  56. package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
  57. package/src/sap/suite/ui/commons/themes/base/BusinessCard.less +5 -4
  58. package/src/sap/suite/ui/commons/themes/base/CalculationBuilder.less +33 -24
  59. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderExpression.less +40 -31
  60. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderInput.less +26 -10
  61. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderItem.less +76 -63
  62. package/src/sap/suite/ui/commons/themes/base/ChartContainer.less +8 -11
  63. package/src/sap/suite/ui/commons/themes/base/ChartTile.less +5 -8
  64. package/src/sap/suite/ui/commons/themes/base/CollaborationPopover.less +116 -106
  65. package/src/sap/suite/ui/commons/themes/base/DateRangeScroller.less +5 -5
  66. package/src/sap/suite/ui/commons/themes/base/DateRangeSliderInternal.less +9 -10
  67. package/src/sap/suite/ui/commons/themes/base/FacetOverview.less +9 -10
  68. package/src/sap/suite/ui/commons/themes/base/FeedItemHeader.less +9 -12
  69. package/src/sap/suite/ui/commons/themes/base/FeedTile.less +23 -27
  70. package/src/sap/suite/ui/commons/themes/base/GenericTile2X2.less +15 -15
  71. package/src/sap/suite/ui/commons/themes/base/HeaderCell.less +7 -6
  72. package/src/sap/suite/ui/commons/themes/base/HeaderContainer.less +35 -37
  73. package/src/sap/suite/ui/commons/themes/base/ImageEditor.less +28 -10
  74. package/src/sap/suite/ui/commons/themes/base/ImageEditorContainer.less +29 -22
  75. package/src/sap/suite/ui/commons/themes/base/InfoTile.less +10 -4
  76. package/src/sap/suite/ui/commons/themes/base/InfoTileSize.less +5 -4
  77. package/src/sap/suite/ui/commons/themes/base/KpiTile.less +10 -11
  78. package/src/sap/suite/ui/commons/themes/base/LaunchTile.less +9 -8
  79. package/src/sap/suite/ui/commons/themes/base/LinkActionSheet.less +14 -43
  80. package/src/sap/suite/ui/commons/themes/base/MicroProcessFlow.less +51 -47
  81. package/src/sap/suite/ui/commons/themes/base/MonitoringContent.less +5 -5
  82. package/src/sap/suite/ui/commons/themes/base/NetworkGraph.less +57 -62
  83. package/src/sap/suite/ui/commons/themes/base/NetworkGroup.less +61 -65
  84. package/src/sap/suite/ui/commons/themes/base/NetworkLine.less +58 -55
  85. package/src/sap/suite/ui/commons/themes/base/NetworkNode.less +3 -0
  86. package/src/sap/suite/ui/commons/themes/base/NetworkTooltip.less +21 -25
  87. package/src/sap/suite/ui/commons/themes/base/NoteTaker.less +13 -18
  88. package/src/sap/suite/ui/commons/themes/base/NoteTakerCard.less +26 -27
  89. package/src/sap/suite/ui/commons/themes/base/NoteTakerFeeder.less +22 -44
  90. package/src/sap/suite/ui/commons/themes/base/NumericTile.less +7 -5
  91. package/src/sap/suite/ui/commons/themes/base/PictureZoomIn.less +6 -5
  92. package/src/sap/suite/ui/commons/themes/base/ProcessFlow.less +57 -76
  93. package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnection.less +71 -17
  94. package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnectionLabel.less +9 -13
  95. package/src/sap/suite/ui/commons/themes/base/ProcessFlowLaneHeader.less +37 -96
  96. package/src/sap/suite/ui/commons/themes/base/ProcessFlowNode.less +219 -238
  97. package/src/sap/suite/ui/commons/themes/base/SemanticColorMixins.less +55 -0
  98. package/src/sap/suite/ui/commons/themes/base/SplitButton.less +7 -20
  99. package/src/sap/suite/ui/commons/themes/base/StatusIndicator.less +10 -9
  100. package/src/sap/suite/ui/commons/themes/base/TAccount.less +78 -73
  101. package/src/sap/suite/ui/commons/themes/base/TargetFilter.less +50 -58
  102. package/src/sap/suite/ui/commons/themes/base/ThingCollection.less +18 -13
  103. package/src/sap/suite/ui/commons/themes/base/ThreePanelThingViewer.less +14 -14
  104. package/src/sap/suite/ui/commons/themes/base/TileContent2X2.less +9 -13
  105. package/src/sap/suite/ui/commons/themes/base/Timeline.less +16 -19
  106. package/src/sap/suite/ui/commons/themes/base/TimelineItem.less +95 -103
  107. package/src/sap/suite/ui/commons/themes/base/UnifiedThingGroup.less +7 -9
  108. package/src/sap/suite/ui/commons/themes/base/UnifiedThingInspector.less +12 -9
  109. package/src/sap/suite/ui/commons/themes/base/VerticalNavigationBar.less +10 -15
  110. package/src/sap/suite/ui/commons/themes/base/ViewRepeater.less +8 -9
  111. package/src/sap/suite/ui/commons/themes/base/library.source.less +0 -2
  112. package/src/sap/suite/ui/commons/themes/sap_fiori_3/MicroProcessFlow.less +9 -3
  113. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnection.less +14 -7
  114. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnectionLabel.less +38 -35
  115. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowLaneHeader.less +29 -30
  116. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowNode.less +158 -102
  117. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/MicroProcessFlow.less +9 -3
  118. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnection.less +14 -7
  119. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnectionLabel.less +38 -35
  120. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowLaneHeader.less +30 -31
  121. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowNode.less +157 -101
  122. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnection.less +14 -7
  123. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnectionLabel.less +38 -35
  124. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowLaneHeader.less +30 -31
  125. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowNode.less +147 -101
  126. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnection.less +14 -7
  127. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnectionLabel.less +38 -35
  128. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowLaneHeader.less +30 -31
  129. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowNode.less +158 -102
  130. package/src/sap/suite/ui/commons/themes/sap_horizon/MicroProcessFlow.less +5 -0
  131. package/src/sap/suite/ui/commons/themes/sap_horizon/NetworkLine.less +12 -8
  132. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnection.less +17 -10
  133. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnectionLabel.less +154 -133
  134. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowLaneHeader.less +30 -32
  135. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowNode.less +113 -214
  136. package/src/sap/suite/ui/commons/themes/sap_horizon/TimelineItem.less +43 -39
  137. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/MicroProcessFlow.less +5 -0
  138. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/NetworkLine.less +12 -12
  139. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnection.less +17 -10
  140. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnectionLabel.less +154 -133
  141. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowLaneHeader.less +30 -31
  142. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowNode.less +114 -216
  143. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/TimelineItem.less +41 -39
  144. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/MicroProcessFlow.less +4 -4
  145. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnection.less +17 -10
  146. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnectionLabel.less +153 -131
  147. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowLaneHeader.less +29 -30
  148. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowNode.less +159 -103
  149. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/TimelineItem.less +41 -39
  150. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/MicroProcessFlow.less +4 -4
  151. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnection.less +16 -9
  152. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnectionLabel.less +153 -131
  153. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowLaneHeader.less +29 -30
  154. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowNode.less +157 -101
  155. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/TimelineItem.less +41 -39
  156. package/src/sap/suite/ui/commons/themes/base/DateRangeSlider.less +0 -3
  157. package/src/sap/suite/ui/commons/themes/base/MonitoringTile.less +0 -3
@@ -1,57 +1,53 @@
1
- /* ============================================= */
2
- /* CSS for control sap.suite.ui.commons/Tooltip */
3
- /* ============================================= */
1
+ /* ==================================================== */
2
+ /* CSS for control sap.suite.ui.commons/NetworkTooltip */
3
+ /* Base theme */
4
+ /* ==================================================== */
5
+
4
6
  .sapSuiteUiCommonsNetworkTooltip {
5
- max-width: 350px;
7
+ max-width: 350px;
6
8
  }
7
9
 
8
10
  .sapSuiteUiCommonsNetworkTooltipDescription {
9
- text-align: justify;
11
+ text-align: justify;
10
12
  }
11
13
 
12
14
  .sapSuiteUiCommonsNetworkTooltipIcon {
13
- font-size: @sapMFontHeader3Size;
15
+ font-size: var(--sapFontHeader3Size);
14
16
  }
15
17
 
16
18
  .sapSuiteUiCommonsNetworkGraphNoSelect {
17
- -webkit-touch-callout: none;
18
- -webkit-user-select: none;
19
- -khtml-user-select: none;
20
- -moz-user-select: none;
21
- -ms-user-select: none;
22
- user-select: none;
19
+ -webkit-touch-callout: none;
20
+ -webkit-user-select: none;
21
+ user-select: none;
23
22
  }
24
23
 
25
24
  .sapSuiteUiCommonsNetworkLineTooltipFromTo {
26
- padding: 12px;
27
- border-bottom: @sapUiElementBorderWidth @sapUiContentFocusStyle @sapUiContentForegroundBorderColor;
28
- background-color: @sapUiListHeaderBackground;
25
+ padding: 12px;
26
+ border-bottom: var(--sapElement_BorderWidth) var(--sapContent_FocusStyle) var(--sapContent_ForegroundBorderColor);
27
+ background-color: var(--sapList_HeaderBackground);
29
28
  }
30
29
 
31
30
  .sapSuiteUiCommonsNetworkGraphNoPointerEvents {
32
- pointer-events: none;
33
- }
34
-
35
- .sapSuiteUiCommonsNetworkLineTooltipLabel {
36
- font-size: @sapMFontLargeSize;
31
+ pointer-events: none;
37
32
  }
38
33
 
34
+ .sapSuiteUiCommonsNetworkLineTooltipLabel,
39
35
  .sapSuiteUiCommonsNetworkLineTooltipFromToIcon {
40
- font-size: @sapMFontLargeSize;
36
+ font-size: var(--sapFontLargeSize);
41
37
  }
42
38
 
43
39
  .sapSuiteUiCommonsNetworkGroupTooltipTabBar .sapMITBContent {
44
- padding: 0;
40
+ padding: 0;
45
41
  }
46
42
 
47
43
  .sapSuiteUiCommonsNetworkTooltipLine {
48
- margin: 1rem;
44
+ margin: 1rem;
49
45
  }
50
46
 
51
47
  .sapUiSizeCompact .sapSuiteUiCommonsNetworkTooltipLine {
52
- margin: 0.5rem;
48
+ margin: 0.5rem;
53
49
  }
54
50
 
55
51
  .sapUiSizeCompact .sapSuiteUiCommonsNetworkTooltipArea .sapMPanelContent {
56
- padding: 0.5rem;
52
+ padding: 0.5rem;
57
53
  }
@@ -1,6 +1,7 @@
1
- /* ====================================================== */
2
- /* CSS for control sap.suite.ui.commons/NoteTaker.control */
3
- /* ====================================================== */
1
+ /* =============================================== */
2
+ /* CSS for control sap.suite.ui.commons/NoteTaker */
3
+ /* Base theme */
4
+ /* =============================================== */
4
5
 
5
6
  .sapSuiteUiCommonsNoteTaker{
6
7
  border: 1px solid @sapUiLightBorder;
@@ -8,7 +9,7 @@
8
9
  }
9
10
 
10
11
  .sapSuiteUiCommonsNoteTakerFilterPane {
11
- color: @sapUiTextTitle;
12
+ color: var(--sapTitleColor);
12
13
  background-color: @sapUiMediumBG;
13
14
  font-size: 20px;
14
15
  height: 35px;
@@ -37,19 +38,19 @@
37
38
  margin-left: 5px;
38
39
  }
39
40
 
40
- .sapSuiteUiCommonsNoteTaker>.sapSuiteUiCommonsNoteTakerFilterPane .sapSuiteUiCommonsNoteTakerFilterButtonSelected {
41
+ .sapSuiteUiCommonsNoteTaker > .sapSuiteUiCommonsNoteTakerFilterPane .sapSuiteUiCommonsNoteTakerFilterButtonSelected {
41
42
  background-color: @sapUiDarkAltBG;
42
43
  box-shadow: 0 1px 0 @sapUiMediumAltBG inset;
43
44
  }
44
45
 
45
- .sapSuiteUiCommonsNoteTaker>.sapSuiteUiCommonsNoteTakerFilterPane .sapSuiteUiCommonsNoteTakerFilterButtonSelected:hover,
46
- .sapSuiteUiCommonsNoteTaker>.sapSuiteUiCommonsNoteTakerFilterPane .sapSuiteUiCommonsNoteTakerFilterButtonSelected.sapUiBtnStdHover,
47
- .sapSuiteUiCommonsNoteTaker>.sapSuiteUiCommonsNoteTakerFilterPane .sapSuiteUiCommonsNoteTakerFilterButtonSelected:focus,
48
- .sapSuiteUiCommonsNoteTaker>.sapSuiteUiCommonsNoteTakerFilterPane .sapSuiteUiCommonsNoteTakerFilterButtonSelected.sapUiBtnStdFocus {
49
- background-color: @sapUiButtonHoverBackground;
46
+ .sapSuiteUiCommonsNoteTaker > .sapSuiteUiCommonsNoteTakerFilterPane .sapSuiteUiCommonsNoteTakerFilterButtonSelected:hover,
47
+ .sapSuiteUiCommonsNoteTaker > .sapSuiteUiCommonsNoteTakerFilterPane .sapSuiteUiCommonsNoteTakerFilterButtonSelected.sapUiBtnStdHover,
48
+ .sapSuiteUiCommonsNoteTaker > .sapSuiteUiCommonsNoteTakerFilterPane .sapSuiteUiCommonsNoteTakerFilterButtonSelected:focus,
49
+ .sapSuiteUiCommonsNoteTaker > .sapSuiteUiCommonsNoteTakerFilterPane .sapSuiteUiCommonsNoteTakerFilterButtonSelected.sapUiBtnStdFocus {
50
+ background-color: var(--sapButton_Hover_Background);
50
51
  }
51
52
 
52
- .sapSuiteUiCommonsNoteTaker>.sapSuiteUiCommonsNoteTakerFilterPane .sapUiBtnAct.sapSuiteUiCommonsNoteTakerFilterButtonSelected {
53
+ .sapSuiteUiCommonsNoteTaker > .sapSuiteUiCommonsNoteTakerFilterPane .sapUiBtnAct.sapSuiteUiCommonsNoteTakerFilterButtonSelected {
53
54
  background-color: @sapUiDarkAltBG;
54
55
  }
55
56
 
@@ -71,9 +72,6 @@
71
72
  width: 12px;
72
73
  height: 12px;
73
74
  background-color: @sapUiWhite;
74
- -moz-transform: rotate(45deg);
75
- -webkit-transform: rotate(45deg);
76
- -ms-transform: rotate(45deg);
77
75
  transform: rotate(45deg);
78
76
  position: absolute;
79
77
  top: -6px;
@@ -136,9 +134,6 @@
136
134
  width: 12px;
137
135
  height: 12px;
138
136
  background-color: @sapUiWhite;
139
- -moz-transform: rotate(45deg);
140
- -webkit-transform: rotate(45deg);
141
- -ms-transform: rotate(45deg);
142
137
  transform: rotate(45deg);
143
138
  position: absolute;
144
139
  top: -6px;
@@ -148,4 +143,4 @@
148
143
  .sapSuiteUiCommonsNoteTaker .sapUiCrslHorizontal .sapUiCrslItm {
149
144
  vertical-align: bottom;
150
145
  position: relative;
151
- }
146
+ }
@@ -1,6 +1,7 @@
1
- /* ============================================= */
2
- /* CSS for control sap.suite.ui.commons/NoteTakerCard.control */
3
- /* ============================================= */
1
+ /* =================================================== */
2
+ /* CSS for control sap.suite.ui.commons/NoteTakerCard */
3
+ /* Base theme */
4
+ /* =================================================== */
4
5
 
5
6
  .sapSuiteUiCommonsNoteTakerCard {
6
7
  background-color: @sapUiMediumBG;
@@ -14,21 +15,21 @@
14
15
  }
15
16
 
16
17
  .suiteUiNtcPositiveCard {
17
- border-top-color: darken(@sapUiGreen, 3.5%); //#007833;
18
+ border-top-color: darken(@sapUiGreen, 3.5%);
18
19
  }
19
20
 
20
21
  .suiteUiNtcNegativeCard {
21
- border-top-color: darken(@sapUiRed, 8%); //#cc1919;
22
+ border-top-color: darken(@sapUiRed, 8%);
22
23
  }
23
24
 
24
25
  /* Header section contains title, date and edit button */
25
26
  .sapSuiteUiCommonsNoteTakerCardHeader {
26
- color: @sapUiTextTitle;
27
+ color: var(--sapTitleColor);
27
28
  font-size: 20px;
28
29
  height: 40px;
29
30
  border-bottom-width: 2px;
30
31
  border-bottom-style: solid;
31
- border-bottom-color: @sapUiHighlight;
32
+ border-bottom-color: var(--sapHighlightColor);
32
33
  margin-bottom: 10px;
33
34
  }
34
35
 
@@ -44,7 +45,7 @@
44
45
  }
45
46
 
46
47
  .sapSuiteUiCommonsNoteTakerCardEditButtonDsbl {
47
- background-image: url(img/edit_grey_24.png);
48
+ background-image: url('img/edit_grey_24.png');
48
49
  }
49
50
 
50
51
  .sapSuiteUiCommonsNoteTakerCardTimestamp {
@@ -71,7 +72,7 @@
71
72
  }
72
73
 
73
74
  .sapSuiteUiCommonsNoteTakerCardTagList span {
74
- color: @sapUiHighlight;
75
+ color: var(--sapHighlightTextColor);
75
76
  }
76
77
 
77
78
  .sapSuiteUiCommonsNoteTakerCardBody {
@@ -90,9 +91,11 @@
90
91
  .sapSuiteUiCommonsNtcBodyViewAllAttach {
91
92
  height: 336px;
92
93
  }
94
+
93
95
  .sapSuiteUiCommonsNtcBodyViewAll {
94
96
  height: 360px;
95
97
  }
98
+
96
99
  .sapSuiteUiCommonsNtcBodyAttach {
97
100
  height: 368px;
98
101
  }
@@ -114,14 +117,13 @@
114
117
 
115
118
  /* Overlay section */
116
119
  .sapSuiteCommonsNoteTakerCardOverlayWindow {
117
- //to avoid moving of the closing cross: 696px = content's min-width(200) + left and right position(2*130) + padding(2*18)
118
- //to limit movement with the left border: 260px = left and right position(2*130)
120
+ /* to avoid moving of the closing cross: 696px = content's min-width(200) + left and right position(2*130) + padding(2*18) */
121
+ /* to limit movement with the left border: 260px = left and right position(2*130) */
119
122
  min-width: 260px;
120
123
  }
121
124
 
122
125
  .sapSuiteCommonsNoteTakerCardOverlayWindow .sapUiUx3OCContent {
123
126
  background-color: @sapUiMediumBG;
124
-
125
127
  position: absolute;
126
128
  top: 100px;
127
129
  bottom: 100px;
@@ -129,19 +131,19 @@
129
131
  left: 130px;
130
132
  min-height: 200px;
131
133
  min-width: 400px;
132
-
133
134
  border-top: 4px solid @sapUiMediumLine;
134
135
  padding-top: 14px;
135
136
  padding-right: 18px;
136
137
  padding-left: 18px;
137
138
  padding-bottom: 18px;
138
139
  }
140
+
139
141
  .suiteUiNtcPositiveCard .sapUiUx3OCContent {
140
- border-top-color: darken(@sapUiGreen, 3.5%); //#007833;
142
+ border-top-color: darken(@sapUiGreen, 3.5%);
141
143
  }
142
144
 
143
145
  .suiteUiNtcNegativeCard .sapUiUx3OCContent {
144
- border-top-color: darken(@sapUiRed, 8%); //#cc1919;
146
+ border-top-color: darken(@sapUiRed, 8%);
145
147
  }
146
148
 
147
149
  .sapSuiteCommonsNoteTakerCardOverlayWindow .sapUiUx3OCContent>div {
@@ -161,7 +163,7 @@
161
163
  display: block;
162
164
  width: 100%;
163
165
  height: 25px;
164
- color: @sapUiTextTitle;
166
+ color: var(--sapTitleColor);
165
167
  font-size: 20px;
166
168
  font-weight: bolder;
167
169
  line-height: normal;
@@ -170,7 +172,7 @@
170
172
 
171
173
  .sapSuiteUiCommonsNtcdTitleEdit {
172
174
  width: 800px;
173
- color: @sapUiTextTitle;
175
+ color: var(--sapTitleColor);
174
176
  font-size: 20px;
175
177
  }
176
178
 
@@ -199,7 +201,7 @@
199
201
  }
200
202
 
201
203
  .suiteUiNtcOverlayWithoutAttachment {
202
- margin-top: 0px;
204
+ margin-top: 0;
203
205
  margin-bottom: -135px;
204
206
  padding-bottom: 151px;
205
207
 
@@ -263,8 +265,8 @@
263
265
 
264
266
  .sapSuiteUiCommonsNoteTakerCardThumbUp,
265
267
  .sapSuiteUiCommonsNoteTakerCardThumbDown {
266
- width : 28px;
267
- height : 28px;
268
+ width: 28px;
269
+ height: 28px;
268
270
  background-position: center;
269
271
  }
270
272
 
@@ -284,7 +286,7 @@
284
286
  .sapSuiteCommonsNoteTakerCardOverlayWindow .suiteUiNtcOverlayToolbarRightPanel .sapSuiteUiCommonsNoteTakerCardSelectedBtn.sapUiBtnStdHover,
285
287
  .sapSuiteCommonsNoteTakerCardOverlayWindow .suiteUiNtcOverlayToolbarRightPanel .sapSuiteUiCommonsNoteTakerCardSelectedBtn:focus,
286
288
  .sapSuiteCommonsNoteTakerCardOverlayWindow .suiteUiNtcOverlayToolbarRightPanel .sapSuiteUiCommonsNoteTakerCardSelectedBtn.sapUiBtnStdFocus {
287
- background-color: @sapUiButtonHoverBackground;
289
+ background-color: var(--sapButton_Hover_Background);
288
290
  }
289
291
 
290
292
  .sapSuiteCommonsNoteTakerCardOverlayWindow .suiteUiNtcOverlayToolbarRightPanel .sapUiBtnAct.sapSuiteUiCommonsNoteTakerCardSelectedBtn {
@@ -309,7 +311,6 @@
309
311
  width: 100%;
310
312
  height: 46px;
311
313
  box-sizing: border-box;
312
- -moz-box-sizing: border-box;
313
314
  position: relative;
314
315
  }
315
316
 
@@ -355,17 +356,15 @@
355
356
  height: 16px;
356
357
  }
357
358
 
358
- .suiteUiNtcAttachmentPanel>* {
359
+ .suiteUiNtcAttachmentPanel > * {
359
360
  vertical-align: middle;
360
361
  }
361
362
 
362
363
  .suiteUiNtcOverlayAttachmentPanel {
363
364
  display: block;
364
365
  height: 25px;
365
-
366
366
  box-sizing: border-box;
367
367
  padding: 2px 2px 4px 2px;
368
-
369
368
  background-color: @sapUiWhite;
370
369
  }
371
370
 
@@ -373,7 +372,7 @@
373
372
  width: 100%;
374
373
  border-bottom-width: 2px;
375
374
  border-bottom-style: solid;
376
- border-bottom-color: @sapUiHighlight;
375
+ border-bottom-color: var(--sapHighlightColor);
377
376
  margin-bottom: 10px;
378
377
  }
379
378
 
@@ -402,4 +401,4 @@
402
401
  .sapSuiteRequiredLbl {
403
402
  position: absolute;
404
403
  left: -16px;
405
- }
404
+ }
@@ -1,6 +1,7 @@
1
- /* ============================================= */
2
- /* CSS for control sap.suite.ui.commons/NoteTakerFeeder.control */
3
- /* ============================================= */
1
+ /* ===================================================== */
2
+ /* CSS for control sap.suite.ui.commons/NoteTakerFeeder */
3
+ /* Base theme */
4
+ /* ===================================================== */
4
5
 
5
6
  .sapSuiteUiCommonsNoteTakerFeeder {
6
7
  color: @sapUiTextColor;
@@ -18,7 +19,7 @@
18
19
  height: 40px;
19
20
  border-bottom-width: 2px;
20
21
  border-bottom-style: solid;
21
- border-bottom-color: @sapUiHighlight;
22
+ border-bottom-color: var(--sapHighlightColor);
22
23
  margin-bottom: 10px;
23
24
  }
24
25
 
@@ -65,19 +66,19 @@
65
66
  background-repeat:no-repeat;
66
67
  }
67
68
 
68
- .sapSuiteUiCommonsNoteTakerFeeder>.sapSuiteUiCommonsNoteTakerFeederTagPanel .sapSuiteUiCommonsNoteTakerFeederButtonSelected {
69
+ .sapSuiteUiCommonsNoteTakerFeeder > .sapSuiteUiCommonsNoteTakerFeederTagPanel .sapSuiteUiCommonsNoteTakerFeederButtonSelected {
69
70
  background-color: @sapUiDarkAltBG;
70
71
  box-shadow: 0 1px 0 @sapUiMediumAltBG inset;
71
72
  }
72
73
 
73
- .sapSuiteUiCommonsNoteTakerFeeder>.sapSuiteUiCommonsNoteTakerFeederTagPanel .sapSuiteUiCommonsNoteTakerFeederButtonSelected:hover,
74
- .sapSuiteUiCommonsNoteTakerFeeder>.sapSuiteUiCommonsNoteTakerFeederTagPanel .sapSuiteUiCommonsNoteTakerFeederButtonSelected.sapUiBtnStdHover,
75
- .sapSuiteUiCommonsNoteTakerFeeder>.sapSuiteUiCommonsNoteTakerFeederTagPanel .sapSuiteUiCommonsNoteTakerFeederButtonSelected:focus,
76
- .sapSuiteUiCommonsNoteTakerFeeder>.sapSuiteUiCommonsNoteTakerFeederTagPanel .sapSuiteUiCommonsNoteTakerFeederButtonSelected.sapUiBtnStdFocus {
74
+ .sapSuiteUiCommonsNoteTakerFeeder > .sapSuiteUiCommonsNoteTakerFeederTagPanel .sapSuiteUiCommonsNoteTakerFeederButtonSelected:hover,
75
+ .sapSuiteUiCommonsNoteTakerFeeder > .sapSuiteUiCommonsNoteTakerFeederTagPanel .sapSuiteUiCommonsNoteTakerFeederButtonSelected.sapUiBtnStdHover,
76
+ .sapSuiteUiCommonsNoteTakerFeeder > .sapSuiteUiCommonsNoteTakerFeederTagPanel .sapSuiteUiCommonsNoteTakerFeederButtonSelected:focus,
77
+ .sapSuiteUiCommonsNoteTakerFeeder > .sapSuiteUiCommonsNoteTakerFeederTagPanel .sapSuiteUiCommonsNoteTakerFeederButtonSelected.sapUiBtnStdFocus {
77
78
  background-color: #00669C;
78
79
  }
79
80
 
80
- .sapSuiteUiCommonsNoteTakerFeeder>.sapSuiteUiCommonsNoteTakerFeederTagPanel .sapUiBtnAct.sapSuiteUiCommonsNoteTakerFeederButtonSelected {
81
+ .sapSuiteUiCommonsNoteTakerFeeder > .sapSuiteUiCommonsNoteTakerFeederTagPanel .sapUiBtnAct.sapSuiteUiCommonsNoteTakerFeederButtonSelected {
81
82
  background-color: @sapUiDarkAltBG;
82
83
  box-shadow: none;
83
84
  }
@@ -88,14 +89,14 @@
88
89
  font-size: 30px;
89
90
  }
90
91
 
91
- .sapSuiteUiCommonsNoteTakerFeeder>.sapSuiteUiCommonsNoteTakerFeederTitlePanel input {
92
+ .sapSuiteUiCommonsNoteTakerFeeder > .sapSuiteUiCommonsNoteTakerFeederTitlePanel input {
92
93
  height: 100%;
93
94
  width: 100%;
94
95
  font-size: 20px;
95
96
  border-style: none;
96
97
  }
97
98
 
98
- .sapSuiteUiCommonsNoteTakerFeeder>.sapSuiteUiCommonsNoteTakerFeederSelectTagPanel input {
99
+ .sapSuiteUiCommonsNoteTakerFeeder > .sapSuiteUiCommonsNoteTakerFeederSelectTagPanel input {
99
100
  width: 100%;
100
101
  }
101
102
 
@@ -116,9 +117,6 @@
116
117
  width: 13px;
117
118
  height: 13px;
118
119
  background-color: @sapUiWhite;
119
- -moz-transform: rotate(45deg);
120
- -webkit-transform: rotate(45deg);
121
- -ms-transform: rotate(45deg);
122
120
  transform: rotate(45deg);
123
121
  position: absolute;
124
122
  top: -6px;
@@ -161,12 +159,13 @@
161
159
  }
162
160
 
163
161
  .sapSuiteUiCommonsNoteTakerFeederAttachmentPanel {
164
- display : none;
162
+ display: none;
165
163
  height: 20px;
166
164
  margin-bottom: 10px;
167
165
  width: 300px;
168
166
  background: @sapUiWhite;
169
167
  }
168
+
170
169
  .sapSuiteUiCommonsNoteTakerFeederAttachmentContent {
171
170
  display: inline-block;
172
171
  position: relative;
@@ -180,7 +179,7 @@
180
179
  }
181
180
 
182
181
  .sapSuiteUiCommonsNtfAttachmentNamelbl label {
183
- color: @sapUiHighlight;
182
+ color: var(--sapHighlightColor);
184
183
  }
185
184
 
186
185
  .sapSuiteUiCommonsNtfLoadingLbl {
@@ -188,9 +187,9 @@
188
187
  float: right;
189
188
  padding-right: 10px;
190
189
  position: absolute;
191
- top:0px;
190
+ top: 0;
192
191
  right: 2px;
193
- color: @sapUiHighlight;
192
+ color: var(--sapHighlightColor);
194
193
  }
195
194
 
196
195
  .sapSuiteUiCommonsNtfDeleteBtn {
@@ -201,11 +200,12 @@
201
200
  position: relative;
202
201
  bottom: 3px;
203
202
  position: absolute;
204
- top:-3px;
203
+ top: -3px;
205
204
  right: 2px;
206
205
  }
206
+
207
207
  .sapSuiteUiCommonsNtfDeleteBtn button {
208
- background-image: url(img/decline_16.png);
208
+ background-image: url('img/decline_16.png');
209
209
  background-position: center center;
210
210
  height: 22px;
211
211
  }
@@ -219,28 +219,6 @@
219
219
  visibility: visible;
220
220
  }
221
221
 
222
- html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsNtfUploader {
223
- display: inline-block;
224
- opacity: 0;
225
- }
226
-
227
-
228
- html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsNoteTakerFeeder .sapSuiteUiCommonsNtfUploader div,
229
- html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsNoteTakerFeeder .sapSuiteUiCommonsNtfUploader form {
230
- position: absolute;
231
- top: 0px;
232
- bottom: 0px;
233
- right: 0px;
234
- left: 0px;
235
- }
236
-
237
- html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsNtfUploader input[type='file'] {
238
- float: right;
239
- filter: alpha(opacity=0);
240
- opacity: 0;
241
- height: 28px;
242
- }
243
-
244
222
  .sapSuiteRequiredLbl {
245
223
  position: absolute;
246
224
  left: -16px;
@@ -248,4 +226,4 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsNtfUploader input[type='file']
248
226
 
249
227
  .sapSuiteUiCommonsPlaceholder {
250
228
  color: #999999;
251
- }
229
+ }
@@ -1,7 +1,7 @@
1
-
2
- /* ============================================= */
3
- /* CSS for control sap.suite.ui.commons/NumericTile.control */
4
- /* ============================================= */
1
+ /* ================================================= */
2
+ /* CSS for control sap.suite.ui.commons/NumericTile */
3
+ /* Base theme */
4
+ /* ================================================= */
5
5
 
6
6
  .sapSuiteUiCommonsNTIndicator.Up {
7
7
  border-left: 9px solid transparent;
@@ -16,10 +16,12 @@
16
16
  border-top: 10px solid;
17
17
  display: inline-block;
18
18
  }
19
+
19
20
  .sapUiMedia-Std-Phone .sapSuiteUiCommonsNTIndicator.Auto,
20
21
  .sapSuiteUiCommonsNTIndicator.S {
21
22
  margin-right: 4px;
22
23
  }
24
+
23
25
  .sapUiMedia-Std-Desktop .sapSuiteUiCommonsNTIndicator.Auto,
24
26
  .sapSuiteUiCommonsNTIndicator.L,
25
27
  .sapUiMedia-Std-Tablel .sapSuiteUiCommonsNTIndicator.Auto,
@@ -101,4 +103,4 @@
101
103
  .sapSuiteUiCommonsNTValue.Failed,
102
104
  .sapSuiteUiCommonsNTScale.Failed {
103
105
  color: @sapUiLightText;
104
- }
106
+ }
@@ -1,6 +1,7 @@
1
- /* ============================================= */
2
- /* CSS for control sap.suite.ui.commons/PictureZoomIn.control */
3
- /* ============================================= */
1
+ /* =================================================== */
2
+ /* CSS for control sap.suite.ui.commons/PictureZoomIn */
3
+ /* Base theme */
4
+ /* =================================================== */
4
5
 
5
6
  .sapSuiteUiCommonsPictureZoomIn {
6
7
  background-color: rgba(0, 0, 0, 0.6);
@@ -25,7 +26,7 @@
25
26
  }
26
27
 
27
28
  .sapSuiteUiCommonsPictureZoomInImg {
28
- display:table-cell;
29
+ display: table-cell;
29
30
  position: absolute;
30
31
  }
31
32
 
@@ -43,4 +44,4 @@
43
44
  width: 0;
44
45
  margin: auto;
45
46
  display: none;
46
- }
47
+ }