@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
|
@@ -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,37 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
.sapMPopoverArr
|
|
7
|
-
background:
|
|
8
|
-
box-shadow:
|
|
6
|
+
.sapMPopoverArr::after {
|
|
7
|
+
background: var(--sapGroup_ContentBackground);
|
|
8
|
+
box-shadow: var(--sapContent_Shadow2);
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.sapMPopoverWithBar > .sapMPopoverArr {
|
|
12
|
-
&.sapMPopoverArrUp
|
|
13
|
-
&.sapMPopoverHeaderAlignArr
|
|
14
|
-
background-color:
|
|
12
|
+
&.sapMPopoverArrUp::after,
|
|
13
|
+
&.sapMPopoverHeaderAlignArr::after {
|
|
14
|
+
background-color: var(--sapPageHeader_Background);
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.sapMPopoverWithFooter > .sapMPopoverArr.sapMPopoverFooterAlignArr
|
|
19
|
-
background-color:
|
|
18
|
+
.sapMPopoverWithFooter > .sapMPopoverArr.sapMPopoverFooterAlignArr::after {
|
|
19
|
+
background-color: var(--sapPageFooter_Background);
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.sapMPopover .sapMIBar.sapMHeader-CTX {
|
|
23
|
-
background-color:
|
|
23
|
+
background-color: var(--sapPageHeader_Background);
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.sapMPopover .sapMIBar.sapMSubHeader-CTX {
|
|
27
|
-
background-color:
|
|
27
|
+
background-color: var(--sapPageHeader_Background);
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.sapUiSizeCompact {
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
|
|
32
|
+
.sapMPopoverFooter,
|
|
33
|
+
.sapMPopoverHeader {
|
|
34
|
+
|
|
35
|
+
.sapMIBar,
|
|
36
|
+
.sapMBar {
|
|
33
37
|
height: 2.5rem;
|
|
34
38
|
|
|
35
39
|
& > .sapMBarLeft,
|
|
@@ -54,10 +58,17 @@
|
|
|
54
58
|
}
|
|
55
59
|
}
|
|
56
60
|
|
|
57
|
-
.sapMPopoverHeader,
|
|
58
|
-
|
|
59
|
-
|
|
61
|
+
.sapMPopoverHeader,
|
|
62
|
+
.sapMPopoverFooter,
|
|
63
|
+
.sapMPopoverSubHeader {
|
|
64
|
+
|
|
65
|
+
.sapUi-Std-PaddingS,
|
|
66
|
+
.sapUi-Std-PaddingM,
|
|
67
|
+
.sapUi-Std-PaddingL,
|
|
68
|
+
.sapUi-Std-PaddingXL {
|
|
69
|
+
|
|
60
70
|
&.sapMBar {
|
|
71
|
+
|
|
61
72
|
.sapMBarMiddle .sapMBarPH {
|
|
62
73
|
padding-left: 0;
|
|
63
74
|
padding-right: 0;
|
|
@@ -82,21 +93,26 @@
|
|
|
82
93
|
}
|
|
83
94
|
}
|
|
84
95
|
|
|
85
|
-
.sapMPopoverHeader,
|
|
96
|
+
.sapMPopoverHeader,
|
|
97
|
+
.sapMPopoverSubHeader {
|
|
86
98
|
position: relative;
|
|
87
99
|
z-index: 2;
|
|
88
100
|
|
|
89
101
|
.sapMBar {
|
|
102
|
+
|
|
90
103
|
.sapMBarContainer {
|
|
91
104
|
padding-left: 0;
|
|
92
105
|
padding-right: 0;
|
|
93
106
|
}
|
|
107
|
+
|
|
94
108
|
.sapMBarLeft {
|
|
95
109
|
padding-left: 1rem;
|
|
96
110
|
}
|
|
111
|
+
|
|
97
112
|
.sapMBarMiddle .sapMBarContainer {
|
|
98
113
|
padding: 0 1rem;
|
|
99
114
|
}
|
|
115
|
+
|
|
100
116
|
.sapMBarRight {
|
|
101
117
|
padding-right: 1rem;
|
|
102
118
|
}
|
|
@@ -104,7 +120,7 @@
|
|
|
104
120
|
}
|
|
105
121
|
|
|
106
122
|
.sapMPopover {
|
|
107
|
-
border-radius:
|
|
123
|
+
border-radius: var(--sapPopover_BorderCornerRadius);
|
|
108
124
|
|
|
109
125
|
.sapMPopoverCont {
|
|
110
126
|
padding: 0.0625rem;
|
|
@@ -112,37 +128,37 @@
|
|
|
112
128
|
|
|
113
129
|
&.sapMPopoverWithoutBar .sapMPopoverCont,
|
|
114
130
|
.sapMIBar.sapMHeader-CTX {
|
|
115
|
-
border-top-right-radius:
|
|
116
|
-
border-top-left-radius:
|
|
131
|
+
border-top-right-radius: var(--sapPopover_BorderCornerRadius);
|
|
132
|
+
border-top-left-radius: var(--sapPopover_BorderCornerRadius);
|
|
117
133
|
}
|
|
118
134
|
|
|
119
135
|
&.sapMPopoverWithoutFooter .sapMPopoverCont,
|
|
120
136
|
.sapMIBar.sapMFooter-CTX {
|
|
121
|
-
border-bottom-right-radius:
|
|
122
|
-
border-bottom-left-radius:
|
|
137
|
+
border-bottom-right-radius: var(--sapPopover_BorderCornerRadius);
|
|
138
|
+
border-bottom-left-radius: var(--sapPopover_BorderCornerRadius);
|
|
123
139
|
}
|
|
124
140
|
}
|
|
125
141
|
|
|
126
142
|
/* pointing downward arrow */
|
|
127
|
-
.sapMPopoverArrDown
|
|
143
|
+
.sapMPopoverArrDown::after {
|
|
128
144
|
margin: -0.5rem 0 0 0.125rem;
|
|
129
145
|
}
|
|
130
146
|
|
|
131
147
|
/* pointing right arrow */
|
|
132
|
-
.sapMPopoverArrRight
|
|
148
|
+
.sapMPopoverArrRight::after {
|
|
133
149
|
margin: 0.1875rem 0 0 -0.5rem;
|
|
134
150
|
}
|
|
135
151
|
|
|
136
152
|
/* pointing upward arrow */
|
|
137
|
-
.sapMPopoverArrUp
|
|
153
|
+
.sapMPopoverArrUp::after {
|
|
138
154
|
margin: 0.3125rem 0 0 0.1875rem;
|
|
139
155
|
}
|
|
140
156
|
|
|
141
157
|
/* pointing left arrow */
|
|
142
|
-
.sapMPopoverArrLeft
|
|
158
|
+
.sapMPopoverArrLeft::after {
|
|
143
159
|
margin: 0.125rem 0 0 0.3125rem;
|
|
144
160
|
}
|
|
145
161
|
|
|
146
162
|
.sapMPopoverResizeHandle {
|
|
147
|
-
color:
|
|
163
|
+
color: var(--sapButton_Lite_TextColor);
|
|
148
164
|
}
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
|
|
46
46
|
.sapMPIBarRemaining {
|
|
47
47
|
position: absolute;
|
|
48
|
-
|
|
49
|
-
border: 0.0625rem solid
|
|
48
|
+
width: ~'calc(100% - 1.25rem)';
|
|
49
|
+
border: 0.0625rem solid var(--sapProgress_BorderColor);
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
.sapMPIBar {
|
|
53
53
|
z-index: 1;
|
|
54
|
-
border: 0.0625rem solid
|
|
54
|
+
border: 0.0625rem solid var(--sapProgress_Value_TextColor);
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
.sapMPIValueMin .sapMPIBar {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
.sapMPIBar::before {
|
|
62
|
-
font-family:
|
|
62
|
+
font-family: var(--sapContent_IconFontFamily);
|
|
63
63
|
font-size: 1rem;
|
|
64
64
|
margin-left: 0.25rem;
|
|
65
65
|
position: absolute;
|
|
@@ -85,116 +85,121 @@
|
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
.sapMPIBarPositive {
|
|
88
|
-
background-color:
|
|
89
|
-
border-color:
|
|
88
|
+
background-color: var(--sapProgress_Value_PositiveBackground);
|
|
89
|
+
border-color: var(--sapProgress_Value_PositiveBorderColor);
|
|
90
|
+
|
|
90
91
|
.sapMPIText.sapMPITextLeft,
|
|
91
92
|
.sapMPIText.sapMPITextRight {
|
|
92
|
-
color:
|
|
93
|
+
color: var(--sapProgress_PositiveTextColor);
|
|
93
94
|
}
|
|
94
95
|
|
|
95
96
|
&::before {
|
|
96
97
|
content: '\e1c1';
|
|
97
|
-
color:
|
|
98
|
+
color: var(--sapProgress_Value_PositiveTextColor);
|
|
98
99
|
}
|
|
99
100
|
|
|
100
101
|
+ .sapMPIBarRemaining {
|
|
101
|
-
background-color:
|
|
102
|
-
border-color:
|
|
102
|
+
background-color: var(--sapProgress_PositiveBackground);
|
|
103
|
+
border-color: var(--sapProgress_PositiveBorderColor);
|
|
103
104
|
|
|
104
105
|
&::after,
|
|
105
106
|
&::before {
|
|
106
|
-
background-color:
|
|
107
|
+
background-color: var(--sapProgress_Value_PositiveBackground);
|
|
107
108
|
}
|
|
108
109
|
}
|
|
109
110
|
}
|
|
110
111
|
|
|
111
112
|
.sapMPIBarNegative {
|
|
112
|
-
background-color:
|
|
113
|
-
border-color:
|
|
113
|
+
background-color: var(--sapProgress_Value_NegativeBackground);
|
|
114
|
+
border-color: var(--sapProgress_Value_NegativeBorderColor);
|
|
115
|
+
|
|
114
116
|
.sapMPIText.sapMPITextLeft,
|
|
115
117
|
.sapMPIText.sapMPITextRight {
|
|
116
|
-
color:
|
|
118
|
+
color: var(--sapProgress_NegativeTextColor);
|
|
117
119
|
}
|
|
118
120
|
|
|
119
121
|
&::before {
|
|
120
122
|
content: '\e1ec';
|
|
121
|
-
color:
|
|
123
|
+
color: var(--sapProgress_Value_NegativeTextColor);
|
|
122
124
|
}
|
|
123
125
|
|
|
124
126
|
+ .sapMPIBarRemaining {
|
|
125
|
-
background-color:
|
|
126
|
-
border-color:
|
|
127
|
+
background-color: var(--sapProgress_NegativeBackground);
|
|
128
|
+
border-color: var(--sapProgress_NegativeBorderColor);
|
|
127
129
|
|
|
128
130
|
&::after,
|
|
129
131
|
&::before {
|
|
130
|
-
background:
|
|
132
|
+
background: var(--sapProgress_Value_NegativeBackground);
|
|
131
133
|
}
|
|
132
134
|
}
|
|
133
135
|
}
|
|
134
136
|
|
|
135
137
|
.sapMPIBarCritical {
|
|
136
|
-
background-color:
|
|
137
|
-
border-color:
|
|
138
|
+
background-color: var(--sapProgress_Value_CriticalBackground);
|
|
139
|
+
border-color: var(--sapProgress_Value_CriticalBorderColor);
|
|
140
|
+
|
|
138
141
|
.sapMPIText.sapMPITextLeft,
|
|
139
142
|
.sapMPIText.sapMPITextRight {
|
|
140
|
-
color:
|
|
143
|
+
color: var(--sapProgress_CriticalTextColor);
|
|
141
144
|
}
|
|
142
145
|
|
|
143
146
|
&::before {
|
|
144
147
|
content: '\e053';
|
|
145
|
-
color:
|
|
148
|
+
color: var(--sapProgress_Value_CriticalTextColor);
|
|
146
149
|
}
|
|
147
150
|
|
|
148
151
|
+ .sapMPIBarRemaining {
|
|
149
|
-
background-color:
|
|
150
|
-
border-color:
|
|
152
|
+
background-color: var(--sapProgress_CriticalBackground);
|
|
153
|
+
border-color: var(--sapProgress_CriticalBorderColor);
|
|
151
154
|
|
|
152
155
|
&::after,
|
|
153
156
|
&::before {
|
|
154
|
-
background:
|
|
157
|
+
background: var(--sapProgress_Value_CriticalBackground);
|
|
155
158
|
}
|
|
156
159
|
}
|
|
157
160
|
}
|
|
158
161
|
|
|
159
162
|
.sapMPIBarInformation {
|
|
160
|
-
background-color:
|
|
161
|
-
border-color:
|
|
163
|
+
background-color: var(--sapProgress_Value_InformationBackground);
|
|
164
|
+
border-color: var(--sapProgress_Value_InformationBorderColor);
|
|
165
|
+
|
|
162
166
|
.sapMPIText.sapMPITextLeft,
|
|
163
167
|
.sapMPIText.sapMPITextRight {
|
|
164
|
-
color:
|
|
168
|
+
color: var(--sapProgress_InformationTextColor);
|
|
165
169
|
}
|
|
166
170
|
|
|
167
171
|
&::before {
|
|
168
172
|
content: '\e289';
|
|
169
|
-
color:
|
|
173
|
+
color: var(--sapProgress_Value_InformationTextColor);
|
|
170
174
|
}
|
|
171
175
|
|
|
172
176
|
+ .sapMPIBarRemaining {
|
|
173
|
-
background-color:
|
|
174
|
-
border-color:
|
|
177
|
+
background-color: var(--sapProgress_InformationBackground);
|
|
178
|
+
border-color: var(--sapProgress_InformationBorderColor);
|
|
175
179
|
|
|
176
180
|
&::after,
|
|
177
181
|
&::before {
|
|
178
|
-
background:
|
|
182
|
+
background: var(--sapProgress_Value_InformationBackground);
|
|
179
183
|
}
|
|
180
184
|
}
|
|
181
185
|
}
|
|
182
186
|
|
|
183
187
|
.sapMPIDisplayOnly:not(.sapMPIBarDisabled) .sapMPIBarNeutral,
|
|
184
188
|
.sapMPIBarNeutral {
|
|
185
|
-
background-color:
|
|
189
|
+
background-color: var(--sapProgress_Value_Background);
|
|
190
|
+
|
|
186
191
|
.sapMPIText.sapMPITextLeft,
|
|
187
192
|
.sapMPIText.sapMPITextRight {
|
|
188
|
-
color:
|
|
193
|
+
color: var(--sapProgress_TextColor);
|
|
189
194
|
}
|
|
190
195
|
|
|
191
196
|
+ .sapMPIBarRemaining {
|
|
192
|
-
background-color:
|
|
193
|
-
border-color:
|
|
197
|
+
background-color: var(--sapProgress_Background);
|
|
198
|
+
border-color: var(--sapProgress_BorderColor);
|
|
194
199
|
|
|
195
200
|
&::after,
|
|
196
201
|
&::before {
|
|
197
|
-
background:
|
|
202
|
+
background: var(--sapProgress_Value_Background);
|
|
198
203
|
}
|
|
199
204
|
}
|
|
200
205
|
}
|
|
@@ -206,8 +211,8 @@
|
|
|
206
211
|
top: 0.125rem;
|
|
207
212
|
left: 0;
|
|
208
213
|
margin-bottom: 0.1875rem;
|
|
209
|
-
font-size:
|
|
210
|
-
color:
|
|
214
|
+
font-size: var(--sapProgress_FontSize);
|
|
215
|
+
color: var(--sapProgress_TextColor);
|
|
211
216
|
white-space: nowrap;
|
|
212
217
|
overflow: hidden;
|
|
213
218
|
text-overflow: ellipsis;
|
|
@@ -232,7 +237,6 @@
|
|
|
232
237
|
.sapUiSizeCondensed .sapUiTableDataCell .sapMPI:not(.sapMPIDisplayOnly) {
|
|
233
238
|
padding: 0.4375rem 0;
|
|
234
239
|
margin: 0;
|
|
235
|
-
|
|
236
240
|
}
|
|
237
241
|
|
|
238
242
|
.sapUiSizeCondensed .sapUiTableDataCell .sapMPIValueGreaterHalf .sapMPITextLeft {
|
|
@@ -6,16 +6,15 @@
|
|
|
6
6
|
@_sap_m_QuickView_HorizontalLayoutMarginBottom: 0.75rem;
|
|
7
7
|
@_sap_m_QuickView_HorizontalLayoutIconFontSize: 1.5rem;
|
|
8
8
|
@_sap_m_QuickView_PagePaddingTop: 2.75rem;
|
|
9
|
-
|
|
10
9
|
@_sap_m_QuickViewCard_PagePadding: 1rem;
|
|
11
10
|
@_sap_m_QuickView_TitleMarginBottom: 0.25rem;
|
|
12
|
-
@_sap_m_QuickView_TitleFontSize:
|
|
13
|
-
@_sap_m_QuickView_FormTitleFontSize:
|
|
11
|
+
@_sap_m_QuickView_TitleFontSize: var(--sapFontHeader6Size);
|
|
12
|
+
@_sap_m_QuickView_FormTitleFontSize: var(--sapFontHeader6Size);
|
|
14
13
|
@_sap_m_QuickView_TitleMaxHeight: 2.125rem;
|
|
15
14
|
|
|
16
15
|
.sapMQuickViewCard {
|
|
17
16
|
box-sizing: border-box;
|
|
18
|
-
background:
|
|
17
|
+
background: var(--sapGroup_ContentBackground);
|
|
19
18
|
box-shadow: @sapUiShadowLevel0;
|
|
20
19
|
border-radius: 1rem;
|
|
21
20
|
}
|