@openui5/sap.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 (118) hide show
  1. package/REUSE.toml +0 -51
  2. package/THIRDPARTY.txt +0 -44
  3. package/package.json +4 -4
  4. package/src/sap/ui/commons/.library +1 -1
  5. package/src/sap/ui/commons/Accordion.js +1 -1
  6. package/src/sap/ui/commons/AccordionSection.js +1 -1
  7. package/src/sap/ui/commons/ApplicationHeader.js +1 -1
  8. package/src/sap/ui/commons/Area.js +1 -1
  9. package/src/sap/ui/commons/AutoComplete.js +1 -1
  10. package/src/sap/ui/commons/Button.js +1 -1
  11. package/src/sap/ui/commons/ButtonRenderer.js +1 -1
  12. package/src/sap/ui/commons/Callout.js +1 -1
  13. package/src/sap/ui/commons/CalloutBase.js +1 -1
  14. package/src/sap/ui/commons/Carousel.js +1 -1
  15. package/src/sap/ui/commons/CheckBox.js +1 -1
  16. package/src/sap/ui/commons/ColorPicker.js +1 -1
  17. package/src/sap/ui/commons/ComboBox.js +1 -1
  18. package/src/sap/ui/commons/DatePicker.js +1 -1
  19. package/src/sap/ui/commons/Dialog.js +1 -1
  20. package/src/sap/ui/commons/DropdownBox.js +1 -1
  21. package/src/sap/ui/commons/FileUploader.js +1 -1
  22. package/src/sap/ui/commons/FileUploaderParameter.js +1 -1
  23. package/src/sap/ui/commons/FileUploaderXHRSettings.js +1 -1
  24. package/src/sap/ui/commons/FormattedTextView.js +1 -1
  25. package/src/sap/ui/commons/HorizontalDivider.js +1 -1
  26. package/src/sap/ui/commons/Image.js +1 -1
  27. package/src/sap/ui/commons/ImageMap.js +1 -1
  28. package/src/sap/ui/commons/InPlaceEdit.js +1 -1
  29. package/src/sap/ui/commons/Label.js +1 -1
  30. package/src/sap/ui/commons/Link.js +1 -1
  31. package/src/sap/ui/commons/ListBox.js +1 -1
  32. package/src/sap/ui/commons/ListBoxRenderer.js +1 -1
  33. package/src/sap/ui/commons/Menu.js +1 -1
  34. package/src/sap/ui/commons/MenuBar.js +1 -1
  35. package/src/sap/ui/commons/MenuButton.js +1 -1
  36. package/src/sap/ui/commons/MenuItem.js +1 -1
  37. package/src/sap/ui/commons/MenuItemBase.js +1 -1
  38. package/src/sap/ui/commons/MenuTextFieldItem.js +1 -1
  39. package/src/sap/ui/commons/Message.js +1 -1
  40. package/src/sap/ui/commons/MessageBar.js +1 -1
  41. package/src/sap/ui/commons/MessageBox.js +1 -1
  42. package/src/sap/ui/commons/MessageList.js +1 -1
  43. package/src/sap/ui/commons/MessageToast.js +1 -1
  44. package/src/sap/ui/commons/Paginator.js +1 -1
  45. package/src/sap/ui/commons/Panel.js +1 -1
  46. package/src/sap/ui/commons/PasswordField.js +1 -1
  47. package/src/sap/ui/commons/ProgressIndicator.js +1 -1
  48. package/src/sap/ui/commons/RadioButton.js +1 -1
  49. package/src/sap/ui/commons/RadioButtonGroup.js +1 -1
  50. package/src/sap/ui/commons/RangeSlider.js +1 -1
  51. package/src/sap/ui/commons/RatingIndicator.js +1 -1
  52. package/src/sap/ui/commons/ResponsiveContainer.js +1 -1
  53. package/src/sap/ui/commons/ResponsiveContainerRange.js +1 -1
  54. package/src/sap/ui/commons/RichTooltip.js +1 -1
  55. package/src/sap/ui/commons/RoadMap.js +1 -1
  56. package/src/sap/ui/commons/RoadMapStep.js +1 -1
  57. package/src/sap/ui/commons/RowRepeater.js +1 -1
  58. package/src/sap/ui/commons/RowRepeaterFilter.js +1 -1
  59. package/src/sap/ui/commons/RowRepeaterSorter.js +1 -1
  60. package/src/sap/ui/commons/SearchField.js +1 -1
  61. package/src/sap/ui/commons/SearchProvider.js +1 -1
  62. package/src/sap/ui/commons/SegmentedButton.js +1 -1
  63. package/src/sap/ui/commons/Slider.js +1 -1
  64. package/src/sap/ui/commons/Splitter.js +1 -1
  65. package/src/sap/ui/commons/Tab.js +1 -1
  66. package/src/sap/ui/commons/TabStrip.js +1 -1
  67. package/src/sap/ui/commons/TextArea.js +1 -1
  68. package/src/sap/ui/commons/TextField.js +1 -1
  69. package/src/sap/ui/commons/TextFieldRenderer.js +1 -1
  70. package/src/sap/ui/commons/TextView.js +1 -1
  71. package/src/sap/ui/commons/Title.js +1 -1
  72. package/src/sap/ui/commons/ToggleButton.js +1 -1
  73. package/src/sap/ui/commons/Toolbar.js +1 -1
  74. package/src/sap/ui/commons/ToolbarSeparator.js +1 -1
  75. package/src/sap/ui/commons/Tree.js +1 -1
  76. package/src/sap/ui/commons/TreeNode.js +1 -1
  77. package/src/sap/ui/commons/TriStateCheckBox.js +1 -1
  78. package/src/sap/ui/commons/ValueHelpField.js +1 -1
  79. package/src/sap/ui/commons/form/Form.js +1 -1
  80. package/src/sap/ui/commons/form/FormContainer.js +1 -1
  81. package/src/sap/ui/commons/form/FormElement.js +1 -1
  82. package/src/sap/ui/commons/form/FormLayout.js +1 -1
  83. package/src/sap/ui/commons/form/GridContainerData.js +1 -1
  84. package/src/sap/ui/commons/form/GridElementData.js +1 -1
  85. package/src/sap/ui/commons/form/GridLayout.js +1 -1
  86. package/src/sap/ui/commons/form/ResponsiveLayout.js +1 -1
  87. package/src/sap/ui/commons/form/SimpleForm.js +1 -1
  88. package/src/sap/ui/commons/layout/AbsoluteLayout.js +1 -1
  89. package/src/sap/ui/commons/layout/BorderLayout.js +1 -1
  90. package/src/sap/ui/commons/layout/BorderLayoutArea.js +1 -1
  91. package/src/sap/ui/commons/layout/HorizontalLayout.js +1 -1
  92. package/src/sap/ui/commons/layout/MatrixLayout.js +1 -1
  93. package/src/sap/ui/commons/layout/MatrixLayoutCell.js +1 -1
  94. package/src/sap/ui/commons/layout/MatrixLayoutRow.js +1 -1
  95. package/src/sap/ui/commons/layout/PositionContainer.js +1 -1
  96. package/src/sap/ui/commons/layout/ResponsiveFlowLayout.js +1 -1
  97. package/src/sap/ui/commons/layout/ResponsiveFlowLayoutData.js +1 -1
  98. package/src/sap/ui/commons/layout/VerticalLayout.js +1 -1
  99. package/src/sap/ui/commons/library.js +2 -2
  100. package/src/sap/ui/commons/themes/base/ListBox.less +14 -13
  101. package/src/sap/ui/commons/themes/base/MenuBar.less +8 -6
  102. package/src/sap/ui/commons/themes/base/MenuButton.less +5 -4
  103. package/src/sap/ui/commons/themes/base/Message.less +14 -12
  104. package/src/sap/ui/commons/themes/base/MessageBar.less +16 -34
  105. package/src/sap/ui/commons/themes/base/MessageBox.less +22 -14
  106. package/src/sap/ui/commons/themes/base/MessageList.less +4 -3
  107. package/src/sap/ui/commons/themes/base/MessageToast.less +8 -7
  108. package/src/sap/ui/commons/themes/base/Paginator.less +8 -8
  109. package/src/sap/ui/commons/themes/base/Panel.less +11 -45
  110. package/src/sap/ui/commons/themes/base/ProgressIndicator.less +22 -21
  111. package/src/sap/ui/commons/themes/base/RatingIndicator.less +15 -10
  112. package/src/sap/ui/commons/themes/base/RichTooltip.less +7 -2
  113. package/src/sap/ui/commons/themes/base/RoadMap.less +23 -54
  114. package/src/sap/ui/commons/themes/base/SearchField.less +16 -14
  115. package/src/sap/ui/commons/themes/base/Splitter.less +12 -28
  116. package/src/sap/ui/commons/themes/base/TextArea.less +6 -5
  117. package/src/sap/ui/commons/themes/base/TriStateCheckBox.less +16 -17
  118. package/src/sap/ui/commons/themes/base/ValueHelpField.less +6 -6
