@openui5/themelib_sap_horizon 1.131.1 → 1.132.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +1 -1
- package/package.json +18 -18
- package/src/sap/f/themes/sap_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
|
@@ -4,29 +4,30 @@
|
|
|
4
4
|
/* ================================================= */
|
|
5
5
|
|
|
6
6
|
.sapUiSizeCompact .sapMSinglePCGrid {
|
|
7
|
-
|
|
8
|
-
{
|
|
7
|
+
|
|
8
|
+
& .sapUiCalItem {
|
|
9
9
|
text-align: left;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
& .sapUiCalDayName
|
|
13
|
-
{
|
|
12
|
+
& .sapUiCalDayName {
|
|
14
13
|
text-align: right;
|
|
15
14
|
}
|
|
16
15
|
}
|
|
17
16
|
|
|
18
|
-
.sapMSinglePC .sapUiCalendarAppCont{
|
|
17
|
+
.sapMSinglePC .sapUiCalendarAppCont {
|
|
19
18
|
border-left: 0.0625rem solid darken(@sapUiListBorderColor, 15);
|
|
20
19
|
border-radius: 0 0.125rem 0.125rem 0.125rem;
|
|
21
20
|
}
|
|
22
21
|
|
|
23
22
|
.sapMSinglePC {
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
|
|
24
|
+
.sapMSinglePCRow,
|
|
25
|
+
.sapMSinglePCBlockersColumn {
|
|
26
|
+
border-color: var(--sapList_BorderColor);
|
|
26
27
|
}
|
|
27
28
|
|
|
28
29
|
.sapMSinglePCColumnToday .sapMSinglePCRow::before {
|
|
29
|
-
border-color:
|
|
30
|
+
border-color: var(--sapLegend_CurrentDateTime);
|
|
30
31
|
}
|
|
31
32
|
|
|
32
33
|
.sapMSinglePCColumnHeader .sapUiCalItem.sapUiCalItemNow {
|
|
@@ -34,7 +35,7 @@
|
|
|
34
35
|
}
|
|
35
36
|
|
|
36
37
|
.sapMSinglePCNowMarker {
|
|
37
|
-
color:
|
|
38
|
+
color: var(--sapLegend_CurrentDateTime);
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.sapMSinglePCColumnWeekend,
|
|
@@ -42,11 +43,11 @@
|
|
|
42
43
|
.sapMSinglePCBlockersRow,
|
|
43
44
|
.sapMSinglePCNonWorkingPeriod,
|
|
44
45
|
.sapMSinglePCRowHeaders {
|
|
45
|
-
background-color:
|
|
46
|
+
background-color: var(--sapList_AlternatingBackground);
|
|
46
47
|
}
|
|
47
48
|
|
|
48
49
|
.sapMPCHeadNavToolbar.sapMTB-Transparent-CTX.sapMTB {
|
|
49
|
-
background-color:
|
|
50
|
+
background-color: var(--sapList_Background);
|
|
50
51
|
}
|
|
51
52
|
|
|
52
53
|
.sapUiCalItem:focus{
|
|
@@ -54,7 +55,9 @@
|
|
|
54
55
|
}
|
|
55
56
|
|
|
56
57
|
.sapMSinglePCColumnHeader {
|
|
58
|
+
|
|
57
59
|
.sapUiCalItem.sapUiCalItemNow {
|
|
60
|
+
|
|
58
61
|
.sapUiCalSpecialDate {
|
|
59
62
|
position: absolute;
|
|
60
63
|
left: 0;
|
|
@@ -69,6 +72,7 @@
|
|
|
69
72
|
}
|
|
70
73
|
|
|
71
74
|
.sapMSinglePCAppointmentWrap.sapUiCalendarRowApps {
|
|
75
|
+
|
|
72
76
|
.sapUiCalendarApp {
|
|
73
77
|
border-top-left-radius: 0;
|
|
74
78
|
border-bottom-left-radius: 0;
|
|
@@ -77,6 +81,7 @@
|
|
|
77
81
|
}
|
|
78
82
|
|
|
79
83
|
.sapUiCalendarRowVisFilled .sapMSinglePCAppointmentWrap {
|
|
84
|
+
|
|
80
85
|
.sapUiCalendarApp,
|
|
81
86
|
.sapUiCalendarApp:hover:not(:active) {
|
|
82
87
|
background-color: transparent;
|
|
@@ -84,8 +89,11 @@
|
|
|
84
89
|
}
|
|
85
90
|
|
|
86
91
|
.sapUiSizeCompact .sapMSinglePC {
|
|
92
|
+
|
|
87
93
|
.sapMSinglePCColumnHeader {
|
|
94
|
+
|
|
88
95
|
.sapUiCalItem.sapUiCalItemNow {
|
|
96
|
+
|
|
89
97
|
.sapUiCalItemText,
|
|
90
98
|
.sapUiCalItemSel.sapUiItemText {
|
|
91
99
|
box-shadow: none;
|
|
@@ -93,7 +101,9 @@
|
|
|
93
101
|
}
|
|
94
102
|
}
|
|
95
103
|
}
|
|
104
|
+
|
|
96
105
|
.sapMSinglePCColumnHeader {
|
|
106
|
+
|
|
97
107
|
.sapUiCalItem.sapUiCalItemNow:focus {
|
|
98
108
|
outline: 0.0625rem solid white;
|
|
99
109
|
box-shadow: inset white;
|
|
@@ -102,13 +112,17 @@
|
|
|
102
112
|
}
|
|
103
113
|
|
|
104
114
|
.sapUiSizeCompact .sapMSinglePC {
|
|
115
|
+
|
|
105
116
|
.sapMSinglePCColumnHeader {
|
|
117
|
+
|
|
106
118
|
.sapUiCalItem.sapUiCalItemNow {
|
|
107
119
|
outline: 0.0625rem solid white;
|
|
108
120
|
box-shadow: inset white;
|
|
121
|
+
|
|
109
122
|
&.sapUiCalItemSel:hover {
|
|
110
|
-
background-color:
|
|
123
|
+
background-color: var(--sapContent_Selected_Hover_Background);
|
|
111
124
|
}
|
|
125
|
+
|
|
112
126
|
&.sapUiCalItemSel .sapUiCalItemText,
|
|
113
127
|
.sapUiCalItemText {
|
|
114
128
|
box-shadow: none;
|
|
@@ -116,6 +130,7 @@
|
|
|
116
130
|
line-height: 1.5rem;
|
|
117
131
|
}
|
|
118
132
|
}
|
|
133
|
+
|
|
119
134
|
.sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemText,
|
|
120
135
|
.sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalItemText {
|
|
121
136
|
border: transparent;
|
|
@@ -131,6 +146,7 @@
|
|
|
131
146
|
}
|
|
132
147
|
|
|
133
148
|
.sapUiCalItem {
|
|
149
|
+
|
|
134
150
|
.sapUiCalItemText,
|
|
135
151
|
.sapUiCalDayName {
|
|
136
152
|
height: 1.4rem;
|
|
@@ -151,24 +167,29 @@
|
|
|
151
167
|
}
|
|
152
168
|
|
|
153
169
|
.sapMSinglePCAppointmentWrap.sapUiCalendarRowApps {
|
|
170
|
+
|
|
154
171
|
&:focus {
|
|
155
|
-
|
|
156
|
-
|
|
172
|
+
|
|
173
|
+
.sapUiCalendarAppCont::after {
|
|
174
|
+
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
157
175
|
border-radius: 0.125rem;
|
|
158
176
|
}
|
|
159
177
|
}
|
|
160
178
|
}
|
|
161
179
|
|
|
162
180
|
html.sap-desktop {
|
|
181
|
+
|
|
163
182
|
.sapMSinglePCBlockersRow > .sapMSinglePCBlockersColumns > .sapMSinglePCBlockersColumn:focus::after,
|
|
164
183
|
.sapMSinglePCGridContent .sapMSinglePCColumns .sapMSinglePCRow:focus::after {
|
|
165
|
-
border: 0.125rem solid
|
|
184
|
+
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
166
185
|
}
|
|
167
186
|
}
|
|
168
187
|
|
|
169
188
|
.sapMSinglePCAppointments,
|
|
170
189
|
.sapMSinglePCBlockers {
|
|
190
|
+
|
|
171
191
|
.sapUiCalendarApp {
|
|
192
|
+
|
|
172
193
|
&.sapUiCalendarAppSel::after {
|
|
173
194
|
background-color: initial;
|
|
174
195
|
}
|
|
@@ -176,9 +197,12 @@ html.sap-desktop {
|
|
|
176
197
|
}
|
|
177
198
|
|
|
178
199
|
html.sap-desktop {
|
|
200
|
+
|
|
179
201
|
.sapMSinglePCBlockers,
|
|
180
202
|
.sapMSinglePCAppointments {
|
|
203
|
+
|
|
181
204
|
.sapUiCalendarApp {
|
|
205
|
+
|
|
182
206
|
&.sapUiCalendarAppSel:hover::after {
|
|
183
207
|
background-color: initial;
|
|
184
208
|
}
|
|
@@ -186,7 +210,7 @@ html.sap-desktop {
|
|
|
186
210
|
}
|
|
187
211
|
}
|
|
188
212
|
|
|
189
|
-
.sapMSinglePC .sapUiCalItemSel:focus > .sapUiCalItemText
|
|
213
|
+
.sapMSinglePC .sapUiCalItemSel:focus > .sapUiCalItemText::after {
|
|
190
214
|
left: 0;
|
|
191
215
|
right: 0;
|
|
192
216
|
}
|
|
@@ -198,25 +222,29 @@ html.sap-desktop {
|
|
|
198
222
|
border-radius: 0 0.25rem 0.25rem 0;
|
|
199
223
|
}
|
|
200
224
|
|
|
201
|
-
.sapMSinglePC .sapUiCalItem.sapUiCalItemSel:focus > .sapUiCalItemText
|
|
225
|
+
.sapMSinglePC .sapUiCalItem.sapUiCalItemSel:focus > .sapUiCalItemText::after {
|
|
202
226
|
outline: none;
|
|
203
227
|
}
|
|
204
228
|
|
|
205
229
|
.calendarRowTypeColorMixIn(@class, @iitemtypeclass, @color, @bcolor) {
|
|
230
|
+
|
|
206
231
|
.sapMSinglePCGrid .@{iitemtypeclass} {
|
|
232
|
+
|
|
207
233
|
&.sapUiCalItem.sapUiCalItemSel {
|
|
208
234
|
box-shadow: inset 0 0 0 0.15rem @sapContent_Selected_ForegroundColor;
|
|
209
235
|
}
|
|
236
|
+
|
|
210
237
|
&.sapUiCalItem.sapUiCalItemSel:focus {
|
|
211
238
|
box-shadow: inset 0 0 0 0.25rem @sapContent_Selected_ForegroundColor;
|
|
212
239
|
}
|
|
240
|
+
|
|
213
241
|
&.sapUiCalItem:hover {
|
|
214
242
|
border-radius: 0.5rem;
|
|
215
243
|
}
|
|
216
244
|
}
|
|
217
245
|
}
|
|
218
246
|
|
|
219
|
-
.sapMSinglePCAppointmentWrap.sapUiCalendarRowApps:focus .sapUiCalendarAppSel:hover .sapUiCalendarAppCont
|
|
247
|
+
.sapMSinglePCAppointmentWrap.sapUiCalendarRowApps:focus .sapUiCalendarAppSel:hover .sapUiCalendarAppCont::after {
|
|
220
248
|
top: 0.125rem;
|
|
221
249
|
left: 0.125rem;
|
|
222
250
|
right: 0.125rem;
|
|
@@ -224,18 +252,18 @@ html.sap-desktop {
|
|
|
224
252
|
}
|
|
225
253
|
|
|
226
254
|
/* SELECTED CELL IN HEADER */
|
|
227
|
-
.sapMSinglePCGrid .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemText
|
|
255
|
+
.sapMSinglePCGrid .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemText::after {
|
|
228
256
|
position: absolute;
|
|
229
257
|
top: 0;
|
|
230
258
|
left: 0;
|
|
231
259
|
right: 0;
|
|
232
260
|
bottom: 0;
|
|
233
|
-
border: 0.0625rem solid
|
|
234
|
-
content:
|
|
261
|
+
border: 0.0625rem solid var(--sapContent_FocusColor);
|
|
262
|
+
content: '';
|
|
235
263
|
border-radius: 0.5rem;
|
|
236
264
|
}
|
|
237
265
|
|
|
238
|
-
.sapMSinglePCGrid .sapUiCalItem.sapUiCalItemSel.sapUiCalItemNow > .sapUiCalItemText
|
|
266
|
+
.sapMSinglePCGrid .sapUiCalItem.sapUiCalItemSel.sapUiCalItemNow > .sapUiCalItemText::after {
|
|
239
267
|
top: 0.1875rem;
|
|
240
268
|
left: 0.1875rem;
|
|
241
269
|
right: 0.1875rem;
|
|
@@ -249,18 +277,18 @@ html.sap-desktop {
|
|
|
249
277
|
left: 0.375rem;
|
|
250
278
|
right: 0.375rem;
|
|
251
279
|
bottom: 0.375rem;
|
|
252
|
-
border: 0.125rem solid
|
|
253
|
-
content:
|
|
280
|
+
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
281
|
+
content: '';
|
|
254
282
|
border-radius: 0.1875rem;
|
|
255
283
|
}
|
|
256
284
|
|
|
257
|
-
.sapMSinglePCGrid .sapUiCalItem.sapUiCalItemSel:focus > .sapUiCalItemText
|
|
285
|
+
.sapMSinglePCGrid .sapUiCalItem.sapUiCalItemSel:focus > .sapUiCalItemText::after {
|
|
258
286
|
position: absolute;
|
|
259
287
|
top: 0;
|
|
260
288
|
left: 0;
|
|
261
289
|
right: 0;
|
|
262
290
|
bottom: 0;
|
|
263
|
-
border: 0.0625rem solid
|
|
264
|
-
content:
|
|
291
|
+
border: 0.0625rem solid var(--sapContent_FocusColor);
|
|
292
|
+
content: '';
|
|
265
293
|
border-radius: 0.5rem;
|
|
266
294
|
}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
/* CSS for control sap.m/SinglePlanningCalendarMonthGrid */
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ====================================================== */
|
|
5
|
+
|
|
5
6
|
.calendarSpecialDayTypeColorMixIn(@class, @color) {
|
|
6
7
|
.sapMSPCMonthGrid {
|
|
7
8
|
.@{class} .specialDateIndicator {
|
|
@@ -32,12 +33,12 @@
|
|
|
32
33
|
.calendarSpecialDayTypeColorMixIn(sapUiCalendarSpecialDayType20, @sapLegendColor20);
|
|
33
34
|
|
|
34
35
|
html.sap-desktop .sapMSPCMonthDay:not(.sapMSPCMonthDayToday):focus::after {
|
|
35
|
-
border: 0.125rem solid
|
|
36
|
+
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
36
37
|
}
|
|
37
38
|
|
|
38
39
|
html.sap-desktop .sapMSPCMonthDay.sapMSPCMonthDayToday:focus .sapMSPCMonthNowMarker::after {
|
|
39
40
|
border: none;
|
|
40
|
-
outline: 0.125rem solid
|
|
41
|
+
outline: 0.125rem solid var(--sapContent_FocusColor);
|
|
41
42
|
outline-offset: -0.25rem;
|
|
42
43
|
}
|
|
43
44
|
|
|
@@ -3,9 +3,11 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
/* MessagePage inner controls styles*/
|
|
6
|
+
/* MessagePage inner controls styles */
|
|
7
7
|
.sapMMessagePage {
|
|
8
|
+
|
|
8
9
|
.sapMMessagePageInner {
|
|
10
|
+
|
|
9
11
|
.sapMMessagePageIcon.sapUiIcon::before {
|
|
10
12
|
color: fade(@sapUiContentNonInteractiveIconColor,50);
|
|
11
13
|
}
|
|
@@ -24,7 +26,7 @@
|
|
|
24
26
|
}
|
|
25
27
|
|
|
26
28
|
.sapMLnk {
|
|
27
|
-
font-size:
|
|
29
|
+
font-size: var(--sapFontHeader5Size);
|
|
28
30
|
}
|
|
29
31
|
}
|
|
30
32
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
6
|
.sapMMsgStrip {
|
|
7
|
-
border-radius:
|
|
7
|
+
border-radius: var(--sapPopover_BorderCornerRadius);
|
|
8
8
|
border-width: 0.125rem;
|
|
9
9
|
}
|
|
10
10
|
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
top: -0.0625rem;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.sapMMsgStripMessage
|
|
19
|
+
.sapMMsgStripMessage > .sapMLnk {
|
|
20
20
|
padding-right: 0.25rem;
|
|
21
21
|
padding-left: 0.25rem;
|
|
22
|
-
}
|
|
22
|
+
}
|
|
@@ -6,9 +6,11 @@
|
|
|
6
6
|
@_sap_m_MessageView_DescIcon_Width: 1rem;
|
|
7
7
|
|
|
8
8
|
.sapMMsgView {
|
|
9
|
+
|
|
9
10
|
.sapMMsgViewDetailsPage section {
|
|
10
11
|
padding: 1rem;
|
|
11
12
|
}
|
|
13
|
+
|
|
12
14
|
.sapMMsgViewItem {
|
|
13
15
|
padding-left: 0;
|
|
14
16
|
|
|
@@ -28,35 +30,35 @@
|
|
|
28
30
|
}
|
|
29
31
|
|
|
30
32
|
.sapMSLITitle {
|
|
31
|
-
font-size:
|
|
33
|
+
font-size: var(--sapFontHeader6Size);
|
|
32
34
|
}
|
|
33
35
|
|
|
34
36
|
.sapMSLIDescription {
|
|
35
|
-
color:
|
|
37
|
+
color: var(--sapContent_LabelColor);
|
|
36
38
|
}
|
|
37
39
|
|
|
38
40
|
.sapMMsgViewDescriptionText {
|
|
39
41
|
padding-bottom: 0;
|
|
40
42
|
margin: 0 0 1rem 2.5rem;
|
|
41
43
|
line-height: 1.4;
|
|
42
|
-
font-family:
|
|
43
|
-
color:
|
|
44
|
+
font-family: var(--sapFontFamily);
|
|
45
|
+
color: var(--sapTextColor);
|
|
44
46
|
}
|
|
45
47
|
|
|
46
48
|
.sapMMsgViewTitleText {
|
|
47
49
|
margin: 0 0 1rem 2.5rem;
|
|
48
|
-
font-family:
|
|
50
|
+
font-family: var(--sapFontHeaderFamily);
|
|
49
51
|
font-size: @sapUiFontHeader5Size;
|
|
50
52
|
font-weight: @sapUiFontHeaderWeight;
|
|
51
|
-
color:
|
|
53
|
+
color: var(--sapGroup_TitleTextColor);
|
|
52
54
|
}
|
|
53
55
|
|
|
54
56
|
.sapMMsgViewDescriptionLink {
|
|
55
57
|
margin: 0 0 1rem 2.5rem;
|
|
56
|
-
font-family:
|
|
58
|
+
font-family: var(--sapFontFamily);
|
|
57
59
|
font-size: @sapMFontMediumSize;
|
|
58
60
|
font-weight: normal;
|
|
59
|
-
color:
|
|
61
|
+
color: var(--sapLinkColor);
|
|
60
62
|
}
|
|
61
63
|
|
|
62
64
|
.sapMSLIWithDescription > .sapMLIBContent > .sapMSLIDiv > .sapMSLIDescription {
|
|
@@ -70,7 +72,7 @@
|
|
|
70
72
|
}
|
|
71
73
|
|
|
72
74
|
.sapMMsgView .sapMIBar.sapMHeader-CTX {
|
|
73
|
-
background-color:
|
|
75
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
74
76
|
padding-left: 1rem;
|
|
75
77
|
}
|
|
76
78
|
|
|
@@ -90,6 +92,7 @@
|
|
|
90
92
|
|
|
91
93
|
/* Compact size */
|
|
92
94
|
.sapUiSizeCompact .sapMMsgView {
|
|
95
|
+
|
|
93
96
|
.sapMMsgViewDescIcon {
|
|
94
97
|
line-height: 1rem;
|
|
95
98
|
}
|
|
@@ -7,20 +7,20 @@
|
|
|
7
7
|
.sapMOHC.sapMOHBgTranslucent,
|
|
8
8
|
.sapMOH.sapMOHBgSolid,
|
|
9
9
|
.sapMOHC.sapMOHBgSolid {
|
|
10
|
-
background-color:
|
|
11
|
-
border-bottom: 0.125rem solid
|
|
10
|
+
background-color: var(--sapObjectHeader_Background);
|
|
11
|
+
border-bottom: 0.125rem solid var(--sapObjectHeader_BorderColor);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.sapMOHC.sapMOHBgTranslucent,
|
|
15
15
|
.sapMOHC.sapMOHBgSolid {
|
|
16
|
-
border-bottom: 0.125rem solid
|
|
16
|
+
border-bottom: 0.125rem solid var(--sapObjectHeader_BorderColor);
|
|
17
17
|
box-shadow: none;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.sapMOH.sapMOHBgTransparent,
|
|
21
21
|
.sapMOHC.sapMOHBgTransparent {
|
|
22
22
|
background: transparent;
|
|
23
|
-
border-bottom: 0.125rem solid
|
|
23
|
+
border-bottom: 0.125rem solid var(--sapObjectHeader_BorderColor);
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
|
|
@@ -43,18 +43,18 @@ a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
|
|
|
43
43
|
.sapMOHTitle.sapMOHTitleActive:focus > h6 span,
|
|
44
44
|
.sapMOHIcon.sapMPointer .sapUiIcon.sapUiIconPointer:focus,
|
|
45
45
|
.sapMOHTitleArrow .sapUiIcon:focus {
|
|
46
|
-
outline: 0.125rem dotted
|
|
46
|
+
outline: 0.125rem dotted var(--sapContent_FocusColor);
|
|
47
47
|
outline-offset: -0.125rem;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
|
|
50
|
+
/* styles for responsive object header */
|
|
51
51
|
.sapMOHR:not(.sapMOHRNoBorder) {
|
|
52
52
|
box-shadow: @sapUiShadowHeader;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.sapMOHR.sapMOHRBgSolid,
|
|
56
56
|
.sapMOHR.sapMOHRBgTranslucent {
|
|
57
|
-
background:
|
|
57
|
+
background: var(--sapObjectHeader_Background);
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
.sapMOHR.sapMOHRBgTransparent {
|
|
@@ -62,18 +62,19 @@ a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
.sapMOHRTitleArrow .sapUiIcon:focus {
|
|
65
|
-
outline: 1px dotted
|
|
65
|
+
outline: 1px dotted var(--sapContent_FocusColor);
|
|
66
66
|
outline-offset: -1px;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
.sapMOHRIcon.sapMPointer .sapUiIcon.sapUiIconPointer:focus {
|
|
70
|
-
|
|
71
|
-
|
|
70
|
+
|
|
71
|
+
&::before {
|
|
72
|
+
outline: 1px dotted var(--sapContent_FocusColor);
|
|
72
73
|
}
|
|
73
74
|
}
|
|
74
75
|
|
|
75
76
|
.sapMOHRTitleActive .sapMOHRTitleText:focus {
|
|
76
|
-
outline: 1px dotted
|
|
77
|
+
outline: 1px dotted var(--sapContent_FocusColor);
|
|
77
78
|
outline-offset: -1px;
|
|
78
79
|
}
|
|
79
80
|
|
|
@@ -87,22 +88,23 @@ a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
|
|
|
87
88
|
.sapMOHTitle h3 .sapMText,
|
|
88
89
|
.sapMOHTitle h2 .sapMText,
|
|
89
90
|
.sapMOHTitle h1 .sapMText {
|
|
90
|
-
font-family:
|
|
91
|
-
font-size:
|
|
92
|
-
color:
|
|
91
|
+
font-family: var(--sapObjectHeader_Title_FontFamily);
|
|
92
|
+
font-size: var(--sapObjectHeader_Title_FontSize);
|
|
93
|
+
color: var(--sapObjectHeader_Title_TextColor);
|
|
93
94
|
}
|
|
94
95
|
|
|
95
96
|
html.sap-phone {
|
|
97
|
+
|
|
96
98
|
.sapMOHTitle h6 .sapMText,
|
|
97
99
|
.sapMOHTitle h5 .sapMText,
|
|
98
100
|
.sapMOHTitle h4 .sapMText,
|
|
99
101
|
.sapMOHTitle h3 .sapMText,
|
|
100
102
|
.sapMOHTitle h2 .sapMText,
|
|
101
103
|
.sapMOHTitle h1 .sapMText {
|
|
102
|
-
font-size:
|
|
104
|
+
font-size: var(--sapObjectHeader_Title_SnappedFontSize);
|
|
103
105
|
}
|
|
104
106
|
}
|
|
105
107
|
|
|
106
108
|
.sapMOHIntro .sapMText {
|
|
107
|
-
color:
|
|
109
|
+
color: var(--sapObjectHeader_Subtitle_TextColor);
|
|
108
110
|
}
|
|
@@ -14,41 +14,42 @@
|
|
|
14
14
|
z-index: 2;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
content:
|
|
17
|
+
&::after {
|
|
18
|
+
content: '';
|
|
19
19
|
position: absolute;
|
|
20
20
|
height: 1px;
|
|
21
21
|
bottom: 0;
|
|
22
22
|
width: 100%;
|
|
23
|
-
box-shadow: inset 0 -0.0625rem
|
|
23
|
+
box-shadow: inset 0 -0.0625rem var(--sapPageHeader_BorderColor), 0 0 0.25rem 0 fade(@sapUiContentShadowColor, 15);
|
|
24
24
|
z-index: 1;
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
.sapMPageWithHeader.sapMPageWithSubHeader {
|
|
29
|
+
|
|
29
30
|
.sapMPageHeader {
|
|
30
31
|
box-shadow: none;
|
|
31
32
|
|
|
32
|
-
|
|
33
|
+
&::after {
|
|
33
34
|
box-shadow: none;
|
|
34
35
|
}
|
|
35
36
|
}
|
|
36
37
|
}
|
|
37
38
|
|
|
38
39
|
.sapMPageBgStandard {
|
|
39
|
-
background-color:
|
|
40
|
+
background-color: var(--sapBackgroundColor);
|
|
40
41
|
}
|
|
41
42
|
|
|
42
43
|
.sapMPageBgSolid {
|
|
43
|
-
background-color:
|
|
44
|
+
background-color: var(--sapBackgroundColor);
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
.sapMPageBgTransperant {
|
|
47
|
-
background-color:
|
|
48
|
+
background-color: var(--sapBackgroundColor);
|
|
48
49
|
}
|
|
49
50
|
|
|
50
51
|
.sapMPageBgList {
|
|
51
|
-
background-color:
|
|
52
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
52
53
|
}
|
|
53
54
|
|
|
54
55
|
/* The following overrides for sap_belize/sap_belize_plus are only intended for apps inside FLP (Ushell) */
|
|
@@ -56,7 +57,7 @@
|
|
|
56
57
|
|
|
57
58
|
/* In sap_belize_plus backgroundDesign=Standard maps to Solid */
|
|
58
59
|
.sapMPageBgStandard {
|
|
59
|
-
background-color:
|
|
60
|
+
background-color: var(--sapBackgroundColor);
|
|
60
61
|
}
|
|
61
62
|
|
|
62
63
|
/* For the pages in the master part of sap.m.SplitApp backgroundDesign=Standard maps to Transparent */
|
|
@@ -76,26 +77,32 @@
|
|
|
76
77
|
opacity: 1;
|
|
77
78
|
|
|
78
79
|
.sapMIBar-CTX.sapMFooter-CTX {
|
|
79
|
-
box-shadow:
|
|
80
|
+
box-shadow: var(--sapContent_Shadow1);
|
|
80
81
|
border: none;
|
|
81
82
|
}
|
|
82
83
|
}
|
|
83
84
|
|
|
84
85
|
html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
86
|
+
|
|
85
87
|
@keyframes bounceShow {
|
|
88
|
+
|
|
86
89
|
0% {
|
|
87
90
|
transform: translateY(100%);
|
|
88
91
|
opacity: 0;
|
|
89
92
|
}
|
|
93
|
+
|
|
90
94
|
100% {
|
|
91
95
|
opacity: 1;
|
|
92
96
|
}
|
|
93
97
|
}
|
|
98
|
+
|
|
94
99
|
@keyframes bounceHide {
|
|
100
|
+
|
|
95
101
|
0% {
|
|
96
102
|
transform: translateY(-5%);
|
|
97
103
|
opacity: 1;
|
|
98
104
|
}
|
|
105
|
+
|
|
99
106
|
100% {
|
|
100
107
|
transform: translateY(100%);
|
|
101
108
|
opacity: 0;
|
|
@@ -104,6 +111,7 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
|
104
111
|
}
|
|
105
112
|
|
|
106
113
|
.sapMPage.sapF2CollapsedHeader > .sapMPageHeader {
|
|
114
|
+
|
|
107
115
|
& + section,
|
|
108
116
|
& + .sapUiHiddenPlaceholder + section {
|
|
109
117
|
top: 0;
|
|
@@ -115,6 +123,7 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
|
115
123
|
}
|
|
116
124
|
|
|
117
125
|
.sapMPage.sapF2CollapsedHeader > .sapMPageHeader {
|
|
126
|
+
|
|
118
127
|
& + section,
|
|
119
128
|
& + .sapUiHiddenPlaceholder + section {
|
|
120
129
|
top: 0;
|
|
@@ -131,6 +140,7 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
|
131
140
|
}
|
|
132
141
|
|
|
133
142
|
.sapMPage {
|
|
143
|
+
|
|
134
144
|
> .sapMPageHeader + section,
|
|
135
145
|
> .sapMPageSubHeader + section,
|
|
136
146
|
> .sapMPageHeader + .sapUiHiddenPlaceholder + section {
|
|
@@ -147,6 +157,7 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
|
147
157
|
}
|
|
148
158
|
|
|
149
159
|
.sapUiSizeCompact .sapF2CollapsedHeader.sapMPageWithHeader {
|
|
160
|
+
|
|
150
161
|
> section {
|
|
151
162
|
top: 0;
|
|
152
163
|
}
|
|
@@ -157,6 +168,7 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
|
157
168
|
}
|
|
158
169
|
|
|
159
170
|
.sapMPageWithHeader {
|
|
171
|
+
|
|
160
172
|
&.sapFShellBar-CTX > section {
|
|
161
173
|
top: 3.25rem;
|
|
162
174
|
}
|
|
@@ -166,9 +178,15 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
|
166
178
|
}
|
|
167
179
|
}
|
|
168
180
|
|
|
169
|
-
.sapMPageHeader,
|
|
170
|
-
|
|
171
|
-
|
|
181
|
+
.sapMPageHeader,
|
|
182
|
+
.sapMPageSubHeader,
|
|
183
|
+
.sapMPageFooter {
|
|
184
|
+
|
|
185
|
+
.sapUi-Std-PaddingS,
|
|
186
|
+
.sapUi-Std-PaddingM,
|
|
187
|
+
.sapUi-Std-PaddingL,
|
|
188
|
+
.sapUi-Std-PaddingXL {
|
|
189
|
+
|
|
172
190
|
&.sapMBar {
|
|
173
191
|
box-sizing: border-box;
|
|
174
192
|
|
|
@@ -182,10 +200,12 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
|
182
200
|
}
|
|
183
201
|
}
|
|
184
202
|
}
|
|
203
|
+
|
|
185
204
|
.sapUi-Std-PaddingS,
|
|
186
205
|
.sapUi-Std-PaddingM,
|
|
187
206
|
.sapUi-Std-PaddingL,
|
|
188
207
|
.sapUi-Std-PaddingXL {
|
|
208
|
+
|
|
189
209
|
&.sapMPageFloatingFooter.sapMPageFooter {
|
|
190
210
|
margin: 0.5rem 0;
|
|
191
211
|
width: auto;
|
|
@@ -209,6 +229,7 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
|
209
229
|
}
|
|
210
230
|
|
|
211
231
|
.sapMPageWithHeader {
|
|
232
|
+
|
|
212
233
|
&.sapFShellBar-CTX > section {
|
|
213
234
|
top: 3.25rem;
|
|
214
235
|
}
|