@openui5/sap.ui.ux3 1.124.2 → 1.126.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 (62) hide show
  1. package/.reuse/dep5 +9 -4
  2. package/THIRDPARTY.txt +13 -6
  3. package/package.json +4 -4
  4. package/src/sap/ui/ux3/.library +1 -1
  5. package/src/sap/ui/ux3/ActionBar.js +1 -1
  6. package/src/sap/ui/ux3/Collection.js +1 -1
  7. package/src/sap/ui/ux3/CollectionInspector.js +1 -1
  8. package/src/sap/ui/ux3/DataSet.js +1 -1
  9. package/src/sap/ui/ux3/DataSetItem.js +1 -1
  10. package/src/sap/ui/ux3/DataSetSimpleView.js +1 -1
  11. package/src/sap/ui/ux3/Exact.js +1 -1
  12. package/src/sap/ui/ux3/ExactArea.js +1 -1
  13. package/src/sap/ui/ux3/ExactAttribute.js +1 -1
  14. package/src/sap/ui/ux3/ExactBrowser.js +1 -1
  15. package/src/sap/ui/ux3/ExactList.js +1 -1
  16. package/src/sap/ui/ux3/FacetFilter.js +1 -1
  17. package/src/sap/ui/ux3/FacetFilterList.js +1 -1
  18. package/src/sap/ui/ux3/Feed.js +1 -1
  19. package/src/sap/ui/ux3/FeedChunk.js +1 -1
  20. package/src/sap/ui/ux3/Feeder.js +1 -1
  21. package/src/sap/ui/ux3/NavigationBar.js +1 -1
  22. package/src/sap/ui/ux3/NavigationItem.js +1 -1
  23. package/src/sap/ui/ux3/NotificationBar.js +1 -1
  24. package/src/sap/ui/ux3/Notifier.js +1 -1
  25. package/src/sap/ui/ux3/Overlay.js +1 -1
  26. package/src/sap/ui/ux3/OverlayContainer.js +1 -1
  27. package/src/sap/ui/ux3/OverlayDialog.js +1 -1
  28. package/src/sap/ui/ux3/QuickView.js +1 -1
  29. package/src/sap/ui/ux3/Shell.js +1 -1
  30. package/src/sap/ui/ux3/ThingAction.js +1 -1
  31. package/src/sap/ui/ux3/ThingGroup.js +1 -1
  32. package/src/sap/ui/ux3/ThingInspector.js +1 -1
  33. package/src/sap/ui/ux3/ThingViewer.js +1 -1
  34. package/src/sap/ui/ux3/ToolPopup.js +1 -1
  35. package/src/sap/ui/ux3/library.js +2 -2
  36. package/src/sap/ui/ux3/themes/sap_hcb/base_ActionBar.less +307 -0
  37. package/src/sap/ui/ux3/themes/sap_hcb/base_CollectionInspector.less +190 -0
  38. package/src/sap/ui/ux3/themes/sap_hcb/base_DataSet.less +28 -0
  39. package/src/sap/ui/ux3/themes/sap_hcb/base_DataSetSimpleView.less +29 -0
  40. package/src/sap/ui/ux3/themes/sap_hcb/base_Exact.less +20 -0
  41. package/src/sap/ui/ux3/themes/sap_hcb/base_ExactArea.less +30 -0
  42. package/src/sap/ui/ux3/themes/sap_hcb/base_ExactBrowser.less +40 -0
  43. package/src/sap/ui/ux3/themes/sap_hcb/base_ExactList.less +400 -0
  44. package/src/sap/ui/ux3/themes/sap_hcb/base_FacetFilter.less +10 -0
  45. package/src/sap/ui/ux3/themes/sap_hcb/base_FacetFilterList.less +47 -0
  46. package/src/sap/ui/ux3/themes/sap_hcb/base_Feed.less +28 -0
  47. package/src/sap/ui/ux3/themes/sap_hcb/base_FeedChunk.less +117 -0
  48. package/src/sap/ui/ux3/themes/sap_hcb/base_Feeder.less +74 -0
  49. package/src/sap/ui/ux3/themes/sap_hcb/base_NavigationBar.less +224 -0
  50. package/src/sap/ui/ux3/themes/sap_hcb/base_NotificationBar.less +374 -0
  51. package/src/sap/ui/ux3/themes/sap_hcb/base_Overlay.less +75 -0
  52. package/src/sap/ui/ux3/themes/sap_hcb/base_OverlayContainer.less +20 -0
  53. package/src/sap/ui/ux3/themes/sap_hcb/base_OverlayDialog.less +24 -0
  54. package/src/sap/ui/ux3/themes/sap_hcb/base_QuickView.less +55 -0
  55. package/src/sap/ui/ux3/themes/sap_hcb/base_Shell.less +611 -0
  56. package/src/sap/ui/ux3/themes/sap_hcb/base_ShellColorPicker.less +40 -0
  57. package/src/sap/ui/ux3/themes/sap_hcb/base_ShellPersonalization.less +20 -0
  58. package/src/sap/ui/ux3/themes/sap_hcb/base_ThingInspector.less +269 -0
  59. package/src/sap/ui/ux3/themes/sap_hcb/base_ThingViewer.less +290 -0
  60. package/src/sap/ui/ux3/themes/sap_hcb/base_ToolPopup.less +118 -0
  61. package/src/sap/ui/ux3/themes/sap_hcb/base_shared.less +1 -0
  62. package/src/sap/ui/ux3/themes/sap_hcb/library.source.less +38 -1
