@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,19 +43,21 @@
|
|
|
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
|
-
.sapUiCalItem:focus{
|
|
53
|
+
.sapUiCalItem:focus {
|
|
53
54
|
outline: none;
|
|
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
|
}
|
|
@@ -194,29 +218,34 @@ html.sap-desktop {
|
|
|
194
218
|
.sapMSinglePCAppointmentWrap::before {
|
|
195
219
|
border-radius: 0.25rem 0 0 0.25rem;
|
|
196
220
|
}
|
|
221
|
+
|
|
197
222
|
.sapMSinglePC .sapUiCalendarAppCont {
|
|
198
223
|
border-radius: 0 0.25rem 0.25rem 0;
|
|
199
224
|
}
|
|
200
225
|
|
|
201
|
-
.sapMSinglePC .sapUiCalItem.sapUiCalItemSel:focus > .sapUiCalItemText
|
|
226
|
+
.sapMSinglePC .sapUiCalItem.sapUiCalItemSel:focus > .sapUiCalItemText::after {
|
|
202
227
|
outline: none;
|
|
203
228
|
}
|
|
204
229
|
|
|
205
230
|
.calendarRowTypeColorMixIn(@class, @iitemtypeclass, @color, @bcolor) {
|
|
231
|
+
|
|
206
232
|
.sapMSinglePCGrid .@{iitemtypeclass} {
|
|
233
|
+
|
|
207
234
|
&.sapUiCalItem.sapUiCalItemSel {
|
|
208
235
|
box-shadow: inset 0 0 0 0.15rem @sapContent_Selected_ForegroundColor;
|
|
209
236
|
}
|
|
237
|
+
|
|
210
238
|
&.sapUiCalItem.sapUiCalItemSel:focus {
|
|
211
239
|
box-shadow: inset 0 0 0 0.25rem @sapContent_Selected_ForegroundColor;
|
|
212
240
|
}
|
|
241
|
+
|
|
213
242
|
&.sapUiCalItem:hover {
|
|
214
243
|
border-radius: 0.5rem;
|
|
215
244
|
}
|
|
216
245
|
}
|
|
217
246
|
}
|
|
218
247
|
|
|
219
|
-
.sapMSinglePCAppointmentWrap.sapUiCalendarRowApps:focus .sapUiCalendarAppSel:hover .sapUiCalendarAppCont
|
|
248
|
+
.sapMSinglePCAppointmentWrap.sapUiCalendarRowApps:focus .sapUiCalendarAppSel:hover .sapUiCalendarAppCont::after {
|
|
220
249
|
top: 0.125rem;
|
|
221
250
|
left: 0.125rem;
|
|
222
251
|
right: 0.125rem;
|
|
@@ -224,18 +253,18 @@ html.sap-desktop {
|
|
|
224
253
|
}
|
|
225
254
|
|
|
226
255
|
/* SELECTED CELL IN HEADER */
|
|
227
|
-
.sapMSinglePCGrid .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemText
|
|
256
|
+
.sapMSinglePCGrid .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemText::after {
|
|
228
257
|
position: absolute;
|
|
229
258
|
top: 0;
|
|
230
259
|
left: 0;
|
|
231
260
|
right: 0;
|
|
232
261
|
bottom: 0;
|
|
233
|
-
border: 0.0625rem solid
|
|
234
|
-
content:
|
|
262
|
+
border: 0.0625rem solid var(--sapContent_FocusColor);
|
|
263
|
+
content: '';
|
|
235
264
|
border-radius: 0.5rem;
|
|
236
265
|
}
|
|
237
266
|
|
|
238
|
-
.sapMSinglePCGrid .sapUiCalItem.sapUiCalItemSel.sapUiCalItemNow > .sapUiCalItemText
|
|
267
|
+
.sapMSinglePCGrid .sapUiCalItem.sapUiCalItemSel.sapUiCalItemNow > .sapUiCalItemText::after {
|
|
239
268
|
top: 0.1875rem;
|
|
240
269
|
left: 0.1875rem;
|
|
241
270
|
right: 0.1875rem;
|
|
@@ -249,18 +278,18 @@ html.sap-desktop {
|
|
|
249
278
|
left: 0.375rem;
|
|
250
279
|
right: 0.375rem;
|
|
251
280
|
bottom: 0.375rem;
|
|
252
|
-
border: 0.125rem solid
|
|
253
|
-
content:
|
|
281
|
+
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
282
|
+
content: '';
|
|
254
283
|
border-radius: 0.1875rem;
|
|
255
284
|
}
|
|
256
285
|
|
|
257
|
-
.sapMSinglePCGrid .sapUiCalItem.sapUiCalItemSel:focus > .sapUiCalItemText
|
|
286
|
+
.sapMSinglePCGrid .sapUiCalItem.sapUiCalItemSel:focus > .sapUiCalItemText::after {
|
|
258
287
|
position: absolute;
|
|
259
288
|
top: 0;
|
|
260
289
|
left: 0;
|
|
261
290
|
right: 0;
|
|
262
291
|
bottom: 0;
|
|
263
|
-
border: 0.0625rem solid
|
|
264
|
-
content:
|
|
292
|
+
border: 0.0625rem solid var(--sapContent_FocusColor);
|
|
293
|
+
content: '';
|
|
265
294
|
border-radius: 0.5rem;
|
|
266
295
|
}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
/* CSS for control sap.m/SinglePlanningCalendarMonthGrid */
|
|
3
3
|
/* 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.3125rem;
|
|
42
43
|
}
|
|
43
44
|
|
|
@@ -3,9 +3,11 @@
|
|
|
3
3
|
/* Evening Horizon 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,51 +4,51 @@
|
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
6
|
.sapMMsgStrip {
|
|
7
|
-
border-radius:
|
|
7
|
+
border-radius: var(--sapPopover_BorderCornerRadius);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sapMMsgStripInformation {
|
|
11
|
-
background-color:
|
|
12
|
-
border-color:
|
|
11
|
+
background-color: var(--sapInformationBackground);
|
|
12
|
+
border-color: var(--sapMessage_InformationBorderColor);
|
|
13
13
|
|
|
14
14
|
.sapMBtnTransparent {
|
|
15
|
-
background-color:
|
|
16
|
-
border-color:
|
|
15
|
+
background-color: var(--sapInformationBackground);
|
|
16
|
+
border-color: var(--sapInformationBackground);
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.sapMMsgStripIcon {
|
|
20
|
-
color:
|
|
20
|
+
color: var(--sapInformativeElementColor);
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.sapMMsgStripError {
|
|
25
|
-
border-color:
|
|
25
|
+
border-color: var(--sapMessage_ErrorBorderColor);
|
|
26
26
|
|
|
27
27
|
.sapMBtnTransparent {
|
|
28
|
-
background-color:
|
|
29
|
-
border-color:
|
|
28
|
+
background-color: var(--sapErrorBackground);
|
|
29
|
+
border-color: var(--sapErrorBackground);
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.sapMMsgStripSuccess {
|
|
34
|
-
border-color:
|
|
34
|
+
border-color: var(--sapMessage_SuccessBorderColor);
|
|
35
35
|
|
|
36
36
|
.sapMBtnTransparent {
|
|
37
|
-
background-color:
|
|
38
|
-
border-color:
|
|
37
|
+
background-color: var(--sapSuccessBackground);
|
|
38
|
+
border-color: var(--sapSuccessBackground);
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.sapMMsgStripWarning {
|
|
43
|
-
border-color:
|
|
43
|
+
border-color: var(--sapMessage_WarningBorderColor);
|
|
44
44
|
|
|
45
45
|
.sapMBtnTransparent {
|
|
46
|
-
background-color:
|
|
47
|
-
border-color:
|
|
46
|
+
background-color: var(--sapWarningBackground);
|
|
47
|
+
border-color: var(--sapWarningBackground);
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.sapMMsgStripMessage
|
|
51
|
+
.sapMMsgStripMessage > .sapMLnk {
|
|
52
52
|
padding-right: 0.25rem;
|
|
53
53
|
padding-left: 0.25rem;
|
|
54
54
|
}
|
|
@@ -6,16 +6,20 @@
|
|
|
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;
|
|
16
|
+
|
|
14
17
|
&.sapMSLIWithDescription {
|
|
15
18
|
padding-top: 0.5rem;
|
|
16
19
|
padding-bottom: 0.5rem;
|
|
17
20
|
}
|
|
18
21
|
}
|
|
22
|
+
|
|
19
23
|
.sapMLIBActive .sapMLIBImgNav {
|
|
20
24
|
background: none;
|
|
21
25
|
}
|
|
@@ -26,38 +30,38 @@
|
|
|
26
30
|
}
|
|
27
31
|
|
|
28
32
|
.sapMSLITitle {
|
|
29
|
-
font-size:
|
|
33
|
+
font-size: var(--sapFontHeader6Size);
|
|
30
34
|
}
|
|
31
35
|
|
|
32
36
|
.sapMSLIDescription {
|
|
33
|
-
color:
|
|
37
|
+
color: var(--sapContent_LabelColor);
|
|
34
38
|
}
|
|
35
39
|
|
|
36
40
|
.sapMMsgViewDescriptionText {
|
|
37
41
|
padding-bottom:0;
|
|
38
42
|
margin: 0 0 1rem 2.5rem;
|
|
39
43
|
line-height: 1.4;
|
|
40
|
-
font-family:
|
|
41
|
-
color:
|
|
44
|
+
font-family: var(--sapFontFamily);
|
|
45
|
+
color: var(--sapTextColor);
|
|
42
46
|
}
|
|
43
47
|
|
|
44
48
|
.sapMMsgViewTitleText {
|
|
45
49
|
margin: 0 0 1rem 2.5rem;
|
|
46
|
-
font-family:
|
|
50
|
+
font-family: var(--sapFontHeaderFamily);
|
|
47
51
|
font-size: @sapUiFontHeader5Size;
|
|
48
52
|
font-weight: @sapUiFontHeaderWeight;
|
|
49
53
|
}
|
|
50
54
|
|
|
51
55
|
.sapMMsgViewTitleText:not(.sapMLnk) {
|
|
52
|
-
color:
|
|
56
|
+
color: var(--sapGroup_TitleTextColor);
|
|
53
57
|
}
|
|
54
58
|
|
|
55
59
|
.sapMMsgViewDescriptionLink {
|
|
56
60
|
margin: 0 0 1rem 2.5rem;
|
|
57
|
-
font-family:
|
|
61
|
+
font-family: var(--sapFontFamily);
|
|
58
62
|
font-size: @sapMFontMediumSize;
|
|
59
63
|
font-weight: normal;
|
|
60
|
-
color:
|
|
64
|
+
color: var(--sapLinkColor);
|
|
61
65
|
}
|
|
62
66
|
|
|
63
67
|
.sapMSLIWithDescription > .sapMLIBContent > .sapMSLIDiv > .sapMSLIDescription {
|
|
@@ -71,7 +75,7 @@
|
|
|
71
75
|
}
|
|
72
76
|
|
|
73
77
|
.sapMMsgView .sapMIBar.sapMHeader-CTX {
|
|
74
|
-
background-color:
|
|
78
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
75
79
|
padding-left: 1rem;
|
|
76
80
|
}
|
|
77
81
|
|
|
@@ -97,6 +101,7 @@
|
|
|
97
101
|
|
|
98
102
|
/* Compact size */
|
|
99
103
|
.sapUiSizeCompact .sapMMsgView {
|
|
104
|
+
|
|
100
105
|
.sapMMsgViewDescIcon {
|
|
101
106
|
line-height: 1rem;
|
|
102
107
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
.sapMMultiComboBoxPicker .sapMMultiComboBoxSelectAll.sapMTB.sapMIBar.sapMMultiComboBoxSelectAllFocused,
|
|
15
15
|
.sapMMultiComboBoxPicker .sapMValueStateHeaderRoot.sapMFocusable:focus {
|
|
16
|
-
outline:
|
|
16
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
17
17
|
outline-offset: -0.25rem;
|
|
18
18
|
}
|
|
19
19
|
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
.sapUiSizeCondensed .sapUiTableDataCell .sapMMultiComboBox .sapMTokenizer {
|
|
25
25
|
padding-top: 0px;
|
|
26
|
+
|
|
26
27
|
.sapMToken {
|
|
27
28
|
margin-top: 0.0625rem;
|
|
28
29
|
margin-bottom: 0.0625rem;
|
|
@@ -30,7 +31,9 @@
|
|
|
30
31
|
}
|
|
31
32
|
|
|
32
33
|
.sapUiSizeCompact {
|
|
34
|
+
|
|
33
35
|
.sapMMultiComboBox.sapMMultiComboBoxHasToken .sapMInputBaseContentWrapper.sapMInputBaseContentWrapperState:not(.sapMInputBaseContentWrapperSuccess) {
|
|
36
|
+
|
|
34
37
|
.sapMToken {
|
|
35
38
|
margin-top: 0.125rem;
|
|
36
39
|
margin-bottom: 0.125rem;
|
|
@@ -12,42 +12,53 @@
|
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.sapMTileCnt.News {
|
|
15
|
+
|
|
15
16
|
.sapMNwC {
|
|
17
|
+
|
|
16
18
|
.sapMNwCSbh {
|
|
17
|
-
color:
|
|
19
|
+
color: var(--sapTile_OverlayForegroundColor);
|
|
18
20
|
line-height: normal;
|
|
19
|
-
font-size:
|
|
21
|
+
font-size: var(--sapFontSize);
|
|
20
22
|
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
+
|
|
24
|
+
.sapMNwCCTxt .sapMText,
|
|
25
|
+
.sapMNwCCTxt .sapMFT {
|
|
26
|
+
font-size: var(--sapFontSize);
|
|
23
27
|
line-height: normal;
|
|
24
28
|
font-weight: bold;
|
|
25
|
-
color:
|
|
29
|
+
color: var(--sapTile_OverlayForegroundColor);
|
|
26
30
|
}
|
|
27
31
|
}
|
|
28
32
|
}
|
|
29
33
|
|
|
30
|
-
.Stretch{
|
|
31
|
-
|
|
34
|
+
.Stretch {
|
|
35
|
+
|
|
36
|
+
.sapMTileCnt.News .sapMNwC {
|
|
37
|
+
|
|
32
38
|
.sapMNwCCTxt .sapMText {
|
|
33
|
-
font-size:
|
|
39
|
+
font-size: var(--sapFontLargeSize);
|
|
34
40
|
color: @sapUiText;
|
|
35
41
|
}
|
|
42
|
+
|
|
36
43
|
.sapMNwCCTxt .sapMFT {
|
|
37
44
|
font-size: 0.938rem;
|
|
38
45
|
color: @sapUiText;
|
|
39
46
|
}
|
|
47
|
+
|
|
40
48
|
.sapMNwCSbh{
|
|
41
49
|
color: @sapUiText;
|
|
42
50
|
}
|
|
43
51
|
}
|
|
44
52
|
}
|
|
45
53
|
|
|
46
|
-
.sapMTileSmallPhone{
|
|
47
|
-
|
|
48
|
-
|
|
54
|
+
.sapMTileSmallPhone {
|
|
55
|
+
|
|
56
|
+
.sapMTileCnt.News {
|
|
57
|
+
|
|
58
|
+
.sapMTileCntContent {
|
|
49
59
|
height: 3.25rem;
|
|
50
|
-
|
|
60
|
+
|
|
61
|
+
.sapMFT {
|
|
51
62
|
font-size: 0.75rem;
|
|
52
63
|
}
|
|
53
64
|
}
|
|
@@ -7,14 +7,15 @@
|
|
|
7
7
|
.sapMOHC.sapMOHBgTranslucent,
|
|
8
8
|
.sapMOH.sapMOHBgSolid,
|
|
9
9
|
.sapMOHC.sapMOHBgSolid {
|
|
10
|
-
background-color:
|
|
10
|
+
background-color: var(--sapObjectHeader_Background);
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.sapMOHC.sapMOHBgTranslucent,
|
|
14
14
|
.sapMOHC.sapMOHBgSolid {
|
|
15
|
-
border-bottom: 0.0625rem solid
|
|
15
|
+
border-bottom: 0.0625rem solid var(--sapObjectHeader_BorderColor);
|
|
16
16
|
box-shadow: none;
|
|
17
17
|
}
|
|
18
|
+
|
|
18
19
|
.sapMOH.sapMOHBgTransparent,
|
|
19
20
|
.sapMOHC.sapMOHBgTransparent {
|
|
20
21
|
background: transparent;
|
|
@@ -41,13 +42,13 @@ a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
|
|
|
41
42
|
.sapMOHTitle.sapMOHTitleActive:focus > h6 span,
|
|
42
43
|
.sapMOHIcon.sapMPointer .sapUiIcon.sapUiIconPointer:focus,
|
|
43
44
|
.sapMOHTitleArrow .sapUiIcon:focus {
|
|
44
|
-
outline: 1px dotted
|
|
45
|
+
outline: 1px dotted var(--sapContent_FocusColor);
|
|
45
46
|
outline-offset: -1px;
|
|
46
47
|
}
|
|
47
48
|
|
|
48
|
-
|
|
49
|
+
/* styles for responsive object header */
|
|
49
50
|
.sapMOHRTitle h1 {
|
|
50
|
-
font-size:
|
|
51
|
+
font-size: var(--sapFontHeader3Size);
|
|
51
52
|
}
|
|
52
53
|
|
|
53
54
|
.sapMOHR:not(.sapMOHRNoBorder) {
|
|
@@ -56,7 +57,7 @@ a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
|
|
|
56
57
|
|
|
57
58
|
.sapMOHR.sapMOHRBgSolid,
|
|
58
59
|
.sapMOHR.sapMOHRBgTranslucent {
|
|
59
|
-
background:
|
|
60
|
+
background: var(--sapObjectHeader_Background);
|
|
60
61
|
}
|
|
61
62
|
|
|
62
63
|
.sapMOHR.sapMOHRBgTransparent {
|
|
@@ -64,18 +65,19 @@ a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
|
|
|
64
65
|
}
|
|
65
66
|
|
|
66
67
|
.sapMOHRTitleArrow .sapUiIcon:focus {
|
|
67
|
-
outline: 1px dotted
|
|
68
|
+
outline: 1px dotted var(--sapContent_FocusColor);
|
|
68
69
|
outline-offset: -1px;
|
|
69
70
|
}
|
|
70
71
|
|
|
71
72
|
.sapMOHRIcon.sapMPointer .sapUiIcon.sapUiIconPointer:focus {
|
|
72
|
-
|
|
73
|
-
|
|
73
|
+
|
|
74
|
+
&::before {
|
|
75
|
+
outline: 1px dotted var(--sapContent_FocusColor);
|
|
74
76
|
}
|
|
75
77
|
}
|
|
76
78
|
|
|
77
79
|
.sapMOHRTitleActive .sapMOHRTitleText:focus {
|
|
78
|
-
outline: 1px dotted
|
|
80
|
+
outline: 1px dotted var(--sapContent_FocusColor);
|
|
79
81
|
outline-offset: -1px;
|
|
80
82
|
}
|
|
81
83
|
|
|
@@ -85,22 +87,23 @@ a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
|
|
|
85
87
|
.sapMOHTitle h3 .sapMText,
|
|
86
88
|
.sapMOHTitle h2 .sapMText,
|
|
87
89
|
.sapMOHTitle h1 .sapMText {
|
|
88
|
-
font-family:
|
|
89
|
-
font-size:
|
|
90
|
-
color:
|
|
90
|
+
font-family: var(--sapObjectHeader_Title_FontFamily);
|
|
91
|
+
font-size: var(--sapObjectHeader_Title_FontSize);
|
|
92
|
+
color: var(--sapObjectHeader_Title_TextColor);
|
|
91
93
|
}
|
|
92
94
|
|
|
93
95
|
html.sap-phone {
|
|
96
|
+
|
|
94
97
|
.sapMOHTitle h6 .sapMText,
|
|
95
98
|
.sapMOHTitle h5 .sapMText,
|
|
96
99
|
.sapMOHTitle h4 .sapMText,
|
|
97
100
|
.sapMOHTitle h3 .sapMText,
|
|
98
101
|
.sapMOHTitle h2 .sapMText,
|
|
99
102
|
.sapMOHTitle h1 .sapMText {
|
|
100
|
-
font-size:
|
|
103
|
+
font-size: var(--sapObjectHeader_Title_SnappedFontSize);
|
|
101
104
|
}
|
|
102
105
|
}
|
|
103
106
|
|
|
104
107
|
.sapMOHIntro .sapMText {
|
|
105
|
-
color:
|
|
108
|
+
color: var(--sapObjectHeader_Subtitle_TextColor);
|
|
106
109
|
}
|