@sapui5/sap.suite.ui.generic.template 1.145.1 → 1.147.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/package.json +1 -1
- package/src/sap/suite/ui/generic/template/.library +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/ControllerImplementation.js +65 -16
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controllerFrameworkExtensions.js +15 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n.properties +14 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ar.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_bg.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ca.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_cnr.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_cs.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_cy.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_da.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_de.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_el.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en_GB.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en_US_saprigi.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_es.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_es_MX.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_et.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_fi.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_fr.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_fr_CA.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_hi.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_hr.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_hu.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_id.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_it.properties +10 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_iw.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ja.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_kk.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ko.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_lt.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_lv.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_mk.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ms.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_nl.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_no.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_pl.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_pt.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_pt_PT.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ro.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ru.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sh.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sk.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sl.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sr.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sv.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_th.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_tr.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_uk.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_vi.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_zh_CN.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_zh_TW.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/controller/ControllerImplementation.js +22 -11
- package/src/sap/suite/ui/generic/template/ListReport/controllerFrameworkExtensions.js +16 -2
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr_CA.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_it.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sk.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_uk.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/DeleteConfirmation.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartChart.fragment.xml +11 -4
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/ControllerImplementation.js +52 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/controllerFrameworkExtensions.js +16 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cnr.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_mk.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sh.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sl.properties +3 -3
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sr.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/DraftConfirmationPopup.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/DraftResumeDialog.fragment.xml +3 -3
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/RelatedAppsSheet.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartChart.fragment.xml +0 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SwitchDraftAndActiveObjectPopOver.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/TableDeleteConfirmation.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/UnsavedChangesDialog.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/QuickCreate/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickCreate/view/QuickCreate.view.xml +7 -7
- package/src/sap/suite/ui/generic/template/QuickView/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickView/view/QuickView.view.xml +6 -6
- package/src/sap/suite/ui/generic/template/designtime/controls/SmartTable.designtime.js +90 -10
- package/src/sap/suite/ui/generic/template/detailTemplates/detailUtils.js +18 -1
- package/src/sap/suite/ui/generic/template/fragments/AINotice.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/fragments/ActionConfirmation.fragment.xml +3 -3
- package/src/sap/suite/ui/generic/template/fragments/ContactDetails.fragment.xml +5 -5
- package/src/sap/suite/ui/generic/template/fragments/DataLoss.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/DataLossTechnicalError.fragment.xml +3 -3
- package/src/sap/suite/ui/generic/template/fragments/DiscardEditPopover.fragment.xml +3 -3
- package/src/sap/suite/ui/generic/template/fragments/DraftAdminDataPopover.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/fragments/GridTableColumns.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/fragments/MessageDialog.fragment.xml +7 -7
- package/src/sap/suite/ui/generic/template/fragments/MessageInfluencingCRUDAction.fragment.xml +7 -7
- package/src/sap/suite/ui/generic/template/fragments/MessagePopover.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/ShareSheet.fragment.xml +3 -3
- package/src/sap/suite/ui/generic/template/genericUtilities/Link.js +26 -26
- package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartFilterBarWrapper.js +19 -12
- package/src/sap/suite/ui/generic/template/genericUtilities/metadataAnalyser.js +5 -5
- package/src/sap/suite/ui/generic/template/js/AnnotationHelper.js +16 -1
- package/src/sap/suite/ui/generic/template/lib/AppComponent.js +5 -1
- package/src/sap/suite/ui/generic/template/lib/BaseNoDataHandler.js +108 -0
- package/src/sap/suite/ui/generic/template/lib/ChartNoDataHandler.js +37 -0
- package/src/sap/suite/ui/generic/template/lib/CommonEventHandlers.js +76 -7
- package/src/sap/suite/ui/generic/template/lib/ContextMenuHandler.js +27 -21
- package/src/sap/suite/ui/generic/template/lib/TableNoDataHandler.js +24 -101
- package/src/sap/suite/ui/generic/template/lib/ai/EasyFill/EasyFillHandler.js +5 -1
- package/src/sap/suite/ui/generic/template/lib/ai/EasyFill/fragments/EasyFillDialog.fragment.xml +12 -11
- package/src/sap/suite/ui/generic/template/lib/ai/EasyFilterBarHandler.js +9 -5
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n.properties +26 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ar.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_bg.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ca.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cnr.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cy.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_da.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_de.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_el.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_GB.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saprigi.properties +16 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es.properties +19 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es_MX.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_et.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fi.properties +20 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr.properties +20 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +22 -4
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hi.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hu.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_id.properties +19 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +19 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_iw.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ja.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_kk.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lt.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lv.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_mk.properties +19 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ms.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +19 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_no.properties +19 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pl.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt_PT.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ro.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ru.properties +23 -5
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sh.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sk.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sl.properties +20 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sr.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sv.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_th.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_tr.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_uk.properties +22 -4
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_vi.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_CN.properties +19 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_TW.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/insights/InsightsFECardProvider.js +7 -1
- package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +12 -3
- package/src/sap/suite/ui/generic/template/library.js +1 -1
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml +11 -2
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/MessagesOnRetrieval.fragment.xml +5 -5
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/SmartChart.fragment.xml +11 -4
- package/src/sap/suite/ui/generic/template/themes/base/AnalyticalListPage.less +135 -98
- package/src/sap/suite/ui/generic/template/themes/base/ListReport.less +12 -5
- package/src/sap/suite/ui/generic/template/themes/base/ObjectPage.less +254 -223
- package/src/sap/suite/ui/generic/template/themes/base/QuickCreate.less +31 -9
- package/src/sap/suite/ui/generic/template/themes/base/QuickView.less +42 -21
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/ObjectPage.less +0 -1
- package/src/sap/suite/ui/generic/template/themes/sap_bluecrystal_base/ObjectPage.less +0 -1
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3/ObjectPage.less +15 -11
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_dark/ObjectPage.less +13 -9
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcb/AnalyticalListPage.less +6 -2
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcb/ObjectPage.less +2 -2
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcw/AnalyticalListPage.less +6 -2
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcw/ObjectPage.less +2 -2
- package/src/sap/suite/ui/generic/template/themes/sap_hcb/base_ObjectPage.less +0 -1
- package/src/sap/suite/ui/generic/template/themes/sap_horizon/AnalyticalListPage.less +7 -2
- package/src/sap/suite/ui/generic/template/themes/sap_horizon/ObjectPage.less +11 -11
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_dark/AnalyticalListPage.less +7 -2
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_dark/ObjectPage.less +10 -10
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcb/AnalyticalListPage.less +4 -4
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcb/ObjectPage.less +2 -2
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcw/AnalyticalListPage.less +4 -4
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcw/ObjectPage.less +2 -2
|
@@ -1,59 +1,78 @@
|
|
|
1
|
-
|
|
1
|
+
/* ========================================================== */
|
|
2
|
+
/* CSS for control sap.suite.ui.generic.template/QuickCreate */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ========================================================== */
|
|
2
5
|
|
|
3
6
|
.copilotQuickCreateContainerBox {
|
|
7
|
+
|
|
4
8
|
.sapQuickActionCreateButtonContainer {
|
|
5
|
-
|
|
9
|
+
|
|
10
|
+
> div {
|
|
6
11
|
width: 100% !important;
|
|
7
12
|
}
|
|
13
|
+
|
|
8
14
|
button {
|
|
9
15
|
width: 100%;
|
|
10
16
|
margin-top: 1rem;
|
|
11
17
|
height: 2.4rem;
|
|
12
18
|
}
|
|
19
|
+
|
|
13
20
|
.sapUiSmallMarginEnd {
|
|
14
|
-
margin-right:
|
|
21
|
+
margin-right: 0 !important;
|
|
15
22
|
}
|
|
23
|
+
|
|
16
24
|
.sapMBtnInner.sapMBtnText {
|
|
17
25
|
padding: 0.2rem !important;
|
|
18
26
|
border: 0;
|
|
19
27
|
height: 2.0rem;
|
|
20
28
|
}
|
|
21
29
|
}
|
|
30
|
+
|
|
22
31
|
.sapQuickCreateLineItemTable {
|
|
32
|
+
|
|
23
33
|
.sapMTB.sapMListHdrTBar {
|
|
24
|
-
padding:
|
|
34
|
+
padding: 0;
|
|
25
35
|
height: 2.5rem;
|
|
26
36
|
margin-top: 0.5rem;
|
|
27
37
|
}
|
|
28
38
|
.sapMIBar {
|
|
39
|
+
|
|
29
40
|
.sapMTitle {
|
|
30
41
|
font-size: 1rem;
|
|
31
42
|
margin-left: 1rem;
|
|
32
43
|
}
|
|
33
44
|
}
|
|
45
|
+
|
|
34
46
|
.sapMListTblCell {
|
|
35
47
|
height: 1.5rem;
|
|
36
48
|
}
|
|
37
49
|
}
|
|
50
|
+
|
|
38
51
|
.sapQuickCreateFieldGroup {
|
|
39
52
|
text-align: right;
|
|
53
|
+
|
|
40
54
|
label {
|
|
41
55
|
text-align: right;
|
|
42
56
|
font-size: 0.805rem;
|
|
43
57
|
}
|
|
44
58
|
}
|
|
59
|
+
|
|
45
60
|
.sapQuickCreateSmartFieldLabelBox {
|
|
46
|
-
|
|
61
|
+
|
|
62
|
+
> div {
|
|
47
63
|
width: 100%;
|
|
48
64
|
}
|
|
49
65
|
}
|
|
66
|
+
|
|
50
67
|
.sapQuickCreateTitle {
|
|
51
68
|
margin-bottom: 0.5rem;
|
|
52
69
|
margin-left: 1rem;
|
|
70
|
+
|
|
53
71
|
.sapMTitle {
|
|
54
72
|
font-size: 1.125rem !important;
|
|
55
73
|
}
|
|
56
74
|
}
|
|
75
|
+
|
|
57
76
|
.sapQuickActionCenteredBusyIndicator {
|
|
58
77
|
position: absolute;
|
|
59
78
|
top: 50%;
|
|
@@ -61,20 +80,23 @@
|
|
|
61
80
|
transform: translate(-50%, -50%);
|
|
62
81
|
z-index: 999999;
|
|
63
82
|
}
|
|
83
|
+
|
|
64
84
|
.sapQuickCreateLockedMessage {
|
|
65
85
|
margin-bottom: 1rem;
|
|
66
86
|
font-style: italic;
|
|
67
87
|
}
|
|
88
|
+
|
|
68
89
|
.quickCreateSmartFieldPadding .sapUiFormResGridCont{
|
|
69
90
|
padding-bottom: 0.675rem !important;
|
|
70
91
|
}
|
|
92
|
+
|
|
71
93
|
.quickCreatePanel .quickTemplateVBox {
|
|
72
|
-
border-top:
|
|
73
|
-
margin-top:
|
|
94
|
+
border-top: 0;
|
|
95
|
+
margin-top: 0 !important;
|
|
74
96
|
}
|
|
97
|
+
|
|
75
98
|
.quickCreatePanel .sapMPanelContent {
|
|
76
|
-
padding:
|
|
99
|
+
padding: 0;
|
|
77
100
|
border-bottom: none;
|
|
78
101
|
}
|
|
79
|
-
|
|
80
102
|
}
|
|
@@ -1,27 +1,36 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
/* ======================================================== */
|
|
2
|
+
/* CSS for control sap.suite.ui.generic.template/QuickView */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ======================================================== */
|
|
5
|
+
|
|
4
6
|
.copilotQuickViewContainerBox {
|
|
7
|
+
|
|
5
8
|
.sapQuickViewLineItemTable {
|
|
9
|
+
|
|
6
10
|
.sapMTB.sapMListHdrTBar {
|
|
7
11
|
padding: 0;
|
|
8
12
|
height: 2rem;
|
|
9
13
|
}
|
|
14
|
+
|
|
10
15
|
.sapMIBar {
|
|
16
|
+
|
|
11
17
|
.sapMTitle {
|
|
12
|
-
font-family:
|
|
13
|
-
font-size:
|
|
18
|
+
font-family: var(--sapFontFamily);
|
|
19
|
+
font-size: var(--sapFontLargeSize) !important;
|
|
14
20
|
font-weight: normal;
|
|
15
|
-
color:
|
|
21
|
+
color: var(--sapContent_LabelColor);
|
|
16
22
|
}
|
|
17
23
|
}
|
|
24
|
+
|
|
18
25
|
.sapMListTblCell {
|
|
19
26
|
height: 1.5rem;
|
|
20
27
|
}
|
|
21
28
|
}
|
|
29
|
+
|
|
22
30
|
.sapQuickViewTitle {
|
|
23
31
|
margin-bottom: 1rem;
|
|
24
32
|
}
|
|
33
|
+
|
|
25
34
|
.sapQuickActionCenteredBusyIndicator {
|
|
26
35
|
position: absolute;
|
|
27
36
|
top: 50%;
|
|
@@ -30,52 +39,63 @@
|
|
|
30
39
|
z-index: 999999;
|
|
31
40
|
}
|
|
32
41
|
}
|
|
42
|
+
|
|
33
43
|
.sapQuickViewSmartFieldLabel {
|
|
44
|
+
|
|
34
45
|
.sapMLabel {
|
|
35
|
-
font-family:
|
|
46
|
+
font-family: var(--sapFontFamily);
|
|
36
47
|
font-size: @sapMFontMediumSize;
|
|
37
48
|
font-weight: normal;
|
|
38
|
-
color:
|
|
49
|
+
color: var(--sapContent_LabelColor);
|
|
39
50
|
}
|
|
40
51
|
}
|
|
52
|
+
|
|
41
53
|
.sapQuickViewTextTitle {
|
|
54
|
+
|
|
42
55
|
.sapMText {
|
|
43
|
-
font-family:
|
|
56
|
+
font-family: var(--sapFontFamily) !important;
|
|
44
57
|
font-size: @sapMFontMediumSize !important;
|
|
45
58
|
font-weight: normal;
|
|
46
|
-
color:
|
|
59
|
+
color: var(--sapGroup_TitleTextColor) !important;
|
|
47
60
|
}
|
|
48
61
|
}
|
|
62
|
+
|
|
49
63
|
.sapQuickViewBadgeTitle {
|
|
50
|
-
font-family:
|
|
51
|
-
font-size:
|
|
64
|
+
font-family: var(--sapFontFamily) !important;
|
|
65
|
+
font-size: var(--sapFontHeader5Size) !important;
|
|
52
66
|
font-weight: normal;
|
|
53
|
-
color:
|
|
67
|
+
color: var(--sapGroup_TitleTextColor) !important;
|
|
54
68
|
}
|
|
69
|
+
|
|
55
70
|
.sapQuickViewBadgeSubtitle {
|
|
56
|
-
font-family:
|
|
71
|
+
font-family: var(--sapFontFamily) !important;
|
|
57
72
|
font-size: @sapMFontMediumSize !important;
|
|
58
73
|
font-weight: normal;
|
|
59
|
-
color:
|
|
74
|
+
color: var(--sapContent_LabelColor) !important;
|
|
60
75
|
}
|
|
76
|
+
|
|
61
77
|
.sapQuickViewBadgeTinyMarginTop {
|
|
62
78
|
margin-top: 0.2rem;
|
|
63
79
|
}
|
|
80
|
+
|
|
64
81
|
.sapQuickViewBadgeImageBorder {
|
|
65
82
|
overflow: hidden !important;
|
|
66
83
|
max-width: 3.0rem;
|
|
67
84
|
max-height: 3.0rem;
|
|
68
85
|
}
|
|
86
|
+
|
|
69
87
|
.sapQuickViewBadgeIconBorder {
|
|
70
|
-
color:
|
|
88
|
+
color: var(--sapContent_NonInteractiveIconColor);
|
|
71
89
|
padding: 0.2rem 0.2rem;
|
|
72
90
|
}
|
|
91
|
+
|
|
73
92
|
.sapQuickViewBadgeIcon {
|
|
74
|
-
color:
|
|
93
|
+
color: var(--sapContent_NonInteractiveIconColor);
|
|
75
94
|
padding: 0.2rem 0.2rem;
|
|
76
95
|
width: 2.5rem;
|
|
77
96
|
font-size: 2.5rem;
|
|
78
97
|
}
|
|
98
|
+
|
|
79
99
|
.sapQuickViewBadgeIconPadding {
|
|
80
100
|
padding-top: 2px;
|
|
81
101
|
}
|
|
@@ -86,18 +106,19 @@
|
|
|
86
106
|
}
|
|
87
107
|
|
|
88
108
|
.quickViewParent {
|
|
89
|
-
|
|
109
|
+
|
|
110
|
+
.sapUiFormResGrid > div {
|
|
90
111
|
padding: 0;
|
|
91
112
|
}
|
|
92
|
-
|
|
113
|
+
|
|
93
114
|
.sapUiFormElementLbl {
|
|
94
115
|
font-size: 1px;
|
|
95
116
|
}
|
|
96
|
-
|
|
117
|
+
|
|
97
118
|
.sapUiFormM .sapUiRespGridMedia-Std-Phone.sapUiFormResGridCont>.sapUiFormElementLbl.sapUiRespGridSpanS12 {
|
|
98
119
|
padding-top: 0.5rem !important;
|
|
99
120
|
}
|
|
100
|
-
|
|
121
|
+
|
|
101
122
|
.sapUiSimpleForm {
|
|
102
123
|
margin-top: 0.5rem;
|
|
103
124
|
}
|
|
@@ -205,7 +205,6 @@ html[dir="rtl"] .sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderContent .sa
|
|
|
205
205
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderMiniChartTitle {
|
|
206
206
|
font-size: @sapMFontLargeSize;
|
|
207
207
|
font-weight: normal;
|
|
208
|
-
line-height: 1rem;
|
|
209
208
|
}
|
|
210
209
|
|
|
211
210
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderMiniChartSubTitle {
|
|
@@ -205,7 +205,6 @@ html[dir="rtl"] .sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderContent .sa
|
|
|
205
205
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderMiniChartTitle {
|
|
206
206
|
font-size: @sapMFontLargeSize;
|
|
207
207
|
font-weight: normal;
|
|
208
|
-
line-height: 1rem;
|
|
209
208
|
}
|
|
210
209
|
|
|
211
210
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderMiniChartSubTitle {
|
|
@@ -1,24 +1,28 @@
|
|
|
1
|
+
/* ========================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.generic.template/ObjectPage */
|
|
3
|
+
/* Quartz Light theme */
|
|
4
|
+
/* ========================================================= */
|
|
5
|
+
|
|
1
6
|
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderDetails .sapSmartTemplatesObjectPageHeaderMiniChartTitle {
|
|
2
|
-
|
|
7
|
+
color: var(--sapGroup_TitleTextColor);
|
|
3
8
|
}
|
|
4
9
|
|
|
5
10
|
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderIdentifier .sapUxAPObjectPageHeaderObjectImageForce .sapUxAPObjectPageHeaderObjectImage,
|
|
6
11
|
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderStickied .sapUxAPObjectPageHeaderIdentifier .sapUxAPObjectPageHeaderObjectImage {
|
|
7
|
-
|
|
12
|
+
border: var(--sapElement_BorderWidth) solid var(--sapPageHeader_BorderColor);
|
|
8
13
|
}
|
|
9
14
|
|
|
10
15
|
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderContent .sapUxAPObjectPageHeaderContentItem,
|
|
11
16
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDynamicPageHeader > * {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.sapSmartTemplatesObjectPageHeaderFormLabelNCriticcal{
|
|
18
|
-
line-height: 1.320rem;
|
|
17
|
+
margin-right: 2rem;
|
|
18
|
+
margin-bottom: 1rem;
|
|
19
|
+
line-height: 1.320rem;
|
|
19
20
|
}
|
|
20
21
|
|
|
21
|
-
.
|
|
22
|
-
|
|
22
|
+
.sapSmartTemplatesObjectPageHeaderFormLabelNCriticcal {
|
|
23
|
+
line-height: 1.320rem;
|
|
23
24
|
}
|
|
24
25
|
|
|
26
|
+
.sapSmartTemplatesObjectPageHeaderFormBox {
|
|
27
|
+
line-height: 1rem !important;
|
|
28
|
+
}
|
|
@@ -1,24 +1,28 @@
|
|
|
1
|
+
/* ========================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.generic.template/ObjectPage */
|
|
3
|
+
/* Quartz Dark theme */
|
|
4
|
+
/* ========================================================= */
|
|
5
|
+
|
|
1
6
|
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderDetails .sapSmartTemplatesObjectPageHeaderMiniChartTitle {
|
|
2
|
-
|
|
7
|
+
color: var(--sapGroup_TitleTextColor);
|
|
3
8
|
}
|
|
4
9
|
|
|
5
10
|
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderIdentifier .sapUxAPObjectPageHeaderObjectImageForce .sapUxAPObjectPageHeaderObjectImage,
|
|
6
11
|
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderStickied .sapUxAPObjectPageHeaderIdentifier .sapUxAPObjectPageHeaderObjectImage {
|
|
7
|
-
|
|
12
|
+
border: var(--sapElement_BorderWidth) solid var(--sapPageHeader_BorderColor);
|
|
8
13
|
}
|
|
9
14
|
|
|
10
15
|
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderContent .sapUxAPObjectPageHeaderContentItem,
|
|
11
16
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDynamicPageHeader > * {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
17
|
+
margin-right: 2rem;
|
|
18
|
+
margin-bottom: 1rem;
|
|
19
|
+
line-height: 1.320rem;
|
|
15
20
|
}
|
|
16
21
|
|
|
17
22
|
.sapSmartTemplatesObjectPageHeaderFormLabelNCriticcal{
|
|
18
|
-
|
|
23
|
+
line-height: 1.320rem;
|
|
19
24
|
}
|
|
20
25
|
|
|
21
26
|
.sapSmartTemplatesObjectPageHeaderFormBox{
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
|
|
27
|
+
line-height: 1rem !important;
|
|
28
|
+
}
|
|
@@ -1,8 +1,12 @@
|
|
|
1
|
+
/* ================================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.generic.template/AnalyticalListPage */
|
|
3
|
+
/* Quartz High Contrast Black theme */
|
|
4
|
+
/* ================================================================= */
|
|
1
5
|
|
|
2
6
|
/**************** OVERFLOW TOOLBAR END****************/
|
|
3
7
|
|
|
4
8
|
/* Overwriting this class to resolve the issue 1880711716 */
|
|
5
9
|
.sapSmartTemplatesAnalyticalListPageFilterDialogTitleToolbar {
|
|
6
|
-
|
|
7
|
-
|
|
10
|
+
border-bottom: none!important;
|
|
11
|
+
padding-left: 0!important;
|
|
8
12
|
}
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
/* ========================================================= */
|
|
5
5
|
|
|
6
6
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageContactsList .sapSmartTemplatesObjectPageContactsListContactSubTitle {
|
|
7
|
-
|
|
7
|
+
color: var(--sapContent_ImagePlaceholderForegroundColor);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageContactsImage {
|
|
11
|
-
|
|
11
|
+
color: var(--sapContent_ImagePlaceholderForegroundColor);
|
|
12
12
|
}
|
|
@@ -1,8 +1,12 @@
|
|
|
1
|
+
/* ================================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.generic.template/AnalyticalListPage */
|
|
3
|
+
/* Quartz High Contrast White theme */
|
|
4
|
+
/* ================================================================= */
|
|
1
5
|
|
|
2
6
|
/**************** OVERFLOW TOOLBAR END****************/
|
|
3
7
|
|
|
4
8
|
/* Overwriting this class to resolve the issue 1880711716 */
|
|
5
9
|
.sapSmartTemplatesAnalyticalListPageFilterDialogTitleToolbar {
|
|
6
|
-
|
|
7
|
-
|
|
10
|
+
border-bottom: none!important;
|
|
11
|
+
padding-left: 0!important;
|
|
8
12
|
}
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
/* ========================================================= */
|
|
5
5
|
|
|
6
6
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageContactsList .sapSmartTemplatesObjectPageContactsListContactSubTitle {
|
|
7
|
-
|
|
7
|
+
color: var(--sapContent_ImagePlaceholderForegroundColor);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageContactsImage {
|
|
11
|
-
|
|
11
|
+
color: var(--sapContent_ImagePlaceholderForegroundColor);
|
|
12
12
|
}
|
|
@@ -205,7 +205,6 @@ html[dir="rtl"] .sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderContent .sa
|
|
|
205
205
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderMiniChartTitle {
|
|
206
206
|
font-size: @sapMFontLargeSize;
|
|
207
207
|
font-weight: normal;
|
|
208
|
-
line-height: 1rem;
|
|
209
208
|
}
|
|
210
209
|
|
|
211
210
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderMiniChartSubTitle {
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/* ================================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.generic.template/AnalyticalListPage */
|
|
3
|
+
/* Morning Horizon theme */
|
|
4
|
+
/* ================================================================= */
|
|
5
|
+
|
|
1
6
|
.sapSmartTemplatesAnalyticalListPageFilterableKPITitle {
|
|
2
|
-
font-size:
|
|
3
|
-
}
|
|
7
|
+
font-size: var(--sapFontHeader3Size);
|
|
8
|
+
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
/* ========================================================= */
|
|
2
2
|
/* CSS for control sap.suite.ui.generic.template/ObjectPage */
|
|
3
|
-
/* Horizon theme
|
|
3
|
+
/* Morning Horizon theme */
|
|
4
4
|
/* ========================================================= */
|
|
5
5
|
|
|
6
6
|
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderDetails .sapSmartTemplatesObjectPageHeaderMiniChartTitle {
|
|
7
|
-
|
|
7
|
+
color: var(--sapGroup_TitleTextColor);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderIdentifier .sapUxAPObjectPageHeaderObjectImageForce .sapUxAPObjectPageHeaderObjectImage,
|
|
11
11
|
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderStickied .sapUxAPObjectPageHeaderIdentifier .sapUxAPObjectPageHeaderObjectImage {
|
|
12
|
-
|
|
12
|
+
border: var(--sapElement_BorderWidth) solid var(--sapPageHeader_BorderColor);
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderContent .sapUxAPObjectPageHeaderContentItem,
|
|
16
16
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDynamicPageHeader > * {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
margin-right: 2rem;
|
|
18
|
+
margin-bottom: 1rem;
|
|
19
|
+
line-height: 1.320rem;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.sapSmartTemplatesObjectPageHeaderFormLabelNCriticcal{
|
|
23
|
-
|
|
22
|
+
.sapSmartTemplatesObjectPageHeaderFormLabelNCriticcal {
|
|
23
|
+
line-height: 1.320rem;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
@media screen and (max-width: 600px) {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageSubSectionGrid .sapSmartTemplatesObjectPageSubSectionGridSmartForm {
|
|
28
|
+
width: calc(100% - 0.5rem);
|
|
29
|
+
}
|
|
30
30
|
}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/* ================================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.generic.template/AnalyticalListPage */
|
|
3
|
+
/* Evening Horizon theme */
|
|
4
|
+
/* ================================================================= */
|
|
5
|
+
|
|
1
6
|
.sapSmartTemplatesAnalyticalListPageFilterableKPITitle {
|
|
2
|
-
font-size:
|
|
3
|
-
}
|
|
7
|
+
font-size: var(--sapFontHeader3Size);
|
|
8
|
+
}
|
|
@@ -4,27 +4,27 @@
|
|
|
4
4
|
/* ========================================================= */
|
|
5
5
|
|
|
6
6
|
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderDetails .sapSmartTemplatesObjectPageHeaderMiniChartTitle {
|
|
7
|
-
|
|
7
|
+
color: var(--sapGroup_TitleTextColor);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderIdentifier .sapUxAPObjectPageHeaderObjectImageForce .sapUxAPObjectPageHeaderObjectImage,
|
|
11
11
|
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderStickied .sapUxAPObjectPageHeaderIdentifier .sapUxAPObjectPageHeaderObjectImage {
|
|
12
|
-
|
|
12
|
+
border: var(--sapElement_BorderWidth) solid var(--sapPageHeader_BorderColor);
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderContent .sapUxAPObjectPageHeaderContentItem,
|
|
16
16
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDynamicPageHeader > * {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
margin-right: 2rem;
|
|
18
|
+
margin-bottom: 1rem;
|
|
19
|
+
line-height: 1.320rem;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.sapSmartTemplatesObjectPageHeaderFormLabelNCriticcal{
|
|
23
|
-
|
|
22
|
+
.sapSmartTemplatesObjectPageHeaderFormLabelNCriticcal {
|
|
23
|
+
line-height: 1.320rem;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
@media screen and (max-width: 600px) {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageSubSectionGrid .sapSmartTemplatesObjectPageSubSectionGridSmartForm {
|
|
28
|
+
width: calc(100% - 0.5rem);
|
|
29
|
+
}
|
|
30
30
|
}
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
|
|
8
8
|
/* Overwriting this class to resolve the issue 1880711716 */
|
|
9
9
|
.sapSmartTemplatesAnalyticalListPageFilterDialogTitleToolbar {
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
border-bottom: none!important;
|
|
11
|
+
padding-left: 0!important;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.sapSmartTemplatesAnalyticalListPageFilterableKPITitle {
|
|
15
|
-
font-size:
|
|
16
|
-
}
|
|
15
|
+
font-size: var(--sapFontHeader3Size);
|
|
16
|
+
}
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
/* ========================================================= */
|
|
5
5
|
|
|
6
6
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageContactsList .sapSmartTemplatesObjectPageContactsListContactSubTitle {
|
|
7
|
-
|
|
7
|
+
color: var(--sapContent_ImagePlaceholderForegroundColor);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageContactsImage {
|
|
11
|
-
|
|
11
|
+
color: var(--sapContent_ImagePlaceholderForegroundColor);
|
|
12
12
|
}
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
|
|
8
8
|
/* Overwriting this class to resolve the issue 1880711716 */
|
|
9
9
|
.sapSmartTemplatesAnalyticalListPageFilterDialogTitleToolbar {
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
border-bottom: none!important;
|
|
11
|
+
padding-left: 0!important;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.sapSmartTemplatesAnalyticalListPageFilterableKPITitle {
|
|
15
|
-
font-size:
|
|
16
|
-
}
|
|
15
|
+
font-size: var(--sapFontHeader3Size);
|
|
16
|
+
}
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
/* ========================================================= */
|
|
5
5
|
|
|
6
6
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageContactsList .sapSmartTemplatesObjectPageContactsListContactSubTitle {
|
|
7
|
-
|
|
7
|
+
color: var(--sapContent_ImagePlaceholderForegroundColor);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageContactsImage {
|
|
11
|
-
|
|
11
|
+
color: var(--sapContent_ImagePlaceholderForegroundColor);
|
|
12
12
|
}
|