@@ -0,0 +1,307 @@
1
+ /* =========================================== */
2
+ /* CSS for controlsap.ui.ux3/ActionBar.control */
3
+ /* =========================================== */
4
+
5
+ .sapUiUx3ActionBar {
6
+ position:relative;
7
+ background-color: @sapUiExtraLightBG;
8
+ height: 22px;
9
+ margin: 0;
10
+ white-space:nowrap;
11
+ }
12
+
13
+ .sapUiUx3ActionBarSocialActions {
14
+ margin: 0;
15
+ padding: 0px 6px 0px 0px;
16
+ list-style: none;
17
+ display: inline-block;
18
+ float: left;
19
+ }
20
+
21
+ .sapUiUx3ActionBarBusinessActions {
22
+ position: absolute;
23
+ right: 3px;
24
+ margin: 0;
25
+ padding: 0;
26
+ list-style: none;
27
+ }
28
+
29
+ .sapUiUx3ActionBarItem {
30
+ position: relative;
31
+ display: inline-block;
32
+ cursor: pointer;
33
+ padding: 0px 2px 0px 0px;
34
+ height: 22px;
35
+ }
36
+
37
+ .sapUiUx3ActionBarMoreButton {
38
+ padding: 0px 0px 0px 0px;
39
+ }
40
+
41
+ .sapUiUx3ActionBarItem:focus {
42
+ outline: none;
43
+ }
44
+
45
+ .sapUiUx3ActionBarItemRight {
46
+ display: inline;
47
+ color: @sapUiText;
48
+ font-weight: normal;
49
+ padding: 0px 0px 0px 6px;
50
+ }
51
+
52
+ .sapUiUx3ActionBarAction:focus {
53
+ outline: none;
54
+ }
55
+
56
+ .sapUiUx3ActionBarAction:hover {
57
+ border: 1px solid @sapUiHighlight;
58
+ }
59
+
60
+ .sapUiUx3ActionBarAction {
61
+ display: inline-block;
62
+ width: 20px;
63
+ height: 20px;
64
+ padding: 0px;
65
+ border: 1px solid transparent;
66
+ }
67
+
68
+ button.sapUiUx3ActionBarLiteMoreButton>span.sapUiBtnTxt {
69
+ color: @sapUiBaseText;
70
+ font-weight: normal;
71
+ }
72
+
73
+ button.sapUiUx3ActionBarLiteMoreButton:hover>span.sapUiBtnTxt {
74
+ color: @sapUiTextInverted;
75
+ font-weight: normal;
76
+ }
77
+
78
+ button.sapUiUx3ActionBarLiteMoreButton:focus>span.sapUiBtnTxt {
79
+ color: @sapUiTextInverted;
80
+ font-weight: normal;
81
+ }
82
+
83
+ /* ============================================= */
84
+ /* Update */
85
+ .sapUiUx3ActionBarUpdateAction {
86
+ background-image: url("../base/img/update_regular.png");
87
+ background-repeat: no-repeat;
88
+ background-position: center center;
89
+ }
90
+
91
+ .sapUiUx3ActionBarUpdateAction:hover {
92
+ background-image: url("../base/img/update_hover.png");
93
+ background-color: @sapUiHighlight;
94
+ }
95
+
96
+ .sapUiUx3ActionBarUpdateAction:focus {
97
+ background-image: url("../base/img/update_hover.png");
98
+ background-color: @sapUiHighlight;
99
+ }
100
+
101
+ .sapUiUx3ActionBarUpdateAction.Selected {
102
+ background-image: url("../base/img/update_hover.png");
103
+ background-color: darken(desaturate(@sapUiHighlight, 0), 10);
104
+ }
105
+
106
+ .sapUiUx3ActionBarUpdateAction.Selected:hover {
107
+ background-color: desaturate(@sapUiHighlight, 0);
108
+ }
109
+
110
+ .sapUiUx3ActionBarUpdateAction.Selected:active {
111
+ background-color: @sapUiDarkBG;
112
+ }
113
+
114
+ .sapUiUx3ActionBarUpdateAction.Selected:focus {
115
+ background-color: @sapUiDarkBG;
116
+ }
117
+
118
+ .sapUiUx3ActionBarUpdatePopup.sapUiUx3TP {
119
+ color: @sapUiBaseText;
120
+ padding: 5px;
121
+ }
122
+
123
+ .sapUiUx3ActionBarFeeder {
124
+ width:300px;
125
+ }
126
+
127
+ /* ============================================= */
128
+ /* Follow (Feed) */
129
+ .sapUiUx3ActionBarFollowAction {
130
+ background-repeat: no-repeat;
131
+ background-position: center center;
132
+ }
133
+
134
+ .sapUiUx3ActionBarFollowAction.Default {
135
+ background-image: url("../base/img/not_following_regular.png");
136
+ }
137
+
138
+ .sapUiUx3ActionBarFollowAction.Default:hover {
139
+ border: 1px solid @sapUiHighlight;
140
+ }
141
+
142
+ .sapUiUx3ActionBarFollowAction.Default:active {
143
+ background-image: url("../base/img/not_following_hover.png");
144
+ background-color: @sapUiDarkBG;
145
+ }
146
+
147
+ .sapUiUx3ActionBarFollowAction.Default:focus {
148
+ border: 1px solid @sapUiHighlight;
149
+ }
150
+
151
+ .sapUiUx3ActionBarFollowAction.Default:disabled {
152
+ opacity: 0.25;
153
+ }
154
+
155
+ .sapUiUx3ActionBarFollowAction.Follow {
156
+ background-image: url("../base/img/following_hover.png");
157
+ background-color: lighten(@sapUiHighlight, 6);
158
+ }
159
+
160
+ .sapUiUx3ActionBarFollowAction.Follow:hover {
161
+ background-color: @sapUiHighlight;
162
+ }
163
+
164
+ .sapUiUx3ActionBarFollowAction.Follow:active {
165
+ background-color: @sapUiDarkBG;
166
+ }
167
+
168
+ .sapUiUx3ActionBarFollowAction.Follow:focus {
169
+ background-color: @sapUiDarkBG;
170
+ }
171
+
172
+ .sapUiUx3ActionBarFollowAction.Hold {
173
+ background-image: url("../base/img/hold_hover.png");
174
+ background-color: lighten(@sapUiHighlight, 6);
175
+ }
176
+
177
+ .sapUiUx3ActionBarFollowAction.Hold:hover {
178
+ background-color: @sapUiHighlight;
179
+ }
180
+
181
+ .sapUiUx3ActionBarFollowAction.Hold:active {
182
+ background-color: @sapUiDarkBG;
183
+ }
184
+
185
+ .sapUiUx3ActionBarFollowAction.Hold:focus {
186
+ background-color: @sapUiDarkBG;
187
+ }
188
+
189
+ /* ============================================= */
190
+ /* Flag */
191
+ .sapUiUx3ActionBarFlagAction {
192
+ background-image: url("../base/img/flag_regular.png");
193
+ background-repeat: no-repeat;
194
+ background-position: center center;
195
+ }
196
+
197
+ .sapUiUx3ActionBarFlagAction:disabled {
198
+ opacity: 0.25;
199
+ }
200
+
201
+ .sapUiUx3ActionBarFlagAction:focus {
202
+ border: 1px solid desaturate(@sapUiFieldInvalidColor, 0);
203
+ }
204
+
205
+ .sapUiUx3ActionBarFlagAction:hover {
206
+ border: 1px solid desaturate(@sapUiFieldInvalidColor, 0);
207
+ }
208
+
209
+ .sapUiUx3ActionBarFlagAction:active {
210
+ background-image: url("../base/img/flag_hover.png");
211
+ background-color: @sapUiDarkBG;
212
+ }
213
+
214
+ .sapUiUx3ActionBarFlagAction.Selected {
215
+ background-image: url("../base/img/flag_hover.png");
216
+ background-color: darken(desaturate(@sapUiFieldInvalidColor, 0), 10);
217
+ }
218
+
219
+ .sapUiUx3ActionBarFlagAction.Selected:hover {
220
+ background-color: desaturate(@sapUiFieldInvalidColor, 0);
221
+ }
222
+
223
+ .sapUiUx3ActionBarFlagAction.Selected:active {
224
+ background-color: @sapUiDarkBG;
225
+ }
226
+
227
+ .sapUiUx3ActionBarFlagAction.Selected:focus {
228
+ background-color: @sapUiDarkBG;
229
+ }
230
+
231
+ /* ============================================= */
232
+ /* Favorite */
233
+ .sapUiUx3ActionBarFavoriteAction {
234
+ background-image: url("../base/img/favorite_regular.png");
235
+ background-repeat: no-repeat;
236
+ background-position: center center;
237
+ }
238
+
239
+ .sapUiUx3ActionBarFavoriteAction:disabled {
240
+ opacity: 0.25;
241
+ }
242
+
243
+ .sapUiUx3ActionBarFavoriteAction:focus {
244
+ border: 1px solid darken(spin(@sapUiFieldWarningColor, 343), 3);
245
+ }
246
+
247
+ .sapUiUx3ActionBarFavoriteAction:hover {
248
+ border: 1px solid darken(spin(@sapUiFieldWarningColor, 343), 3);
249
+ }
250
+
251
+ .sapUiUx3ActionBarFavoriteAction:active {
252
+ background-image: url("../base/img/favorite_hover.png");
253
+ background-color: @sapUiDarkBG;
254
+ }
255
+
256
+ .sapUiUx3ActionBarFavoriteAction.Selected {
257
+ background-image: url("../base/img/favorite_hover.png");
258
+ background-color: darken(spin(@sapUiFieldWarningColor, 343), 3);
259
+ }
260
+
261
+ .sapUiUx3ActionBarFavoriteAction.Selected:hover {
262
+ background-color: lighten(desaturate(spin(@sapUiFieldWarningColor, 348), 0), 11);
263
+ }
264
+
265
+ .sapUiUx3ActionBarFavoriteAction.Selected:active {
266
+ background-color: @sapUiDarkBG;
267
+ }
268
+
269
+ .sapUiUx3ActionBarFavoriteAction.Selected:focus {
270
+ background-color: @sapUiDarkBG;
271
+ }
272
+
273
+ /* ============================================= */
274
+ /* Open Thing */
275
+ .sapUiUx3ActionBarOpenThingAction {
276
+ background-image: url("../base/img/inspect_regular.png");
277
+ background-repeat: no-repeat;
278
+ background-position: center center;
279
+ }
280
+
281
+ .sapUiUx3ActionBarOpenThingAction:hover {
282
+ background-image: url("../base/img/inspect_hover.png");
283
+ background-color: @sapUiHighlight;
284
+ }
285
+
286
+ .sapUiUx3ActionBarOpenThingAction:focus {
287
+ background-image: url("../base/img/inspect_hover.png");
288
+ background-color: @sapUiHighlight;
289
+ }
290
+
291
+ /* ============================================= */
292
+ /* Other Actions */
293
+ .sapUiUx3ActionBarToolsAction {
294
+ background-image: url("../base/img/tools_regular.png");
295
+ background-repeat: no-repeat;
296
+ background-position: center center;
297
+ }
298
+
299
+ .sapUiUx3ActionBarToolsAction:hover {
300
+ background-image: url("../base/img/tools_hover.png");
301
+ background-color: @sapUiHighlight;
302
+ }
303
+
304
+ .sapUiUx3ActionBarToolsAction:focus {
305
+ background-image: url("../base/img/tools_hover.png");
306
+ background-color: @sapUiHighlight;
307
+ }
@@ -0,0 +1,190 @@
1
+ /* ====================================================== */
2
+ /* CSS for control sap.ui.ux3/CollectionInspector.control */
3
+ /* ====================================================== */
4
+
5
+ .sapUiUx3CI {
6
+ position: relative;
7
+ }
8
+
9
+ .sapUiUx3CI.sapUiUx3CIFitParent {
10
+ position: absolute;
11
+ top: 0;
12
+ left: 0;
13
+ right: 0;
14
+ bottom: 0;
15
+ }
16
+
17
+ /* special case for collection inspector in overlay */
18
+ .sapUiUx3OCContent .sapUiUx3CI {
19
+ top: -29px;
20
+ }
21
+
22
+ .sapUiUx3CIClear {
23
+ clear: left;
24
+ }
25
+
26
+ .sapUiUx3CIFitParent .sapUiUx3CISidebar,
27
+ .sapUiUx3CIFitParent .sapUiUx3CIContent {
28
+ position: absolute;
29
+ bottom: 0;
30
+ top: 30px;
31
+ }
32
+
33
+ .sapUiUx3CIFitParent .sapUiUx3CISidebar button {
34
+ position: absolute;
35
+ bottom: 0;
36
+ }
37
+
38
+ .sapUiUx3CIContent {
39
+ position: absolute;
40
+ right: 0;
41
+ }
42
+
43
+ .sapUiUx3CIToolBar {
44
+ height: 24px;
45
+ padding: 4px 0 2px 0;
46
+ border: 1px solid @sapUiBaseBorder;
47
+ border-bottom: 0;
48
+ }
49
+
50
+ /* special case for collection inspector in overlay */
51
+ .sapUiUx3OCContent .sapUiUx3CIToolBar {
52
+ display: inline-block;
53
+ background-color: transparent;
54
+ }
55
+
56
+ .sapUiUx3CIItems {
57
+ margin-left: 27px;
58
+ }
59
+
60
+ .sapUiUx3CIToggleButton {
61
+ display: inline;
62
+ padding: 0;
63
+ margin-right: 4px;
64
+ }
65
+
66
+ .sapUiUx3CIToggleButton button {
67
+ padding: 0 3px;
68
+ width: 22px;
69
+ height: 22px;
70
+ }
71
+
72
+ .sapUiUx3CICollectionSelector {
73
+ display: inline;
74
+ height: 22px;
75
+ }
76
+
77
+ .sapUiUx3CISidebar {
78
+ position: relative;
79
+ float: left;
80
+ border: 1px solid @sapUiBaseBorder;
81
+ border-right: 0;
82
+ }
83
+
84
+ .sapUiUx3CICollectionListContainer {
85
+ overflow: auto;
86
+ position: absolute;
87
+ top: 0;
88
+ left: 0;
89
+ right: 0;
90
+ bottom: 0;
91
+ }
92
+
93
+ .sapUiUx3CIWithEditButton .sapUiUx3CICollectionListContainer {
94
+ bottom: 35px;
95
+ }
96
+
97
+ .sapUiUx3CISidebarOpened .sapUiUx3CISidebar {
98
+ width: 150px;
99
+ }
100
+
101
+ .sapUiUx3CISidebarOpened .sapUiUx3CIContent {
102
+ left: 150px;
103
+ }
104
+
105
+ .sapUiUx3CISidebarClosed .sapUiUx3CISidebar {
106
+ width: 0px;
107
+ }
108
+
109
+ .sapUiUx3CISidebarClosed .sapUiUx3CISidebar {
110
+ left: 0px;
111
+ }
112
+
113
+ ul.sapUiUx3CICollectionList {
114
+ list-style: none;
115
+ margin: 0;
116
+ padding: 0;
117
+ overflow: hidden;
118
+ }
119
+
120
+ ul.sapUiUx3CICollectionList li {
121
+ text-overflow: ellipsis;
122
+ overflow: hidden;
123
+ margin: 0;
124
+ padding: 8px;
125
+ border: 0;
126
+ border-bottom: 1px solid @sapUiBaseBorder;
127
+ font-weight: bold;
128
+ color: @sapUiBaseText;
129
+ cursor: pointer;
130
+ }
131
+
132
+ ul.sapUiUx3CICollectionList li:hover,
133
+ ul.sapUiUx3CICollectionList li.sapUiUx3CICollectionListItemSelected {
134
+ background-color: @sapUiHoverBG;
135
+ color: @sapUiTextInverted;
136
+ }
137
+
138
+ ul.sapUiUx3CICollectionList .sapUiUx3SidebarFoc,
139
+ ul.sapUiUx3CICollectionList li:focus {
140
+ outline: 1px dashed @sapUiTextInverted;
141
+ }
142
+
143
+ ul.sapUiUx3CICollectionList li.sapUiUx3CICollectionListItemSelected {
144
+ background-color: @sapUiHighlight;
145
+ color: @sapUiTextInverted;
146
+ }
147
+
148
+ ul.sapUiUx3CICollectionList li:last-of-type {
149
+ border-bottom: 0;
150
+ }
151
+
152
+ .sapUiUx3CIContent {
153
+ left: 0px;
154
+ }
155
+
156
+ .sapUiUx3CIToolBar .sapUiSegmentedButton>button.sapUiBtnS.sapUiBtnNorm,
157
+ .sapUiUx3CIToolBar>button.sapUiBtnS.sapUiBtnNorm,
158
+ .sapUiUx3CIToolBar .sapUiSegmentedButton>button.sapUiBtnS.sapUiBtnNorm.sapUiBtnStd .sapUiToggleBtn,
159
+ .sapUiUx3CIToolBar>button.sapUiBtnS.sapUiBtnNorm.sapUiBtnStd .sapUiToggleBtn,
160
+ .sapUiUx3CIToolBar>button.sapUiBtnS.sapUiBtnNorm.sapUiBtnStd.sapUiToggleBtn.sapUiToggleBtnPressed {
161
+ font-weight: bold;
162
+ height: 22px;
163
+ }
164
+
165
+ button.sapUiBtnS.sapUiBtnNorm.sapUiUx3EditCollectionButton {
166
+ font-weight: bold;
167
+ padding: 0;
168
+ height: 33px;
169
+ border-radius: 0;
170
+ width: 100%;
171
+ position: absolute;
172
+ bottom: 0;
173
+ }
174
+
175
+ button.sapUiBtnS.sapUiBtnNorm.sapUiUx3EditCollectionButton,
176
+ button.sapUiBtnS.sapUiBtnNorm.sapUiUx3EditCollectionButton:hover,
177
+ button.sapUiBtnS.sapUiBtnNorm.sapUiUx3EditCollectionButton:focus,
178
+ button.sapUiBtnS.sapUiBtnNorm.sapUiUx3EditCollectionButton:active {
179
+ margin: 0;
180
+ border: 0;
181
+ box-shadow: none;
182
+ margin-top: 2px;
183
+ }
184
+
185
+ button.sapUiBtnS.sapUiBtnNorm.sapUiUx3EditCollectionButton:hover,
186
+ button.sapUiBtnS.sapUiBtnNorm.sapUiUx3EditCollectionButton.sapUiBtnStd:hover {
187
+ background-color: @sapUiHoverBG;
188
+ color: @sapUiTextInverted;
189
+ margin-top: 2px;
190
+ }
@@ -0,0 +1,28 @@
1
+ /* ========================================== */
2
+ /* CSS for control sap.ui.ux3/DataSet.control */
3
+ /* ========================================== */
4
+
5
+ .sapUiUx3DS {
6
+ color: @sapUiBaseText;
7
+ background-color: @sapUiWhiteBG;
8
+ position: relative;
9
+ }
10
+ .sapUiUx3DSFilterArea {
11
+ padding-bottom:1px;
12
+ padding-top:1px;
13
+ }
14
+
15
+ .sapUiUx3DSToolbar {
16
+ }
17
+
18
+ .noPadding {
19
+ padding: 0px;
20
+ }
21
+
22
+ .sapUiUx3DS .sapUiTbCont {
23
+ padding-left:3px;
24
+ }
25
+
26
+ .sapUiUx3DS .sapUiTbInnerRight .sapUiSearchField {
27
+ margin-right:3px;
28
+ }
@@ -0,0 +1,29 @@
1
+ /* ==================================================== */
2
+ /* CSS for control sap.ui.ux3/DataSetSimpleView.control */
3
+ /* ==================================================== */
4
+
5
+ .sapUiUx3DSSV {
6
+ position: relative;
7
+ color: @sapUiBaseText;
8
+ }
9
+
10
+ .sapUiUx3DSSVSelected {
11
+ background-color: @sapUiDarkBG;
12
+ }
13
+
14
+ .sapUiUx3DSSVItem {
15
+ width: 100%;
16
+ }
17
+
18
+ .sapUiUx3DSSVFlow {
19
+ display: inline-block;
20
+ width: auto;
21
+ }
22
+
23
+ .sapUiUx3DSSVItem:hover {
24
+ background-color: @sapUiMediumBG;
25
+ }
26
+
27
+ .sapUiUx3DSSVSA {
28
+ overflow-y: auto;
29
+ }
@@ -0,0 +1,20 @@
1
+ /* ======================================== */
2
+ /* CSS for control sap.ui.ux3/Exact.control */
3
+ /* ======================================== */
4
+
5
+ .sapUiUx3Exact {
6
+ position: relative;
7
+ }
8
+
9
+ .sapUiUx3ExactSearchArea > .sapUiUx3ExactAreaCont {
10
+ text-align: center;
11
+ }
12
+
13
+ .sapUiUx3ExactViewTitle,
14
+ .sapUiUx3ExactBrowseArea {
15
+ margin-top: 47px;
16
+ }
17
+
18
+ .sapUiUx3ExactSearchArea > .sapUiUx3ExactAreaCont > .sapUiUx3ExactSearchText {
19
+ width: 490px;
20
+ }
@@ -0,0 +1,30 @@
1
+ /* ============================================ */
2
+ /* CSS for control sap.ui.ux3/ExactArea.control */
3
+ /* ============================================ */
4
+
5
+ .sapUiUx3ExactArea {
6
+ display: inline-block;
7
+ position: relative;
8
+ width: 100%;
9
+ }
10
+
11
+ .sapUiUx3ExactArea > .sapUiTb {
12
+ margin-bottom: 2px;
13
+ }
14
+
15
+ .sapUiUx3ExactArea > .sapUiTb > .sapUiTbCont > .sapUiTbInner {
16
+ margin-right: 0px;
17
+ }
18
+
19
+ .sapUiUx3ExactAreaTbTitle {
20
+ white-space: nowrap;
21
+ text-transform: uppercase;
22
+ font-size: 14px;
23
+ font-weight: bold;
24
+ color: @sapUiBaseText;
25
+ }
26
+
27
+ .sapUiUx3ExactAreaCont {
28
+ overflow: auto;
29
+ position: relative;
30
+ }
@@ -0,0 +1,40 @@
1
+ /* =============================================== */
2
+ /* CSS for control sap.ui.ux3/ExactBrowser.control */
3
+ /* =============================================== */
4
+
5
+ .sapUiUx3ExactBrwsr {
6
+ position: relative;
7
+ }
8
+
9
+ /*Header*/
10
+ .sapUiUx3ExactBrwsrHd {
11
+ margin: 0px;
12
+ margin-bottom: 2px;
13
+ position: relative;
14
+ height: 21px;
15
+ line-height: 21px;
16
+ }
17
+
18
+ .sapUiUx3ExactBrwsrHd > h2 {
19
+ font-size: 14px;
20
+ margin: 0px;
21
+ width: 50%;
22
+ overflow: hidden;
23
+ text-overflow: ellipsis;
24
+ white-space: nowrap;
25
+ }
26
+
27
+ .sapUiUx3ExactBrwsrHdTool {
28
+ display: inline-block;
29
+ position: absolute;
30
+ top: 0;
31
+ right: 0;
32
+ }
33
+
34
+ .sapUiUx3ExactBrwsrHdTool > * {
35
+ margin-left: 2px;
36
+ }
37
+
38
+ .sapUiUx3ExactBrwsrSaveDlg > .sapUiLbl {
39
+ margin-right: 6px;
40
+ }