@openui5/themelib_sap_horizon 1.120.6 → 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/rta/themes/sap_horizon/Toolbar.adaptation.less +1 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +1 -0
- 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;
|
|
@@ -259,7 +274,6 @@ html.sap-desktop .sapUiCalItemWeekEnd:not(.sapUiCalItemSel):focus {
|
|
|
259
274
|
html.sap-desktop .sapUiCalDatesRow .sapUiCalItemWeekEnd:not(.sapUiCalItemSel):hover,
|
|
260
275
|
html.sap-desktop .sapUiCal:not(.sapUiCalDateInt) .sapUiCalItemWeekEnd:not(.sapUiCalItemSel) :not(.sapUiCalWeekNum):hover {
|
|
261
276
|
background-color: @sapUiListHoverBackground;
|
|
262
|
-
border-radius: 0.5rem;
|
|
263
277
|
}
|
|
264
278
|
|
|
265
279
|
html.sap-desktop .sapUiCalDatesRow .sapUiCalItemWeekEnd:not(.sapUiCalItemSel):hover {
|
|
@@ -272,7 +286,7 @@ html.sap-desktop .sapUiCalRow .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiC
|
|
|
272
286
|
}
|
|
273
287
|
|
|
274
288
|
.sapUiCalItemNow:not(.sapUiCalItemSel):not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
|
|
275
|
-
box-shadow: inset 0
|
|
289
|
+
box-shadow: inset 0 0 0 0.1875rem @_sap_ui_unified_Calendar_ItemBorderColor;
|
|
276
290
|
}
|
|
277
291
|
|
|
278
292
|
html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalDayName {
|
|
@@ -305,11 +319,12 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
|
|
|
305
319
|
outline: none;
|
|
306
320
|
&:after {
|
|
307
321
|
position: absolute;
|
|
308
|
-
top: 0;
|
|
309
|
-
left: 0;
|
|
310
|
-
right: 0;
|
|
311
|
-
bottom: 0;
|
|
322
|
+
top: 0.3125rem;
|
|
323
|
+
left: 0.3125rem;
|
|
324
|
+
right: 0.3125rem;
|
|
325
|
+
bottom: 0.3125rem;
|
|
312
326
|
content: "";
|
|
327
|
+
border: 0.0625rem solid @sapUiContentFocusColor;
|
|
313
328
|
border-radius: 0.5rem;
|
|
314
329
|
}
|
|
315
330
|
}
|
|
@@ -318,7 +333,7 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
|
|
|
318
333
|
position: relative;
|
|
319
334
|
}
|
|
320
335
|
&:not(.sapUiCalItemNow) {
|
|
321
|
-
.sapUiCalItemText:
|
|
336
|
+
.sapUiCalItemText:before {
|
|
322
337
|
position: absolute;
|
|
323
338
|
top: 0;
|
|
324
339
|
left: 0;
|
|
@@ -336,32 +351,37 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
|
|
|
336
351
|
&:hover {
|
|
337
352
|
background: @sapUiListHoverBackground;
|
|
338
353
|
}
|
|
354
|
+
.sapUiCalSpecialDate,
|
|
355
|
+
&:focus:not(.sapUiCalItemSel) .sapUiCalSpecialDate {
|
|
356
|
+
width: 80%;
|
|
357
|
+
bottom: 0.1875rem;
|
|
358
|
+
left: 0.1875rem;
|
|
359
|
+
}
|
|
339
360
|
&.sapUiCalItemSel:not(.sapUiCalItemSelBetween),
|
|
340
361
|
&.sapUiCalItemSelStart:not(.sapUiCalItemSelBetween),
|
|
341
362
|
&.sapUiCalItemSelEnd:not(.sapUiCalItemSelBetween) {
|
|
342
363
|
|
|
343
|
-
.sapUiCalItemText:
|
|
364
|
+
.sapUiCalItemText:before {
|
|
344
365
|
position: absolute;
|
|
345
|
-
top: 0.
|
|
346
|
-
left: 0.
|
|
347
|
-
right: 0.
|
|
348
|
-
bottom: 0.
|
|
349
|
-
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;
|
|
350
371
|
content: "";
|
|
351
372
|
border-radius: 0.1875rem;
|
|
352
373
|
}
|
|
353
374
|
}
|
|
354
375
|
&.sapUiCalItemSel:not(:focus) {
|
|
355
376
|
.sapUiCalSpecialDate {
|
|
356
|
-
width:
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
bottom: 0.2rem;
|
|
377
|
+
width: 78%;
|
|
378
|
+
bottom: 0.1875rem;
|
|
379
|
+
left: 0.1875rem;
|
|
360
380
|
}
|
|
361
381
|
}
|
|
362
382
|
&.sapUiCalItemSelBetween {
|
|
363
383
|
line-height: normal;
|
|
364
|
-
|
|
384
|
+
.sapUiCalItemText {
|
|
365
385
|
border: 0.0625rem solid @sapUiListSelectionBorderColor;
|
|
366
386
|
border-radius: 0.3125rem;
|
|
367
387
|
margin: 0.125rem;
|
|
@@ -369,67 +389,30 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
|
|
|
369
389
|
height: 2.375rem;
|
|
370
390
|
line-height: 2.375rem;
|
|
371
391
|
}
|
|
372
|
-
|
|
373
|
-
width:
|
|
374
|
-
left: 0.2rem;
|
|
375
|
-
bottom: 0.2rem;
|
|
392
|
+
.sapUiCalSpecialDate {
|
|
393
|
+
width: 78%;
|
|
376
394
|
}
|
|
377
395
|
}
|
|
378
|
-
&:
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
396
|
+
&:focus {
|
|
397
|
+
&.sapUiCalItemSel,
|
|
398
|
+
&.sapUiCalItemSelBetween:not(.sapUiCalItemSel),
|
|
399
|
+
&:not(.sapUiCalItemSelBetween):not(.sapUiCalItemSel) {
|
|
400
|
+
.sapUiCalSpecialDate {
|
|
401
|
+
width: 66%;
|
|
382
402
|
left: 0.3125rem;
|
|
383
403
|
bottom: 0.3125rem;
|
|
404
|
+
height: 0.3125rem;
|
|
384
405
|
}
|
|
385
406
|
}
|
|
386
407
|
}
|
|
387
|
-
.sapUiCalSpecialDate {
|
|
388
|
-
width: 88%;
|
|
389
|
-
bottom: 0.125rem;
|
|
390
|
-
left: 0.125rem;
|
|
391
|
-
}
|
|
392
|
-
&:focus:not(.sapUiCalItemNow) .sapUiCalSpecialDate,
|
|
393
|
-
&.sapUiCalItemSel .sapUiCalSpecialDate {
|
|
394
|
-
bottom: 0.375rem;
|
|
395
|
-
width: 60%;
|
|
396
|
-
left: 0.3755rem;
|
|
397
|
-
right: 0.25rem;
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
&:focus .sapUiCalSpecialDate {
|
|
401
|
-
bottom: 0.45rem;
|
|
402
|
-
bottom: 0.375rem;
|
|
403
|
-
width: 63%;
|
|
404
|
-
left: 0.375rem;
|
|
405
|
-
right: 0.375rem;
|
|
406
|
-
height: 0.25rem;
|
|
407
|
-
height: 0.3125rem;
|
|
408
|
-
}
|
|
409
408
|
|
|
410
409
|
.sapUiCalItemText {
|
|
411
410
|
border: none;
|
|
412
411
|
}
|
|
413
412
|
&.sapUiCalItemSel {
|
|
414
413
|
box-shadow: inset 0 0 0 0.25rem @sapUiListBackground;
|
|
415
|
-
&:focus:not(.sapUiCalItemSelBetween) .sapUiCalSpecialDate {
|
|
416
|
-
bottom: 0.3rem;
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
&.sapUiCalItemSelBetween {
|
|
420
|
-
&:focus .sapUiCalSpecialDate {
|
|
421
|
-
bottom: 0.3125rem;
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
|
-
&.sapUiCalItemSelBetween:focus > .sapUiCalItemText:after {
|
|
425
|
-
top: 0;
|
|
426
|
-
left: 0;
|
|
427
|
-
right: 0;
|
|
428
|
-
bottom: 0;
|
|
429
|
-
border-radius: 0.3125rem;
|
|
430
|
-
}
|
|
431
414
|
}
|
|
432
|
-
&:focus > .sapUiCalItemText:
|
|
415
|
+
&:focus > .sapUiCalItemText:before {
|
|
433
416
|
top: 0.1875rem;
|
|
434
417
|
left: 0.1875rem;
|
|
435
418
|
right: 0.1875rem;
|
|
@@ -445,7 +428,6 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
|
|
|
445
428
|
bottom: 0;
|
|
446
429
|
border: 0.125rem solid @sapUiLegendCurrentDateTime;
|
|
447
430
|
border-radius: 0.5rem;
|
|
448
|
-
z-index: 1;
|
|
449
431
|
pointer-events: none;
|
|
450
432
|
}
|
|
451
433
|
}
|
|
@@ -471,17 +453,11 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
|
|
|
471
453
|
}
|
|
472
454
|
}
|
|
473
455
|
|
|
474
|
-
&:focus .sapUiCalSpecialDate,
|
|
475
456
|
&.sapUiCalItemSel .sapUiCalSpecialDate {
|
|
476
457
|
bottom: 0.025rem;
|
|
477
458
|
left: 0.09375rem;
|
|
478
459
|
width: 90%;
|
|
479
460
|
}
|
|
480
|
-
&:focus:not(.sapUiCalItemSelBetween):not(.sapUiCalItemSel) .sapUiCalSpecialDate {
|
|
481
|
-
width: 93%;
|
|
482
|
-
left: 0.0625rem;
|
|
483
|
-
bottom: 0.0625rem;
|
|
484
|
-
}
|
|
485
461
|
|
|
486
462
|
.sapUiCalItemText {
|
|
487
463
|
border-radius: 0.5rem;
|
|
@@ -489,30 +465,14 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
|
|
|
489
465
|
}
|
|
490
466
|
|
|
491
467
|
.sapUiSizeCozy {
|
|
492
|
-
.sapUiCalSecType {
|
|
493
|
-
.sapUiCalItem {
|
|
494
|
-
&.sapUiCalItemNow {
|
|
495
|
-
&:not(.sapUiCalItemSelBetween),
|
|
496
|
-
&.sapUiCalItemSelBetween {
|
|
497
|
-
&> .sapUiCalItemText {
|
|
498
|
-
line-height: 2rem;
|
|
499
|
-
}
|
|
500
|
-
}
|
|
501
|
-
}
|
|
502
|
-
}
|
|
503
|
-
}
|
|
504
468
|
.sapUiCalItem {
|
|
505
469
|
&:focus .sapUiCalSpecialDate,
|
|
506
|
-
&.sapUiCalItemSel .sapUiCalSpecialDate
|
|
470
|
+
&.sapUiCalItemSel .sapUiCalSpecialDate,
|
|
471
|
+
&.sapUiCalItemSelBetween:not(.sapUiCalItemSel) .sapUiCalSpecialDate {
|
|
507
472
|
width: 91%;
|
|
508
473
|
}
|
|
509
474
|
|
|
510
475
|
&.sapUiCalItemSelBetween {
|
|
511
|
-
&.sapUiCalItemNow {
|
|
512
|
-
.sapUiCalSpecialDate {
|
|
513
|
-
bottom: 0.3rem;
|
|
514
|
-
}
|
|
515
|
-
}
|
|
516
476
|
&:not(.sapUiCalItemSel):not(.sapUiCalItemNow) {
|
|
517
477
|
.sapUiCalSpecialDate {
|
|
518
478
|
width: 93%;
|
|
@@ -523,100 +483,52 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
|
|
|
523
483
|
}
|
|
524
484
|
}
|
|
525
485
|
&.sapUiCalItemNow {
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
width: 82%;
|
|
530
|
-
}
|
|
531
|
-
}
|
|
486
|
+
.sapUiCalSpecialDate,
|
|
487
|
+
&.sapUiCalItemSel .sapUiCalSpecialDate {
|
|
488
|
+
width: 82%;
|
|
532
489
|
}
|
|
490
|
+
|
|
533
491
|
&.sapUiCalItemSelBetween {
|
|
534
|
-
|
|
492
|
+
.sapUiCalItemText {
|
|
535
493
|
border: none;
|
|
536
494
|
margin: auto;
|
|
537
495
|
height: 100%;
|
|
538
496
|
line-height: 2.875rem;
|
|
539
497
|
}
|
|
540
|
-
|
|
498
|
+
.sapUiCalItemText:before {
|
|
541
499
|
content: "";
|
|
542
500
|
position: absolute;
|
|
543
|
-
|
|
501
|
+
top: 0.0625rem;
|
|
502
|
+
left: 0.0625rem;
|
|
503
|
+
right: 0.0625rem;
|
|
504
|
+
bottom: 0.0625rem;
|
|
505
|
+
border: 0.0625rem solid @sapUiListSelectionBorderColor;
|
|
544
506
|
border-radius: 0.3125rem;
|
|
545
507
|
margin: 0.125rem;
|
|
546
508
|
line-height: 2.375rem;
|
|
547
|
-
left: 0.0625rem;
|
|
548
|
-
top: 0.0625rem;
|
|
549
|
-
bottom: 0.0625rem;
|
|
550
|
-
right: 0.0625rem;
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
}
|
|
554
|
-
&:focus > .sapUiCalItemText:after {
|
|
555
|
-
top: 0.05rem;
|
|
556
|
-
left: 0.05rem;
|
|
557
|
-
right: 0.05rem;
|
|
558
|
-
bottom: 0.05rem;
|
|
559
|
-
}
|
|
560
|
-
&.sapUiCalItemSel {
|
|
561
|
-
& > .sapUiCalItemText:after {
|
|
562
|
-
top: 0.0625rem;
|
|
563
|
-
left: 0.0625rem;
|
|
564
|
-
right: 0.0625rem;
|
|
565
|
-
bottom: 0.0625rem;
|
|
566
|
-
}
|
|
567
|
-
&:focus .sapUiCalSpecialDate {
|
|
568
|
-
bottom: 0.375rem;
|
|
569
|
-
}
|
|
570
509
|
}
|
|
571
|
-
& > .sapUiCalSpecialDate {
|
|
572
|
-
left: 0.25rem;
|
|
573
|
-
right: 0.25rem;
|
|
574
|
-
bottom: 0.25rem;
|
|
575
|
-
width: 76%;
|
|
576
|
-
}
|
|
577
|
-
}
|
|
578
|
-
&.sapUiCalItemSel.sapUiCalItemSelBetween:not(:focus) {
|
|
579
510
|
.sapUiCalSpecialDate {
|
|
580
|
-
bottom: 0.3125rem;
|
|
581
|
-
width: 63%;
|
|
582
|
-
left: 0.375rem;
|
|
583
|
-
right: 0.375rem;
|
|
584
|
-
height: 0.3125rem;
|
|
585
|
-
|
|
586
|
-
width: 78%;
|
|
587
|
-
bottom: 0.25rem;
|
|
588
511
|
left: 0.25rem;
|
|
589
512
|
right: 0.25rem;
|
|
513
|
+
width: 76%;
|
|
590
514
|
}
|
|
591
515
|
}
|
|
592
516
|
&:focus {
|
|
593
517
|
&:not(.sapUiCalItemSelBetween) {
|
|
594
|
-
|
|
518
|
+
.sapUiCalSpecialDate {
|
|
595
519
|
bottom: 0.375rem;
|
|
596
520
|
width: 69%;
|
|
597
521
|
left: 0.3125rem;
|
|
598
522
|
}
|
|
599
523
|
}
|
|
600
|
-
|
|
524
|
+
.sapUiCalSpecialDate,
|
|
525
|
+
&.sapUiCalItemSelBetween:not(.sapUiCalItemSel) .sapUiCalSpecialDate{
|
|
601
526
|
bottom: 0.375rem;
|
|
602
527
|
width: 66%;
|
|
603
528
|
left: 0.375rem;
|
|
604
529
|
}
|
|
605
530
|
}
|
|
606
531
|
}
|
|
607
|
-
&.sapUiCalItemSel {
|
|
608
|
-
&:focus {
|
|
609
|
-
&.sapUiCalItemSelBetween:not(.sapUiCalItemNow) {
|
|
610
|
-
& > .sapUiCalItemText:after {
|
|
611
|
-
border-radius: 0.5rem;
|
|
612
|
-
top: 0;
|
|
613
|
-
bottom: 0;
|
|
614
|
-
left: 0;
|
|
615
|
-
right: 0;
|
|
616
|
-
}
|
|
617
|
-
}
|
|
618
|
-
}
|
|
619
|
-
}
|
|
620
532
|
}
|
|
621
533
|
}
|
|
622
534
|
|
|
@@ -625,6 +537,17 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
|
|
|
625
537
|
color: @_sap_ui_unified_Calendar_ItemOtherMonthColor;
|
|
626
538
|
}
|
|
627
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
|
+
|
|
628
551
|
.sapUiCalItemOtherMonth.sapUiCalItemDsbl {
|
|
629
552
|
opacity: @sapUiContentDisabledOpacity;
|
|
630
553
|
}
|
|
@@ -701,20 +624,11 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
701
624
|
.sapUiCalSpecialDate {
|
|
702
625
|
width: 100%;
|
|
703
626
|
left: 0;
|
|
704
|
-
bottom: 0.025rem
|
|
627
|
+
bottom: 0.025rem;
|
|
705
628
|
}
|
|
706
629
|
}
|
|
707
|
-
& :not(.sapUiCalItemNow) .sapUiCalItemText:after {
|
|
708
|
-
content: "";
|
|
709
|
-
position: absolute;
|
|
710
|
-
top: 0.3125rem;
|
|
711
|
-
left: 0.3125rem;
|
|
712
|
-
right: 0.3125rem;
|
|
713
|
-
bottom: 0.3125rem;
|
|
714
|
-
border: 0.125rem solid @sapList_SelectionBorderColor;
|
|
715
|
-
border-radius: 0.1875rem;
|
|
716
|
-
}
|
|
717
630
|
}
|
|
631
|
+
|
|
718
632
|
.sapUiCalItem:focus {
|
|
719
633
|
&:not(.sapUiCalItemNow):not(.sapUiCalItemSel) .sapUiCalItemText:after {
|
|
720
634
|
position: absolute;
|
|
@@ -723,101 +637,141 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
723
637
|
left: 0.3125rem;
|
|
724
638
|
right: 0.3125rem;
|
|
725
639
|
bottom: 0.3125rem;
|
|
726
|
-
border: 0.125rem solid @
|
|
640
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
727
641
|
border-radius: 0.1875rem;
|
|
728
642
|
}
|
|
729
643
|
&.sapUiCalItemNow,
|
|
730
644
|
&.sapUiCalItemSel,
|
|
731
645
|
&.sapUiCalItemSelStart,
|
|
732
646
|
&.sapUiCalItemSelEnd {
|
|
733
|
-
.sapUiCalItemText:
|
|
647
|
+
.sapUiCalItemText:after {
|
|
734
648
|
content: "";
|
|
735
649
|
position: absolute;
|
|
736
650
|
top: 0.3125rem;
|
|
737
651
|
left: 0.3125rem;
|
|
738
652
|
right: 0.3125rem;
|
|
739
653
|
bottom: 0.3125rem;
|
|
740
|
-
border: 0.125rem solid @
|
|
654
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
741
655
|
border-radius: 0.1875rem;
|
|
742
656
|
}
|
|
743
|
-
|
|
744
|
-
}
|
|
745
|
-
&.sapUiCalItemNow {
|
|
746
|
-
&.sapUiCalItemSelStart,
|
|
747
|
-
&.sapUiCalItemSelEnd {
|
|
748
|
-
.sapUiCalItemText:after {
|
|
749
|
-
position: absolute;
|
|
750
|
-
content: "";
|
|
751
|
-
top: 0.3125rem;
|
|
752
|
-
left: 0.3125rem;
|
|
753
|
-
right: 0.3125rem;
|
|
754
|
-
bottom: 0.3125rem;
|
|
755
|
-
border: 0.0625rem solid @sapList_SelectionBorderColor;
|
|
756
|
-
border-radius: 0.1875rem;
|
|
757
|
-
}
|
|
758
|
-
}
|
|
759
657
|
}
|
|
760
658
|
}
|
|
659
|
+
|
|
761
660
|
.sapUiCalMonthSecType {
|
|
762
661
|
.sapUiCalItem {
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
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;
|
|
770
688
|
}
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
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) {
|
|
776
700
|
.sapUiCalItemText:before {
|
|
777
|
-
border:
|
|
701
|
+
border-radius: 0.1875rem;
|
|
778
702
|
}
|
|
779
703
|
}
|
|
704
|
+
}
|
|
705
|
+
&:focus {
|
|
780
706
|
&:not(.sapUiCalItemNow):not(.sapUiCalItemSel) {
|
|
781
707
|
.sapUiCalItemText:after {
|
|
782
|
-
top: 0;
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
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;
|
|
787
714
|
}
|
|
788
715
|
}
|
|
789
|
-
&.
|
|
790
|
-
&.
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
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;
|
|
796
727
|
}
|
|
797
728
|
}
|
|
798
|
-
}
|
|
799
|
-
&.sapUiCalItemNow {
|
|
800
|
-
&:not(.sapUiCalItemSelBetween),
|
|
801
|
-
&.sapUiCalItemSelBetween,
|
|
802
729
|
&.sapUiCalItemNow {
|
|
803
|
-
|
|
804
|
-
|
|
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;
|
|
805
740
|
}
|
|
806
|
-
}
|
|
807
|
-
}
|
|
808
|
-
}
|
|
809
741
|
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
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
|
+
}
|
|
816
770
|
}
|
|
817
771
|
}
|
|
818
772
|
}
|
|
819
773
|
|
|
820
|
-
.sapUiCalItem.sapUiCalItemSel.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText:
|
|
774
|
+
.sapUiCalItem.sapUiCalItemSel.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText:before {
|
|
821
775
|
top: 0.1875rem;
|
|
822
776
|
left: 0.1875rem;
|
|
823
777
|
right: 0.1875rem;
|
|
@@ -825,26 +779,74 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
825
779
|
border-radius: 0.3125rem;
|
|
826
780
|
}
|
|
827
781
|
|
|
828
|
-
.
|
|
829
|
-
.
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
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
|
+
}
|
|
834
830
|
}
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
.sapUiSizeCompact {
|
|
835
834
|
.sapUiCalItem {
|
|
836
|
-
&.
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
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;
|
|
841
845
|
}
|
|
842
846
|
}
|
|
843
847
|
}
|
|
844
848
|
}
|
|
845
|
-
|
|
846
849
|
}
|
|
847
|
-
|
|
848
850
|
.sapUiCalNoNameLine .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalDayName {
|
|
849
851
|
color: @sapUiContentSelectedTextColor
|
|
850
852
|
}
|
|
@@ -853,7 +855,6 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
853
855
|
background-color: @sapUiSelected;
|
|
854
856
|
}
|
|
855
857
|
|
|
856
|
-
//Add a rule for the edgeCase selected?
|
|
857
858
|
.sapUiCalItemSel:not(.sapUiCalItemNow),
|
|
858
859
|
.sapUiCalItemSelStart:not(.sapUiCalItemNow),
|
|
859
860
|
.sapUiCalItemSelEnd:not(.sapUiCalItemNow),
|
|
@@ -862,7 +863,7 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
862
863
|
background-color: @sapUiListSelectionBackgroundColor;
|
|
863
864
|
color: @sapTextColor;
|
|
864
865
|
|
|
865
|
-
.sapUiCalItemText:
|
|
866
|
+
.sapUiCalItemText:before {
|
|
866
867
|
position: absolute;
|
|
867
868
|
top: 0;
|
|
868
869
|
left: 0;
|
|
@@ -874,10 +875,9 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
874
875
|
}
|
|
875
876
|
}
|
|
876
877
|
|
|
877
|
-
.sapUiCalItemSel,
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
border-radius: 0.5rem;
|
|
878
|
+
.sapUiCalItemSelBetween:not(.sapUiCalItemSel).sapUiCalItemNow,
|
|
879
|
+
.sapUiCalItemSel.sapUiCalItemSelBetween.sapUiCalItemNow {
|
|
880
|
+
background-color: @sapUiListSelectionBackgroundColor;
|
|
881
881
|
}
|
|
882
882
|
|
|
883
883
|
html[data-sap-ui-browser^="ie"].sap-desktop .sapUiCalMonthPicker .sapUiCalItemSel:focus,
|
|
@@ -912,18 +912,50 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
|
|
|
912
912
|
}
|
|
913
913
|
|
|
914
914
|
/* 2 calendar types */
|
|
915
|
-
.sapUiCalMonthSecType .sapUiCalItem
|
|
916
|
-
line-height:
|
|
915
|
+
.sapUiSizeCozy .sapUiCalMonthSecType .sapUiCalItem:not(.sapUiCalItemNow) .sapUiCalItemSecText {
|
|
916
|
+
line-height: 0.75rem;
|
|
917
917
|
}
|
|
918
918
|
|
|
919
919
|
.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
|
|
920
920
|
line-height: 2.9rem;
|
|
921
921
|
}
|
|
922
922
|
|
|
923
|
+
.sapUiCalMonthSecType .sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
|
|
924
|
+
line-height: normal;
|
|
925
|
+
}
|
|
926
|
+
|
|
923
927
|
.sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemSecText {
|
|
924
928
|
color: @sapUiContentSelectedTextColor;
|
|
925
929
|
}
|
|
926
930
|
|
|
931
|
+
.sapUiCalMonthSecType {
|
|
932
|
+
.sapUiCalItem {
|
|
933
|
+
.sapUiCalItemText {
|
|
934
|
+
text-align: left;
|
|
935
|
+
line-height: normal;
|
|
936
|
+
padding-top: 0.1875rem;
|
|
937
|
+
padding-left: 0.375rem;
|
|
938
|
+
}
|
|
939
|
+
.sapUiCalItemSecText {
|
|
940
|
+
padding-right: 0.3125rem;
|
|
941
|
+
text-align: right;
|
|
942
|
+
}
|
|
943
|
+
&.sapUiCalItemNow {
|
|
944
|
+
&:focus.sapUiCalItemSel,
|
|
945
|
+
&:focus.sapUiCalItemSelBetween:not(.sapUiCalItemSel) {
|
|
946
|
+
.sapUiCalItemText {
|
|
947
|
+
line-height: normal;
|
|
948
|
+
padding-top: 0.3125rem;
|
|
949
|
+
padding-left: 0.4375rem;
|
|
950
|
+
}
|
|
951
|
+
.sapUiCalItemSecText {
|
|
952
|
+
padding-right: 0.4375rem;
|
|
953
|
+
}
|
|
954
|
+
}
|
|
955
|
+
}
|
|
956
|
+
}
|
|
957
|
+
}
|
|
958
|
+
|
|
927
959
|
.sapUiCalNoNameLine .sapUiCalItem > .sapUiCalItemText {
|
|
928
960
|
padding-top: 0.75rem;
|
|
929
961
|
}
|
|
@@ -931,7 +963,7 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
|
|
|
931
963
|
/*** compact mode (desktop size) ***/
|
|
932
964
|
|
|
933
965
|
.sapUiSizeCompact .sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
|
|
934
|
-
line-height: 1.
|
|
966
|
+
line-height: 1.925rem;
|
|
935
967
|
}
|
|
936
968
|
|
|
937
969
|
.sapUiCalHead > button {
|
|
@@ -950,16 +982,90 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
|
|
|
950
982
|
.sapUiCalItemSel.sapUiCalItemSelBetween:not(.sapUiCalItemNow) > .sapUiCalItemText {
|
|
951
983
|
line-height: 1.75rem;
|
|
952
984
|
}
|
|
953
|
-
.sapUiCalMonthSecType
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
985
|
+
.sapUiCalMonthSecType {
|
|
986
|
+
.sapUiCalItem {
|
|
987
|
+
.sapUiCalItemText {
|
|
988
|
+
text-align: left;
|
|
989
|
+
line-height: normal;
|
|
990
|
+
padding-top: 0.1875rem;
|
|
991
|
+
padding-left: 0.3125rem;
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
.sapUiCalItemSecText {
|
|
995
|
+
padding-right: 0.3125rem;
|
|
996
|
+
text-align: right;
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
&.sapUiCalItemSelBetween > .sapUiCalItemText{
|
|
1000
|
+
line-height: normal;
|
|
1001
|
+
}
|
|
1002
|
+
|
|
1003
|
+
&.sapUiCalItemNow {
|
|
1004
|
+
&:focus {
|
|
1005
|
+
&.sapUiCalItemSelBetween,
|
|
1006
|
+
&.sapUiCalItemSelBetween.sapUiCalItemSel,
|
|
1007
|
+
&.sapUiCalItemSelBetween:not(.sapUiCalItemSel) {
|
|
1008
|
+
.sapUiCalItemText:after {
|
|
1009
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
1010
|
+
border-radius: 0.25rem;
|
|
1011
|
+
}
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
&.sapUiCalItemSel {
|
|
1015
|
+
.sapUiCalItemText {
|
|
1016
|
+
font-size: 0.75rem;
|
|
1017
|
+
}
|
|
1018
|
+
.sapUiCalSpecialDate {
|
|
1019
|
+
bottom: 0.5rem;
|
|
1020
|
+
left: 0.438rem;
|
|
1021
|
+
}
|
|
1022
|
+
&.sapUiCalItemSelBetween {
|
|
1023
|
+
.sapUiCalItemText {
|
|
1024
|
+
padding-top: 0.125rem;
|
|
1025
|
+
padding-left: 0.1875rem;
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
&.sapUiCalItemSelBetween:not(.sapUiCalItemSel) {
|
|
1031
|
+
.sapUiCalItemText {
|
|
1032
|
+
padding-top: 0.0625rem;
|
|
1033
|
+
padding-left: 0.1875rem;
|
|
1034
|
+
line-height: normal;
|
|
1035
|
+
font-size: @sapMFontSmallSize;
|
|
1036
|
+
}
|
|
1037
|
+
.sapUiCalItemText:after {
|
|
1038
|
+
top: 0.0625rem;
|
|
1039
|
+
left: 0.0625rem;
|
|
1040
|
+
right: 0.0625rem;
|
|
1041
|
+
bottom: 0.0625rem;
|
|
1042
|
+
}
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
.sapUiCalItemText {
|
|
1047
|
+
line-height: normal;
|
|
1048
|
+
}
|
|
1049
|
+
&.sapUiCalItemSelBetween {
|
|
1050
|
+
.sapUiCalItemText {
|
|
1051
|
+
padding-top: 0.0625rem;
|
|
1052
|
+
padding-left: 0.0625rem;
|
|
1053
|
+
line-height: 0.75rem;
|
|
1054
|
+
width: 1.75rem;
|
|
1055
|
+
height: 1.75rem;
|
|
1056
|
+
border-radius: 0.1875rem;
|
|
1057
|
+
}
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1060
|
+
&.sapUiCalItemSel:not(.sapUiCalItemSelBetween){
|
|
1061
|
+
.sapUiCalItemText {
|
|
1062
|
+
line-height: normal;
|
|
1063
|
+
}
|
|
1064
|
+
}
|
|
1065
|
+
}
|
|
1066
|
+
}
|
|
962
1067
|
}
|
|
1068
|
+
|
|
963
1069
|
.sapUiCalHead > button {
|
|
964
1070
|
margin: 0.1875rem 0;
|
|
965
1071
|
height: 2rem;
|
|
@@ -973,22 +1079,6 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
|
|
|
973
1079
|
top: 0.0625rem;
|
|
974
1080
|
line-height: 1.4375rem;
|
|
975
1081
|
}
|
|
976
|
-
|
|
977
|
-
.sapUiCalMonthSecType {
|
|
978
|
-
.sapUiCalItem.sapUiCalItemNow.sapUiCalItemSelBetween {
|
|
979
|
-
& > .sapUiCalItemText {
|
|
980
|
-
line-height: 0.75rem;
|
|
981
|
-
}
|
|
982
|
-
&:focus {
|
|
983
|
-
& > .sapUiCalItemText {
|
|
984
|
-
&:before {
|
|
985
|
-
border: none;
|
|
986
|
-
}
|
|
987
|
-
border: none;
|
|
988
|
-
}
|
|
989
|
-
}
|
|
990
|
-
}
|
|
991
|
-
}
|
|
992
1082
|
}
|
|
993
1083
|
|
|
994
1084
|
@media only screen
|