@openui5/themelib_sap_horizon 1.141.2 → 1.143.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/README.md +2 -2
- package/REUSE.toml +39 -1
- package/THIRDPARTY.txt +36 -3
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +1 -1
- package/src/sap/f/themes/sap_horizon_dark/Card.less +1 -1
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +3 -3
- package/src/sap/m/themes/sap_horizon/SliderTooltip.less +7 -3
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +0 -11
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +7 -3
- package/src/sap/m/themes/sap_horizon_hcb/SliderTooltip.less +4 -5
- package/src/sap/m/themes/sap_horizon_hcw/SliderTooltip.less +4 -5
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +8 -8
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +7 -7
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +7 -7
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +4 -4
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +7 -7
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +8 -8
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +7 -7
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +4 -4
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/CodeEditor.less +5 -6
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/CodeEditor.less +5 -6
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/BusyIndicator.less +23 -0
- package/src/sap/ui/core/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/BusyIndicator.less +23 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/BusyIndicator.less +24 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/Icon.less +7 -7
- package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +1 -2
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/BusyIndicator.less +24 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/Icon.less +7 -7
- package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +1 -2
- package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +4 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcb/ChangeVisualization.less +2 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_hcw/ChangeVisualization.less +2 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon/CalendarLegend.less +11 -9
- package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +36 -42
- package/src/sap/ui/unified/themes/sap_horizon/FileUploader.less +6 -31
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +22 -16
- package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +9 -7
- package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +35 -42
- package/src/sap/ui/unified/themes/sap_horizon_dark/FileUploader.less +5 -30
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +19 -14
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarLegend.less +6 -3
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +44 -49
- package/src/sap/ui/unified/themes/sap_horizon_hcb/FileUploader.less +5 -30
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +23 -17
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarLegend.less +6 -3
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +46 -50
- package/src/sap/ui/unified/themes/sap_horizon_hcw/FileUploader.less +5 -30
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +23 -17
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +0 -5
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +0 -5
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +4 -5
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +4 -5
- package/src/sap/ui/core/themes/sap_horizon/LocalBusyIndicator.less +0 -23
- package/src/sap/ui/core/themes/sap_horizon_dark/LocalBusyIndicator.less +0 -23
- package/src/sap/ui/core/themes/sap_horizon_hcb/LocalBusyIndicator.less +0 -24
- package/src/sap/ui/core/themes/sap_horizon_hcb/Shadow.less +0 -8
- package/src/sap/ui/core/themes/sap_horizon_hcw/LocalBusyIndicator.less +0 -24
- package/src/sap/ui/core/themes/sap_horizon_hcw/Shadow.less +0 -8
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/* ======================================================================== */
|
|
2
|
+
/* CSS for control BusyIndicator implementation of the sap.ui.core.Control */
|
|
3
|
+
/* Morning Horizon theme */
|
|
4
|
+
/* ======================================================================== */
|
|
5
|
+
|
|
6
|
+
@_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
|
|
7
|
+
|
|
8
|
+
.sapUiLocalBusyIndicatorSizeSection,
|
|
9
|
+
.sapUiLocalBusyIndicatorSizeBig {
|
|
10
|
+
font-size: @_sap_ui_core_LocalBusyIndicator_SizeMedium;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.sapUiLocalBusyIndicatorShowContainer > div.sapUiLocalBusyIndicatorAnimation {
|
|
14
|
+
background-color: var(--sapList_Background);
|
|
15
|
+
box-shadow: var(--sapContent_Shadow2);
|
|
16
|
+
border-radius: var(--sapElement_BorderCornerRadius);
|
|
17
|
+
padding: 1rem 2rem;
|
|
18
|
+
max-width: 15rem;
|
|
19
|
+
/* Centers the busy indicator markers considering the size of the white container */
|
|
20
|
+
left: 50%;
|
|
21
|
+
top: 50%;
|
|
22
|
+
transform: translate(-50%, -50%);
|
|
23
|
+
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.143.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Evening Horizon theme library.</documentation>
|
|
12
12
|
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/* ======================================================================== */
|
|
2
|
+
/* CSS for control BusyIndicator implementation of the sap.ui.core.Control */
|
|
3
|
+
/* Evening Horizon theme */
|
|
4
|
+
/* ======================================================================== */
|
|
5
|
+
|
|
6
|
+
@_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
|
|
7
|
+
|
|
8
|
+
.sapUiLocalBusyIndicatorSizeSection,
|
|
9
|
+
.sapUiLocalBusyIndicatorSizeBig {
|
|
10
|
+
font-size: @_sap_ui_core_LocalBusyIndicator_SizeMedium;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.sapUiLocalBusyIndicatorShowContainer > div.sapUiLocalBusyIndicatorAnimation {
|
|
14
|
+
background-color: var(--sapList_Background);
|
|
15
|
+
box-shadow: var(--sapContent_Shadow2);
|
|
16
|
+
border-radius: var(--sapElement_BorderCornerRadius);
|
|
17
|
+
padding: 1rem 2rem;
|
|
18
|
+
max-width: 15rem;
|
|
19
|
+
/* Centers the busy indicator markers considering the size of the white container */
|
|
20
|
+
left: 50%;
|
|
21
|
+
top: 50%;
|
|
22
|
+
transform: translate(-50%, -50%);
|
|
23
|
+
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.143.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast black theme library.</documentation>
|
|
12
12
|
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/* ======================================================================== */
|
|
2
|
+
/* CSS for control BusyIndicator implementation of the sap.ui.core.Control */
|
|
3
|
+
/* Horizon High Contrast Black theme */
|
|
4
|
+
/* ======================================================================== */
|
|
5
|
+
|
|
6
|
+
@_sap_ui_core_LocalBusyIndicator_Background: fade(@sapUiHcStandardBackground, 30%);
|
|
7
|
+
@_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
|
|
8
|
+
|
|
9
|
+
.sapUiLocalBusyIndicatorSizeSection,
|
|
10
|
+
.sapUiLocalBusyIndicatorSizeBig {
|
|
11
|
+
font-size: @_sap_ui_core_LocalBusyIndicator_SizeMedium;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.sapUiLocalBusyIndicatorShowContainer > div.sapUiLocalBusyIndicatorAnimation {
|
|
15
|
+
background-color: var(--sapList_Background);
|
|
16
|
+
box-shadow: var(--sapContent_Shadow2);
|
|
17
|
+
border-radius: var(--sapElement_BorderCornerRadius);
|
|
18
|
+
padding: 1rem 2rem;
|
|
19
|
+
max-width: 15rem;
|
|
20
|
+
/* Centers the busy indicator markers considering the size of the white container */
|
|
21
|
+
left: 50%;
|
|
22
|
+
top: 50%;
|
|
23
|
+
transform: translate(-50%, -50%);
|
|
24
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.ui/core/Icon
|
|
3
|
-
/* Horizon High Contrast Black theme
|
|
4
|
-
/*
|
|
1
|
+
/* ================================== */
|
|
2
|
+
/* CSS for control sap.ui/core/Icon */
|
|
3
|
+
/* Horizon High Contrast Black theme */
|
|
4
|
+
/* ================================== */
|
|
5
5
|
|
|
6
6
|
.sapUiIconBGColorContrast {
|
|
7
|
-
color:
|
|
8
|
-
background-color:
|
|
9
|
-
}
|
|
7
|
+
color: var(--sapGroup_ContentBackground);
|
|
8
|
+
background-color: var(--sapContent_ContrastIconColor);
|
|
9
|
+
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.143.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast white theme library.</documentation>
|
|
12
12
|
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/* ================================================================= */
|
|
2
|
+
/* CSS for BusyIndicator implementation of the sap.ui.core.Control */
|
|
3
|
+
/* Horizon High Contrast White theme */
|
|
4
|
+
/* ================================================================= */
|
|
5
|
+
|
|
6
|
+
@_sap_ui_core_LocalBusyIndicator_Background: fade(@sapUiHcStandardBackground, 30%);
|
|
7
|
+
@_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
|
|
8
|
+
|
|
9
|
+
.sapUiLocalBusyIndicatorSizeSection,
|
|
10
|
+
.sapUiLocalBusyIndicatorSizeBig {
|
|
11
|
+
font-size: @_sap_ui_core_LocalBusyIndicator_SizeMedium;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.sapUiLocalBusyIndicatorShowContainer > div.sapUiLocalBusyIndicatorAnimation {
|
|
15
|
+
background-color: var(--sapList_Background);
|
|
16
|
+
box-shadow: var(--sapContent_Shadow2);
|
|
17
|
+
border-radius: var(--sapElement_BorderCornerRadius);
|
|
18
|
+
padding: 1rem 2rem;
|
|
19
|
+
max-width: 15rem;
|
|
20
|
+
/* Centers the busy indicator markers considering the size of the white container */
|
|
21
|
+
left: 50%;
|
|
22
|
+
top: 50%;
|
|
23
|
+
transform: translate(-50%, -50%);
|
|
24
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.ui/core/Icon
|
|
3
|
-
/* Horizon High Contrast White theme
|
|
4
|
-
/*
|
|
1
|
+
/* ================================== */
|
|
2
|
+
/* CSS for control sap.ui/core/Icon */
|
|
3
|
+
/* Horizon High Contrast White theme */
|
|
4
|
+
/* ================================== */
|
|
5
5
|
|
|
6
6
|
.sapUiIconBGColorContrast {
|
|
7
|
-
color:
|
|
8
|
-
background-color:
|
|
9
|
-
}
|
|
7
|
+
color: var(--sapGroup_ContentBackground);
|
|
8
|
+
background-color: var(--sapContent_ContrastIconColor);
|
|
9
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
/* ============================================== */
|
|
2
2
|
/* CSS for control sap.ui.unified/CalendarLegend */
|
|
3
|
-
/* Horizon theme
|
|
3
|
+
/* Morning Horizon theme */
|
|
4
4
|
/* ============================================== */
|
|
5
5
|
|
|
6
|
-
.sapUiUnifiedLegend
|
|
6
|
+
.sapUiUnifiedLegend {
|
|
7
7
|
border-radius: 0.5rem;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sapUiCalLegDayTypeNonWorking .sapUiUnifiedLegendSquare .sapUiUnifiedLegendSquareColor,
|
|
11
11
|
.sapUiUnifiedLegendNonWorkingDay .sapUiUnifiedLegendSquare .sapUiUnifiedLegendSquareColor {
|
|
12
|
-
background:
|
|
12
|
+
background: var(--sapLegend_NonWorkingBackground);
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.sapUiUnifiedLegendSelected .sapUiUnifiedLegendSquare .sapUiUnifiedLegendSquareColor {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
border: 0.0625rem solid var(--sapList_SelectionBorderColor);
|
|
18
18
|
|
|
19
19
|
&::after {
|
|
20
|
-
content:
|
|
20
|
+
content: '';
|
|
21
21
|
display: block;
|
|
22
22
|
width: 0.25rem;
|
|
23
23
|
height: 0.25rem;
|
|
@@ -34,15 +34,16 @@
|
|
|
34
34
|
|
|
35
35
|
&:focus {
|
|
36
36
|
outline: none;
|
|
37
|
+
|
|
37
38
|
&::after {
|
|
38
|
-
content:
|
|
39
|
+
content: '';
|
|
39
40
|
position: absolute;
|
|
40
41
|
box-sizing: border-box;
|
|
41
42
|
left: 0.125rem;
|
|
42
43
|
top: 0.125rem;
|
|
43
44
|
right: 0.125rem;
|
|
44
45
|
bottom: 0.125rem;
|
|
45
|
-
border:
|
|
46
|
+
border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
46
47
|
border-radius: 0.25rem;
|
|
47
48
|
pointer-events: none;
|
|
48
49
|
}
|
|
@@ -55,11 +56,12 @@
|
|
|
55
56
|
|
|
56
57
|
&:focus {
|
|
57
58
|
outline: none;
|
|
59
|
+
|
|
58
60
|
&::after {
|
|
59
|
-
content:
|
|
61
|
+
content: '';
|
|
60
62
|
position: absolute;
|
|
61
63
|
box-sizing: border-box;
|
|
62
|
-
border:
|
|
64
|
+
border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
63
65
|
border-radius: 0.25rem;
|
|
64
66
|
pointer-events: none;
|
|
65
67
|
inset: 0;
|
|
@@ -70,4 +72,4 @@
|
|
|
70
72
|
.sapUiSizeCompact .sapUiUnifiedLegendSelected .sapUiUnifiedLegendSquare .sapUiUnifiedLegendSquareColor::after {
|
|
71
73
|
inset-block-start: 0.625rem;
|
|
72
74
|
inset-inline-start: 0.625rem;
|
|
73
|
-
}
|
|
75
|
+
}
|
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
/* =========================================== */
|
|
2
2
|
/* CSS for control sap.ui.unified/CalendarRow */
|
|
3
|
-
/* Horizon theme
|
|
3
|
+
/* Morning Horizon theme */
|
|
4
4
|
/* =========================================== */
|
|
5
5
|
|
|
6
6
|
/* intervals */
|
|
7
7
|
.sapUiCalendarRowAppsInt,
|
|
8
|
-
.sapUiCalendarRowAppsSubInt{
|
|
8
|
+
.sapUiCalendarRowAppsSubInt {
|
|
9
9
|
border-color: @sapUiListVerticalBorderColor;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.sapUiCalendarRowAppsIntHead{
|
|
13
|
-
font-size:
|
|
14
|
-
color:
|
|
12
|
+
.sapUiCalendarRowAppsIntHead {
|
|
13
|
+
font-size: var(--sapFontSmallSize);
|
|
14
|
+
color: var(--sapTextColor);
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.sapMListTblRow:not(.sapMLIBSelected) .sapUiCalendarRowAppsNoWork,
|
|
18
18
|
.sapMListTblSubRow:not(.sapMLIBSelected) .sapUiCalendarRowAppsNoWork {
|
|
19
|
-
background-color:
|
|
19
|
+
background-color: var(--sapLegend_NonWorkingBackground);
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
/* Appointments */
|
|
23
23
|
/* as outlines can't have different offsets on one side (no left border) and don't work in IE just use a inner border */
|
|
24
|
-
html.sap-desktop .sapUiCalendarApp:focus > .sapUiCalendarAppCont
|
|
24
|
+
html.sap-desktop .sapUiCalendarApp:focus > .sapUiCalendarAppCont::after {
|
|
25
25
|
position: absolute;
|
|
26
26
|
top: 0.0625rem;
|
|
27
27
|
left: 0.0625rem;
|
|
28
28
|
right: 0.0625rem;
|
|
29
29
|
bottom: 0.0625rem;
|
|
30
|
-
content:
|
|
31
|
-
border: 0.125rem solid
|
|
30
|
+
content: '';
|
|
31
|
+
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
32
32
|
pointer-events: none;
|
|
33
33
|
border-radius: 0.125rem;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:hover > .sapUiCalendarAppCont
|
|
36
|
+
html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:hover > .sapUiCalendarAppCont::after {
|
|
37
37
|
top: 0.125rem;
|
|
38
38
|
left: 0.125rem;
|
|
39
39
|
right: 0.125rem;
|
|
@@ -51,46 +51,40 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:hover > .sapUiCalen
|
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
html.sap-desktop .sapUiCalendarApp:hover:not(:active),
|
|
54
|
-
html.sap-desktop .sapUiCalendarApp:focus:not(:active) > .sapUiCalendarAppCont{
|
|
55
|
-
background-color:
|
|
54
|
+
html.sap-desktop .sapUiCalendarApp:focus:not(:active) > .sapUiCalendarAppCont {
|
|
55
|
+
background-color: var(--sapList_Background);
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active),
|
|
59
|
-
html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) > .sapUiCalendarAppCont{
|
|
60
|
-
background-color:
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
html[data-sap-ui-browser ^= "ie"], html[data-sap-ui-browser^="ed"] {
|
|
64
|
-
.sapUiCalendarApp:focus > .sapUiCalendarAppCont:after{
|
|
65
|
-
border-style: dashed;
|
|
66
|
-
}
|
|
59
|
+
html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) > .sapUiCalendarAppCont {
|
|
60
|
+
background-color: var(--sapContent_Selected_Background);
|
|
67
61
|
}
|
|
68
62
|
|
|
69
63
|
.sapUiCalendarApp.sapUiCalendarAppSel,
|
|
70
64
|
.sapUiCalendarApp:active,
|
|
71
|
-
.sapUiCalendarApp.sapUiCalendarAppSel:active{
|
|
72
|
-
color:
|
|
73
|
-
background-color
|
|
65
|
+
.sapUiCalendarApp.sapUiCalendarAppSel:active {
|
|
66
|
+
color: var(--sapContent_Selected_TextColor);
|
|
67
|
+
background-color: var(--sapContent_Selected_Background)
|
|
74
68
|
}
|
|
75
69
|
|
|
76
70
|
html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active),
|
|
77
|
-
html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active){
|
|
78
|
-
color:
|
|
71
|
+
html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) {
|
|
72
|
+
color: var(--sapContent_Selected_TextColor);
|
|
79
73
|
}
|
|
80
74
|
|
|
81
75
|
.sapUiCalendarApp.sapUiCalendarAppSel > .sapUiCalendarAppCont,
|
|
82
76
|
.sapUiCalendarApp:active > .sapUiCalendarAppCont,
|
|
83
|
-
.sapUiCalendarApp.sapUiCalendarAppSel:active > .sapUiCalendarAppCont{
|
|
84
|
-
border-color:
|
|
77
|
+
.sapUiCalendarApp.sapUiCalendarAppSel:active > .sapUiCalendarAppCont {
|
|
78
|
+
border-color: var(--sapList_SelectionBorderColor);
|
|
85
79
|
border-top-left-radius: 0;
|
|
86
80
|
border-bottom-left-radius: 0;
|
|
87
81
|
}
|
|
88
82
|
|
|
89
83
|
|
|
90
|
-
html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active)
|
|
91
|
-
html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active)
|
|
92
|
-
border-color:
|
|
93
|
-
border-left-color:
|
|
84
|
+
html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) > .sapUiCalendarAppCont,
|
|
85
|
+
html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active) > .sapUiCalendarAppCont {
|
|
86
|
+
border-color: var(--sapList_SelectionBorderColor);
|
|
87
|
+
border-left-color: var(--sapList_Background);
|
|
94
88
|
}
|
|
95
89
|
|
|
96
90
|
.sapUiCalendarApp.sapUiCalendarAppSel > .sapUiCalendarAppCont > .sapUiCalendarAppIcon,
|
|
@@ -99,19 +93,19 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active) > .sa
|
|
|
99
93
|
.sapUiCalendarApp.sapUiCalendarAppSel > .sapUiCalendarAppCont .sapUiCalendarAppTitle,
|
|
100
94
|
.sapUiCalendarApp.sapUiCalendarAppSel > .sapUiCalendarAppCont .sapUiCalendarAppText,
|
|
101
95
|
.sapUiCalendarApp.sapUiCalendarAppSel > .sapUiCalendarAppCont .sapUiCalendarAppDescription {
|
|
102
|
-
color:
|
|
96
|
+
color: var(--sapContent_Selected_TextColor);
|
|
103
97
|
}
|
|
104
98
|
|
|
105
|
-
.sapUiCalendarAppTitle{
|
|
99
|
+
.sapUiCalendarAppTitle {
|
|
106
100
|
font-size: @sapMFontMediumSize;
|
|
107
|
-
color:
|
|
101
|
+
color: var(--sapTextColor);
|
|
108
102
|
}
|
|
109
103
|
|
|
110
|
-
.sapUiCalendarAppText{
|
|
111
|
-
font-size:
|
|
104
|
+
.sapUiCalendarAppText {
|
|
105
|
+
font-size: var(--sapFontSmallSize);
|
|
112
106
|
}
|
|
113
107
|
|
|
114
|
-
.sapUiCalendarRowNow{
|
|
108
|
+
.sapUiCalendarRowNow {
|
|
115
109
|
border-color: @sapUiCalendarColorToday;
|
|
116
110
|
}
|
|
117
111
|
|
|
@@ -120,7 +114,7 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active) > .sa
|
|
|
120
114
|
border-right-color: darken(@sapUiListBorderColor, 15);
|
|
121
115
|
border-bottom-color: darken(@sapUiListBorderColor, 15);
|
|
122
116
|
background-color: lighten(@sapUiAccent1, 50);
|
|
123
|
-
color:
|
|
117
|
+
color: var(--sapList_TextColor);
|
|
124
118
|
}
|
|
125
119
|
|
|
126
120
|
.sapUiCalendarApp.sapUiCalendarAppTent > .sapUiCalendarAppCont {
|
|
@@ -135,12 +129,12 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active) > .sa
|
|
|
135
129
|
}
|
|
136
130
|
|
|
137
131
|
.sapUiCalendarAppCont:hover {
|
|
138
|
-
border-color:
|
|
132
|
+
border-color: var(--sapList_SelectionBorderColor);
|
|
139
133
|
}
|
|
140
134
|
|
|
141
|
-
|
|
135
|
+
/* SPC */
|
|
142
136
|
.sapUiCalendarAppSel:hover .sapUiCalendarAppCont,
|
|
143
|
-
|
|
137
|
+
/* PC */
|
|
144
138
|
.sapUiCalendarAppSel .sapUiCalendarAppCont:hover {
|
|
145
|
-
box-shadow: inset 0 0 0 0.0625rem
|
|
139
|
+
box-shadow: inset 0 0 0 0.0625rem var(--sapList_SelectionBorderColor);
|
|
146
140
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* ============================================ */
|
|
2
2
|
/* CSS for control sap.ui.unified/FileUploader */
|
|
3
|
-
/* Horizon theme
|
|
3
|
+
/* Morning Horizon theme */
|
|
4
4
|
/* ============================================ */
|
|
5
5
|
|
|
6
6
|
.sapUiFup,
|
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
height: 2.75rem;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.sapUiSizeCompact{
|
|
11
|
+
.sapUiSizeCompact {
|
|
12
|
+
|
|
12
13
|
.sapUiFup,
|
|
13
14
|
.sapUiFup.sapMBarChild {
|
|
14
15
|
height: 2rem;
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
|
|
27
28
|
html.sap-desktop .sapUiFup .sapMFocusable:focus,
|
|
28
29
|
html.sap-desktop .sapUiFup .sapMFocusable:active {
|
|
29
|
-
outline: 1px dotted
|
|
30
|
+
outline: 1px dotted var(--sapContent_FocusColor);
|
|
30
31
|
outline-offset: -1px;
|
|
31
32
|
}
|
|
32
33
|
|
|
@@ -38,36 +39,10 @@ html.sap-desktop .sapUiFup .sapMBtnInner:active.sapMBtnAccept,
|
|
|
38
39
|
html.sap-desktop .sapUiFup .sapMBtnInner:active.sapMBtnReject,
|
|
39
40
|
.sapUiFup .sapMBtnInner:active.sapMBtnEmphasized,
|
|
40
41
|
html.sap-desktop .sapUiFup .sapMBtnInner:active.sapMBtnEmphasized {
|
|
41
|
-
outline-color:
|
|
42
|
+
outline-color: var(--sapContent_ContrastFocusColor);
|
|
42
43
|
outline-offset: -.125rem;
|
|
43
44
|
}
|
|
44
45
|
|
|
45
46
|
.sapMFooter-CTX .sapUiFup .sapMBtnInner:active.sapMFocusable {
|
|
46
|
-
background-color:
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
/* IE ignores outline-offset. Use an overlay: */
|
|
50
|
-
|
|
51
|
-
html[data-sap-ui-browser^="ie"] {
|
|
52
|
-
|
|
53
|
-
.sapUiFup .sapMBtnInner:focus.sapMFocusable {
|
|
54
|
-
outline: none;
|
|
55
|
-
position: relative;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.sapUiFup .sapMBtnInner:focus.sapMFocusable:before {
|
|
59
|
-
content: " ";
|
|
60
|
-
box-sizing: border-box;
|
|
61
|
-
width: 100%;
|
|
62
|
-
height: 100%;
|
|
63
|
-
position: absolute;
|
|
64
|
-
left: 0;
|
|
65
|
-
top: 0;
|
|
66
|
-
border: 1px dotted @sapUiContentFocusColor;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.sapMFooter-CTX .sapUiFup .sapMBtnInner:focus.sapMFocusable:before {
|
|
70
|
-
border-color: @sapUiContentContrastFocusColor;
|
|
71
|
-
}
|
|
72
|
-
|
|
47
|
+
background-color: var(--sapButton_Active_Background);
|
|
73
48
|
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
/* ==================================== */
|
|
2
2
|
/* CSS for control sap.ui.unified/Menu */
|
|
3
|
-
/* Horizon theme
|
|
3
|
+
/* Morning Horizon theme */
|
|
4
4
|
/* ==================================== */
|
|
5
5
|
|
|
6
6
|
.sapUiMnu {
|
|
7
|
-
border-radius:
|
|
7
|
+
border-radius: var(--sapPopover_BorderCornerRadius);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.sapUiMnuItmSbMnu > div
|
|
10
|
+
.sapUiMnuItmSbMnu > div::after {
|
|
11
11
|
font-size: 1rem;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.sapUiMnuItm.sapUiMnuTfItm .sapUiMnuTfItemTf.sapUiMnuTfItemTfDsbl {
|
|
15
|
-
opacity:
|
|
15
|
+
opacity: var(--sapContent_DisabledOpacity);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
.sapUiMnuItm.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov:hover {
|
|
19
19
|
background-color: @sapUiListSelectionHoverBackground;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.sapUiMnu
|
|
23
|
-
.sapMList .sapMListItems .sapUiMnuDiv>hr{
|
|
24
|
-
border-top: 0.0625rem solid
|
|
25
|
-
left:
|
|
26
|
-
right:
|
|
22
|
+
.sapUiMnu .sapUiMnuDiv > hr,
|
|
23
|
+
.sapMList .sapMListItems .sapUiMnuDiv > hr {
|
|
24
|
+
border-top: 0.0625rem solid var(--sapGroup_ContentBorderColor);
|
|
25
|
+
left: 0;
|
|
26
|
+
right: 0;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
.sapUiMnu.sapUiMnuCozySupport.sapUiSizeCozy .sapUiMnuItm {
|
|
@@ -40,7 +40,8 @@
|
|
|
40
40
|
width: 2.25rem;
|
|
41
41
|
height: 2.75rem;
|
|
42
42
|
font-size: 0.75rem;
|
|
43
|
-
|
|
43
|
+
|
|
44
|
+
&.sapUiIconMirrorInRTL {
|
|
44
45
|
height: 2.75rem;
|
|
45
46
|
}
|
|
46
47
|
}
|
|
@@ -53,35 +54,37 @@
|
|
|
53
54
|
line-height: 2.75rem;
|
|
54
55
|
}
|
|
55
56
|
|
|
56
|
-
.sapUiSizeCompact .sapUiMnuItmR,
|
|
57
|
+
.sapUiSizeCompact .sapUiMnuItmR,
|
|
58
|
+
.sapUiSizeCompact .sapUiMnuNoIco .sapUiMnuItmL {
|
|
57
59
|
width: 0.5rem;
|
|
58
60
|
}
|
|
59
61
|
|
|
60
62
|
.sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmSubMnuOpen,
|
|
61
63
|
.sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov {
|
|
62
|
-
border-bottom: 1px solid
|
|
64
|
+
border-bottom: 1px solid var(--sapList_SelectionBorderColor);
|
|
63
65
|
}
|
|
64
66
|
|
|
65
67
|
.sapUiMnu .sapUiMnuLst .sapUiMnuItm {
|
|
66
68
|
border-bottom: 1px solid transparent;
|
|
67
69
|
}
|
|
68
70
|
|
|
69
|
-
.sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmHov:active{
|
|
71
|
+
.sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmHov:active {
|
|
70
72
|
border-bottom: 1px solid transparent;
|
|
71
73
|
}
|
|
72
74
|
|
|
73
|
-
.sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov:active{
|
|
75
|
+
.sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov:active {
|
|
74
76
|
border-bottom: 1px solid transparent;
|
|
75
|
-
background-color:
|
|
77
|
+
background-color: var(--sapList_Active_Background);
|
|
76
78
|
}
|
|
77
79
|
|
|
78
80
|
.sapUiMnuItm:focus {
|
|
79
|
-
outline: 0.125rem solid
|
|
81
|
+
outline: 0.125rem solid var(--sapContent_FocusColor);
|
|
80
82
|
outline-offset: -0.1875rem;
|
|
81
83
|
}
|
|
82
84
|
|
|
83
85
|
html.sap-desktop,
|
|
84
86
|
html.sap-tablet {
|
|
87
|
+
|
|
85
88
|
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
86
89
|
padding-inline-start: 0;
|
|
87
90
|
}
|
|
@@ -89,11 +92,14 @@ html.sap-tablet {
|
|
|
89
92
|
|
|
90
93
|
html.sap-desktop,
|
|
91
94
|
html.sap-tablet {
|
|
95
|
+
|
|
92
96
|
.sapUiSizeCompact {
|
|
97
|
+
|
|
93
98
|
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
94
99
|
padding-inline-start: 0;
|
|
95
100
|
}
|
|
96
101
|
}
|
|
102
|
+
|
|
97
103
|
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
98
104
|
padding-inline-start: 0;
|
|
99
105
|
}
|