@openui5/themelib_sap_horizon 1.131.1 → 1.132.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +1 -1
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +5 -12
- package/src/sap/f/themes/sap_horizon/CardHeaders.less +12 -0
- package/src/sap/f/themes/sap_horizon/library.source.less +2 -1
- package/src/sap/f/themes/sap_horizon_dark/Card.less +5 -16
- package/src/sap/f/themes/sap_horizon_dark/CardHeaders.less +12 -0
- package/src/sap/f/themes/sap_horizon_dark/library.source.less +2 -1
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +1 -25
- package/src/sap/f/themes/sap_horizon_hcb/CardHeaders.less +28 -0
- package/src/sap/f/themes/sap_horizon_hcb/library.source.less +2 -1
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +1 -25
- package/src/sap/f/themes/sap_horizon_hcw/CardHeaders.less +28 -0
- package/src/sap/f/themes/sap_horizon_hcw/library.source.less +2 -1
- package/src/sap/m/themes/sap_horizon/MessagePage.less +4 -2
- package/src/sap/m/themes/sap_horizon/MessageStrip.less +17 -17
- package/src/sap/m/themes/sap_horizon/MessageToast.less +0 -1
- package/src/sap/m/themes/sap_horizon/MessageView.less +14 -9
- package/src/sap/m/themes/sap_horizon/MultiComboBox.less +9 -1
- package/src/sap/m/themes/sap_horizon/NewsContent.less +23 -12
- package/src/sap/m/themes/sap_horizon/ObjectHeader.less +18 -15
- package/src/sap/m/themes/sap_horizon/Page.less +39 -13
- package/src/sap/m/themes/sap_horizon/Panel.less +16 -15
- package/src/sap/m/themes/sap_horizon/PlanningCalendar.less +31 -20
- package/src/sap/m/themes/sap_horizon/Popover.less +39 -22
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +45 -41
- package/src/sap/m/themes/sap_horizon/PullToRefresh.less +2 -2
- package/src/sap/m/themes/sap_horizon/QuickView.less +4 -6
- package/src/sap/m/themes/sap_horizon/RadioButton.less +47 -36
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +22 -18
- package/src/sap/m/themes/sap_horizon/RatingIndicator.less +17 -11
- package/src/sap/m/themes/sap_horizon/SearchField.less +18 -18
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +107 -69
- package/src/sap/m/themes/sap_horizon/SelectList.less +15 -17
- package/src/sap/m/themes/sap_horizon/Shell.less +2 -1
- package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +57 -28
- package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarMonthGrid.less +3 -2
- package/src/sap/m/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/MessagePage.less +4 -2
- package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +16 -16
- package/src/sap/m/themes/sap_horizon_dark/MessageView.less +14 -9
- package/src/sap/m/themes/sap_horizon_dark/MultiComboBox.less +4 -1
- package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +23 -12
- package/src/sap/m/themes/sap_horizon_dark/ObjectHeader.less +18 -15
- package/src/sap/m/themes/sap_horizon_dark/Page.less +41 -13
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +17 -15
- package/src/sap/m/themes/sap_horizon_dark/PlanningCalendar.less +31 -20
- package/src/sap/m/themes/sap_horizon_dark/Popover.less +38 -22
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +44 -40
- package/src/sap/m/themes/sap_horizon_dark/PullToRefresh.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/QuickView.less +5 -6
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +46 -35
- package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +22 -18
- package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +16 -9
- package/src/sap/m/themes/sap_horizon_dark/SearchField.less +19 -18
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +110 -69
- package/src/sap/m/themes/sap_horizon_dark/SelectList.less +15 -17
- package/src/sap/m/themes/sap_horizon_dark/Shell.less +2 -1
- package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +55 -27
- package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarMonthGrid.less +3 -2
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/MessagePage.less +4 -2
- package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +12 -9
- package/src/sap/m/themes/sap_horizon_hcb/ObjectHeader.less +18 -16
- package/src/sap/m/themes/sap_horizon_hcb/Page.less +34 -13
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +7 -7
- package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +13 -13
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +42 -26
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +44 -40
- package/src/sap/m/themes/sap_horizon_hcb/QuickView.less +3 -4
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +47 -33
- package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +24 -18
- package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +15 -8
- package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +20 -20
- package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +58 -29
- package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +10 -10
- package/src/sap/m/themes/sap_horizon_hcb/Shell.less +7 -3
- package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarGrid.less +39 -19
- package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/shared.less +4 -3
- package/src/sap/m/themes/sap_horizon_hcw/MessagePage.less +4 -2
- package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +12 -9
- package/src/sap/m/themes/sap_horizon_hcw/ObjectHeader.less +18 -16
- package/src/sap/m/themes/sap_horizon_hcw/Page.less +34 -13
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +7 -7
- package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +13 -13
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +43 -26
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +44 -40
- package/src/sap/m/themes/sap_horizon_hcw/QuickView.less +3 -4
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +47 -33
- package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +24 -18
- package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +15 -8
- package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +20 -20
- package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +54 -28
- package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +10 -10
- package/src/sap/m/themes/sap_horizon_hcw/Shell.less +7 -3
- package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarGrid.less +39 -19
- package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarMonthGrid.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/shared.less +4 -3
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +100 -161
- package/src/sap/tnt/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +101 -160
- package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +84 -77
- package/src/sap/tnt/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +84 -76
- package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +2 -2
- package/src/sap/ui/core/themes/sap_horizon/base.less +148 -114
- package/src/sap/ui/core/themes/sap_horizon/global.less +113 -1
- package/src/sap/ui/core/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +2 -2
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +139 -105
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +113 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +2 -2
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +144 -110
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +113 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +2 -2
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +144 -110
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +113 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_dark/ListContent.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_dark/TableContent.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/library.source.less +1 -1
|
@@ -13,32 +13,35 @@
|
|
|
13
13
|
position: relative;
|
|
14
14
|
z-index: 2;
|
|
15
15
|
}
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
|
|
17
|
+
&::after {
|
|
18
|
+
content: '';
|
|
18
19
|
position: absolute;
|
|
19
20
|
height: 1px;
|
|
20
21
|
bottom: 0;
|
|
21
22
|
width: 100%;
|
|
22
|
-
box-shadow: inset 0 -0.0625rem
|
|
23
|
+
box-shadow: inset 0 -0.0625rem var(--sapPageHeader_BorderColor), 0 0 0.25rem 0 fade(@sapUiContentShadowColor, 15);
|
|
23
24
|
z-index: 1;
|
|
24
25
|
}
|
|
25
26
|
}
|
|
26
27
|
|
|
27
28
|
.sapMPageWithHeader.sapMPageWithSubHeader {
|
|
29
|
+
|
|
28
30
|
.sapMPageHeader {
|
|
29
31
|
box-shadow: none;
|
|
30
|
-
|
|
32
|
+
|
|
33
|
+
&::after {
|
|
31
34
|
box-shadow: none;
|
|
32
35
|
}
|
|
33
36
|
}
|
|
34
37
|
}
|
|
35
38
|
|
|
36
39
|
.sapMPageBgStandard {
|
|
37
|
-
background-color:
|
|
40
|
+
background-color: var(--sapBackgroundColor);
|
|
38
41
|
}
|
|
39
42
|
|
|
40
43
|
.sapMPageBgSolid {
|
|
41
|
-
background-color:
|
|
44
|
+
background-color: var(--sapBackgroundColor);
|
|
42
45
|
}
|
|
43
46
|
|
|
44
47
|
.sapMPageBgTransperant {
|
|
@@ -46,7 +49,7 @@
|
|
|
46
49
|
}
|
|
47
50
|
|
|
48
51
|
.sapMPageBgList {
|
|
49
|
-
background-color:
|
|
52
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
50
53
|
}
|
|
51
54
|
|
|
52
55
|
/* The following overrides for sap_belize/sap_belize_plus are only intended for apps inside FLP (Ushell) */
|
|
@@ -54,7 +57,7 @@
|
|
|
54
57
|
|
|
55
58
|
/* In sap_belize_plus backgroundDesign=Standard maps to Solid */
|
|
56
59
|
.sapMPageBgStandard {
|
|
57
|
-
background-color:
|
|
60
|
+
background-color: var(--sapBackgroundColor);
|
|
58
61
|
}
|
|
59
62
|
|
|
60
63
|
/* For the pages in the master part of sap.m.SplitApp backgroundDesign=Standard maps to Transparent */
|
|
@@ -74,30 +77,36 @@
|
|
|
74
77
|
opacity: 1;
|
|
75
78
|
|
|
76
79
|
.sapMIBar {
|
|
77
|
-
border-radius:
|
|
80
|
+
border-radius: var(--sapElement_BorderCornerRadius);
|
|
78
81
|
}
|
|
79
82
|
|
|
80
83
|
.sapMIBar-CTX.sapMFooter-CTX {
|
|
81
|
-
box-shadow:
|
|
84
|
+
box-shadow: var(--sapContent_Shadow1);
|
|
82
85
|
border: none;
|
|
83
86
|
}
|
|
84
87
|
}
|
|
85
88
|
|
|
86
89
|
html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
90
|
+
|
|
87
91
|
@keyframes bounceShow {
|
|
92
|
+
|
|
88
93
|
0% {
|
|
89
94
|
transform: translateY(100%);
|
|
90
95
|
opacity: 0;
|
|
91
96
|
}
|
|
97
|
+
|
|
92
98
|
100% {
|
|
93
99
|
opacity: 1;
|
|
94
100
|
}
|
|
95
101
|
}
|
|
102
|
+
|
|
96
103
|
@keyframes bounceHide {
|
|
104
|
+
|
|
97
105
|
0% {
|
|
98
106
|
transform: translateY(-5%);
|
|
99
107
|
opacity: 1;
|
|
100
108
|
}
|
|
109
|
+
|
|
101
110
|
100% {
|
|
102
111
|
transform: translateY(100%);
|
|
103
112
|
opacity: 0;
|
|
@@ -106,6 +115,7 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
|
106
115
|
}
|
|
107
116
|
|
|
108
117
|
.sapMPage.sapF2CollapsedHeader > .sapMPageHeader {
|
|
118
|
+
|
|
109
119
|
& + section,
|
|
110
120
|
& + .sapUiHiddenPlaceholder + section {
|
|
111
121
|
top: 0;
|
|
@@ -117,6 +127,7 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
|
117
127
|
}
|
|
118
128
|
|
|
119
129
|
.sapMPage.sapF2CollapsedHeader > .sapMPageHeader {
|
|
130
|
+
|
|
120
131
|
& + section,
|
|
121
132
|
& + .sapUiHiddenPlaceholder + section {
|
|
122
133
|
top: 0;
|
|
@@ -133,6 +144,7 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
|
133
144
|
}
|
|
134
145
|
|
|
135
146
|
.sapMPage {
|
|
147
|
+
|
|
136
148
|
> .sapMPageHeader + section,
|
|
137
149
|
> .sapMPageSubHeader + section,
|
|
138
150
|
> .sapMPageHeader + .sapUiHiddenPlaceholder + section {
|
|
@@ -149,41 +161,55 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
|
149
161
|
}
|
|
150
162
|
|
|
151
163
|
.sapUiSizeCompact .sapF2CollapsedHeader.sapMPageWithHeader {
|
|
164
|
+
|
|
152
165
|
> section {
|
|
153
166
|
top: 0;
|
|
154
167
|
}
|
|
168
|
+
|
|
155
169
|
&.sapMPageWithSubHeader > section {
|
|
156
170
|
top: 2rem;
|
|
157
171
|
}
|
|
158
172
|
}
|
|
159
173
|
|
|
160
174
|
.sapMPageWithHeader {
|
|
175
|
+
|
|
161
176
|
&.sapFShellBar-CTX > section {
|
|
162
177
|
top: 3.25rem;
|
|
163
178
|
}
|
|
179
|
+
|
|
164
180
|
&.sapMPageWithSubHeader.sapFShellBar-CTX > section {
|
|
165
181
|
top: 6rem;
|
|
166
182
|
}
|
|
167
183
|
}
|
|
168
184
|
|
|
169
|
-
.sapMPageHeader,
|
|
170
|
-
|
|
171
|
-
|
|
185
|
+
.sapMPageHeader,
|
|
186
|
+
.sapMPageSubHeader,
|
|
187
|
+
.sapMPageFooter {
|
|
188
|
+
|
|
189
|
+
.sapUi-Std-PaddingS,
|
|
190
|
+
.sapUi-Std-PaddingM,
|
|
191
|
+
.sapUi-Std-PaddingL,
|
|
192
|
+
.sapUi-Std-PaddingXL {
|
|
193
|
+
|
|
172
194
|
&.sapMBar {
|
|
173
195
|
box-sizing: border-box;
|
|
196
|
+
|
|
174
197
|
.sapMBarLeft {
|
|
175
198
|
padding-left: inherit;
|
|
176
199
|
}
|
|
200
|
+
|
|
177
201
|
.sapMBarRight {
|
|
178
202
|
padding-right: inherit;
|
|
179
203
|
}
|
|
180
204
|
}
|
|
181
205
|
}
|
|
182
206
|
}
|
|
207
|
+
|
|
183
208
|
.sapUi-Std-PaddingS,
|
|
184
209
|
.sapUi-Std-PaddingM,
|
|
185
210
|
.sapUi-Std-PaddingL,
|
|
186
211
|
.sapUi-Std-PaddingXL {
|
|
212
|
+
|
|
187
213
|
&.sapMPageFloatingFooter.sapMPageFooter {
|
|
188
214
|
margin: 0.5rem 0;
|
|
189
215
|
width: auto;
|
|
@@ -207,9 +233,11 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
|
207
233
|
}
|
|
208
234
|
|
|
209
235
|
.sapMPageWithHeader {
|
|
236
|
+
|
|
210
237
|
&.sapFShellBar-CTX > section {
|
|
211
238
|
top: 3.25rem;
|
|
212
239
|
}
|
|
240
|
+
|
|
213
241
|
&.sapMPageWithSubHeader.sapFShellBar-CTX > section {
|
|
214
242
|
top: 5.75rem;
|
|
215
243
|
}
|
|
@@ -5,21 +5,21 @@
|
|
|
5
5
|
|
|
6
6
|
.sapMPanel {
|
|
7
7
|
min-height: 2.75rem;
|
|
8
|
-
border-radius:
|
|
8
|
+
border-radius: var(--sapElement_BorderCornerRadius);
|
|
9
9
|
|
|
10
10
|
.sapMPanelWrappingDiv:not(.sapMPanelWrappingDivExpanded),
|
|
11
11
|
.sapMPanelWrappingDivTb:not(.sapMPanelWrappingDivTbExpanded) {
|
|
12
|
-
border-radius:
|
|
12
|
+
border-radius: var(--sapElement_BorderCornerRadius);
|
|
13
13
|
overflow: hidden;
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.sapMPanelBGSolid {
|
|
18
|
-
background-color:
|
|
18
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.sapMPanelBGTranslucent {
|
|
22
|
-
background-color:
|
|
22
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.sapMPanelBGTransparent {
|
|
@@ -32,26 +32,27 @@
|
|
|
32
32
|
.sapMPanelWrappingDiv,
|
|
33
33
|
/* do not want border if expanded and if only header text */
|
|
34
34
|
.sapMPanelWrappingDivTb {
|
|
35
|
-
border-bottom: 0.0625rem solid
|
|
36
|
-
background:
|
|
35
|
+
border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
|
|
36
|
+
background: var(--sapGroup_ContentBackground);
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.sapMPanelExpandable .sapMPanelWrappingDiv {
|
|
40
|
+
|
|
40
41
|
&.sapMPanelWrappingDivExpanded:focus {
|
|
41
|
-
border-top-left-radius:
|
|
42
|
-
border-top-right-radius:
|
|
42
|
+
border-top-left-radius: var(--sapElement_BorderCornerRadius);
|
|
43
|
+
border-top-right-radius: var(--sapElement_BorderCornerRadius);
|
|
43
44
|
outline-offset: -0.125rem;
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
&:not(.sapMPanelWrappingDivExpanded):focus {
|
|
47
|
-
border-radius:
|
|
48
|
+
border-radius: var(--sapElement_BorderCornerRadius);
|
|
48
49
|
outline-offset: -0.125rem;
|
|
49
50
|
}
|
|
50
51
|
}
|
|
51
52
|
|
|
52
53
|
.sapMPanelWrappingDiv.sapMPanelWrappingDivExpanded,
|
|
53
54
|
.sapMPanelWrappingDivTb.sapMPanelWrappingDivTbExpanded {
|
|
54
|
-
border-bottom: 0.0625rem solid
|
|
55
|
+
border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
|
|
55
56
|
}
|
|
56
57
|
|
|
57
58
|
.sapMPanelWrappingDivTb .sapMTB.sapMTBStandard {
|
|
@@ -82,27 +83,28 @@
|
|
|
82
83
|
}
|
|
83
84
|
|
|
84
85
|
.sapMPanel.sapMPanelExpandable .sapMPanelWrappingDivTb {
|
|
86
|
+
|
|
85
87
|
& .sapMPanelHeaderTB {
|
|
86
88
|
border-top-left-radius: 0;
|
|
87
89
|
margin-left: 2.75rem;
|
|
88
90
|
}
|
|
89
91
|
|
|
90
92
|
&:not(.sapMPanelWrappingDivTbExpanded) .sapMPanelHeaderTB {
|
|
91
|
-
border-bottom-right-radius:
|
|
92
|
-
border-top-right-radius:
|
|
93
|
+
border-bottom-right-radius: var(--sapElement_BorderCornerRadius);
|
|
94
|
+
border-top-right-radius: var(--sapElement_BorderCornerRadius);
|
|
93
95
|
}
|
|
94
96
|
|
|
95
97
|
&.sapMPanelWrappingDivTbExpanded .sapMPanelHeaderTB {
|
|
96
|
-
border-top-right-radius:
|
|
98
|
+
border-top-right-radius: var(--sapElement_BorderCornerRadius);
|
|
97
99
|
}
|
|
98
100
|
}
|
|
99
101
|
|
|
100
102
|
.sapMPanelWrappingDiv .sapUiIcon {
|
|
101
|
-
color:
|
|
103
|
+
color: var(--sapButton_Lite_TextColor);
|
|
102
104
|
}
|
|
103
105
|
|
|
104
106
|
.sapMPanelStickyHeadingDiv {
|
|
105
107
|
border-top-left-radius: inherit;
|
|
106
108
|
border-top-right-radius: inherit;
|
|
107
109
|
overflow: hidden;
|
|
108
|
-
}
|
|
110
|
+
}
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMLIB:nth-child(even):not(.sapMListTblSubRow),
|
|
8
8
|
.sapMSize0.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMLIB:nth-child(4n+3),
|
|
9
9
|
.sapMSize1.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMLIB:nth-child(4n+3),
|
|
10
|
-
.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n){
|
|
11
|
-
background-color:
|
|
10
|
+
.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n) {
|
|
11
|
+
background-color: var(--sapList_AlternatingBackground);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(even):not(.sapMListTblSubRow).sapMLIBHoverable:hover,
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
.sapMSize0.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBHoverable:hover + .sapMListTblSubRow,
|
|
17
17
|
.sapMSize1.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBHoverable:hover,
|
|
18
18
|
.sapMSize1.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBHoverable:hover + .sapMListTblSubRow,
|
|
19
|
-
.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n).sapMLIBHoverable:hover{
|
|
20
|
-
background-color:
|
|
19
|
+
.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n).sapMLIBHoverable:hover {
|
|
20
|
+
background-color: var(--sapList_Hover_Background);
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(even):not(.sapMListTblSubRow).sapMLIBSelected,
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
.sapMSize0.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBSelected + .sapMListTblSubRow,
|
|
27
27
|
.sapMSize1.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBSelected,
|
|
28
28
|
.sapMSize1.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBSelected + .sapMListTblSubRow,
|
|
29
|
-
.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n).sapMLIBSelected{
|
|
30
|
-
background-color:
|
|
29
|
+
.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n).sapMLIBSelected {
|
|
30
|
+
background-color: var(--sapList_SelectionBackgroundColor);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(even):not(.sapMListTblSubRow).sapMLIBSelected.sapMLIBHoverable:hover,
|
|
@@ -36,22 +36,22 @@
|
|
|
36
36
|
.sapMSize0.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBSelected.sapMLIBHoverable:hover + .sapMListTblSubRow,
|
|
37
37
|
.sapMSize1.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBSelected.sapMLIBHoverable:hover,
|
|
38
38
|
.sapMSize1.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBSelected.sapMLIBHoverable:hover + .sapMListTblSubRow,
|
|
39
|
-
.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n).sapMLIBSelected.sapMLIBHoverable:hover{
|
|
39
|
+
.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n).sapMLIBSelected.sapMLIBHoverable:hover {
|
|
40
40
|
background-color: @sapUiListSelectionHoverBackground;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
/* Calendar overstyling */
|
|
44
44
|
|
|
45
45
|
html.sap-desktop .sapMPlanCal .sapUiCalItem:not(.sapUiCalItemSel):hover {
|
|
46
|
-
background-color:
|
|
46
|
+
background-color: var(--sapList_Hover_Background);
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
html.sap-desktop .sapMPlanCal .sapUiCalItemWeekEnd:not(.sapUiCalItemSel):hover {
|
|
50
|
-
background-color:
|
|
50
|
+
background-color: var(--sapList_Hover_Background);
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hover {
|
|
54
|
-
background-color:
|
|
54
|
+
background-color: var(--sapList_AlternatingBackground);
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
.sapMPlanCal .sapMPlanCalRowHead .sapMSLIImg {
|
|
@@ -63,9 +63,9 @@ html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hove
|
|
|
63
63
|
|
|
64
64
|
.sapMPlanCal .sapMListTbl .sapMSLIImgIcon.sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
|
|
65
65
|
border-radius: 0.25rem;
|
|
66
|
-
background-color:
|
|
67
|
-
color:
|
|
68
|
-
font-size:
|
|
66
|
+
background-color: var(--sapAccentColor7);
|
|
67
|
+
color: var(--sapContent_ContrastTextColor);
|
|
68
|
+
font-size: var(--sapFontHeader4Size);
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
.sapMPlanCalRowHead .sapMSLI,
|
|
@@ -75,23 +75,30 @@ html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hove
|
|
|
75
75
|
|
|
76
76
|
.sapMPlanCal {
|
|
77
77
|
border-radius: 0.5rem;
|
|
78
|
+
|
|
78
79
|
.sapUiCalDatesRow {
|
|
79
|
-
|
|
80
|
+
|
|
81
|
+
.sapUiCalItemSel:focus > .sapUiCalItemText::after {
|
|
80
82
|
left: 0.015rem;
|
|
81
83
|
right: 0.015rem;
|
|
82
84
|
}
|
|
83
85
|
}
|
|
86
|
+
|
|
84
87
|
.sapUiCalTimesRow {
|
|
85
|
-
|
|
88
|
+
|
|
89
|
+
.sapUiCalItemSel:focus > .sapUiCalItemText::after {
|
|
86
90
|
left: 0.0rem;
|
|
87
91
|
right: 0.0rem;
|
|
88
92
|
}
|
|
89
93
|
}
|
|
94
|
+
|
|
90
95
|
.sapUiCalMonthsRow {
|
|
96
|
+
|
|
91
97
|
.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
|
|
92
98
|
position: initial;
|
|
93
99
|
}
|
|
94
|
-
|
|
100
|
+
|
|
101
|
+
.sapUiCalItemSel:focus > .sapUiCalItemText::after {
|
|
95
102
|
left: 0;
|
|
96
103
|
}
|
|
97
104
|
}
|
|
@@ -102,19 +109,23 @@ html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hove
|
|
|
102
109
|
}
|
|
103
110
|
|
|
104
111
|
.sapMPlanCal .sapMListTbl {
|
|
112
|
+
|
|
105
113
|
.sapMSLIImgIcon.sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
|
|
106
|
-
border-radius:
|
|
107
|
-
background-color:
|
|
108
|
-
color:
|
|
109
|
-
font-size:
|
|
114
|
+
border-radius: var(--sapGroup_BorderCornerRadius);
|
|
115
|
+
background-color: var(--sapAccentBackgroundColor5);
|
|
116
|
+
color: var(--sapAccentColor5);
|
|
117
|
+
font-size: var(--sapFontHeader4Size);
|
|
110
118
|
}
|
|
119
|
+
|
|
111
120
|
.sapUiIcon {
|
|
112
121
|
line-height: 1rem;
|
|
113
122
|
}
|
|
123
|
+
|
|
114
124
|
.sapUiCalendarAppArrowIconLeft.sapUiIcon,
|
|
115
125
|
.sapUiCalendarAppArrowIconRight.sapUiIcon {
|
|
116
126
|
line-height: 1;
|
|
117
127
|
}
|
|
128
|
+
|
|
118
129
|
.sapMFlexItem .sapMText {
|
|
119
130
|
line-height: inherit;
|
|
120
131
|
}
|
|
@@ -3,33 +3,37 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ============================== */
|
|
5
5
|
|
|
6
|
-
.sapMPopoverArr
|
|
7
|
-
background:
|
|
8
|
-
box-shadow:
|
|
6
|
+
.sapMPopoverArr::after {
|
|
7
|
+
background: var(--sapGroup_ContentBackground);
|
|
8
|
+
box-shadow: var(--sapContent_Shadow2);
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.sapMPopoverWithBar > .sapMPopoverArr {
|
|
12
|
-
&.sapMPopoverArrUp
|
|
13
|
-
&.sapMPopoverHeaderAlignArr
|
|
14
|
-
background-color:
|
|
12
|
+
&.sapMPopoverArrUp::after,
|
|
13
|
+
&.sapMPopoverHeaderAlignArr::after {
|
|
14
|
+
background-color: var(--sapPageHeader_Background);
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.sapMPopoverWithFooter > .sapMPopoverArr.sapMPopoverFooterAlignArr
|
|
19
|
-
background-color:
|
|
18
|
+
.sapMPopoverWithFooter > .sapMPopoverArr.sapMPopoverFooterAlignArr::after {
|
|
19
|
+
background-color: var(--sapPageFooter_Background);
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.sapMPopover .sapMIBar.sapMHeader-CTX {
|
|
23
|
-
background-color:
|
|
23
|
+
background-color: var(--sapPageHeader_Background);
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.sapMPopover .sapMIBar.sapMSubHeader-CTX {
|
|
27
|
-
background-color:
|
|
27
|
+
background-color: var(--sapPageHeader_Background);
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.sapUiSizeCompact {
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
|
|
32
|
+
.sapMPopoverFooter,
|
|
33
|
+
.sapMPopoverHeader {
|
|
34
|
+
|
|
35
|
+
.sapMIBar,
|
|
36
|
+
.sapMBar {
|
|
33
37
|
height: 2.5rem;
|
|
34
38
|
|
|
35
39
|
& > .sapMBarLeft,
|
|
@@ -54,31 +58,43 @@
|
|
|
54
58
|
}
|
|
55
59
|
}
|
|
56
60
|
|
|
57
|
-
.sapMPopoverHeader,
|
|
61
|
+
.sapMPopoverHeader,
|
|
62
|
+
.sapMPopoverSubHeader {
|
|
58
63
|
position: relative;
|
|
59
64
|
z-index: 2;
|
|
60
65
|
|
|
61
66
|
.sapMBar {
|
|
67
|
+
|
|
62
68
|
.sapMBarContainer {
|
|
63
69
|
padding-left: 0;
|
|
64
70
|
padding-right: 0;
|
|
65
71
|
}
|
|
72
|
+
|
|
66
73
|
.sapMBarLeft {
|
|
67
74
|
padding-left: 1rem;
|
|
68
75
|
}
|
|
76
|
+
|
|
69
77
|
.sapMBarMiddle .sapMBarContainer {
|
|
70
78
|
padding: 0 1rem;
|
|
71
79
|
}
|
|
80
|
+
|
|
72
81
|
.sapMBarRight {
|
|
73
82
|
padding-right: 1rem;
|
|
74
83
|
}
|
|
75
84
|
}
|
|
76
85
|
}
|
|
77
86
|
|
|
78
|
-
.sapMPopoverHeader,
|
|
79
|
-
|
|
80
|
-
|
|
87
|
+
.sapMPopoverHeader,
|
|
88
|
+
.sapMPopoverFooter,
|
|
89
|
+
.sapMPopoverSubHeader {
|
|
90
|
+
|
|
91
|
+
.sapUi-Std-PaddingS,
|
|
92
|
+
.sapUi-Std-PaddingM,
|
|
93
|
+
.sapUi-Std-PaddingL,
|
|
94
|
+
.sapUi-Std-PaddingXL {
|
|
95
|
+
|
|
81
96
|
&.sapMBar {
|
|
97
|
+
|
|
82
98
|
.sapMBarMiddle .sapMBarPH {
|
|
83
99
|
padding-left: 0;
|
|
84
100
|
padding-right: 0;
|
|
@@ -104,7 +120,7 @@
|
|
|
104
120
|
}
|
|
105
121
|
|
|
106
122
|
.sapMPopover {
|
|
107
|
-
border-radius:
|
|
123
|
+
border-radius: var(--sapPopover_BorderCornerRadius);
|
|
108
124
|
|
|
109
125
|
.sapMPopoverCont {
|
|
110
126
|
padding: 0.0625rem;
|
|
@@ -112,17 +128,17 @@
|
|
|
112
128
|
|
|
113
129
|
&.sapMPopoverWithoutBar .sapMPopoverCont,
|
|
114
130
|
.sapMIBar.sapMHeader-CTX {
|
|
115
|
-
border-top-right-radius:
|
|
116
|
-
border-top-left-radius:
|
|
131
|
+
border-top-right-radius: var(--sapPopover_BorderCornerRadius);
|
|
132
|
+
border-top-left-radius: var(--sapPopover_BorderCornerRadius);
|
|
117
133
|
}
|
|
118
134
|
|
|
119
135
|
&.sapMPopoverWithoutFooter .sapMPopoverCont,
|
|
120
136
|
.sapMIBar.sapMFooter-CTX {
|
|
121
|
-
border-bottom-right-radius:
|
|
122
|
-
border-bottom-left-radius:
|
|
137
|
+
border-bottom-right-radius: var(--sapPopover_BorderCornerRadius);
|
|
138
|
+
border-bottom-left-radius: var(--sapPopover_BorderCornerRadius);
|
|
123
139
|
}
|
|
124
140
|
}
|
|
125
141
|
|
|
126
142
|
.sapMPopoverResizeHandle {
|
|
127
|
-
color:
|
|
143
|
+
color: var(--sapButton_Lite_TextColor);
|
|
128
144
|
}
|