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