@openui5/themelib_sap_horizon 1.120.7 → 1.121.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/.reuse/dep5 +23 -21
- package/THIRDPARTY.txt +6 -43
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +13 -13
- package/src/sap/f/themes/sap_horizon/ShellBar.less +39 -16
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +13 -13
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +46 -16
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +3 -3
- package/src/sap/f/themes/sap_horizon_hcb/CardLoading.less +2 -2
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +11 -0
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +16 -1
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +3 -3
- package/src/sap/f/themes/sap_horizon_hcw/CardLoading.less +2 -2
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +11 -0
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +16 -1
- package/src/sap/m/themes/sap_horizon/ActionTile.less +8 -0
- package/src/sap/m/themes/sap_horizon/Breadcrumbs.less +71 -35
- package/src/sap/m/themes/sap_horizon/Button.less +1 -20
- package/src/sap/m/themes/sap_horizon/Carousel.less +5 -5
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +32 -32
- package/src/sap/m/themes/sap_horizon/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon/MenuButton.less +11 -15
- package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +57 -57
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +183 -90
- package/src/sap/m/themes/sap_horizon/Panel.less +0 -14
- package/src/sap/m/themes/sap_horizon/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +55 -4
- package/src/sap/m/themes/sap_horizon/Toolbar.less +6 -3
- package/src/sap/m/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/ActionTile.less +8 -0
- package/src/sap/m/themes/sap_horizon_dark/Breadcrumbs.less +70 -32
- package/src/sap/m/themes/sap_horizon_dark/Button.less +1 -20
- package/src/sap/m/themes/sap_horizon_dark/Carousel.less +5 -5
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +32 -32
- package/src/sap/m/themes/sap_horizon_dark/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +12 -7
- package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +58 -58
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +184 -90
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +0 -14
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +11 -2
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +54 -3
- package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +6 -3
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/Breadcrumbs.less +34 -24
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +0 -13
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +166 -131
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +0 -13
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +11 -2
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Select.less +10 -2
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +6 -3
- package/src/sap/m/themes/sap_horizon_hcw/Breadcrumbs.less +33 -23
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +0 -13
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +168 -131
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +0 -14
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +11 -2
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Select.less +10 -2
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +5 -3
- package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +13 -13
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +17 -17
- package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +13 -13
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +17 -17
- package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +18 -18
- package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +20 -20
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +66 -66
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +64 -64
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +64 -64
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +64 -64
- package/src/sap/ui/layout/themes/sap_horizon/BlockLayout.less +2 -2
- package/src/sap/ui/layout/themes/sap_horizon/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/ResponsiveLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/ResponsiveSplitter.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +2 -2
- package/src/sap/ui/layout/themes/sap_horizon_dark/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveSplitter.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/ResponsiveLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/ResponsiveLayout.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon/Table.less +1 -0
- package/src/sap/ui/mdc/themes/sap_horizon_dark/Table.less +1 -0
- package/src/sap/ui/mdc/themes/sap_horizon_hcb/Table.less +2 -1
- package/src/sap/ui/mdc/themes/sap_horizon_hcw/Table.less +2 -1
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +361 -271
- package/src/sap/ui/unified/themes/sap_horizon/CalendarLegend.less +33 -5
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +370 -279
- package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +33 -4
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +3 -3
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarLegend.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +4 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +3 -3
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarLegend.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +4 -0
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +52 -0
- package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +56 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/AnchorBar.less +33 -0
- package/src/sap/uxap/themes/sap_horizon_hcw/AnchorBar.less +33 -0
- package/LICENSES/BSD-2-Clause.txt +0 -22
|
@@ -19,6 +19,21 @@
|
|
|
19
19
|
height: 2.875rem;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
+
.sapUiSizeCompact .sapUiCalSecType {
|
|
23
|
+
.sapUiCal:not(.sapUiCalInt),
|
|
24
|
+
&.sapUiCal:not(.sapUiCalInt) {
|
|
25
|
+
min-width: 19rem;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.sapUiSizeCompact .sapUiCalMonthSecType {
|
|
30
|
+
.sapUiCalItem,
|
|
31
|
+
.sapUiCalWeekNum {
|
|
32
|
+
min-width: 2.25rem;
|
|
33
|
+
height: 2.25rem;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
22
37
|
.sapUiCalWeekNum:hover {
|
|
23
38
|
background-color: @sapUiListHoverBackground;
|
|
24
39
|
border-radius: 0.5rem;
|
|
@@ -76,6 +91,10 @@ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus:active {
|
|
|
76
91
|
color: @sapUiButtonLiteTextColor;
|
|
77
92
|
}
|
|
78
93
|
|
|
94
|
+
.sapUiCalSecType .sapUiCalHead > button .sapUiCalHeadBAddText {
|
|
95
|
+
font-family: @sapUiFontFamily;
|
|
96
|
+
}
|
|
97
|
+
|
|
79
98
|
html.sap-desktop .sapUiCalHead > button:hover,
|
|
80
99
|
html.sap-desktop .sapUiCalCancel:hover,
|
|
81
100
|
html.sap-desktop .sapUiCalHead > button:focus,
|
|
@@ -255,7 +274,6 @@ html.sap-desktop .sapUiCalItemWeekEnd:not(.sapUiCalItemSel):focus {
|
|
|
255
274
|
html.sap-desktop .sapUiCalDatesRow .sapUiCalItemWeekEnd:not(.sapUiCalItemSel):hover,
|
|
256
275
|
html.sap-desktop .sapUiCal:not(.sapUiCalDateInt) .sapUiCalItemWeekEnd:not(.sapUiCalItemSel) :not(.sapUiCalWeekNum):hover {
|
|
257
276
|
background-color: @sapUiListHoverBackground;
|
|
258
|
-
border-radius: 0.5rem;
|
|
259
277
|
}
|
|
260
278
|
|
|
261
279
|
html.sap-desktop .sapUiCalDatesRow .sapUiCalItemWeekEnd:not(.sapUiCalItemSel):hover {
|
|
@@ -268,7 +286,7 @@ html.sap-desktop .sapUiCalRow .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiC
|
|
|
268
286
|
}
|
|
269
287
|
|
|
270
288
|
.sapUiCalItemNow:not(.sapUiCalItemSel):not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
|
|
271
|
-
box-shadow: inset 0
|
|
289
|
+
box-shadow: inset 0 0 0 0.1875rem @_sap_ui_unified_Calendar_ItemBorderColor;
|
|
272
290
|
}
|
|
273
291
|
|
|
274
292
|
html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalDayName {
|
|
@@ -301,21 +319,21 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
|
|
|
301
319
|
outline: none;
|
|
302
320
|
&:after {
|
|
303
321
|
position: absolute;
|
|
304
|
-
top: 0;
|
|
305
|
-
left: 0;
|
|
306
|
-
right: 0;
|
|
307
|
-
bottom: 0;
|
|
322
|
+
top: 0.3125rem;
|
|
323
|
+
left: 0.3125rem;
|
|
324
|
+
right: 0.3125rem;
|
|
325
|
+
bottom: 0.3125rem;
|
|
308
326
|
content: "";
|
|
327
|
+
border: 0.0625rem solid @sapUiContentFocusColor;
|
|
309
328
|
border-radius: 0.5rem;
|
|
310
329
|
}
|
|
311
330
|
}
|
|
312
|
-
|
|
313
331
|
&.sapUiCalItemSelBetween {
|
|
314
332
|
.sapUiCalItemText {
|
|
315
333
|
position: relative;
|
|
316
334
|
}
|
|
317
335
|
&:not(.sapUiCalItemNow) {
|
|
318
|
-
.sapUiCalItemText:
|
|
336
|
+
.sapUiCalItemText:before {
|
|
319
337
|
position: absolute;
|
|
320
338
|
top: 0;
|
|
321
339
|
left: 0;
|
|
@@ -327,37 +345,43 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
|
|
|
327
345
|
}
|
|
328
346
|
}
|
|
329
347
|
}
|
|
348
|
+
|
|
330
349
|
&.sapUiCalItemNow {
|
|
331
350
|
border-radius: 0.5rem;
|
|
332
351
|
&:hover {
|
|
333
352
|
background: @sapUiListHoverBackground;
|
|
334
353
|
}
|
|
354
|
+
.sapUiCalSpecialDate,
|
|
355
|
+
&:focus:not(.sapUiCalItemSel) .sapUiCalSpecialDate {
|
|
356
|
+
width: 80%;
|
|
357
|
+
bottom: 0.1875rem;
|
|
358
|
+
left: 0.1875rem;
|
|
359
|
+
}
|
|
335
360
|
&.sapUiCalItemSel:not(.sapUiCalItemSelBetween),
|
|
336
361
|
&.sapUiCalItemSelStart:not(.sapUiCalItemSelBetween),
|
|
337
362
|
&.sapUiCalItemSelEnd:not(.sapUiCalItemSelBetween) {
|
|
338
363
|
|
|
339
|
-
.sapUiCalItemText:
|
|
364
|
+
.sapUiCalItemText:before {
|
|
340
365
|
position: absolute;
|
|
341
|
-
top: 0.
|
|
342
|
-
left: 0.
|
|
343
|
-
right: 0.
|
|
344
|
-
bottom: 0.
|
|
345
|
-
border: 0.0625rem solid @
|
|
366
|
+
top: 0.1875rem;
|
|
367
|
+
left: 0.1875rem;
|
|
368
|
+
right: 0.1875rem;
|
|
369
|
+
bottom: 0.1875rem;
|
|
370
|
+
border: 0.0625rem solid @sapUiListSelectionBorderColor;
|
|
346
371
|
content: "";
|
|
347
372
|
border-radius: 0.1875rem;
|
|
348
373
|
}
|
|
349
374
|
}
|
|
350
375
|
&.sapUiCalItemSel:not(:focus) {
|
|
351
376
|
.sapUiCalSpecialDate {
|
|
352
|
-
width:
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
bottom: 0.2rem;
|
|
377
|
+
width: 78%;
|
|
378
|
+
bottom: 0.1875rem;
|
|
379
|
+
left: 0.1875rem;
|
|
356
380
|
}
|
|
357
381
|
}
|
|
358
382
|
&.sapUiCalItemSelBetween {
|
|
359
383
|
line-height: normal;
|
|
360
|
-
|
|
384
|
+
.sapUiCalItemText {
|
|
361
385
|
border: 0.0625rem solid @sapUiListSelectionBorderColor;
|
|
362
386
|
border-radius: 0.3125rem;
|
|
363
387
|
margin: 0.125rem;
|
|
@@ -365,66 +389,30 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
|
|
|
365
389
|
height: 2.375rem;
|
|
366
390
|
line-height: 2.375rem;
|
|
367
391
|
}
|
|
368
|
-
|
|
369
|
-
width:
|
|
370
|
-
left: 0.2rem;
|
|
371
|
-
bottom: 0.2rem;
|
|
392
|
+
.sapUiCalSpecialDate {
|
|
393
|
+
width: 78%;
|
|
372
394
|
}
|
|
373
395
|
}
|
|
374
|
-
&:
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
396
|
+
&:focus {
|
|
397
|
+
&.sapUiCalItemSel,
|
|
398
|
+
&.sapUiCalItemSelBetween:not(.sapUiCalItemSel),
|
|
399
|
+
&:not(.sapUiCalItemSelBetween):not(.sapUiCalItemSel) {
|
|
400
|
+
.sapUiCalSpecialDate {
|
|
401
|
+
width: 66%;
|
|
378
402
|
left: 0.3125rem;
|
|
379
403
|
bottom: 0.3125rem;
|
|
404
|
+
height: 0.3125rem;
|
|
380
405
|
}
|
|
381
406
|
}
|
|
382
407
|
}
|
|
383
|
-
.sapUiCalSpecialDate {
|
|
384
|
-
width: 88%;
|
|
385
|
-
bottom: 0.125rem;
|
|
386
|
-
left: 0.125rem;
|
|
387
|
-
}
|
|
388
|
-
&:focus:not(.sapUiCalItemNow) .sapUiCalSpecialDate,
|
|
389
|
-
&.sapUiCalItemSel .sapUiCalSpecialDate {
|
|
390
|
-
bottom: 0.375rem;
|
|
391
|
-
width: 60%;
|
|
392
|
-
left: 0.3755rem;
|
|
393
|
-
right: 0.25rem;
|
|
394
|
-
}
|
|
395
408
|
|
|
396
|
-
&:focus .sapUiCalSpecialDate {
|
|
397
|
-
bottom: 0.45rem;
|
|
398
|
-
bottom: 0.375rem;
|
|
399
|
-
width: 63%;
|
|
400
|
-
left: 0.375rem;
|
|
401
|
-
right: 0.375rem;
|
|
402
|
-
height: 0.25rem;
|
|
403
|
-
height: 0.3125rem;
|
|
404
|
-
}
|
|
405
409
|
.sapUiCalItemText {
|
|
406
410
|
border: none;
|
|
407
411
|
}
|
|
408
412
|
&.sapUiCalItemSel {
|
|
409
413
|
box-shadow: inset 0 0 0 0.25rem @sapUiListBackground;
|
|
410
|
-
&:focus:not(.sapUiCalItemSelBetween) .sapUiCalSpecialDate {
|
|
411
|
-
bottom: 0.3rem;
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
&.sapUiCalItemSelBetween {
|
|
415
|
-
&:focus .sapUiCalSpecialDate {
|
|
416
|
-
bottom: 0.3125rem;
|
|
417
|
-
}
|
|
418
|
-
}
|
|
419
|
-
&.sapUiCalItemSelBetween:focus > .sapUiCalItemText:after {
|
|
420
|
-
top: 0;
|
|
421
|
-
left: 0;
|
|
422
|
-
right: 0;
|
|
423
|
-
bottom: 0;
|
|
424
|
-
border-radius: 0.3125rem;
|
|
425
|
-
}
|
|
426
414
|
}
|
|
427
|
-
&:focus > .sapUiCalItemText:
|
|
415
|
+
&:focus > .sapUiCalItemText:before {
|
|
428
416
|
top: 0.1875rem;
|
|
429
417
|
left: 0.1875rem;
|
|
430
418
|
right: 0.1875rem;
|
|
@@ -440,7 +428,6 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
|
|
|
440
428
|
bottom: 0;
|
|
441
429
|
border: 0.125rem solid @sapUiLegendCurrentDateTime;
|
|
442
430
|
border-radius: 0.5rem;
|
|
443
|
-
z-index: 1;
|
|
444
431
|
pointer-events: none;
|
|
445
432
|
}
|
|
446
433
|
}
|
|
@@ -466,50 +453,26 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
|
|
|
466
453
|
}
|
|
467
454
|
}
|
|
468
455
|
|
|
469
|
-
&:focus .sapUiCalSpecialDate,
|
|
470
456
|
&.sapUiCalItemSel .sapUiCalSpecialDate {
|
|
471
457
|
bottom: 0.025rem;
|
|
472
458
|
left: 0.09375rem;
|
|
473
459
|
width: 90%;
|
|
474
460
|
}
|
|
475
|
-
|
|
476
|
-
width: 93%;
|
|
477
|
-
left: 0.0625rem;
|
|
478
|
-
bottom: 0.0625rem;
|
|
479
|
-
}
|
|
480
|
-
.sapUiCalItemText {
|
|
481
|
-
border-radius: 0.5rem;
|
|
482
|
-
}
|
|
461
|
+
|
|
483
462
|
.sapUiCalItemText {
|
|
484
463
|
border-radius: 0.5rem;
|
|
485
464
|
}
|
|
486
465
|
}
|
|
487
466
|
|
|
488
467
|
.sapUiSizeCozy {
|
|
489
|
-
.sapUiCalSecType {
|
|
490
|
-
.sapUiCalItem {
|
|
491
|
-
&.sapUiCalItemNow {
|
|
492
|
-
&:not(.sapUiCalItemSelBetween),
|
|
493
|
-
&.sapUiCalItemSelBetween {
|
|
494
|
-
&> .sapUiCalItemText {
|
|
495
|
-
line-height: 2rem;
|
|
496
|
-
}
|
|
497
|
-
}
|
|
498
|
-
}
|
|
499
|
-
}
|
|
500
|
-
}
|
|
501
468
|
.sapUiCalItem {
|
|
502
469
|
&:focus .sapUiCalSpecialDate,
|
|
503
|
-
&.sapUiCalItemSel .sapUiCalSpecialDate
|
|
470
|
+
&.sapUiCalItemSel .sapUiCalSpecialDate,
|
|
471
|
+
&.sapUiCalItemSelBetween:not(.sapUiCalItemSel) .sapUiCalSpecialDate {
|
|
504
472
|
width: 91%;
|
|
505
473
|
}
|
|
506
474
|
|
|
507
475
|
&.sapUiCalItemSelBetween {
|
|
508
|
-
&.sapUiCalItemNow {
|
|
509
|
-
.sapUiCalSpecialDate {
|
|
510
|
-
bottom: 0.3rem;
|
|
511
|
-
}
|
|
512
|
-
}
|
|
513
476
|
&:not(.sapUiCalItemSel):not(.sapUiCalItemNow) {
|
|
514
477
|
.sapUiCalSpecialDate {
|
|
515
478
|
width: 93%;
|
|
@@ -520,93 +483,52 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
|
|
|
520
483
|
}
|
|
521
484
|
}
|
|
522
485
|
&.sapUiCalItemNow {
|
|
486
|
+
.sapUiCalSpecialDate,
|
|
487
|
+
&.sapUiCalItemSel .sapUiCalSpecialDate {
|
|
488
|
+
width: 82%;
|
|
489
|
+
}
|
|
490
|
+
|
|
523
491
|
&.sapUiCalItemSelBetween {
|
|
524
|
-
|
|
492
|
+
.sapUiCalItemText {
|
|
525
493
|
border: none;
|
|
526
494
|
margin: auto;
|
|
527
495
|
height: 100%;
|
|
528
496
|
line-height: 2.875rem;
|
|
529
497
|
}
|
|
530
|
-
|
|
498
|
+
.sapUiCalItemText:before {
|
|
531
499
|
content: "";
|
|
532
500
|
position: absolute;
|
|
533
|
-
|
|
501
|
+
top: 0.0625rem;
|
|
502
|
+
left: 0.0625rem;
|
|
503
|
+
right: 0.0625rem;
|
|
504
|
+
bottom: 0.0625rem;
|
|
505
|
+
border: 0.0625rem solid @sapUiListSelectionBorderColor;
|
|
534
506
|
border-radius: 0.3125rem;
|
|
535
507
|
margin: 0.125rem;
|
|
536
508
|
line-height: 2.375rem;
|
|
537
|
-
left: 0.0625rem;
|
|
538
|
-
top: 0.0625rem;
|
|
539
|
-
bottom: 0.0625rem;
|
|
540
|
-
right: 0.0625rem;
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
}
|
|
544
|
-
&:focus > .sapUiCalItemText:after {
|
|
545
|
-
top: 0.05rem;
|
|
546
|
-
left: 0.05rem;
|
|
547
|
-
right: 0.05rem;
|
|
548
|
-
bottom: 0.05rem;
|
|
549
|
-
}
|
|
550
|
-
&.sapUiCalItemSel {
|
|
551
|
-
& > .sapUiCalItemText:after {
|
|
552
|
-
top: 0.0625rem;
|
|
553
|
-
left: 0.0625rem;
|
|
554
|
-
right: 0.0625rem;
|
|
555
|
-
bottom: 0.0625rem;
|
|
556
|
-
}
|
|
557
|
-
&:focus .sapUiCalSpecialDate {
|
|
558
|
-
bottom: 0.375rem;
|
|
559
|
-
}
|
|
560
|
-
}
|
|
561
|
-
& > .sapUiCalSpecialDate {
|
|
562
|
-
left: 0.25rem;
|
|
563
|
-
right: 0.25rem;
|
|
564
|
-
bottom: 0.25rem;
|
|
565
|
-
width: 76%;
|
|
566
509
|
}
|
|
567
|
-
}
|
|
568
|
-
&.sapUiCalItemSel.sapUiCalItemSelBetween:not(:focus) {
|
|
569
510
|
.sapUiCalSpecialDate {
|
|
570
|
-
bottom: 0.3125rem;
|
|
571
|
-
width: 63%;
|
|
572
|
-
left: 0.375rem;
|
|
573
|
-
right: 0.375rem;
|
|
574
|
-
height: 0.3125rem;
|
|
575
|
-
|
|
576
|
-
width: 78%;
|
|
577
|
-
bottom: 0.25rem;
|
|
578
511
|
left: 0.25rem;
|
|
579
512
|
right: 0.25rem;
|
|
513
|
+
width: 76%;
|
|
580
514
|
}
|
|
581
515
|
}
|
|
582
516
|
&:focus {
|
|
583
517
|
&:not(.sapUiCalItemSelBetween) {
|
|
584
|
-
|
|
518
|
+
.sapUiCalSpecialDate {
|
|
585
519
|
bottom: 0.375rem;
|
|
586
520
|
width: 69%;
|
|
587
521
|
left: 0.3125rem;
|
|
588
522
|
}
|
|
589
523
|
}
|
|
590
|
-
|
|
524
|
+
.sapUiCalSpecialDate,
|
|
525
|
+
&.sapUiCalItemSelBetween:not(.sapUiCalItemSel) .sapUiCalSpecialDate{
|
|
591
526
|
bottom: 0.375rem;
|
|
592
527
|
width: 66%;
|
|
593
528
|
left: 0.375rem;
|
|
594
529
|
}
|
|
595
530
|
}
|
|
596
531
|
}
|
|
597
|
-
&.sapUiCalItemSel {
|
|
598
|
-
&:focus {
|
|
599
|
-
&.sapUiCalItemSelBetween:not(.sapUiCalItemNow) {
|
|
600
|
-
& > .sapUiCalItemText:after {
|
|
601
|
-
border-radius: 0.5rem;
|
|
602
|
-
top: 0;
|
|
603
|
-
bottom: 0;
|
|
604
|
-
left: 0;
|
|
605
|
-
right: 0;
|
|
606
|
-
}
|
|
607
|
-
}
|
|
608
|
-
}
|
|
609
|
-
}
|
|
610
532
|
}
|
|
611
533
|
}
|
|
612
534
|
|
|
@@ -615,6 +537,17 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
|
|
|
615
537
|
color: @_sap_ui_unified_Calendar_ItemOtherMonthColor;
|
|
616
538
|
}
|
|
617
539
|
|
|
540
|
+
.sapUiCalMonthSecType {
|
|
541
|
+
.sapUiCalItemOtherMonth.sapUiCalItem {
|
|
542
|
+
&:not(.sapUiCalItemSelBetween),
|
|
543
|
+
&:not(.sapUiCalItemSel) {
|
|
544
|
+
.sapUiCalItemSecText {
|
|
545
|
+
color: @_sap_ui_unified_Calendar_ItemOtherMonthColor;
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
|
|
618
551
|
.sapUiCalItemOtherMonth.sapUiCalItemDsbl {
|
|
619
552
|
opacity: @sapUiContentDisabledOpacity;
|
|
620
553
|
}
|
|
@@ -691,19 +624,9 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
691
624
|
.sapUiCalSpecialDate {
|
|
692
625
|
width: 100%;
|
|
693
626
|
left: 0;
|
|
694
|
-
bottom: 0.025rem
|
|
627
|
+
bottom: 0.025rem;
|
|
695
628
|
}
|
|
696
629
|
}
|
|
697
|
-
& :not(.sapUiCalItemNow) .sapUiCalItemText:after {
|
|
698
|
-
content: "";
|
|
699
|
-
position: absolute;
|
|
700
|
-
top: 0.3125rem;
|
|
701
|
-
left: 0.3125rem;
|
|
702
|
-
right: 0.3125rem;
|
|
703
|
-
bottom: 0.3125rem;
|
|
704
|
-
border: 0.125rem solid @sapList_SelectionBorderColor;
|
|
705
|
-
border-radius: 0.1875rem;
|
|
706
|
-
}
|
|
707
630
|
}
|
|
708
631
|
|
|
709
632
|
.sapUiCalItem:focus {
|
|
@@ -714,113 +637,141 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
714
637
|
left: 0.3125rem;
|
|
715
638
|
right: 0.3125rem;
|
|
716
639
|
bottom: 0.3125rem;
|
|
717
|
-
border: 0.125rem solid @
|
|
640
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
718
641
|
border-radius: 0.1875rem;
|
|
719
642
|
}
|
|
720
643
|
&.sapUiCalItemNow,
|
|
721
644
|
&.sapUiCalItemSel,
|
|
722
645
|
&.sapUiCalItemSelStart,
|
|
723
646
|
&.sapUiCalItemSelEnd {
|
|
724
|
-
.sapUiCalItemText:
|
|
647
|
+
.sapUiCalItemText:after {
|
|
725
648
|
content: "";
|
|
726
649
|
position: absolute;
|
|
727
650
|
top: 0.3125rem;
|
|
728
651
|
left: 0.3125rem;
|
|
729
652
|
right: 0.3125rem;
|
|
730
653
|
bottom: 0.3125rem;
|
|
731
|
-
border: 0.125rem solid @
|
|
654
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
732
655
|
border-radius: 0.1875rem;
|
|
733
656
|
}
|
|
734
|
-
|
|
735
|
-
}
|
|
736
|
-
&.sapUiCalItemNow {
|
|
737
|
-
&.sapUiCalItemSelStart,
|
|
738
|
-
&.sapUiCalItemSelEnd {
|
|
739
|
-
.sapUiCalItemText:after {
|
|
740
|
-
position: absolute;
|
|
741
|
-
content: "";
|
|
742
|
-
top: 0.3125rem;
|
|
743
|
-
left: 0.3125rem;
|
|
744
|
-
right: 0.3125rem;
|
|
745
|
-
bottom: 0.3125rem;
|
|
746
|
-
border: 0.0625rem solid @sapList_SelectionBorderColor;
|
|
747
|
-
border-radius: 0.1875rem;
|
|
748
|
-
}
|
|
749
|
-
}
|
|
750
657
|
}
|
|
751
658
|
}
|
|
752
659
|
|
|
753
660
|
.sapUiCalMonthSecType {
|
|
754
661
|
.sapUiCalItem {
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
662
|
+
border-radius: 0.375rem;
|
|
663
|
+
|
|
664
|
+
.sapUiCalItemSecText {
|
|
665
|
+
width: 60%;
|
|
666
|
+
}
|
|
667
|
+
.sapUiCalSpecialDate,
|
|
668
|
+
&.sapUiCalItemNow:not(:focus) .sapUiCalSpecialDate,
|
|
669
|
+
&.sapUiCalItemNow.sapUiCalItemSelBetween:focus .sapUiCalSpecialDate,
|
|
670
|
+
&.sapUiCalItemNow.sapUiCalItemSel:focus .sapUiCalSpecialDate,
|
|
671
|
+
&.sapUiCalItemSel .sapUiCalSpecialDate,
|
|
672
|
+
&.sapUiCalItemSelBetween:not(.sapUiCalItemSel) .sapUiCalSpecialDate,
|
|
673
|
+
&:focus:not(.sapUiCalItemSel):not(.sapUiCalItemSelBetween) .sapUiCalSpecialDate {
|
|
674
|
+
width: 0.375rem;
|
|
675
|
+
height: 0.375rem;
|
|
676
|
+
bottom: 0.375rem;
|
|
677
|
+
left: 0.375rem;
|
|
678
|
+
border-radius: 50%;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
&.sapUiCalItemSel,
|
|
682
|
+
&.sapUiCalItemSelStart,
|
|
683
|
+
&.sapUiCalItemSelEnd,
|
|
684
|
+
&:not(.sapUiCalItemNow):not(.sapUiCalItemSel),
|
|
685
|
+
&.sapUiCalItemSelBetween.sapUiCalItemOtherMonth:not(.sapUiCalItemNow) {
|
|
686
|
+
.sapUiCalItemText:before {
|
|
687
|
+
border-radius: 0.375rem;
|
|
762
688
|
}
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
&.sapUiCalItemNow {
|
|
692
|
+
&:before,
|
|
693
|
+
.sapUiCalItemText {
|
|
694
|
+
border-radius: 0.375rem;
|
|
695
|
+
}
|
|
696
|
+
&.sapUiCalItemSel:not(.sapUiCalItemSelBetween),
|
|
697
|
+
&.sapUiCalItemSelStart:not(.sapUiCalItemSelBetween),
|
|
698
|
+
&.sapUiCalItemSelEnd:not(.sapUiCalItemSelBetween),
|
|
699
|
+
&.sapUiCalItemSelBetween.sapUiCalItemOtherMonth:not(.sapUiCalItemNow) {
|
|
768
700
|
.sapUiCalItemText:before {
|
|
769
|
-
border:
|
|
701
|
+
border-radius: 0.1875rem;
|
|
770
702
|
}
|
|
771
703
|
}
|
|
704
|
+
}
|
|
705
|
+
&:focus {
|
|
772
706
|
&:not(.sapUiCalItemNow):not(.sapUiCalItemSel) {
|
|
773
707
|
.sapUiCalItemText:after {
|
|
774
|
-
top: 0;
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
border
|
|
708
|
+
top: 0.0625rem;
|
|
709
|
+
left: 0.0625rem;
|
|
710
|
+
right: 0.0625rem;
|
|
711
|
+
bottom: 0.0625rem;
|
|
712
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
713
|
+
border-radius: 0.25rem;
|
|
779
714
|
}
|
|
780
715
|
}
|
|
781
|
-
&.
|
|
782
|
-
&.
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
716
|
+
&.sapUiCalItemSel,
|
|
717
|
+
&.sapUiCalItemSelStart,
|
|
718
|
+
&.sapUiCalItemSelEnd,
|
|
719
|
+
&.sapUiCalItemSelBetween:not(.sapUiCalItemSel) {
|
|
720
|
+
.sapUiCalItemText:after {
|
|
721
|
+
top: 0.125rem;
|
|
722
|
+
left: 0.125rem;
|
|
723
|
+
right: 0.125rem;
|
|
724
|
+
bottom: 0.125rem;
|
|
725
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
726
|
+
border-radius: 0.25rem;
|
|
788
727
|
}
|
|
789
728
|
}
|
|
790
|
-
}
|
|
791
|
-
&.sapUiCalItemNow {
|
|
792
|
-
&:not(.sapUiCalItemSelBetween),
|
|
793
|
-
&.sapUiCalItemSelBetween,
|
|
794
729
|
&.sapUiCalItemNow {
|
|
795
|
-
|
|
796
|
-
|
|
730
|
+
.sapUiCalItemText:after {
|
|
731
|
+
top: 0.1875rem;
|
|
732
|
+
left: 0.1875rem;
|
|
733
|
+
right: 0.1875rem;
|
|
734
|
+
bottom: 0.1875rem;
|
|
735
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
736
|
+
border-radius: 0.25rem;
|
|
737
|
+
}
|
|
738
|
+
.sapUiCalItemText:before {
|
|
739
|
+
border: none;
|
|
797
740
|
}
|
|
798
|
-
}
|
|
799
|
-
}
|
|
800
|
-
}
|
|
801
741
|
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
742
|
+
&.sapUiCalItemSel,
|
|
743
|
+
&.sapUiCalItemSelStart,
|
|
744
|
+
&.sapUiCalItemSelEnd,
|
|
745
|
+
&.sapUiCalItemSelBetween:not(.sapUiCalItemSel) {
|
|
746
|
+
.sapUiCalItemText:after {
|
|
747
|
+
top: 0.3125rem;
|
|
748
|
+
left: 0.3125rem;
|
|
749
|
+
right: 0.3125rem;
|
|
750
|
+
bottom: 0.3125rem;
|
|
751
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
752
|
+
border-radius: 0.25rem;
|
|
753
|
+
}
|
|
754
|
+
.sapUiCalItemText:before {
|
|
755
|
+
border: 0.063rem solid @sapUiListSelectionBorderColor;
|
|
756
|
+
border-radius: 0.1875rem;
|
|
757
|
+
}
|
|
758
|
+
.sapUiCalItemSecText {
|
|
759
|
+
padding-right: 1.25rem;
|
|
760
|
+
padding-bottom: 1.15rem;
|
|
761
|
+
text-align: right;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
.sapUiCalSpecialDate {
|
|
765
|
+
bottom: 0.5rem;
|
|
766
|
+
left: 0.438rem;
|
|
767
|
+
}
|
|
768
|
+
}
|
|
769
|
+
}
|
|
808
770
|
}
|
|
809
771
|
}
|
|
810
772
|
}
|
|
811
773
|
|
|
812
|
-
.sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemText:
|
|
813
|
-
position: absolute;
|
|
814
|
-
top: 0;
|
|
815
|
-
left: 0;
|
|
816
|
-
right: 0;
|
|
817
|
-
bottom: 0;
|
|
818
|
-
border: 0.0625rem solid @sapUiContentFocusColor;
|
|
819
|
-
content: "";
|
|
820
|
-
border-radius: 0.5rem;
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
.sapUiCalItem.sapUiCalItemSel.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText:after {
|
|
774
|
+
.sapUiCalItem.sapUiCalItemSel.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText:before {
|
|
824
775
|
top: 0.1875rem;
|
|
825
776
|
left: 0.1875rem;
|
|
826
777
|
right: 0.1875rem;
|
|
@@ -828,24 +779,73 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
828
779
|
border-radius: 0.3125rem;
|
|
829
780
|
}
|
|
830
781
|
|
|
831
|
-
.
|
|
832
|
-
.
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
782
|
+
.sapUiSizeCozy {
|
|
783
|
+
.sapUiCalMonthSecType {
|
|
784
|
+
.sapUiCalItem {
|
|
785
|
+
&.sapUiCalItemSel,
|
|
786
|
+
&.sapUiCalItemNow:focus:not(.sapUiCalItemSelBetween),
|
|
787
|
+
&.sapUiCalItemSelBetween:not(.sapUiCalItemSel):not(.sapUiCalItemNow),
|
|
788
|
+
&.sapUiCalItemNow.sapUiCalItemSelBetween:not(.sapUiCalItemSel) {
|
|
789
|
+
.sapUiCalSpecialDate {
|
|
790
|
+
width: 0.375rem;
|
|
791
|
+
height: 0.375rem;
|
|
792
|
+
bottom: 0.375rem;
|
|
793
|
+
left: 0.375rem;
|
|
794
|
+
border-radius: 50%;
|
|
795
|
+
}
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
&.sapUiCalItemNow {
|
|
799
|
+
&:focus {
|
|
800
|
+
&.sapUiCalItemSel,
|
|
801
|
+
&.sapUiCalItemSelStart,
|
|
802
|
+
&.sapUiCalItemSelEnd,
|
|
803
|
+
&.sapUiCalItemSelBetween:not(.sapUiCalItemSel) {
|
|
804
|
+
.sapUiCalSpecialDate {
|
|
805
|
+
bottom: 0.5rem;
|
|
806
|
+
left: 0.438rem;
|
|
807
|
+
}
|
|
808
|
+
}
|
|
809
|
+
}
|
|
810
|
+
&.sapUiCalItemSelBetween {
|
|
811
|
+
.sapUiCalItemText {
|
|
812
|
+
line-height: normal;
|
|
813
|
+
width: 100%;
|
|
814
|
+
}
|
|
815
|
+
.sapUiCalItemText:before {
|
|
816
|
+
top: 0.0625rem;
|
|
817
|
+
left: 0.0625rem;
|
|
818
|
+
right: 0.0625rem;
|
|
819
|
+
bottom: 0.0625rem;
|
|
820
|
+
border: 0.0625rem solid @sapUiListSelectionBorderColor;
|
|
821
|
+
border-radius: 0.1875rem;
|
|
822
|
+
}
|
|
823
|
+
.sapUiCalItemText:after {
|
|
824
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
825
|
+
border-radius: 0.25rem;
|
|
826
|
+
}
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
}
|
|
837
830
|
}
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
.sapUiSizeCompact {
|
|
838
834
|
.sapUiCalItem {
|
|
839
|
-
&.
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
835
|
+
&.sapUiCalItemNow:focus {
|
|
836
|
+
&.sapUiCalItemSelBetween,
|
|
837
|
+
&.sapUiCalItemSelBetween.sapUiCalItemSel {
|
|
838
|
+
.sapUiCalItemText:after {
|
|
839
|
+
top: 0.0625rem;
|
|
840
|
+
left: 0.0625rem;
|
|
841
|
+
right: 0.0625rem;
|
|
842
|
+
bottom: 0.0625rem;
|
|
843
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
844
|
+
border-radius: 0.1875rem;
|
|
844
845
|
}
|
|
845
846
|
}
|
|
846
847
|
}
|
|
847
848
|
}
|
|
848
|
-
|
|
849
849
|
}
|
|
850
850
|
|
|
851
851
|
.sapUiCalNoNameLine .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalDayName {
|
|
@@ -856,7 +856,6 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
856
856
|
background-color: @sapUiSelected;
|
|
857
857
|
}
|
|
858
858
|
|
|
859
|
-
//Add a rule for the edgeCase selected?
|
|
860
859
|
.sapUiCalItemSel:not(.sapUiCalItemNow),
|
|
861
860
|
.sapUiCalItemSelStart:not(.sapUiCalItemNow),
|
|
862
861
|
.sapUiCalItemSelEnd:not(.sapUiCalItemNow),
|
|
@@ -865,7 +864,7 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
865
864
|
background-color: @sapUiListSelectionBackgroundColor;
|
|
866
865
|
color: @sapTextColor;
|
|
867
866
|
|
|
868
|
-
.sapUiCalItemText:
|
|
867
|
+
.sapUiCalItemText:before {
|
|
869
868
|
position: absolute;
|
|
870
869
|
top: 0;
|
|
871
870
|
left: 0;
|
|
@@ -877,10 +876,9 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
877
876
|
}
|
|
878
877
|
}
|
|
879
878
|
|
|
880
|
-
.sapUiCalItemSel,
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
border-radius: 0.5rem;
|
|
879
|
+
.sapUiCalItemSelBetween:not(.sapUiCalItemSel).sapUiCalItemNow,
|
|
880
|
+
.sapUiCalItemSel.sapUiCalItemSelBetween.sapUiCalItemNow {
|
|
881
|
+
background-color: @sapUiListSelectionBackgroundColor;
|
|
884
882
|
}
|
|
885
883
|
|
|
886
884
|
html[data-sap-ui-browser^="ie"].sap-desktop .sapUiCalMonthPicker .sapUiCalItemSel:focus,
|
|
@@ -915,14 +913,46 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
|
|
|
915
913
|
}
|
|
916
914
|
|
|
917
915
|
/* 2 calendar types */
|
|
918
|
-
.sapUiCalMonthSecType .sapUiCalItem
|
|
919
|
-
line-height:
|
|
916
|
+
.sapUiSizeCozy .sapUiCalMonthSecType .sapUiCalItem:not(.sapUiCalItemNow) .sapUiCalItemSecText {
|
|
917
|
+
line-height: 0.75rem;
|
|
920
918
|
}
|
|
921
919
|
|
|
922
920
|
.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
|
|
923
921
|
line-height: 2.9rem;
|
|
924
922
|
}
|
|
925
923
|
|
|
924
|
+
.sapUiCalMonthSecType .sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
|
|
925
|
+
line-height: normal;
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
.sapUiCalMonthSecType {
|
|
929
|
+
.sapUiCalItem {
|
|
930
|
+
.sapUiCalItemText {
|
|
931
|
+
text-align: left;
|
|
932
|
+
line-height: normal;
|
|
933
|
+
padding-top: 0.1875rem;
|
|
934
|
+
padding-left: 0.375rem;
|
|
935
|
+
}
|
|
936
|
+
.sapUiCalItemSecText {
|
|
937
|
+
padding-right: 0.3125rem;
|
|
938
|
+
text-align: right;
|
|
939
|
+
}
|
|
940
|
+
&.sapUiCalItemNow {
|
|
941
|
+
&:focus.sapUiCalItemSel,
|
|
942
|
+
&:focus.sapUiCalItemSelBetween:not(.sapUiCalItemSel) {
|
|
943
|
+
.sapUiCalItemText {
|
|
944
|
+
line-height: normal;
|
|
945
|
+
padding-top: 0.3125rem;
|
|
946
|
+
padding-left: 0.4375rem;
|
|
947
|
+
}
|
|
948
|
+
.sapUiCalItemSecText {
|
|
949
|
+
padding-right: 0.4375rem;
|
|
950
|
+
}
|
|
951
|
+
}
|
|
952
|
+
}
|
|
953
|
+
}
|
|
954
|
+
}
|
|
955
|
+
|
|
926
956
|
.sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemSecText {
|
|
927
957
|
color: @sapUiContentSelectedTextColor;
|
|
928
958
|
}
|
|
@@ -935,7 +965,7 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
|
|
|
935
965
|
/*** compact mode (desktop size) ***/
|
|
936
966
|
|
|
937
967
|
.sapUiSizeCompact .sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
|
|
938
|
-
line-height: 1.
|
|
968
|
+
line-height: 1.925rem;
|
|
939
969
|
}
|
|
940
970
|
|
|
941
971
|
.sapUiCalHead > button {
|
|
@@ -954,19 +984,96 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
|
|
|
954
984
|
.sapUiCalItemSel.sapUiCalItemSelBetween:not(.sapUiCalItemNow) > .sapUiCalItemText {
|
|
955
985
|
line-height: 1.75rem;
|
|
956
986
|
}
|
|
957
|
-
.sapUiCalMonthSecType
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
987
|
+
.sapUiCalMonthSecType {
|
|
988
|
+
.sapUiCalItem {
|
|
989
|
+
.sapUiCalItemText {
|
|
990
|
+
text-align: left;
|
|
991
|
+
line-height: normal;
|
|
992
|
+
padding-top: 0.1875rem;
|
|
993
|
+
padding-left: 0.3125rem;
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
.sapUiCalItemSecText {
|
|
997
|
+
padding-right: 0.3125rem;
|
|
998
|
+
text-align: right;
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
&.sapUiCalItemSelBetween > .sapUiCalItemText{
|
|
1002
|
+
line-height: normal;
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
&.sapUiCalItemNow {
|
|
1006
|
+
&:focus {
|
|
1007
|
+
&.sapUiCalItemSelBetween,
|
|
1008
|
+
&.sapUiCalItemSelBetween.sapUiCalItemSel,
|
|
1009
|
+
&.sapUiCalItemSelBetween:not(.sapUiCalItemSel) {
|
|
1010
|
+
.sapUiCalItemText:after {
|
|
1011
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
1012
|
+
border-radius: 0.25rem;
|
|
1013
|
+
}
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
&.sapUiCalItemSel {
|
|
1017
|
+
.sapUiCalItemText {
|
|
1018
|
+
font-size: 0.75rem;
|
|
1019
|
+
}
|
|
1020
|
+
.sapUiCalSpecialDate {
|
|
1021
|
+
bottom: 0.5rem;
|
|
1022
|
+
left: 0.438rem;
|
|
1023
|
+
}
|
|
1024
|
+
&.sapUiCalItemSelBetween {
|
|
1025
|
+
.sapUiCalItemText {
|
|
1026
|
+
padding-top: 0.125rem;
|
|
1027
|
+
padding-left: 0.1875rem;
|
|
1028
|
+
}
|
|
1029
|
+
}
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
&.sapUiCalItemSelBetween:not(.sapUiCalItemSel) {
|
|
1033
|
+
.sapUiCalItemText {
|
|
1034
|
+
padding-top: 0.0625rem;
|
|
1035
|
+
padding-left: 0.1875rem;
|
|
1036
|
+
line-height: normal;
|
|
1037
|
+
font-size: @sapMFontSmallSize;
|
|
1038
|
+
}
|
|
1039
|
+
.sapUiCalItemText:after {
|
|
1040
|
+
top: 0.0625rem;
|
|
1041
|
+
left: 0.0625rem;
|
|
1042
|
+
right: 0.0625rem;
|
|
1043
|
+
bottom: 0.0625rem;
|
|
1044
|
+
}
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
.sapUiCalItemText {
|
|
1049
|
+
line-height: normal;
|
|
1050
|
+
}
|
|
1051
|
+
&.sapUiCalItemSelBetween {
|
|
1052
|
+
.sapUiCalItemText {
|
|
1053
|
+
padding-top: 0.0625rem;
|
|
1054
|
+
padding-left: 0.0625rem;
|
|
1055
|
+
line-height: 0.75rem;
|
|
1056
|
+
width: 1.75rem;
|
|
1057
|
+
height: 1.75rem;
|
|
1058
|
+
border-radius: 0.1875rem;
|
|
1059
|
+
}
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
&.sapUiCalItemSel:not(.sapUiCalItemSelBetween){
|
|
1063
|
+
.sapUiCalItemText {
|
|
1064
|
+
line-height: normal;
|
|
1065
|
+
}
|
|
1066
|
+
}
|
|
1067
|
+
}
|
|
1068
|
+
}
|
|
966
1069
|
}
|
|
1070
|
+
|
|
967
1071
|
.sapUiCalHead > button {
|
|
968
1072
|
margin: 0.1875rem 0;
|
|
969
|
-
height:
|
|
1073
|
+
height: 2rem;
|
|
1074
|
+
.sapUiIcon {
|
|
1075
|
+
line-height: 2rem;
|
|
1076
|
+
}
|
|
970
1077
|
}
|
|
971
1078
|
.sapUiCalItem.sapUiCalItemNow.sapUiCalItemSelBetween > .sapUiCalItemText {
|
|
972
1079
|
width: 1.5rem;
|
|
@@ -974,22 +1081,6 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
|
|
|
974
1081
|
top: 0.0625rem;
|
|
975
1082
|
line-height: 1.4375rem;
|
|
976
1083
|
}
|
|
977
|
-
|
|
978
|
-
.sapUiCalMonthSecType {
|
|
979
|
-
.sapUiCalItem.sapUiCalItemNow.sapUiCalItemSelBetween {
|
|
980
|
-
& > .sapUiCalItemText {
|
|
981
|
-
line-height: 0.75rem;
|
|
982
|
-
}
|
|
983
|
-
&:focus {
|
|
984
|
-
& > .sapUiCalItemText {
|
|
985
|
-
&:before {
|
|
986
|
-
border: none;
|
|
987
|
-
}
|
|
988
|
-
border: none;
|
|
989
|
-
}
|
|
990
|
-
}
|
|
991
|
-
}
|
|
992
|
-
}
|
|
993
1084
|
}
|
|
994
1085
|
|
|
995
1086
|
@media only screen
|