@openui5/themelib_sap_belize 1.127.1 → 1.129.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +1 -1
- package/package.json +18 -18
- package/src/sap/f/themes/sap_belize_base/Card.less +0 -20
- package/src/sap/m/themes/sap_belize/Dialog.less +1 -2
- package/src/sap/m/themes/sap_belize/NewsContent.less +0 -5
- package/src/sap/m/themes/sap_belize/SinglePlanningCalendarGrid.less +1 -0
- package/src/sap/m/themes/sap_belize/SlideTile.less +2 -2
- package/src/sap/m/themes/sap_belize/Token.less +5 -0
- package/src/sap/m/themes/sap_belize_base/ActionTile.less +29 -2
- package/src/sap/m/themes/sap_belize_base/ActionTileContent.less +4 -1
- package/src/sap/m/themes/sap_belize_base/Dialog.less +5 -12
- package/src/sap/m/themes/sap_belize_base/FeedContent.less +1 -1
- package/src/sap/m/themes/sap_belize_base/FeedListItem.less +0 -7
- package/src/sap/m/themes/sap_belize_base/GenericTile.less +6 -8
- package/src/sap/m/themes/sap_belize_base/HeaderContainer.less +0 -5
- package/src/sap/m/themes/sap_belize_base/ImageContent.less +0 -7
- package/src/sap/m/themes/sap_belize_base/MessageView.less +7 -0
- package/src/sap/m/themes/sap_belize_base/NumericContent.less +1 -21
- package/src/sap/m/themes/sap_belize_base/Popover.less +1 -2
- package/src/sap/m/themes/sap_belize_base/QuickView.less +9 -5
- package/src/sap/m/themes/sap_belize_base/RatingIndicator.less +28 -38
- package/src/sap/m/themes/sap_belize_base/SlideTile.less +246 -10
- package/src/sap/m/themes/sap_belize_base/TileContent.less +34 -7
- package/src/sap/m/themes/sap_belize_base/Token.less +4 -4
- package/src/sap/m/themes/sap_belize_hcb/Dialog.less +1 -1
- package/src/sap/m/themes/sap_belize_hcb/HeaderContainer.less +0 -5
- package/src/sap/m/themes/sap_belize_hcb/SlideTile.less +2 -2
- package/src/sap/m/themes/sap_belize_hcb/library.source.less +0 -4
- package/src/sap/m/themes/sap_belize_hcw/Dialog.less +1 -1
- package/src/sap/m/themes/sap_belize_hcw/HeaderContainer.less +0 -5
- package/src/sap/m/themes/sap_belize_hcw/SlideTile.less +2 -2
- package/src/sap/m/themes/sap_belize_hcw/library.source.less +0 -3
- package/src/sap/ui/codeeditor/themes/sap_belize_base/library.source.less +123 -0
- package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize/base.less +511 -3
- package/src/sap/ui/core/themes/sap_belize/global.less +466 -0
- package/src/sap/ui/core/themes/sap_belize_base/global.less +457 -4
- package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/base.less +524 -16
- package/src/sap/ui/core/themes/sap_belize_hcb/global.less +466 -0
- package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/base.less +521 -13
- package/src/sap/ui/core/themes/sap_belize_hcw/global.less +466 -0
- package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_plus/base.less +113 -7
- package/src/sap/ui/table/themes/sap_belize_base/AnalyticalTable.less +0 -20
- package/src/sap/uxap/themes/sap_belize_base/ObjectPageLayout.less +13 -0
- package/src/sap/m/themes/sap_belize_hcb/FeedContent.less +0 -8
- package/src/sap/m/themes/sap_belize_hcb/ImageContent.less +0 -8
- package/src/sap/m/themes/sap_belize_hcb/NewsContent.less +0 -9
- package/src/sap/m/themes/sap_belize_hcb/NumericContent.less +0 -8
- package/src/sap/m/themes/sap_belize_hcw/FeedContent.less +0 -8
- package/src/sap/m/themes/sap_belize_hcw/NewsContent.less +0 -9
- package/src/sap/m/themes/sap_belize_hcw/NumericContent.less +0 -8
package/THIRDPARTY.txt
CHANGED
|
@@ -468,7 +468,7 @@ License: Apache-2.0
|
|
|
468
468
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
469
469
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
470
470
|
|
|
471
|
-
Component: SAP Theming Base Content, version: 11.
|
|
471
|
+
Component: SAP Theming Base Content, version: 11.18.0
|
|
472
472
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
473
473
|
License: Apache-2.0
|
|
474
474
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_belize",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.129.0",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_belize",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,22 +14,22 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@openui5/sap.f": "1.
|
|
18
|
-
"@openui5/sap.m": "1.
|
|
19
|
-
"@openui5/sap.tnt": "1.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.
|
|
22
|
-
"@openui5/sap.ui.core": "1.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.
|
|
30
|
-
"@openui5/sap.ui.table": "1.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.
|
|
33
|
-
"@openui5/sap.uxap": "1.
|
|
17
|
+
"@openui5/sap.f": "1.129.0",
|
|
18
|
+
"@openui5/sap.m": "1.129.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.129.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.129.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.129.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.129.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.129.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.129.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.129.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.129.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.129.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.129.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.129.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.129.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.129.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.129.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.129.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -570,26 +570,6 @@ ui-integration-card.sapFCardFocusFullCard > [data-sap-ui-area] > .sapFCard {
|
|
|
570
570
|
outline: none;
|
|
571
571
|
}
|
|
572
572
|
|
|
573
|
-
.sapFCard.sapMBadge .sapMBadgeIndicator {
|
|
574
|
-
padding: 0 0.5rem;
|
|
575
|
-
top: -0.6125rem;
|
|
576
|
-
right: 0;
|
|
577
|
-
height: auto;
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
.sapFCard.sapMBadge .sapMBadgeIndicator:after {
|
|
581
|
-
background: @_sap_f_Card_Badge_Background;
|
|
582
|
-
color: @_sap_f_Card_Badge_Color;
|
|
583
|
-
border: @_sap_f_Card_Badge_Border;
|
|
584
|
-
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
.sapFCard.sapMBadge .sapMBadgeIndicator:before {
|
|
588
|
-
background: @_sap_f_Card_Badge_Background;
|
|
589
|
-
color: @_sap_f_Card_Badge_Color;
|
|
590
|
-
border: @_sap_f_Card_Badge_Border;
|
|
591
|
-
}
|
|
592
|
-
|
|
593
573
|
.sapFCardExperimentalCaching {
|
|
594
574
|
.sapFCardDataTimestamp {
|
|
595
575
|
min-width: 100px;
|
|
@@ -152,6 +152,7 @@ html .sapMSinglePC .sapMSinglePCAppointmentWrap .sapUiCalendarApp.sapUiCalendarA
|
|
|
152
152
|
|
|
153
153
|
.sapMSinglePCColumnWeekend,
|
|
154
154
|
.sapMSinglePCNonWorkingRow,
|
|
155
|
+
.sapMSinglePCNonWorkingPeriod,
|
|
155
156
|
.sapMSinglePCRowHeaders {
|
|
156
157
|
background-color: darken(@sapUiListBackground, 3);
|
|
157
158
|
}
|
|
@@ -32,12 +32,12 @@ html.sap-desktop .sapMST:active .sapMSTFocusDiv:after {
|
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
/* Bulleted indicator of multiple tiles*/
|
|
35
|
-
.sapMSTBulleted
|
|
35
|
+
.sapMSTBulleted .sapMSTIndicator {
|
|
36
36
|
background-color: @sapUiContentNonInteractiveIconColor;
|
|
37
37
|
box-shadow: 0 0 0.25rem fade(@sapUiContentShadowColor, 25);
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.sapMSTBulleted
|
|
40
|
+
.sapMSTBulleted .sapMSTIndicator.sapMSTActive {
|
|
41
41
|
background-color: @sapUiContentContrastIconColor;
|
|
42
42
|
box-shadow: 0 0 0.25rem fade(@sapUiContentShadowColor, 25);
|
|
43
43
|
}
|
|
@@ -25,4 +25,9 @@ html.sap-desktop .sapMToken:focus {
|
|
|
25
25
|
|
|
26
26
|
html.sap-desktop .sapMToken.sapMTokenSelected:focus {
|
|
27
27
|
outline: 1px dotted @sapUiContentContrastFocusColor;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.sapUiSizeCompact .sapMToken .sapMTokenIcon {
|
|
31
|
+
line-height: 1.25rem;
|
|
32
|
+
padding: 0 0.375rem;
|
|
28
33
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
.sapMAT{
|
|
7
7
|
width: 20rem;
|
|
8
|
-
height:
|
|
8
|
+
height: 23.125rem;
|
|
9
9
|
border-radius: @sapTile_BorderCornerRadius;
|
|
10
10
|
position: relative;
|
|
11
11
|
padding: 1rem;
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
.sapMAT.sapMATHideActionButton {
|
|
141
|
-
height:
|
|
141
|
+
height: 20.75rem;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
.sapMAT:hover {
|
|
@@ -211,6 +211,24 @@
|
|
|
211
211
|
}
|
|
212
212
|
.sapMATIconFrame {
|
|
213
213
|
flex-shrink: 0;
|
|
214
|
+
|
|
215
|
+
&.sapMGTIconFrameBadge{
|
|
216
|
+
align-self: start;
|
|
217
|
+
|
|
218
|
+
.sapFAvatarBadgeIconActiveArea {
|
|
219
|
+
height: 3rem;
|
|
220
|
+
width: 3rem;
|
|
221
|
+
|
|
222
|
+
.sapFAvatarBadgeIcon {
|
|
223
|
+
height: 1.125rem;
|
|
224
|
+
width: 1.125rem;
|
|
225
|
+
|
|
226
|
+
.sapUiIcon {
|
|
227
|
+
font-size: 0.75rem;
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
}
|
|
214
232
|
}
|
|
215
233
|
}
|
|
216
234
|
}
|
|
@@ -239,10 +257,12 @@
|
|
|
239
257
|
height: auto;
|
|
240
258
|
display: inline-flex;
|
|
241
259
|
flex-direction: column;
|
|
260
|
+
padding-bottom: 0.4375rem;
|
|
242
261
|
.sapMGTContent {
|
|
243
262
|
height: auto;
|
|
244
263
|
.sapMATC {
|
|
245
264
|
height: auto;
|
|
265
|
+
margin-bottom: 1.0625rem;
|
|
246
266
|
}
|
|
247
267
|
.sapMTileCnt {
|
|
248
268
|
height: auto;
|
|
@@ -276,6 +296,7 @@
|
|
|
276
296
|
top: 0.1875rem;
|
|
277
297
|
}
|
|
278
298
|
&.sapMATHideActionButton {
|
|
299
|
+
padding-bottom: 1rem;
|
|
279
300
|
.sapMTileCntContent {
|
|
280
301
|
.sapMFT {
|
|
281
302
|
span {
|
|
@@ -288,6 +309,12 @@
|
|
|
288
309
|
}
|
|
289
310
|
}
|
|
290
311
|
}
|
|
312
|
+
.sapMGTContent {
|
|
313
|
+
height: auto;
|
|
314
|
+
.sapMATC {
|
|
315
|
+
margin-bottom: 0;
|
|
316
|
+
}
|
|
317
|
+
}
|
|
291
318
|
}
|
|
292
319
|
}
|
|
293
320
|
|
|
@@ -3,12 +3,15 @@
|
|
|
3
3
|
/* Base theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
.sapMATC {
|
|
6
|
-
height: 14.
|
|
6
|
+
height: 14.6875rem;
|
|
7
7
|
overflow: hidden;
|
|
8
8
|
.sapMTilePriorityValue {
|
|
9
9
|
font-size: 0.875rem;
|
|
10
10
|
font-weight: 400;
|
|
11
11
|
margin-bottom: 1rem;
|
|
12
|
+
height: 1.625rem;
|
|
13
|
+
display: flex;
|
|
14
|
+
align-items: center;
|
|
12
15
|
&.High {
|
|
13
16
|
color: @sapNegativeTextColor;
|
|
14
17
|
}
|
|
@@ -40,8 +40,7 @@
|
|
|
40
40
|
display: flex !important;
|
|
41
41
|
flex-direction: column;
|
|
42
42
|
opacity: 0;
|
|
43
|
-
|
|
44
|
-
transition: opacity .15s, left 0.2s, top 0.2s;
|
|
43
|
+
transition: opacity .15s;
|
|
45
44
|
border-radius: @sapUiElementBorderCornerRadius;
|
|
46
45
|
box-shadow: @sapUiContentShadow3;
|
|
47
46
|
|
|
@@ -285,12 +284,7 @@ html.sap-desktop .sapMDialog {
|
|
|
285
284
|
user-select: none;
|
|
286
285
|
}
|
|
287
286
|
|
|
288
|
-
.
|
|
289
|
-
transition: none;
|
|
290
|
-
-webkit-transition: none;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
.sapMDialogResizeHandler {
|
|
287
|
+
.sapMDialogResizeHandle {
|
|
294
288
|
bottom: 0;
|
|
295
289
|
cursor: se-resize;
|
|
296
290
|
position: absolute;
|
|
@@ -299,10 +293,9 @@ html.sap-desktop .sapMDialog {
|
|
|
299
293
|
z-index: 2;
|
|
300
294
|
line-height: 1rem;
|
|
301
295
|
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
top: 0;
|
|
296
|
+
.sapMDialogResizeHandleIcon {
|
|
297
|
+
display: block;
|
|
298
|
+
cursor: inherit;
|
|
306
299
|
}
|
|
307
300
|
}
|
|
308
301
|
|
|
@@ -263,13 +263,6 @@ html.sap-phone .sapMFeedListItemText {
|
|
|
263
263
|
word-wrap: break-word;
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
-
.sapMFeedListItemImageInactive:focus,
|
|
267
|
-
.sapMFeedListItemImage:focus {
|
|
268
|
-
outline-style: dotted;
|
|
269
|
-
outline-color: @sapUiContentFocusColor;
|
|
270
|
-
outline-width: 0.0625rem;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
266
|
html.sap-tablet .sapMFeedListItem .sapMLnk:focus {
|
|
274
267
|
outline-style: dotted;
|
|
275
268
|
outline-color: @sapUiContentFocusColor;
|
|
@@ -720,14 +720,12 @@ border-radius: 0.25rem;
|
|
|
720
720
|
display: inline-block;
|
|
721
721
|
}
|
|
722
722
|
|
|
723
|
-
.
|
|
724
|
-
.
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
overflow: hidden;
|
|
730
|
-
}
|
|
723
|
+
.sapMGTContent {
|
|
724
|
+
height: 6.375rem;
|
|
725
|
+
display: inline-block;
|
|
726
|
+
white-space: nowrap;
|
|
727
|
+
width: 100%;
|
|
728
|
+
overflow: hidden;
|
|
731
729
|
}
|
|
732
730
|
|
|
733
731
|
.sapMGTHdrTxt {
|
|
@@ -267,11 +267,6 @@ html.sap-tablet:not(.sap-desktop) .sapMHrdrBottomPadding .sapMHdrCntrCntr.Vertic
|
|
|
267
267
|
background-color: @sapUiObjectHeaderBackground;
|
|
268
268
|
}
|
|
269
269
|
|
|
270
|
-
html.sap-desktop .sapMHrdrCntrInner:focus {
|
|
271
|
-
outline: none;
|
|
272
|
-
border: 1px dotted @sapUiContentFocusColor;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
270
|
@media (min-width:320px) and (max-width:599px){
|
|
276
271
|
.sapMHdrCntrCntr.Horizontal .sapMHrdrCntrInner {
|
|
277
272
|
margin-left: 0rem !important;
|
|
@@ -23,13 +23,6 @@
|
|
|
23
23
|
right: auto;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
html.sap-desktop .sapMImageContent:focus {
|
|
28
|
-
outline-color: @sapUiContentFocusColor;
|
|
29
|
-
outline-style: dotted;
|
|
30
|
-
outline-width: 1px;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
26
|
html.sap-desktop .sapMImageContent:focus:not([tabindex]) {
|
|
34
27
|
outline: none;
|
|
35
28
|
}
|
|
@@ -205,7 +205,7 @@ html[dir=rtl] .sapMNCValue {
|
|
|
205
205
|
}
|
|
206
206
|
|
|
207
207
|
.sapMNC:focus {
|
|
208
|
-
outline:
|
|
208
|
+
outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
.sapMNC:focus:not([tabindex]) {
|
|
@@ -267,26 +267,6 @@ html[dir=rtl] .sapMNCValue {
|
|
|
267
267
|
}
|
|
268
268
|
}
|
|
269
269
|
|
|
270
|
-
.sapMNCContentPlaceholder {
|
|
271
|
-
outline: none;
|
|
272
|
-
width: 300px;
|
|
273
|
-
height: 100px;
|
|
274
|
-
box-shadow: 0 2px 8px 0 rgba(0,0,0,0.10), 0 0 0 1px rgba(0,0,0,0.10);
|
|
275
|
-
border-radius: 4px;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.sapMNCContentPlaceholder:focus::before {
|
|
279
|
-
content: '';
|
|
280
|
-
display: block;
|
|
281
|
-
position: absolute;
|
|
282
|
-
left: 1px;
|
|
283
|
-
bottom: 1px;
|
|
284
|
-
right: 1px;
|
|
285
|
-
top: 1px;
|
|
286
|
-
border: 1px dotted @sapUiContentFocusColor;
|
|
287
|
-
pointer-events: none;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
270
|
.sapMNCContentShimmerPlaceholderItem {
|
|
291
271
|
padding: 1rem 1rem 0 1rem;
|
|
292
272
|
box-sizing: border-box;
|
|
@@ -73,7 +73,6 @@
|
|
|
73
73
|
outline: none;
|
|
74
74
|
max-width: 100%;
|
|
75
75
|
max-height: 100%;
|
|
76
|
-
overflow: hidden;
|
|
77
76
|
background: @sapUiGroupContentBackground;
|
|
78
77
|
border: none;
|
|
79
78
|
box-shadow: @sapUiContentShadow2;
|
|
@@ -301,7 +300,7 @@ html[data-sap-ui-browser^="sf"] .sapMPopover {
|
|
|
301
300
|
}
|
|
302
301
|
|
|
303
302
|
/* mixin call for creating container content padding classes (arguments: rootContainer, contentSelector) */
|
|
304
|
-
.sapUiContainerContentPadding(~".sapMPopover", ~"
|
|
303
|
+
.sapUiContainerContentPadding(~".sapMPopover", ~".sapMPopoverCont > .sapMPopoverScroll");
|
|
305
304
|
|
|
306
305
|
.sapMPopoverResizeHandle {
|
|
307
306
|
transform: rotate(270deg);
|
|
@@ -114,6 +114,15 @@ html.sap-tablet .sapMQuickViewPage > section {
|
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
+
.sapMQuickViewPage .sapUiVltCell>.sapMTitle,
|
|
118
|
+
.sapMQuickViewPage .sapUiVltCell .sapMLnk:not(.sapMLnkWrapping) .sapMLnkText {
|
|
119
|
+
display: -webkit-box;
|
|
120
|
+
-webkit-box-orient: vertical;
|
|
121
|
+
-webkit-line-clamp: 2;
|
|
122
|
+
white-space: normal;
|
|
123
|
+
word-wrap: break-word;
|
|
124
|
+
}
|
|
125
|
+
|
|
117
126
|
.sapMQuickViewPage .sapUiFormResGridCont > div {
|
|
118
127
|
padding: 0;
|
|
119
128
|
}
|
|
@@ -176,16 +185,11 @@ html.sap-phone .sapMQuickViewPage .sapUiHLayout {
|
|
|
176
185
|
}
|
|
177
186
|
|
|
178
187
|
.sapMQuickViewPage .sapUiVltCell:first-child {
|
|
179
|
-
max-height: @_sap_m_QuickView_TitleMaxHeight;
|
|
180
188
|
margin-bottom: @_sap_m_QuickView_TitleMarginBottom;
|
|
181
|
-
overflow: hidden;
|
|
182
189
|
}
|
|
183
190
|
|
|
184
191
|
.sapMQuickViewPage .sapUiVltCell + .sapUiVltCell span {
|
|
185
192
|
width: 100%;
|
|
186
|
-
line-height: 1.4rem;
|
|
187
|
-
max-height: 2.8rem;
|
|
188
|
-
overflow: hidden;
|
|
189
193
|
}
|
|
190
194
|
|
|
191
195
|
.sapMQuickViewPage .sapUiSimpleForm .sapUiIcon {
|
|
@@ -12,10 +12,6 @@
|
|
|
12
12
|
margin: 0.8125rem 0;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
.sapUiSizeCompact .sapMRI {
|
|
16
|
-
margin: 0.5rem 0;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
15
|
html.sap-phone .sapMRI:focus,
|
|
20
16
|
html.sap-tablet .sapMRI:focus {
|
|
21
17
|
outline: none;
|
|
@@ -61,6 +57,12 @@ html.sap-tablet .sapMRI:focus {
|
|
|
61
57
|
color: darken(@sapUiAccent1, 5);
|
|
62
58
|
}
|
|
63
59
|
|
|
60
|
+
.sapMRI.sapMRIDisplayOnly .sapUiIcon,
|
|
61
|
+
.sapMRI.sapMRIDisplayOnly .sapMImg {
|
|
62
|
+
padding-right: @sapUiRIIconPaddingDisplayOnly;
|
|
63
|
+
height: @sapUiRIIconSizeDisplayOnly;
|
|
64
|
+
}
|
|
65
|
+
|
|
64
66
|
.sapMRIIconSel, .sapMRIIconUnsel, .sapMRIIconHov, .sapMRIIconReadOnly {
|
|
65
67
|
font-family: SAP-icons;
|
|
66
68
|
}
|
|
@@ -75,29 +77,6 @@ html.sap-tablet .sapMRI:focus {
|
|
|
75
77
|
margin: 0 0.5rem;
|
|
76
78
|
}
|
|
77
79
|
|
|
78
|
-
.sapUiRatingIndicatorXS .sapMRI .sapUiIcon,
|
|
79
|
-
.sapUiRatingIndicatorXS .sapMRI .sapMImg {
|
|
80
|
-
padding-right: @sapUiRIIconPaddingXS;
|
|
81
|
-
vertical-align:top;
|
|
82
|
-
}
|
|
83
|
-
.sapUiRatingIndicatorS .sapMRI .sapUiIcon,
|
|
84
|
-
.sapUiRatingIndicatorS .sapMRI .sapMImg {
|
|
85
|
-
padding-right: @sapUiRIIconPaddingS;
|
|
86
|
-
vertical-align:top;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.sapUiRatingIndicatorM .sapMRI .sapUiIcon,
|
|
90
|
-
.sapUiRatingIndicatorM .sapMRI .sapMImg {
|
|
91
|
-
padding-right: @sapUiRIIconPaddingM;
|
|
92
|
-
vertical-align:top;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.sapUiRatingIndicatorL .sapMRI .sapUiIcon,
|
|
96
|
-
.sapUiRatingIndicatorL .sapMRI .sapMImg {
|
|
97
|
-
padding-right: @sapUiRIIconPaddingL;
|
|
98
|
-
vertical-align:top;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
80
|
.sapMRI.sapUiRatingIndicatorXS .sapUiIcon:last-child,
|
|
102
81
|
.sapMRI.sapUiRatingIndicatorXS .sapMImg:last-child,
|
|
103
82
|
.sapMRI.sapUiRatingIndicatorS .sapUiIcon:last-child,
|
|
@@ -109,11 +88,6 @@ html.sap-tablet .sapMRI:focus {
|
|
|
109
88
|
padding-right: 0;
|
|
110
89
|
}
|
|
111
90
|
|
|
112
|
-
.sapMRIIcon { /* required for size calculation */
|
|
113
|
-
height: 1.375rem; /* default size */
|
|
114
|
-
overflow: hidden;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
91
|
.sapMRIDisabled {
|
|
118
92
|
outline: none;
|
|
119
93
|
cursor: default;
|
|
@@ -127,7 +101,8 @@ html.sap-tablet .sapMRI:focus {
|
|
|
127
101
|
|
|
128
102
|
.sapMRI .sapUiIcon,
|
|
129
103
|
.sapMRI .sapMImg {
|
|
130
|
-
padding-right:
|
|
104
|
+
padding-right: @sapUiRIIconPaddingCozy;
|
|
105
|
+
height: @sapUiRIIconSizeCozy;
|
|
131
106
|
}
|
|
132
107
|
|
|
133
108
|
.sapMRI .sapUiIcon:last-child,
|
|
@@ -139,15 +114,30 @@ html.sap-tablet .sapMRI:focus {
|
|
|
139
114
|
.sapUiSizeCompact {
|
|
140
115
|
.sapMRI {
|
|
141
116
|
margin: 0.5rem 0;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.sapMRI.sapMRIDisplayOnly {
|
|
120
|
+
margin: 0;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.sapMRI .sapUiIcon,
|
|
124
|
+
.sapMRI .sapMImg {
|
|
125
|
+
padding-right: @sapUiRIIconPaddingCompact;
|
|
126
|
+
height: @sapUiRIIconSizeCompact;
|
|
127
|
+
}
|
|
142
128
|
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
129
|
+
.sapMRI.sapMRIDisplayOnly .sapUiIcon,
|
|
130
|
+
.sapMRI.sapMRIDisplayOnly .sapMImg {
|
|
131
|
+
padding-right: @sapUiRIIconPaddingDisplayOnly;
|
|
132
|
+
height: @sapUiRIIconSizeDisplayOnly;
|
|
146
133
|
}
|
|
147
|
-
|
|
148
|
-
|
|
134
|
+
|
|
135
|
+
.sapMRI .sapUiIcon:last-child,
|
|
136
|
+
.sapMRI .sapMImg:last-child {
|
|
137
|
+
padding-right: 0;
|
|
149
138
|
}
|
|
150
139
|
}
|
|
140
|
+
|
|
151
141
|
/* Condensed mode */
|
|
152
142
|
.sapUiSizeCondensed .sapUiTableDataCell .sapMRI .sapUiIcon,
|
|
153
143
|
.sapUiSizeCondensed .sapUiTableDataCell .sapMRI .sapMImg{
|