@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
|
@@ -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
|
}
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sapMPanelBGSolid {
|
|
11
|
-
background-color:
|
|
11
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.sapMPanelBGTranslucent {
|
|
15
|
-
background-color:
|
|
15
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
.sapMPanelBGTransparent {
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
.sapMPanelWrappingDiv,
|
|
26
26
|
/* do not want border if expanded and if only header text */
|
|
27
27
|
.sapMPanelWrappingDivTb {
|
|
28
|
-
border-bottom: 0.0625rem solid
|
|
28
|
+
border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.sapMPanelWrappingDiv.sapMPanelWrappingDivExpanded,
|
|
32
32
|
.sapMPanelWrappingDivTb.sapMPanelWrappingDivTbExpanded {
|
|
33
|
-
border-bottom: 0.0625rem solid
|
|
33
|
+
border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
.sapMPanelWrappingDivTb .sapMTB.sapMTBStandard {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.sapMPanelContent:not(.sapMPanelBGTransparent) {
|
|
41
|
-
border-bottom: 0.0625rem solid
|
|
41
|
+
border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.sapMPanelContent {
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
.sapMPanelWrappingDiv .sapUiIcon {
|
|
54
|
-
color:
|
|
55
|
-
}
|
|
54
|
+
color: var(--sapButton_Lite_TextColor);
|
|
55
|
+
}
|
|
@@ -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
|
.sapMPlanCal .sapUiCalMonthsRow .sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
|
|
@@ -3,33 +3,38 @@
|
|
|
3
3
|
/* Horizon High Contrast White 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
|
-
|
|
13
|
-
&.
|
|
14
|
-
|
|
12
|
+
|
|
13
|
+
&.sapMPopoverArrUp::after,
|
|
14
|
+
&.sapMPopoverHeaderAlignArr::after {
|
|
15
|
+
background-color: var(--sapPageHeader_Background);
|
|
15
16
|
}
|
|
16
17
|
}
|
|
17
18
|
|
|
18
|
-
.sapMPopoverWithFooter > .sapMPopoverArr.sapMPopoverFooterAlignArr
|
|
19
|
-
background-color:
|
|
19
|
+
.sapMPopoverWithFooter > .sapMPopoverArr.sapMPopoverFooterAlignArr::after {
|
|
20
|
+
background-color: var(--sapPageFooter_Background);
|
|
20
21
|
}
|
|
21
22
|
|
|
22
23
|
.sapMPopover .sapMIBar.sapMHeader-CTX {
|
|
23
|
-
background-color:
|
|
24
|
+
background-color: var(--sapPageHeader_Background);
|
|
24
25
|
}
|
|
25
26
|
|
|
26
27
|
.sapMPopover .sapMIBar.sapMSubHeader-CTX {
|
|
27
|
-
background-color:
|
|
28
|
+
background-color: var(--sapPageHeader_Background);
|
|
28
29
|
}
|
|
29
30
|
|
|
30
31
|
.sapUiSizeCompact {
|
|
31
|
-
|
|
32
|
-
|
|
32
|
+
|
|
33
|
+
.sapMPopoverFooter,
|
|
34
|
+
.sapMPopoverHeader {
|
|
35
|
+
|
|
36
|
+
.sapMIBar,
|
|
37
|
+
.sapMBar {
|
|
33
38
|
height: 2.5rem;
|
|
34
39
|
|
|
35
40
|
& > .sapMBarLeft,
|
|
@@ -54,10 +59,17 @@
|
|
|
54
59
|
}
|
|
55
60
|
}
|
|
56
61
|
|
|
57
|
-
.sapMPopoverHeader,
|
|
58
|
-
|
|
59
|
-
|
|
62
|
+
.sapMPopoverHeader,
|
|
63
|
+
.sapMPopoverFooter,
|
|
64
|
+
.sapMPopoverSubHeader {
|
|
65
|
+
|
|
66
|
+
.sapUi-Std-PaddingS,
|
|
67
|
+
.sapUi-Std-PaddingM,
|
|
68
|
+
.sapUi-Std-PaddingL,
|
|
69
|
+
.sapUi-Std-PaddingXL {
|
|
70
|
+
|
|
60
71
|
&.sapMBar {
|
|
72
|
+
|
|
61
73
|
.sapMBarMiddle .sapMBarPH {
|
|
62
74
|
padding-left: 0;
|
|
63
75
|
padding-right: 0;
|
|
@@ -82,21 +94,26 @@
|
|
|
82
94
|
}
|
|
83
95
|
}
|
|
84
96
|
|
|
85
|
-
.sapMPopoverHeader,
|
|
97
|
+
.sapMPopoverHeader,
|
|
98
|
+
.sapMPopoverSubHeader {
|
|
86
99
|
position: relative;
|
|
87
100
|
z-index: 2;
|
|
88
101
|
|
|
89
102
|
.sapMBar {
|
|
103
|
+
|
|
90
104
|
.sapMBarContainer {
|
|
91
105
|
padding-left: 0;
|
|
92
106
|
padding-right: 0;
|
|
93
107
|
}
|
|
108
|
+
|
|
94
109
|
.sapMBarLeft {
|
|
95
110
|
padding-left: 1rem;
|
|
96
111
|
}
|
|
112
|
+
|
|
97
113
|
.sapMBarMiddle .sapMBarContainer {
|
|
98
114
|
padding: 0 1rem;
|
|
99
115
|
}
|
|
116
|
+
|
|
100
117
|
.sapMBarRight {
|
|
101
118
|
padding-right: 1rem;
|
|
102
119
|
}
|
|
@@ -104,7 +121,7 @@
|
|
|
104
121
|
}
|
|
105
122
|
|
|
106
123
|
.sapMPopover {
|
|
107
|
-
border-radius:
|
|
124
|
+
border-radius: var(--sapPopover_BorderCornerRadius);
|
|
108
125
|
|
|
109
126
|
.sapMPopoverCont {
|
|
110
127
|
padding: 0.0625rem;
|
|
@@ -112,37 +129,37 @@
|
|
|
112
129
|
|
|
113
130
|
&.sapMPopoverWithoutBar .sapMPopoverCont,
|
|
114
131
|
.sapMIBar.sapMHeader-CTX {
|
|
115
|
-
border-top-right-radius:
|
|
116
|
-
border-top-left-radius:
|
|
132
|
+
border-top-right-radius: var(--sapPopover_BorderCornerRadius);
|
|
133
|
+
border-top-left-radius: var(--sapPopover_BorderCornerRadius);
|
|
117
134
|
}
|
|
118
135
|
|
|
119
136
|
&.sapMPopoverWithoutFooter .sapMPopoverCont,
|
|
120
137
|
.sapMIBar.sapMFooter-CTX {
|
|
121
|
-
border-bottom-right-radius:
|
|
122
|
-
border-bottom-left-radius:
|
|
138
|
+
border-bottom-right-radius: var(--sapPopover_BorderCornerRadius);
|
|
139
|
+
border-bottom-left-radius: var(--sapPopover_BorderCornerRadius);
|
|
123
140
|
}
|
|
124
141
|
}
|
|
125
142
|
|
|
126
143
|
/* pointing downward arrow */
|
|
127
|
-
.sapMPopoverArrDown
|
|
144
|
+
.sapMPopoverArrDown::after {
|
|
128
145
|
margin: -0.5rem 0 0 0.125rem;
|
|
129
146
|
}
|
|
130
147
|
|
|
131
148
|
/* pointing right arrow */
|
|
132
|
-
.sapMPopoverArrRight
|
|
149
|
+
.sapMPopoverArrRight::after {
|
|
133
150
|
margin: 0.1875rem 0 0 -0.5rem;
|
|
134
151
|
}
|
|
135
152
|
|
|
136
153
|
/* pointing upward arrow */
|
|
137
|
-
.sapMPopoverArrUp
|
|
154
|
+
.sapMPopoverArrUp::after {
|
|
138
155
|
margin: 0.3125rem 0 0 0.1875rem;
|
|
139
156
|
}
|
|
140
157
|
|
|
141
158
|
/* pointing left arrow */
|
|
142
|
-
.sapMPopoverArrLeft
|
|
159
|
+
.sapMPopoverArrLeft::after {
|
|
143
160
|
margin: 0.125rem 0 0 0.3125rem;
|
|
144
161
|
}
|
|
145
162
|
|
|
146
163
|
.sapMPopoverResizeHandle {
|
|
147
|
-
color:
|
|
164
|
+
color: var(--sapButton_Lite_TextColor);
|
|
148
165
|
}
|