@openui5/sap.ui.ux3 1.125.0 → 1.126.1

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 +4 -4
  2. package/THIRDPARTY.txt +6 -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,55 @@
1
+ /* ============================================= */
2
+ /* CSS for controlsap.ui.ux3/QuickView.control */
3
+ /* ============================================= */
4
+
5
+ .sapUiUx3QV {
6
+ padding: 9px;
7
+ width: 270px;
8
+ color: @sapUiBaseText;
9
+ background-color: @sapUiExtraLightBG;
10
+ border-width: 1px;
11
+ border-style: solid;
12
+ border-color: @sapUiMediumBorder;
13
+ box-sizing: border-box;
14
+ }
15
+
16
+ .sapUiUx3QVHeader {
17
+ white-space: nowrap;
18
+ overflow: hidden;
19
+ text-overflow: ellipsis;
20
+ font: bold 14px Arial;
21
+ margin-bottom: 10px;
22
+ text-transform: uppercase;
23
+ }
24
+
25
+ .sapUiUx3QVHeading {
26
+ white-space: nowrap;
27
+ overflow: hidden;
28
+ text-overflow: ellipsis;
29
+ position: relative;
30
+ min-height: 32px;
31
+ margin-bottom: 12px;
32
+ }
33
+
34
+ .sapUiUx3QVIcon {
35
+ position: absolute;
36
+ top: 0;
37
+ left: 0;
38
+ max-height: 32px;
39
+ max-width: 32px;
40
+ font-size: 28px;
41
+ }
42
+
43
+ .sapUiUx3QVTitle1 {
44
+ position: relative;
45
+ font: bold 16px Arial;
46
+ margin-left: 42px;
47
+ }
48
+
49
+ .sapUiUx3QVTitle2 {
50
+ margin: 3px 0 0 42px;
51
+ font: 13px Arial;
52
+ }
53
+
54
+ .sapUiUx3QVBody {
55
+ }
@@ -0,0 +1,611 @@
1
+ /* ============================================= */
2
+ /* CSS for sap.ui.ux3.Shell.control (base theme) */
3
+ /* ============================================= */
4
+
5
+ /* Define function to make user-select consistent across browsers */
6
+ .userSelect(@value) {
7
+ -webkit-user-select: @value; /* Chrome all / Safari all */
8
+ -moz-user-select: @value; /* Firefox all */
9
+ -ms-user-select: @value; /* IE 10+ */
10
+ user-select: @value; /* Likely future */
11
+ }
12
+
13
+ .sapUiUx3Shell {
14
+ margin: 0;
15
+ padding: 0;
16
+ border:0;
17
+ font-family: Arial, Helvetica, sans-serif;
18
+ width: 100%;
19
+ overflow-x: hidden;
20
+ .userSelect(none);
21
+ }
22
+
23
+ .sapUiUx3ShellHeader {
24
+ cursor: default;
25
+ font-size: 13px;
26
+ color: @sapUiTextSelection;
27
+ height: 33px; /* may be removed by sapUiUx3ShellHeaderFlex, so having min-height as well makes sense */
28
+ padding: 12px 20px 0 20px;
29
+ box-sizing: border-box;
30
+ white-space: nowrap;
31
+ }
32
+
33
+ .sapUiUx3ShellHeader,
34
+ .sapUiUx3ShellHeaderImg {
35
+ display: inline-block;
36
+ position: fixed;
37
+ top: 0;
38
+ left: 0;
39
+ right: 0;
40
+ z-index: 4;
41
+ }
42
+
43
+ .sapUiUx3ShellHeader.sapUiUx3ShellHeaderFlex,
44
+ .sapUiUx3ShellHeaderImg.sapUiUx3ShellHeaderImgFlex {
45
+ height: auto;
46
+ }
47
+
48
+ .sapUiUx3ShellHeader > hr {
49
+ margin: 0;
50
+ position: absolute;
51
+ top: 0;
52
+ left: 0;
53
+ right: 0;
54
+ height: 8px;
55
+ background-color: @sapUiMediumBorder;
56
+ border: none;
57
+ }
58
+
59
+ .sapUiUx3ShellHeader > .sapUiUx3ShellHeaderTitleLeft {
60
+ display: block;
61
+ overflow: hidden;
62
+ text-overflow: ellipsis;
63
+ white-space: nowrap;
64
+ padding-top: 3px;
65
+ }
66
+
67
+ .sapUiUx3ShellHeader > .sapUiUx3ShellHeaderTitleLeft > span {
68
+ font-size: 0.75rem;
69
+ font-weight: bold;
70
+ .userSelect(none);
71
+ }
72
+
73
+ .sapUiUx3ShellHeader > .sapUiUx3ShellHeaderTitleLeft > img { /* the logo image */
74
+ vertical-align: top;
75
+ max-height: 18px;
76
+ margin-right: 3px;
77
+ margin-top: -3px;
78
+ .userSelect(none);
79
+ }
80
+
81
+ .sapUiUx3ShellHeader.sapUiUx3ShellHeaderFlex > .sapUiUx3ShellHeaderTitleLeft > img {
82
+ max-height: 40px;
83
+ }
84
+
85
+ .sapUiUx3ShellHeader .sapUiUx3ShellHeaderTitleRight {
86
+ float: right;
87
+ }
88
+
89
+ .sapUiUx3ShellBlockHeaderAccess .sapUiUx3ShellHeaderTitleRight {
90
+ display: none;
91
+ }
92
+
93
+ .sapUiUx3ShellHeaderButton {
94
+ cursor: pointer;
95
+ display: inline-block;
96
+ height: 16px;
97
+ width: 16px;
98
+ margin: 1px 2px 0;
99
+ background-position: center center;
100
+ background-repeat: no-repeat;
101
+ margin-top: 2px;
102
+ }
103
+
104
+ .sapUiUx3ShellHeaderSep {
105
+ display: inline-block;
106
+ vertical-align: top;
107
+ height: 10px;
108
+ width: 1px;
109
+ background-color: @sapUiMediumLine;
110
+ margin: 4px 6px 0 6px;
111
+ }
112
+
113
+ .sapUiUx3ShellHeader-logout:hover {
114
+ background-color: @sapUiUx3ShellHoverColor;
115
+ }
116
+
117
+ .sapUiUx3ShellHeader-logout:active {
118
+ background-color: @sapUiHighlight;
119
+ }
120
+
121
+ /* Workset area and items */
122
+ .sapUiUx3ShellBg,
123
+ .sapUiUx3ShellBgImg {
124
+ top: 0;
125
+ bottom: 0;
126
+ z-index: 0;
127
+ position: fixed;
128
+ width: 100%;
129
+ right: 0; /* required for Chrome in RTL case */
130
+ overflow: hidden;
131
+ }
132
+
133
+ .sapUiUx3ShellBgImg {
134
+ opacity: 1;
135
+ }
136
+
137
+ .sapUiUx3ShellWorksetBar {
138
+ position: absolute;
139
+ top: 0;
140
+ left: 0;
141
+ right: 0;
142
+ z-index: 1;
143
+ margin: 48px 40px 0 40px;
144
+ height: 50px;
145
+ }
146
+
147
+ /* tool palette area */
148
+ .sapUiUx3ShellToolPaletteArea, .sapUiUx3ShellPaneBar {
149
+ position: fixed;
150
+ box-sizing: border-box;
151
+ bottom: 0;
152
+ width: @sapUiUx3ShellSideBarBaseWidth;
153
+ top: 108px;
154
+ }
155
+
156
+ .sapUiUx3ShellToolPaletteArea {
157
+ left: 0;
158
+ background-position: right top;
159
+ padding-top: 12px;
160
+ line-height: 1px;
161
+ .userSelect(none);
162
+ z-index: 1; /* must be in front of the right-hand side Pane, otherwise that one will overlap when the window is very narrow */
163
+ }
164
+
165
+ .sapUiUx3ShellNoTools .sapUiUx3ShellToolPaletteArea {
166
+ width: 0px;
167
+ }
168
+
169
+ .sapUiUx3ShellNoTools .sapUiUx3ShellToolPaletteArea > * {
170
+ display: none;
171
+ }
172
+
173
+ .sapUiUx3ShellNoTools .sapUiUx3ShellToolPaletteArea > .sapUiUx3ShellFocusDummy {
174
+ display: inline-block;
175
+ }
176
+
177
+ .sapUiUx3ShellTool {
178
+ cursor: pointer;
179
+ display: inline-block;
180
+ width: @sapUiUx3ShellSideBarBaseWidth;
181
+ height: 32px;
182
+ background-position: center center;
183
+ background-repeat: no-repeat;
184
+ margin-bottom: 4px;
185
+ text-align: center;
186
+ z-index: 0;
187
+ }
188
+
189
+
190
+ .sapUiUx3ShellToolFontIcon{
191
+ font-family: SAP-icons;
192
+ width: 32px;
193
+ height: 16px;
194
+ padding-top: 16px;
195
+ font-size: 18px;
196
+ color: @sapUiUx3ShellToolPaletteIconFontColor;
197
+ }
198
+
199
+ html[data-sap-ui-browser^="ff"] .sapUiUx3ShellToolFontIcon {
200
+ padding-top: 15px;
201
+ }
202
+
203
+ .sapUiUx3ShellToolSelected .sapUiUx3ShellToolFontIcon,
204
+ .sapUiUx3ShellToolHover .sapUiUx3ShellToolFontIcon {
205
+ color: @sapUiTextInverted;
206
+ }
207
+
208
+ .sapUiUx3ShellTool:hover {
209
+ background-color: @sapUiUx3ShellHoverColor;
210
+ }
211
+
212
+ .sapUiUx3ShellTool:active,
213
+ .sapUiUx3ShellTool.sapUiUx3ShellToolSelected {
214
+ background-color: @sapUiHighlight;
215
+ }
216
+
217
+ .sapUiUx3ShellTool > img {
218
+ max-width: 32px;
219
+ max-height: 32px;
220
+ }
221
+
222
+ .sapUiUx3ShellToolSep {
223
+ display: inline-block;
224
+ width: 20px;
225
+ height: 0px;
226
+ margin: 0 0 4px 10px;
227
+ border: 1px solid @sapUiMediumBorder;
228
+ }
229
+
230
+ .sapUiUx3TP.sapUiUx3TP-search {
231
+ padding: 10px 12px;
232
+ }
233
+
234
+ .sapUiUx3TP-search > .sapUiUx3TPContent > .sapUiSearchField {
235
+ margin: 0 6px;
236
+ }
237
+
238
+ .sapUiUx3TP.sapUiUx3TP-feeder {
239
+ padding: 0;
240
+ }
241
+
242
+ .sapUiUx3TP-feeder > .sapUiUx3TPContent > .sapUiFeeder {
243
+ width: 400px;
244
+ color: @sapUiBaseText;
245
+ background-color: transparent;
246
+ border: none;
247
+ }
248
+
249
+ .sapUiUx3TP-feeder > .sapUiUx3TPContent > .sapUiFeeder > img {
250
+ display: none;
251
+ }
252
+
253
+ .sapUiUx3TP-feeder > .sapUiUx3TPContent > .sapUiFeeder > .sapUiFeederInput {
254
+ margin-left: 0;
255
+ }
256
+
257
+ .sapUiUx3TP-feeder > .sapUiUx3TPArrow {
258
+ top: 10px;
259
+ }
260
+
261
+ .sapUiUx3ShellFocusDummy {
262
+ display: inline-block;
263
+ width: 0;
264
+ height: 0;
265
+ position: absolute;
266
+ }
267
+
268
+ .sapUiUx3ShellFocusDummy:focus {
269
+ outline: none;
270
+ }
271
+
272
+
273
+ /* pane bar */
274
+ .sapUiUx3ShellPaneBar {
275
+ right: 0;
276
+ width: 292px;
277
+ }
278
+
279
+ .sapUiUx3ShellNoPane > .sapUiUx3ShellPaneBar {
280
+ display: none;
281
+ }
282
+
283
+ .sapUiUx3ShellPaneBar.sapUiUx3ShellPaneBarOpen {
284
+ width: 292px;
285
+ }
286
+
287
+ .sapUiUx3ShellPaneBarRight {
288
+ position: absolute;
289
+ right: 0px;
290
+ top: 0px;
291
+ width: @sapUiUx3ShellSideBarBaseWidth;
292
+ display: inline-block;
293
+ height: 100%;
294
+ box-sizing: border-box;
295
+ .userSelect(none);
296
+ }
297
+
298
+ /** Overflow button and menu**/
299
+
300
+ .sapUiUx3ShellPaneBarRight > .sapUiUx3ShellPaneOverflowButton {
301
+ position: absolute;
302
+ display: none;
303
+ bottom: 0;
304
+ right: 0;
305
+ margin: 0;
306
+
307
+ box-sizing: border-box;
308
+ border-top: 1px solid lighten(@sapUiDarkBG, 20%);
309
+
310
+ width: @sapUiUx3ShellSideBarBaseWidth;
311
+ height: @sapUiUx3ShellPaneOverflowButtonHeight;
312
+
313
+ color: lighten(@sapUiMediumText, 10%);
314
+ cursor: pointer;
315
+ padding: 5px 0px 3px 0px;
316
+ text-align: center;
317
+ vertical-align: middle;
318
+
319
+ margin-bottom: 5px;
320
+ }
321
+
322
+ .sapUiUx3ShellPaneBarRight > .sapUiUx3ShellPaneOverflowButton > .sapUiUx3ShellPaneOverflowWrapper {
323
+ -webkit-transform: rotate(90deg);
324
+ transform: rotate(90deg);
325
+
326
+ -webkit-transform-origin: 0% 0;
327
+ transform-origin: 0% 0;
328
+
329
+ white-space: nowrap;
330
+ text-overflow: ellipsis;
331
+
332
+ position: absolute;
333
+ left: @sapUiUx3ShellSideBarBaseWidth;
334
+ height: @sapUiUx3ShellSideBarBaseWidth;
335
+ width: @sapUiUx3ShellPaneOverflowButtonHeight;
336
+ line-height: @sapUiUx3ShellSideBarBaseWidth;
337
+ }
338
+
339
+ .sapUiUx3ShellPaneBarRight > .sapUiUx3ShellPaneOverflowButton > div > .sapUiUx3ShellPaneOverflowText {
340
+ box-sizing: border-box;
341
+ text-align: right;
342
+ padding-right: 5px;
343
+ display: inline-block;
344
+ text-overflow: ellipsis;
345
+ overflow: hidden;
346
+ }
347
+
348
+
349
+ .sapUiUx3ShellPaneEntries {
350
+ -webkit-transform: rotate(90deg);
351
+ transform: rotate(90deg);
352
+ white-space: nowrap;
353
+ margin: 0;
354
+ line-height: @sapUiUx3ShellSideBarBaseWidth;
355
+ padding-left: 26px;
356
+ }
357
+
358
+ .sapUiUx3ShellPaneEntry {
359
+ font-size: 14px;
360
+ font-weight: bold;
361
+ color: lighten(@sapUiBaseText, 60%); /*#999999*/
362
+ cursor: pointer;
363
+ display: inline-block;
364
+ margin-right: 16px;
365
+ height: 36px;
366
+ vertical-align:top;
367
+ -webkit-transition-property: font-size, color;
368
+ -webkit-transition-duration: 0.3s;
369
+ transition-property: font-size, color;
370
+ transition-duration: 0.3s;
371
+ }
372
+
373
+ .sapUiUx3ShellPaneEntry:hover {
374
+ color: @sapUiUx3ShellHoverColor;
375
+ -webkit-transition-property: font-size, color;
376
+ -webkit-transition-duration: 0.3s;
377
+ transition-property: font-size, color;
378
+ transition-duration: 0.3s;
379
+ }
380
+
381
+ .sapUiUx3ShellPaneEntrySelected,
382
+ .sapUiUx3ShellPaneEntrySelected:hover {
383
+ font-size: 18px;
384
+ color: @sapUiHighlight;
385
+ background-position: center top;
386
+ background-repeat: no-repeat;
387
+ -webkit-transition-property: font-size, color;
388
+ -webkit-transition-duration: 0.3s;
389
+ transition-property: font-size, color;
390
+ transition-duration: 0.3s;
391
+ }
392
+
393
+ .sapUiUx3ShellPaneEntry:active {
394
+ color: @sapUiHighlight;
395
+ -webkit-transition-property: font-size, color;
396
+ -webkit-transition-duration: 0.3s;
397
+ transition-property: font-size, color;
398
+ transition-duration: 0.3s;
399
+ }
400
+
401
+ .sapUiUx3ShellPaneBarContent {
402
+ display: none;
403
+ position: absolute;
404
+ top: 0;
405
+ bottom: 0;
406
+ right: @sapUiUx3ShellSideBarBaseWidth;
407
+ /* Do not finally hardcode the width here. This width is only the default and will be overwritten by script code. */
408
+ width: 250px;
409
+ overflow: auto;
410
+ box-sizing: border-box;
411
+ border-right: 2px solid @sapUiMediumBorder;
412
+ .userSelect(text);
413
+ }
414
+
415
+ .sapUiUx3ShellPaneBarOpen .sapUiUx3ShellPaneBarContent {
416
+ display: inline-block;
417
+ }
418
+
419
+ /* canvas */
420
+ .sapUiUx3ShellCanvas {
421
+ position: absolute;
422
+ left: 40px;
423
+ right: 40px;
424
+ top: 98px;
425
+ padding: 24px 32px 2px 32px;
426
+ min-width: 96px; /* = padding plus some space for the remaining content */
427
+ background-color: @sapUiUx3ShellBackgroundColor;
428
+ z-index: 1;
429
+ overflow-x: auto;
430
+ overflow-y: hidden;
431
+ }
432
+
433
+ .sapUiUx3ShellFullHeightContent .sapUiUx3ShellCanvas {
434
+ bottom: 0px;
435
+ }
436
+
437
+ .sapUiUx3ShellNoContentPadding .sapUiUx3ShellCanvas {
438
+ padding: 0px 0px 0px 0px;
439
+ }
440
+
441
+ .sapUiUx3ShellCanvas > .sapUiUx3NavBar {
442
+ margin-bottom: 16px;
443
+ }
444
+
445
+ .sapUiUx3ShellContent {
446
+ width: 100%;
447
+ -webkit-overflow-scrolling: touch;
448
+ overflow-x: auto;
449
+ .userSelect(text);
450
+ }
451
+
452
+ .sapUiUx3ShellFullHeightContent .sapUiUx3ShellContent {
453
+ bottom: 0;
454
+ left: 32px;
455
+ position: absolute;
456
+ right: 32px;
457
+ top: 24px;
458
+ width: auto;
459
+ }
460
+
461
+ .sapUiUx3ShellCanvasBackground {
462
+ background-color: @sapUiUx3ShellBackgroundColor;
463
+ position: fixed;
464
+ z-index: 0;
465
+ left: 40px;
466
+ right: 40px;
467
+ padding: 0 32px; /* Should be as wide as the canvas padding, so when making the window very small, they stay in sync */
468
+ min-width: 96px; /* = padding plus some space for the remaining content */
469
+ bottom: 0px;
470
+ top: 108px;
471
+ }
472
+
473
+ .sapUiUx3ShellNoTools .sapUiUx3ShellCanvasBackground,
474
+ .sapUiUx3ShellNoTools .sapUiUx3ShellCanvas {
475
+ left: 0;
476
+ }
477
+
478
+ .sapUiUx3ShellNoPane .sapUiUx3ShellCanvasBackground,
479
+ .sapUiUx3ShellNoPane .sapUiUx3ShellCanvas {
480
+ right: 0;
481
+ }
482
+
483
+ .sapUiUx3Shell.sapUiUx3ShellHeadBrandOnly > .sapUiUx3ShellHeader {
484
+ height: 8px;
485
+ padding: 0;
486
+ }
487
+
488
+ .sapUiUx3Shell.sapUiUx3ShellHeadBrandOnly > .sapUiUx3ShellHeader > span > img,
489
+ .sapUiUx3Shell.sapUiUx3ShellHeadBrandOnly > .sapUiUx3ShellHeader > h1,
490
+ .sapUiUx3Shell.sapUiUx3ShellHeadBrandOnly > .sapUiUx3ShellHeader > span,
491
+ .sapUiUx3Shell.sapUiUx3ShellHeadBrandOnly > .sapUiUx3ShellWorksetBar,
492
+ .sapUiUx3Shell.sapUiUx3ShellHeadNoNav > .sapUiUx3ShellWorksetBar {
493
+ display: none;
494
+ }
495
+
496
+ .sapUiUx3Shell.sapUiUx3ShellHeadBrandOnly > .sapUiUx3ShellToolPaletteArea,
497
+ .sapUiUx3Shell.sapUiUx3ShellHeadBrandOnly > .sapUiUx3ShellPaneBar,
498
+ .sapUiUx3Shell.sapUiUx3ShellHeadBrandOnly > .sapUiUx3ShellCanvas,
499
+ .sapUiUx3Shell.sapUiUx3ShellHeadBrandOnly > .sapUiUx3ShellCanvasBackground {
500
+ top: 8px;
501
+ }
502
+
503
+ .sapUiUx3Shell.sapUiUx3ShellHeadNoNavigation > .sapUiUx3ShellToolPaletteArea,
504
+ .sapUiUx3Shell.sapUiUx3ShellHeadNoNavigation > .sapUiUx3ShellPaneBar,
505
+ .sapUiUx3Shell.sapUiUx3ShellHeadNoNavigation > .sapUiUx3ShellCanvasBackground {
506
+ top: 43px;
507
+ }
508
+
509
+ .sapUiUx3Shell.sapUiUx3ShellHeadNoNavigation > .sapUiUx3ShellWorksetBar {
510
+ display: none;
511
+ }
512
+
513
+ .sapUiUx3Shell.sapUiUx3ShellHeadNoNavigation > .sapUiUx3ShellCanvas {
514
+ top: 33px;
515
+ }
516
+
517
+ .sapUiUx3Shell.sapUiUx3ShellHeadSlimNavigation > .sapUiUx3ShellWorksetBar > .sapUiUx3NavBar.sapUiUx3NavBarToplevel .sapUiUx3NavBarItem {
518
+ font-size: 16px;
519
+ }
520
+
521
+ .sapUiUx3Shell.sapUiUx3ShellHeadSlimNavigation > .sapUiUx3ShellWorksetBar > .sapUiUx3NavBar.sapUiUx3NavBarToplevel .sapUiUx3NavBarItem.sapUiUx3NavBarDummyItem{
522
+ font-size: 16px;
523
+ }
524
+
525
+ .sapUiUx3Shell.sapUiUx3ShellHeadSlimNavigation > .sapUiUx3ShellWorksetBar,
526
+ .sapUiUx3Shell.sapUiUx3ShellHeadSlimNavigation > .sapUiUx3ShellWorksetBar > .sapUiUx3NavBar.sapUiUx3NavBarToplevel,
527
+ .sapUiUx3Shell.sapUiUx3ShellHeadSlimNavigation > .sapUiUx3ShellWorksetBar > .sapUiUx3NavBar.sapUiUx3NavBarToplevel > .sapUiUx3NavBarList {
528
+ height: 30px;
529
+ }
530
+
531
+ .sapUiUx3Shell.sapUiUx3ShellHeadSlimNavigation > .sapUiUx3ShellWorksetBar > .sapUiUx3NavBar.sapUiUx3NavBarToplevel > .sapUiUx3NavBarList {
532
+ top: 0px;
533
+ }
534
+
535
+ .sapUiUx3Shell.sapUiUx3ShellHeadSlimNavigation > .sapUiUx3ShellWorksetBar > .sapUiUx3NavBar.sapUiUx3NavBarToplevel > .sapUiUx3NavBarList > li {
536
+ line-height: 25px;
537
+ }
538
+
539
+ .sapUiUx3Shell.sapUiUx3ShellHeadSlimNavigation > .sapUiUx3ShellWorksetBar {
540
+ margin-top: 35px;
541
+ }
542
+
543
+ .sapUiUx3Shell.sapUiUx3ShellHeadSlimNavigation > .sapUiUx3ShellToolPaletteArea,
544
+ .sapUiUx3Shell.sapUiUx3ShellHeadSlimNavigation > .sapUiUx3ShellPaneBar,
545
+ .sapUiUx3Shell.sapUiUx3ShellHeadSlimNavigation > .sapUiUx3ShellCanvasBackground {
546
+ top: 75px;
547
+ }
548
+
549
+ .sapUiUx3Shell.sapUiUx3ShellHeadSlimNavigation > .sapUiUx3ShellCanvas {
550
+ top: 65px;
551
+ }
552
+
553
+ /******** NotificationArea *********/
554
+ .sapUiUx3ShellNotify {
555
+ display: inline-block;
556
+ position: fixed;
557
+ bottom: 0;
558
+ left: 40px;
559
+ right: 40px;
560
+ background-color: transparent;
561
+ height: 0px;
562
+ z-index: 2;
563
+ }
564
+
565
+ .sapUiUx3ShellNotify > .sapUiNotificationBar {
566
+ position: absolute;
567
+ bottom: 0;
568
+ left: 7px;
569
+ right: 7px;
570
+ }
571
+
572
+ .sapUiUx3ShellNotify > .sapUiUx3ShellNotifyBG {
573
+ position: absolute;
574
+ bottom: 0;
575
+ left: 0;
576
+ right: 0;
577
+ top: 0;
578
+ background-color: transparent;
579
+ }
580
+
581
+ .sapUiUx3Shell.sapUiUx3ShellNoTools > .sapUiUx3ShellNotify {
582
+ left: 0;
583
+ }
584
+
585
+ .sapUiUx3Shell.sapUiUx3ShellNoPane > .sapUiUx3ShellNotify {
586
+ right: 0;
587
+ }
588
+
589
+ .sapUiUx3ShellNotify.sapUiUx3ShellNotifyTI > .sapUiUx3ShellNotifyBG,
590
+ .sapUiUx3ShellNotify.sapUiUx3ShellNotifyOverlay > .sapUiUx3ShellNotifyBG {
591
+ background-color: transparent;
592
+ }
593
+
594
+ .sapUiUx3ShellNotifySpace {
595
+ display: none;
596
+ height: 45px;
597
+ }
598
+
599
+ .sapUiUx3Shell.sapUiUx3ShellNotifyVisible > .sapUiUx3ShellCanvas > .sapUiUx3ShellNotifySpace {
600
+ display: block;
601
+ }
602
+
603
+ /******** Outer Sidebar *********/
604
+ .sapUiUx3ShellOuterSideBar {
605
+ display: inline-block;
606
+ position: fixed;
607
+ right: 0;
608
+ top: 0;
609
+ bottom: 0;
610
+ overflow: auto;
611
+ }
@@ -0,0 +1,40 @@
1
+ .sapUiUx3ShellColorPicker {
2
+ height: 158px;
3
+ width: 225px;
4
+ padding: 6px;
5
+ border: 2px solid @sapUiHighlight;
6
+ background-color: @sapUiExtraLightBG;
7
+ text-align: end;
8
+ position: relative;
9
+ }
10
+
11
+ .sapUiUx3ShellColorPickerMarker {
12
+ position: absolute;
13
+ display: block;
14
+ width: 12px;
15
+ height: 12px;
16
+ margin: -10px 0 0 -10px;
17
+ background-image: url(../base/img/color-marker.png);
18
+ }
19
+
20
+ .sapUiUx3ShellColorPickerGradient {
21
+ height: 8px;
22
+ margin: 0 0 10px;
23
+ border: 1px solid @sapUiMediumBorder;
24
+ }
25
+
26
+ .sapUiUx3ShellColorPickerPreview {
27
+ display: inline-block;
28
+ height: 20px;
29
+ width: 107px;
30
+ margin: 0 4px 0 0;
31
+ border: 1px solid @sapUiMediumLine;
32
+ }
33
+
34
+ .sapUiUx3ShellColorPicker .sapUiUx3ShellColorPickerPreview {
35
+ margin: 4px 4px 0 0;
36
+ }
37
+
38
+ .sapUiUx3ShellColorPicker .sapUiBtn {
39
+ margin: 4px 0 0 6px;
40
+ }
@@ -0,0 +1,20 @@
1
+ .sapUiUx3ShellP13nImgHolder {
2
+ width: 300px;
3
+ height: 200px;
4
+ border: 2px solid @sapUiMediumBorder;
5
+ background-color: @sapUiWhiteBG;
6
+ margin: 12px 0;
7
+ text-align: center;
8
+ }
9
+
10
+ .sapUiUx3ShellP13nImgHolder > img {
11
+ max-height: 200px;
12
+ max-width: 300px;
13
+ min-height: 16px;
14
+ min-width: 16px;
15
+ }
16
+
17
+ .sapUiUx3ShellP13n .sapUiSli {
18
+ padding: 9px 0 0 0;
19
+ height: 10px;
20
+ }