@@ -1,14 +1,16 @@
1
- /* ============================================= */
2
- /* CSS for control sap.ui.commons/Message.control */
3
- /* ============================================= */
4
- /************* Container *************/
1
+ /* ======================================= */
2
+ /* CSS for control sap.ui.commons/Message */
3
+ /* base theme */
4
+ /* ======================================= */
5
+
6
+ /* Container */
5
7
  .sapUiMsg {
6
8
  height: 18px;
7
9
  overflow: hidden;
8
10
  white-space: nowrap;
9
11
  }
10
12
 
11
- /************* Inner elements *************/
13
+ /* Inner elements */
12
14
  .sapUiMsgIcon,
13
15
  .sapUiMsgLnk,
14
16
  .sapUiMsgTxt {
@@ -18,25 +20,25 @@
18
20
  vertical-align: middle;
19
21
  }
20
22
 
21
- /************* Icon *************/
23
+ /* Icon */
22
24
  .sapUiMsgIcon {
23
25
  padding: 0;
24
- width: 18px; /* "width" with "position:center" seems more stable then "padding"... */
26
+ width: 18px; /* 'width' with 'position:center' seems more stable then 'padding'... */
25
27
  }
26
28
 
27
29
  .sapUiMsgIconError {
28
- background: url("img/messagebar/iconError.gif") no-repeat scroll center 0px transparent;
30
+ background: url('img/messagebar/iconError.gif') no-repeat scroll center 0 transparent;
29
31
  }
30
32
 
31
33
  .sapUiMsgIconWarning {
32
- background: url("img/messagebar/iconWarning.gif") no-repeat scroll center 0px transparent;
34
+ background: url('img/messagebar/iconWarning.gif') no-repeat scroll center 0 transparent;
33
35
  }
34
36
 
35
37
  .sapUiMsgIconSuccess {
36
- background: url("img/messagebar/iconSuccess.gif") no-repeat scroll center 0px transparent;
38
+ background: url('img/messagebar/iconSuccess.gif') no-repeat scroll center 0 transparent;
37
39
  }
38
40
 
39
- /************* Details link *************/
41
+ /* Details link */
40
42
  .sapUiMsgLnk {
41
43
  padding: 0 1px;
42
44
  }
@@ -47,7 +49,7 @@
47
49
  vertical-align: 1px;
48
50
  }
49
51
 
50
- /************* Short Text *************/
52
+ /* Short Text */
51
53
  .sapUiMsgTxt {
52
54
  color: @sapUiBaseText;
53
55
  padding: 0 1px;
@@ -1,9 +1,9 @@
1
- /* ================================================= */
2
- /* CSS for control sap.ui.commons/MessageBar.control */
3
- /* ================================================= */
4
- /*****************************************************/
5
- /* Base definitions */
6
- /*****************************************************/
1
+ /* ========================================== */
2
+ /* CSS for control sap.ui.commons/MessageBar */
3
+ /* base theme */
4
+ /* ========================================== */
5
+
6
+ /* Base definitions */
7
7
 
8
8
  .sapUi-cursorPointer {
9
9
  cursor: pointer;
@@ -15,7 +15,7 @@
15
15
 
16
16
  /* Icons have less padding within the Bar then they have within Messages... */
17
17
  .sapUiMsgBar .sapUiMsgIcon {
18
- width: 16px; /* "width" with "position:center" seems more stable then "padding"... */
18
+ width: 16px; /* 'width' with 'position:center' seems more stable then 'padding'... */
19
19
  }
20
20
 
21
21
  /* .. and Texts come with right padding */
@@ -23,9 +23,8 @@
23
23
  padding: 0 7px 0 1px;
24
24
  }
25
25
 
26
- /*****************************************************/
27
- /* Styling of the messageBar */
28
- /*****************************************************/
26
+ /* Styling of the messageBar */
27
+
29
28
  .sapUiMsgBar {
30
29
  background-color: #3355A8;
31
30
  border-radius: 3px;
@@ -35,7 +34,7 @@
35
34
 
36
35
  /* Styling the Icons-Counters container: */
37
36
  .sapUiMsgBarSums {
38
- background: url("img/messagebar/float_backgr.gif") repeat-x scroll 0px 0px transparent;
37
+ background: url('img/messagebar/float_backgr.gif') repeat-x scroll 0 0 transparent;
39
38
  border: 1px solid #3355A8;
40
39
  border-radius: 2px;
41
40
  cursor: move;
@@ -52,7 +51,7 @@
52
51
 
53
52
  /* Styling the left Open-Hide arrow: */
54
53
  .sapUiMsgBarToggle {
55
- background: url("img/messagebar/collapsed.gif") no-repeat scroll 0px 0px transparent;
54
+ background: url('img/messagebar/collapsed.gif') no-repeat scroll 0 0 transparent;
56
55
  cursor: pointer;
57
56
  display: inline-block;
58
57
  height: 14px;
@@ -63,32 +62,15 @@
63
62
  }
64
63
 
65
64
  .sapUiRtl .sapUiMsgBarToggle {
66
- background-image: url("img/messagebar/collapsedRTL.gif");
65
+ background-image: url('img/messagebar/collapsedRTL.gif');
67
66
  }
68
67
 
69
68
  .sapUiMsgBarOpen .sapUiMsgBarToggle,
70
69
  .sapUiRtl .sapUiMsgBarOpen .sapUiMsgBarToggle {
71
- background-image: url("img/messagebar/expanded.gif");
72
- }
73
-
74
- /*.sapUiMsgBar .sapUiImg {
75
- padding: 0 2px;
76
- vertical-align: top;
77
- }
78
- .sapUiMsgBarSums .sapUiImg {
79
- outline-style: none;
80
- vertical-align: middle; As controls do not vertically align on their own
81
- }
82
- .sapUiMsgBarSums .sapUiTv {
83
- padding: 0 5px 0 0;
84
- vertical-align: middle; As controls do not vertically align on their own
70
+ background-image: url('img/messagebar/expanded.gif');
85
71
  }
86
- On RTL, the padding switches sides.
87
- .sapUiRtl .sapUiMsgBarSums .sapUiTv {
88
- padding: 0 0 0 5px;
89
- }*/
90
72
 
91
- /* By default, not displaying the empty "(0)" levels: */
73
+ /* By default, not displaying the empty '(0)' levels: */
92
74
  .sapUiMsgBarZeroCount {
93
75
  display: none !important;
94
76
  }
@@ -99,7 +81,7 @@
99
81
  }
100
82
 
101
83
  .sapUiMsgBarHome {
102
- background: url("img/messagebar/re-dock.gif") no-repeat scroll 0px 0px transparent;
84
+ background: url('img/messagebar/re-dock.gif') no-repeat scroll 0 0 transparent;
103
85
  border: 1px solid transparent;
104
86
  border-radius: 2px;
105
87
  cursor: pointer;
@@ -111,7 +93,7 @@
111
93
  }
112
94
 
113
95
  .sapUiRtl .sapUiMsgBarHome {
114
- background-image: url("img/messagebar/re-dockRTL.gif");
96
+ background-image: url('img/messagebar/re-dockRTL.gif');
115
97
  }
116
98
 
117
99
  .sapUiMsgBarHome:hover {
@@ -1,3 +1,8 @@
1
+ /* ========================================== */
2
+ /* CSS for control sap.ui.commons/MessageBox */
3
+ /* base theme */
4
+ /* ========================================== */
5
+
1
6
  .sapUiMboxCont {
2
7
  margin-left: 14px;
3
8
  margin-top: 10px;
@@ -7,33 +12,36 @@
7
12
 
8
13
  .sapUiMboxText {
9
14
  margin-top: 1px; /* to achieve the desired 26px between content top and baseline; highly depends on font-size! */
10
- display:block;
11
- /* white-space:nowrap; */
12
- /* vertical-align: baseline; */
15
+ display: block;
13
16
  }
14
17
 
15
18
  .sapUiMboxIcon {
16
- height:32px;
17
- width:32px;
18
- /* background-color: pink; */
19
- margin-right:14px;
19
+ height: 32px;
20
+ width: 32px;
21
+ margin-right: 14px;
20
22
  background-repeat: no-repeat;
21
23
  }
24
+
22
25
  .sapUiMboxInfo {
23
- background-image: url(img/messagebox/information.gif);
26
+ background-image: url('img/messagebox/information.gif');
24
27
  }
28
+
25
29
  .sapUiMboxWarning {
26
- background-image: url(img/messagebox/warning.gif);
30
+ background-image: url('img/messagebox/warning.gif');
27
31
  }
32
+
28
33
  .sapUiMboxError {
29
- background-image: url(img/messagebox/error.gif);
34
+ background-image: url('img/messagebox/error.gif');
30
35
  }
36
+
31
37
  .sapUiMboxCritical {
32
- background-image: url(img/messagebox/critical.gif);
38
+ background-image: url('img/messagebox/critical.gif');
33
39
  }
40
+
34
41
  .sapUiMboxSuccess {
35
- background-image: url(img/messagebox/success.gif);
42
+ background-image: url('img/messagebox/success.gif');
36
43
  }
44
+
37
45
  .sapUiMboxQuestion {
38
- background-image: url(img/messagebox/question.gif);
39
- }
46
+ background-image: url('img/messagebox/question.gif');
47
+ }
@@ -1,6 +1,7 @@
1
- /* ================================================== */
2
- /* CSS for control sap.ui.commons/MessageList.control */
3
- /* ================================================== */
1
+ /* =========================================== */
2
+ /* CSS for control sap.ui.commons/MessageList */
3
+ /* base theme */
4
+ /* =========================================== */
4
5
 
5
6
  /* List Container: */
6
7
  /* Opening with a small height, for Popup to open even with too-tall a list. */
@@ -1,6 +1,7 @@
1
- /* =================================================== */
2
- /* CSS for control sap.ui.commons/MessageToast.control */
3
- /* =================================================== */
1
+ /* ============================================ */
2
+ /* CSS for control sap.ui.commons/MessageToast */
3
+ /* base theme */
4
+ /* ============================================ */
4
5
 
5
6
  .sapUiMsgToast {
6
7
  background-color: transparent;
@@ -44,20 +45,20 @@
44
45
 
45
46
  /* Styling of the down-arrow is Type/Priority dependent */
46
47
  .sapUiMsgToastArrow {
47
- background: url("img/messagebar/toastarrow_multi.gif") no-repeat scroll 0px 0px transparent;
48
+ background: url('img/messagebar/toastarrow_multi.gif') no-repeat scroll 0 0 transparent;
48
49
  display: block;
49
50
  height: 9px;
50
51
  width: 15px;
51
52
  }
52
53
 
53
54
  .sapUiMsgTError .sapUiMsgToastArrow {
54
- background-image: url("img/messagebar/toastarrow_Error.gif");
55
+ background-image: url('img/messagebar/toastarrow_Error.gif');
55
56
  }
56
57
 
57
58
  .sapUiMsgTWarning .sapUiMsgToastArrow {
58
- background-image: url("img/messagebar/toastarrow_Warning.gif");
59
+ background-image: url('img/messagebar/toastarrow_Warning.gif');
59
60
  }
60
61
 
61
62
  .sapUiMsgTSuccess .sapUiMsgToastArrow {
62
- background-image: url("img/messagebar/toastarrow_Success.gif");
63
+ background-image: url('img/messagebar/toastarrow_Success.gif');
63
64
  }
@@ -1,7 +1,7 @@
1
- /* ============================================= */
2
- /* CSS for control sap.ui.commons/Paginator */
3
- /* BASE CSS */
4
- /* ============================================= */
1
+ /* ========================================= */
2
+ /* CSS for control sap.ui.commons/Paginator */
3
+ /* base theme */
4
+ /* ========================================= */
5
5
 
6
6
  .sapUiPag {
7
7
  display: inline-block;
@@ -17,7 +17,7 @@
17
17
  }
18
18
 
19
19
  .sapUiPagBtn.sapUiLnkDsbl {
20
- color: @sapUiBaseText;
20
+ color: var(--sapTextColor);
21
21
  }
22
22
 
23
23
  .sapUiPagFirst {
@@ -25,13 +25,13 @@
25
25
  }
26
26
 
27
27
  .sapUiPagBack {
28
- background: url(img/paginator/arrow_previous.gif) no-repeat;
28
+ background: url('img/paginator/arrow_previous.gif') no-repeat;
29
29
  background-position: left top;
30
30
  padding-left: 14px;
31
31
  }
32
32
 
33
33
  .sapUiPagForward {
34
- background: url(img/paginator/arrow_next.gif) no-repeat;
34
+ background: url('img/paginator/arrow_next.gif') no-repeat;
35
35
  background-position: right top;
36
36
  padding-right: 14px;
37
37
  }
@@ -75,5 +75,5 @@
75
75
  }
76
76
 
77
77
  .sapUiPagCurrentPage > .sapUiLnkDsbl {
78
- color: @sapUiBaseText;
78
+ color: var(--sapTextColor);
79
79
  }
@@ -1,3 +1,8 @@
1
+ /* ===================================== */
2
+ /* CSS for control sap.ui.commons/Panel */
3
+ /* base theme */
4
+ /* ===================================== */
5
+
1
6
  @_sap_ui_commons_Panel_BorderRadius: 0;
2
7
 
3
8
  .sapUiPanel {
@@ -14,16 +19,13 @@
14
19
  }
15
20
 
16
21
  .sapUiPanel.sapUiPanelColl,
17
- .sapUiPanelColl > .sapUiPanelHdr {
22
+ .sapUiPanelColl > .sapUiPanelHdr {
18
23
  border-radius: @_sap_ui_commons_Panel_BorderRadius;
19
24
  }
20
25
 
21
26
  .sapUiPanelHdr {
22
27
  border-radius: @_sap_ui_commons_Panel_BorderRadius @_sap_ui_commons_Panel_BorderRadius 0 0;
23
- display: -webkit-box;
24
28
  display: flex;
25
- -webkit-box-orient: horizontal;
26
- -webkit-box-align: center;
27
29
  flex-direction: row;
28
30
  align-items: center;
29
31
  box-sizing: border-box;
@@ -36,7 +38,7 @@
36
38
  }
37
39
 
38
40
  .sapUiPanelDis > .sapUiPanelHdr {
39
- color: @sapUiContentDisabledTextColor;
41
+ color: var(--sapContent_DisabledTextColor);
40
42
  }
41
43
 
42
44
  /* items inside the Panel header */
@@ -59,10 +61,11 @@
59
61
 
60
62
  .sapUiPanelCollArrow {
61
63
  /* the 'collapse' icon on the left-hand side of the panel header */
62
- background-image: url(img/panel/expanded.gif);
64
+ background-image: url('img/panel/expanded.gif');
63
65
  }
66
+
64
67
  .sapUiPanelColl .sapUiPanelCollArrow {
65
- background-image: url(img/panel/collapsed.gif);
68
+ background-image: url('img/panel/collapsed.gif');
66
69
  }
67
70
 
68
71
  .sapUiPanelCollIco {
@@ -79,7 +82,6 @@
79
82
  margin: 0; /* remove the H1 default style */
80
83
  padding: 0;
81
84
  font-size: 11px;
82
- -webkit-box-flex: 1;
83
85
  flex-grow: 1;
84
86
  overflow: hidden;
85
87
  text-overflow: ellipsis;
@@ -89,7 +91,6 @@
89
91
  }
90
92
 
91
93
  .sapUiPanelTb {
92
- -webkit-box-flex: 1000;
93
94
  flex-grow: 1000;
94
95
  min-width: 30px; /* the minimum width is also set to the width of the largest button through JS calculations */
95
96
  margin: 2px 10px 0 10px;
@@ -130,41 +131,6 @@
130
131
  display: none;
131
132
  }
132
133
 
133
- /* IE only - because no FlexBoxLayout supported */
134
-
135
- /* Feature detection is not used yet because we do not write the detected features to the DOM yet. Be assured it will come. */
136
- html[data-sap-ui-browser*="ie"] .sapUiPanelHdr {
137
- white-space: nowrap;
138
- overflow: hidden;
139
- display: inline-block;
140
- position: relative;
141
- }
142
-
143
- html[data-sap-ui-browser*="ie"] .sapUiPanelHdrItem,
144
- html[data-sap-ui-browser*="ie"] .sapUiPanelHdrRightItem {
145
- white-space: normal;
146
- display: inline-block;
147
- vertical-align: middle;
148
- }
149
-
150
- html[data-sap-ui-browser*="ie"] .sapUiPanelTitle {
151
- white-space: nowrap;
152
- height: 20px;
153
- line-height: 20px;
154
- }
155
-
156
- html[data-sap-ui-browser*="ie"] .sapUiPanelCollIco {
157
- position: absolute;
158
- top: 2px;
159
- right: 4px;
160
- display: none;
161
- }
162
-
163
- html[data-sap-ui-browser*="ie"] .sapUiPanelTb {
164
- right: 56px;
165
- min-width: 150px;
166
- }
167
-
168
134
  .sapUiPanelAreaDesignFill > .sapUiPanelCont {
169
135
  background-color: @sapUiExtraLightBG;
170
136
  }
@@ -175,4 +141,4 @@ html[data-sap-ui-browser*="ie"] .sapUiPanelTb {
175
141
 
176
142
  .sapUiPanel.sapUiPanelBorderDesignNone {
177
143
  border: none;
178
- }
144
+ }
@@ -1,6 +1,7 @@
1
- /* ======================================================== */
2
- /* CSS for control sap.ui.commons/ProgressIndicator.control */
3
- /* ======================================================== */
1
+ /* ================================================= */
2
+ /* CSS for control sap.ui.commons/ProgressIndicator */
3
+ /* base theme */
4
+ /* ================================================= */
4
5
 
5
6
  .sapUiProgInd {
6
7
  display: inline-block;
@@ -8,7 +9,7 @@
8
9
 
9
10
  .sapUiProgIndBorder {
10
11
  display: inline-block;
11
- border: 1px solid @sapUiContentForegroundBorderColor;
12
+ border: 1px solid var(--sapContent_ForegroundBorderColor);
12
13
  border-radius: 3px;
13
14
  box-sizing: border-box;
14
15
  }
@@ -20,44 +21,44 @@
20
21
  border-radius: 3px;
21
22
  box-sizing: border-box;
22
23
  height: 14px;
23
- -moz-user-select: none;
24
+ -webkit-user-select: none;
24
25
  user-select: none;
25
26
  }
26
27
 
27
28
  .sapUiProgIndBarPos {
28
29
  position: relative;
29
- background-color: @sapUiSuccessBG;
30
+ background-color: var(--sapSuccessBackground);
30
31
  color: contrast(@sapUiSuccessBG, @sapTextColor, @sapUiTextInverted);
31
32
  border-radius: 3px;
32
33
  box-sizing: border-box;
33
34
  height: 14px;
34
- -moz-user-select: none;
35
+ -webkit-user-select: none;
35
36
  user-select: none;
36
37
  }
37
38
 
38
39
  .sapUiProgIndBarNeg {
39
40
  position: relative;
40
- background-color: @sapUiErrorBG;
41
+ background-color: var(--sapErrorBackground);
41
42
  color: contrast(@sapUiErrorBG, @sapTextColor, @sapUiTextInverted);
42
43
  border-radius: 3px;
43
44
  box-sizing: border-box;
44
45
  height: 14px;
45
- -moz-user-select: none;
46
+ -webkit-user-select: none;
46
47
  user-select: none;
47
48
  }
48
49
 
49
- .sapUiProgIndBarCrit{
50
+ .sapUiProgIndBarCrit {
50
51
  position: relative;
51
- background-color: @sapUiWarningBG;
52
+ background-color: var(--sapWarningBackground);
52
53
  color: contrast(@sapUiWarningBG, @sapTextColor, @sapUiTextInverted);
53
54
  border-radius: 3px;
54
55
  box-sizing: border-box;
55
56
  height: 14px;
56
- -moz-user-select: none;
57
+ -webkit-user-select: none;
57
58
  user-select: none;
58
59
  }
59
60
 
60
- .sapUiProgIndFont{
61
+ .sapUiProgIndFont {
61
62
  display: inline-block;
62
63
  position: absolute;
63
64
  left: 0;
@@ -69,35 +70,35 @@
69
70
  white-space: nowrap;
70
71
  }
71
72
 
72
- .sapUiProgIndEndHidden{
73
+ .sapUiProgIndEndHidden {
73
74
  display: inline-block;
74
75
  width: 1px;
75
76
  height: 14px;
76
77
  visibility: hidden;
77
78
  }
78
79
 
79
- .sapUiProgIndEnd{
80
+ .sapUiProgIndEnd {
80
81
  display: inline-block;
81
82
  width: 1px;
82
83
  height: 14px;
83
84
  visibility: visible;
84
- background-color: @sapUiContentForegroundBorderColor;
85
+ background-color: var(--sapContent_ForegroundBorderColor);
85
86
  }
86
87
 
87
- .sapUiProgIndPosEnd{
88
+ .sapUiProgIndPosEnd {
88
89
  display: inline-block;
89
90
  width: 1px;
90
91
  height: 14px;
91
92
  visibility: visible;
92
- background-color: @sapUiContentForegroundBorderColor;
93
+ background-color: var(--sapContent_ForegroundBorderColor);
93
94
  }
94
95
 
95
- .sapUiProgIndNegEnd{
96
+ .sapUiProgIndNegEnd {
96
97
  display: inline-block;
97
98
  width: 1px;
98
99
  height: 14px;
99
100
  visibility: visible;
100
- background-color: @sapUiContentForegroundBorderColor;
101
+ background-color: var(--sapContent_ForegroundBorderColor);
101
102
  }
102
103
 
103
104
  .sapUiProgIndCritEnd {
@@ -105,5 +106,5 @@
105
106
  width: 1px;
106
107
  height: 14px;
107
108
  visibility: visible;
108
- background-color: @sapUiContentForegroundBorderColor;
109
+ background-color: var(--sapContent_ForegroundBorderColor);
109
110
  }
@@ -1,7 +1,12 @@
1
- // Define image URLs to be used in control rendering code
2
- @_sap_ui_commons_RatingIndicator_SymbolSelected: url("img/rating/star_selected.png");
3
- @_sap_ui_commons_RatingIndicator_SymbolUnselected: url("img/rating/star_unselected.png");
4
- @_sap_ui_commons_RatingIndicator_SymbolHovered: url("img/rating/star_hover.png");
1
+ /* =============================================== */
2
+ /* CSS for control sap.ui.commons/RatingIndicator */
3
+ /* base theme */
4
+ /* =============================================== */
5
+
6
+ /* Define image URLs to be used in control rendering code */
7
+ @_sap_ui_commons_RatingIndicator_SymbolSelected: url('img/rating/star_selected.png');
8
+ @_sap_ui_commons_RatingIndicator_SymbolUnselected: url('img/rating/star_unselected.png');
9
+ @_sap_ui_commons_RatingIndicator_SymbolHovered: url('img/rating/star_hover.png');
5
10
 
6
11
  .sapUiRating {
7
12
  display: inline-block;
@@ -19,7 +24,7 @@
19
24
  .sapUiRatingItm {
20
25
  display: inline-block;
21
26
  border: 0 none;
22
- line-height: 0px;
27
+ line-height: 0;
23
28
  position: relative;
24
29
  margin-left: 1px;
25
30
  margin-right: 1px;
@@ -28,8 +33,8 @@
28
33
  .sapUiRatingItmOvrflw {
29
34
  display: inline-block;
30
35
  position: absolute;
31
- top: 0px;
32
- right: 0px;
36
+ top: 0;
37
+ right: 0;
33
38
  width: 100%;
34
39
  height: 100%;
35
40
  overflow:hidden;
@@ -41,6 +46,6 @@
41
46
 
42
47
  .sapUiRatingItmOvrflw > .sapUiRatingItmOvrflwImg {
43
48
  position: absolute;
44
- top: 0px;
45
- right: 0px;
46
- }
49
+ top: 0;
50
+ right: 0;
51
+ }
@@ -1,7 +1,12 @@
1
+ /* =========================================== */
2
+ /* CSS for control sap.ui.commons/RichTooltip */
3
+ /* base theme */
4
+ /* =========================================== */
5
+
1
6
  .sapUiRtt {
2
- font-family: @sapUiFontFamily;
7
+ font-family: var(--sapFontFamily);
3
8
  font-size: @sapUiFontSize;
4
- color: @sapUiBaseText;
9
+ color: var(--sapTextColor);
5
10
  background-color: @sapUiExtraLightBG;
6
11
  position: relative;
7
12
  display: table;