@openui5/themelib_sap_fiori_3 1.91.0 → 1.93.2
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/.reuse/dep5 +46 -0
- package/THIRDPARTY.txt +59 -1
- package/package.json +18 -18
- package/src/sap/f/themes/sap_fiori_3/DynamicPage.less +26 -0
- package/src/sap/f/themes/sap_fiori_3_dark/DynamicPage.less +26 -0
- package/src/sap/f/themes/sap_fiori_3_hcb/DynamicPage.less +26 -0
- package/src/sap/f/themes/sap_fiori_3_hcw/DynamicPage.less +26 -0
- package/src/sap/m/themes/sap_fiori_3/Button.less +6 -5
- package/src/sap/m/themes/sap_fiori_3/Carousel.less +1 -27
- package/src/sap/m/themes/sap_fiori_3/IconTabBar.less +12 -0
- package/src/sap/m/themes/sap_fiori_3/InputBase.less +25 -0
- package/src/sap/m/themes/sap_fiori_3/MessageBox.less +0 -3
- package/src/sap/m/themes/sap_fiori_3/MessageView.less +17 -6
- package/src/sap/m/themes/sap_fiori_3/ObjectNumber.less +5 -0
- package/src/sap/m/themes/sap_fiori_3/ObjectStatus.less +1 -0
- package/src/sap/m/themes/sap_fiori_3/ProgressIndicator.less +1 -0
- package/src/sap/m/themes/sap_fiori_3/QuickView.less +2 -5
- package/src/sap/m/themes/sap_fiori_3/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_fiori_3/SelectList.less +0 -5
- package/src/sap/m/themes/sap_fiori_3/Switch.less +6 -4
- package/src/sap/m/themes/sap_fiori_3/Toolbar.less +4 -0
- package/src/sap/m/themes/sap_fiori_3_dark/Button.less +6 -5
- package/src/sap/m/themes/sap_fiori_3_dark/IconTabBar.less +12 -0
- package/src/sap/m/themes/sap_fiori_3_dark/InputBase.less +25 -0
- package/src/sap/m/themes/sap_fiori_3_dark/MessageBox.less +0 -3
- package/src/sap/m/themes/sap_fiori_3_dark/MessageView.less +17 -6
- package/src/sap/m/themes/sap_fiori_3_dark/ProgressIndicator.less +1 -0
- package/src/sap/m/themes/sap_fiori_3_dark/QuickView.less +2 -3
- package/src/sap/m/themes/sap_fiori_3_dark/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_fiori_3_dark/SelectList.less +0 -5
- package/src/sap/m/themes/sap_fiori_3_dark/Switch.less +6 -4
- package/src/sap/m/themes/sap_fiori_3_hcb/Button.less +7 -5
- package/src/sap/m/themes/sap_fiori_3_hcb/Carousel.less +1 -51
- package/src/sap/m/themes/sap_fiori_3_hcb/IconTabBar.less +4 -0
- package/src/sap/m/themes/sap_fiori_3_hcb/InputBase.less +25 -0
- package/src/sap/m/themes/sap_fiori_3_hcb/MessageBox.less +0 -3
- package/src/sap/m/themes/sap_fiori_3_hcb/MessageView.less +17 -6
- package/src/sap/m/themes/sap_fiori_3_hcb/QuickView.less +2 -5
- package/src/sap/m/themes/sap_fiori_3_hcb/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_fiori_3_hcb/SelectList.less +0 -5
- package/src/sap/m/themes/sap_fiori_3_hcb/SinglePlanningCalendarMonthGrid.less +5 -0
- package/src/sap/m/themes/sap_fiori_3_hcb/Switch.less +6 -4
- package/src/sap/m/themes/sap_fiori_3_hcw/Button.less +7 -5
- package/src/sap/m/themes/sap_fiori_3_hcw/Carousel.less +1 -51
- package/src/sap/m/themes/sap_fiori_3_hcw/IconTabBar.less +3 -0
- package/src/sap/m/themes/sap_fiori_3_hcw/InputBase.less +25 -0
- package/src/sap/m/themes/sap_fiori_3_hcw/MessageBox.less +0 -3
- package/src/sap/m/themes/sap_fiori_3_hcw/MessageView.less +17 -6
- package/src/sap/m/themes/sap_fiori_3_hcw/QuickView.less +2 -5
- package/src/sap/m/themes/sap_fiori_3_hcw/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_fiori_3_hcw/SelectList.less +0 -5
- package/src/sap/m/themes/sap_fiori_3_hcw/SinglePlanningCalendarMonthGrid.less +5 -0
- package/src/sap/m/themes/sap_fiori_3_hcw/Switch.less +6 -4
- package/src/sap/tnt/themes/sap_fiori_3/ToolHeader.less +65 -34
- package/src/sap/tnt/themes/sap_fiori_3_dark/ToolHeader.less +48 -32
- package/src/sap/ui/core/themes/sap_fiori_3/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3/base.less +153 -210
- package/src/sap/ui/core/themes/sap_fiori_3/global.less +34 -3
- package/src/sap/ui/core/themes/sap_fiori_3/shared.less +0 -3
- package/src/sap/ui/core/themes/sap_fiori_3_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_dark/base.less +154 -211
- package/src/sap/ui/core/themes/sap_fiori_3_dark/global.less +34 -3
- package/src/sap/ui/core/themes/sap_fiori_3_dark/shared.less +0 -3
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/base.less +101 -215
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/global.less +34 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/base.less +102 -216
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/global.less +34 -0
- package/src/sap/ui/rta/themes/sap_fiori_3/ContextMenu.less +1 -3
- package/src/sap/ui/rta/themes/sap_fiori_3_dark/ContextMenu.less +1 -3
- package/src/sap/ui/unified/themes/sap_fiori_3/CalendarRow.less +24 -0
- package/src/sap/ui/unified/themes/sap_fiori_3/FileUploader.less +5 -0
- package/src/sap/ui/unified/themes/sap_fiori_3_dark/CalendarRow.less +24 -0
- package/src/sap/ui/unified/themes/sap_fiori_3_dark/FileUploader.less +5 -0
- package/src/sap/ui/unified/themes/sap_fiori_3_hcb/CalendarRow.less +24 -0
- package/src/sap/ui/unified/themes/sap_fiori_3_hcb/FileUploader.less +5 -0
- package/src/sap/ui/unified/themes/sap_fiori_3_hcw/CalendarRow.less +24 -0
- package/src/sap/ui/unified/themes/sap_fiori_3_hcw/FileUploader.less +5 -0
- package/src/sap/uxap/themes/sap_fiori_3/HierarchicalSelect.less +3 -1
- package/src/sap/uxap/themes/sap_fiori_3/ObjectPageSubSection.less +13 -0
- package/src/sap/uxap/themes/sap_fiori_3_dark/HierarchicalSelect.less +3 -1
- package/src/sap/uxap/themes/sap_fiori_3_dark/ObjectPageSubSection.less +13 -0
- package/src/sap/uxap/themes/sap_fiori_3_hcb/ObjectPageSubSection.less +13 -0
- package/src/sap/uxap/themes/sap_fiori_3_hcw/ObjectPageSubSection.less +13 -0
package/.reuse/dep5
CHANGED
|
@@ -352,6 +352,11 @@ Copyright: 2006 Google Inc.
|
|
|
352
352
|
License: Apache-2.0
|
|
353
353
|
Comment: these files belong to: google-code-prettify
|
|
354
354
|
|
|
355
|
+
Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/highlight.js/*
|
|
356
|
+
Copyright: 2006-2020, Ivan Sagalaev
|
|
357
|
+
License: BSD-3-Clause
|
|
358
|
+
Comment: these files belong to: highlight.js
|
|
359
|
+
|
|
355
360
|
Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/elasticlunr.js
|
|
356
361
|
Copyright: 2017 Wei Song and Oliver Nightingale
|
|
357
362
|
License: MIT
|
|
@@ -411,6 +416,35 @@ License: Apache-2.0 and MIT
|
|
|
411
416
|
Comment: these files contain content from SAP and BooleanExpressionEvaluator: BoolExprTool.js is authored by SAP, but partly inspired by BooleanExpressionEvaluator
|
|
412
417
|
|
|
413
418
|
|
|
419
|
+
# Library: sap.ui.webc.common:
|
|
420
|
+
|
|
421
|
+
Files: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theme-base/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.*
|
|
422
|
+
Copyright: SAP
|
|
423
|
+
License: Apache-2.0
|
|
424
|
+
Comment: these files belong to: UI5 Web Components
|
|
425
|
+
|
|
426
|
+
Files: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/*.*
|
|
427
|
+
Copyright: Google LLC
|
|
428
|
+
License: BSD-3-Clause
|
|
429
|
+
Comment: these files belong to: lit-html
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
# Library: sap.ui.webc.fiori:
|
|
433
|
+
|
|
434
|
+
Files: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/*.*
|
|
435
|
+
Copyright: SAP
|
|
436
|
+
License: Apache-2.0
|
|
437
|
+
Comment: these files belong to: UI5 Web Components
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
# Library: sap.ui.webc.main:
|
|
441
|
+
|
|
442
|
+
Files: src/sap.ui.webc.main/src/sap/ui/webc/main/thirdparty/*.*
|
|
443
|
+
Copyright: SAP
|
|
444
|
+
License: Apache-2.0
|
|
445
|
+
Comment: these files belong to: UI5 Web Components
|
|
446
|
+
|
|
447
|
+
|
|
414
448
|
# Outside of Libraries:
|
|
415
449
|
|
|
416
450
|
Files: src/testsuite-utils/src/main/resources/META-INF/less/less.js
|
|
@@ -423,3 +457,15 @@ Copyright: 2015-2017 Evgeny Poberezkin
|
|
|
423
457
|
License: MIT
|
|
424
458
|
Comment: these files belong to: ajv
|
|
425
459
|
|
|
460
|
+
Files: lib/jsdoc/ui5/plugin.js
|
|
461
|
+
Copyright:
|
|
462
|
+
2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
463
|
+
2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc
|
|
464
|
+
License: Apache-2.0
|
|
465
|
+
Comment: these files contain content from SAP and JSDoc 3: plugin.js is overall written by SAP, but contains code taken from JSDoc 3.6.7 (see the respective comments)
|
|
466
|
+
|
|
467
|
+
Files: src/sap.ui.core/src/sap/ui/core/themes/base/base.less src/themelib_sap_belize/src/sap/ui/core/themes/*/base.less src/themelib_sap_fiori_3/src/sap/ui/core/themes/*/base.less src/themelib_sap_horizon/src/sap/ui/core/themes/*/base.less
|
|
468
|
+
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
469
|
+
License: Apache-2.0
|
|
470
|
+
Comment: these files belong to: SAP Theming Base Content
|
|
471
|
+
|
package/THIRDPARTY.txt
CHANGED
|
@@ -197,7 +197,7 @@ License: BSD-3-Clause
|
|
|
197
197
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
198
198
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/sinon-qunit.js
|
|
199
199
|
|
|
200
|
-
Component: URI.js, version: 1.19.
|
|
200
|
+
Component: URI.js, version: 1.19.7
|
|
201
201
|
Copyright: Rodney Rehm
|
|
202
202
|
License: MIT
|
|
203
203
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
@@ -330,6 +330,12 @@ License: Apache-2.0
|
|
|
330
330
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
331
331
|
Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/google-code-prettify/*
|
|
332
332
|
|
|
333
|
+
Component: highlight.js, version: 10.4.1
|
|
334
|
+
Copyright: 2006-2020, Ivan Sagalaev
|
|
335
|
+
License: BSD-3-Clause
|
|
336
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
337
|
+
Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/highlight.js/*
|
|
338
|
+
|
|
333
339
|
Component: Elasticlunr, version: 0.9.5
|
|
334
340
|
Copyright: 2017 Wei Song and Oliver Nightingale
|
|
335
341
|
License: MIT
|
|
@@ -399,6 +405,43 @@ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
|
399
405
|
Contained in: src/sap.ui.mdc/test/sap/ui/mdc/sample/field/filterfieldwithoperators/BoolExprTool.js
|
|
400
406
|
|
|
401
407
|
|
|
408
|
+
Library: sap.ui.webc.common:
|
|
409
|
+
|
|
410
|
+
Component: UI5 Web Components, version: 1.0.0-rc.12
|
|
411
|
+
Copyright: SAP
|
|
412
|
+
License: Apache-2.0
|
|
413
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
414
|
+
Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.*
|
|
415
|
+
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theme-base/*.*
|
|
416
|
+
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/*.*
|
|
417
|
+
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/*.*
|
|
418
|
+
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.*
|
|
419
|
+
|
|
420
|
+
Component: lit-html, version: 1.4.1
|
|
421
|
+
Copyright: Google LLC
|
|
422
|
+
License: BSD-3-Clause
|
|
423
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
424
|
+
Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/*.*
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
Library: sap.ui.webc.fiori:
|
|
428
|
+
|
|
429
|
+
Component: UI5 Web Components, version: 1.0.0-rc.12
|
|
430
|
+
Copyright: SAP
|
|
431
|
+
License: Apache-2.0
|
|
432
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
433
|
+
Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/*.*
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
Library: sap.ui.webc.main:
|
|
437
|
+
|
|
438
|
+
Component: UI5 Web Components, version: 1.0.0-rc.12
|
|
439
|
+
Copyright: SAP
|
|
440
|
+
License: Apache-2.0
|
|
441
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
442
|
+
Contained in: src/sap.ui.webc.main/src/sap/ui/webc/main/thirdparty/*.*
|
|
443
|
+
|
|
444
|
+
|
|
402
445
|
Outside of Libraries:
|
|
403
446
|
|
|
404
447
|
Component: LESS, version: 1.6.3
|
|
@@ -413,6 +456,21 @@ License: MIT
|
|
|
413
456
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
414
457
|
Contained in: ../test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/ajv/ajv.min.js
|
|
415
458
|
|
|
459
|
+
Component: JSDoc 3, version: 3.6.7
|
|
460
|
+
Copyright: 2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc
|
|
461
|
+
License: Apache-2.0
|
|
462
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
463
|
+
Contained in: lib/jsdoc/ui5/plugin.js
|
|
464
|
+
|
|
465
|
+
Component: SAP Theming Base Content, version: 11.1.34
|
|
466
|
+
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
467
|
+
License: Apache-2.0
|
|
468
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
469
|
+
Contained in: src/sap.ui.core/src/sap/ui/core/themes/base/base.less
|
|
470
|
+
src/themelib_sap_belize/src/sap/ui/core/themes/*/base.less
|
|
471
|
+
src/themelib_sap_fiori_3/src/sap/ui/core/themes/*/base.less
|
|
472
|
+
src/themelib_sap_horizon/src/sap/ui/core/themes/*/base.less
|
|
473
|
+
|
|
416
474
|
|
|
417
475
|
ALL LICENSE TEXTS:
|
|
418
476
|
==================
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_fiori_3",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.93.2",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_fiori_3",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,22 +14,22 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@openui5/sap.f": "1.
|
|
18
|
-
"@openui5/sap.m": "1.
|
|
19
|
-
"@openui5/sap.tnt": "1.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.
|
|
22
|
-
"@openui5/sap.ui.core": "1.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.
|
|
30
|
-
"@openui5/sap.ui.table": "1.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.
|
|
33
|
-
"@openui5/sap.uxap": "1.
|
|
17
|
+
"@openui5/sap.f": "1.93.2",
|
|
18
|
+
"@openui5/sap.m": "1.93.2",
|
|
19
|
+
"@openui5/sap.tnt": "1.93.2",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.93.2",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.93.2",
|
|
22
|
+
"@openui5/sap.ui.core": "1.93.2",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.93.2",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.93.2",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.93.2",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.93.2",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.93.2",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.93.2",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.93.2",
|
|
30
|
+
"@openui5/sap.ui.table": "1.93.2",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.93.2",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.93.2",
|
|
33
|
+
"@openui5/sap.uxap": "1.93.2"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -15,6 +15,32 @@
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
+
.sapFDynamicPage.sapUiResponsiveContentPadding {
|
|
19
|
+
&.sapFDynamicPage-Std-Phone {
|
|
20
|
+
.sapFDynamicPageContent,
|
|
21
|
+
.sapFDynamicPageContentFitContainer {
|
|
22
|
+
padding-left: 1rem;
|
|
23
|
+
padding-right: 1rem;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&.sapFDynamicPage-Std-Tablet {
|
|
28
|
+
.sapFDynamicPageContent,
|
|
29
|
+
.sapFDynamicPageContentFitContainer {
|
|
30
|
+
padding-left: 2rem;
|
|
31
|
+
padding-right: 2rem;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&.sapFDynamicPage-Std-Desktop-XL {
|
|
36
|
+
.sapFDynamicPageContent,
|
|
37
|
+
.sapFDynamicPageContentFitContainer {
|
|
38
|
+
padding-left: 3rem;
|
|
39
|
+
padding-right: 3rem;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
18
44
|
.sapFDynamicPage {
|
|
19
45
|
.sapFDynamicPageContentWrapperSolid>.sapFDynamicPageContent {
|
|
20
46
|
background: @sapUiShellBackground;
|
|
@@ -15,6 +15,32 @@
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
+
.sapFDynamicPage.sapUiResponsiveContentPadding {
|
|
19
|
+
&.sapFDynamicPage-Std-Phone {
|
|
20
|
+
.sapFDynamicPageContent,
|
|
21
|
+
.sapFDynamicPageContentFitContainer {
|
|
22
|
+
padding-left: 1rem;
|
|
23
|
+
padding-right: 1rem;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&.sapFDynamicPage-Std-Tablet {
|
|
28
|
+
.sapFDynamicPageContent,
|
|
29
|
+
.sapFDynamicPageContentFitContainer {
|
|
30
|
+
padding-left: 2rem;
|
|
31
|
+
padding-right: 2rem;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&.sapFDynamicPage-Std-Desktop-XL {
|
|
36
|
+
.sapFDynamicPageContent,
|
|
37
|
+
.sapFDynamicPageContentFitContainer {
|
|
38
|
+
padding-left: 3rem;
|
|
39
|
+
padding-right: 3rem;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
18
44
|
.sapFDynamicPage {
|
|
19
45
|
.sapFDynamicPageContentWrapperSolid>.sapFDynamicPageContent {
|
|
20
46
|
background: @sapUiShellBackground;
|
|
@@ -15,6 +15,32 @@
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
+
.sapFDynamicPage.sapUiResponsiveContentPadding {
|
|
19
|
+
&.sapFDynamicPage-Std-Phone {
|
|
20
|
+
.sapFDynamicPageContent,
|
|
21
|
+
.sapFDynamicPageContentFitContainer {
|
|
22
|
+
padding-left: 1rem;
|
|
23
|
+
padding-right: 1rem;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&.sapFDynamicPage-Std-Tablet {
|
|
28
|
+
.sapFDynamicPageContent,
|
|
29
|
+
.sapFDynamicPageContentFitContainer {
|
|
30
|
+
padding-left: 2rem;
|
|
31
|
+
padding-right: 2rem;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&.sapFDynamicPage-Std-Desktop-XL {
|
|
36
|
+
.sapFDynamicPageContent,
|
|
37
|
+
.sapFDynamicPageContentFitContainer {
|
|
38
|
+
padding-left: 3rem;
|
|
39
|
+
padding-right: 3rem;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
18
44
|
/* Tablet and Desktop */
|
|
19
45
|
.sapFDynamicPageToggleHeaderIndicator,
|
|
20
46
|
.sapFDynamicPageHeaderPinButton {
|
|
@@ -15,6 +15,32 @@
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
+
.sapFDynamicPage.sapUiResponsiveContentPadding {
|
|
19
|
+
&.sapFDynamicPage-Std-Phone {
|
|
20
|
+
.sapFDynamicPageContent,
|
|
21
|
+
.sapFDynamicPageContentFitContainer {
|
|
22
|
+
padding-left: 1rem;
|
|
23
|
+
padding-right: 1rem;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&.sapFDynamicPage-Std-Tablet {
|
|
28
|
+
.sapFDynamicPageContent,
|
|
29
|
+
.sapFDynamicPageContentFitContainer {
|
|
30
|
+
padding-left: 2rem;
|
|
31
|
+
padding-right: 2rem;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&.sapFDynamicPage-Std-Desktop-XL {
|
|
36
|
+
.sapFDynamicPageContent,
|
|
37
|
+
.sapFDynamicPageContentFitContainer {
|
|
38
|
+
padding-left: 3rem;
|
|
39
|
+
padding-right: 3rem;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
18
44
|
/* Tablet and Desktop */
|
|
19
45
|
.sapFDynamicPageToggleHeaderIndicator,
|
|
20
46
|
.sapFDynamicPageHeaderPinButton {
|
|
@@ -39,6 +39,12 @@ span.sapMBtnInner.sapMBtnEmphasized {
|
|
|
39
39
|
position: relative;
|
|
40
40
|
border-radius: @sapUiButtonBorderCornerRadius;
|
|
41
41
|
text-shadow: none;
|
|
42
|
+
&.sapMBtnCritical,
|
|
43
|
+
&.sapMBtnNegative,
|
|
44
|
+
&.sapMBtnSuccess,
|
|
45
|
+
&.sapMBtnNeutral {
|
|
46
|
+
font-weight: bold;
|
|
47
|
+
}
|
|
42
48
|
}
|
|
43
49
|
|
|
44
50
|
/* ------------------- */
|
|
@@ -222,11 +228,6 @@ html.sap-desktop .sapMFooter-CTX .sapMBtnInner.sapMBtnReject {
|
|
|
222
228
|
border-color: @sapUiButtonRejectBorderColor;
|
|
223
229
|
}
|
|
224
230
|
|
|
225
|
-
/* Background and text colors for different states */
|
|
226
|
-
.sapMTB-Info-CTX > .sapUiIcon:focus {
|
|
227
|
-
outline: 0.0625rem dotted @sapUiContentContrastFocusColor;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
231
|
.sapMBar-CTX,
|
|
231
232
|
.sapMTB-Transparent-CTX {
|
|
232
233
|
& :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnTransparent.sapMBtnActive {
|
|
@@ -40,32 +40,6 @@
|
|
|
40
40
|
background-color: @sapUiButtonActiveBackground;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.sapMCrsl:focus {
|
|
44
|
-
&:before {
|
|
45
|
-
border: 1px solid @sapUiContentFocusColor;
|
|
46
|
-
position: absolute;
|
|
47
|
-
content: " ";
|
|
48
|
-
top: 0;
|
|
49
|
-
right: 0;
|
|
50
|
-
bottom: 0;
|
|
51
|
-
left: 0;
|
|
52
|
-
z-index: 2;
|
|
53
|
-
pointer-events: none;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
&:after {
|
|
57
|
-
border: 1px dotted @sapUiContentContrastFocusColor;
|
|
58
|
-
position: absolute;
|
|
59
|
-
content: " ";
|
|
60
|
-
top: 0;
|
|
61
|
-
right: 0;
|
|
62
|
-
bottom: 0;
|
|
63
|
-
left: 0;
|
|
64
|
-
z-index: 2;
|
|
65
|
-
pointer-events: none;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
|
|
69
43
|
.sapMCrslPrev:focus,
|
|
70
44
|
.sapMCrslNext:focus,
|
|
71
45
|
.sapMCrslPrev .sapUiIcon:focus,
|
|
@@ -93,6 +67,6 @@ html.sap-desktop .sapMCrslHud .sapMCrslNext:focus {
|
|
|
93
67
|
bottom: -0.125rem;
|
|
94
68
|
left: -0.125rem;
|
|
95
69
|
pointer-events: none;
|
|
96
|
-
border:
|
|
70
|
+
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
97
71
|
}
|
|
98
72
|
}
|
|
@@ -460,4 +460,16 @@ html.sap-desktop {
|
|
|
460
460
|
}
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
|
+
|
|
464
|
+
.sapMITH {
|
|
465
|
+
.sapMITHStartOverflow,
|
|
466
|
+
.sapMITHEndOverflow {
|
|
467
|
+
.sapMITBItem {
|
|
468
|
+
&:active::after {
|
|
469
|
+
// when overflow is pressed, make the focus white
|
|
470
|
+
border-color: @_sap_m_IconTabBar_Overflow_TextColorPressed;
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
}
|
|
463
475
|
}
|
|
@@ -86,4 +86,29 @@
|
|
|
86
86
|
&::before {
|
|
87
87
|
border: 1px dotted @sapUiContentFocusColor;
|
|
88
88
|
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
/* List specific styles */
|
|
92
|
+
.sapMILI-CTX .sapMInputBaseContentWrapper,
|
|
93
|
+
.sapMILI-CTX .sapMInputBaseInner,
|
|
94
|
+
.sapMILI-CTX .sapMInputBaseDisabled .sapMInputBaseInner,
|
|
95
|
+
.sapMILI-CTX .sapMInputBaseReadonlyWrapper .sapMInputBaseInner {
|
|
96
|
+
text-align: right;
|
|
97
|
+
background: transparent;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.sapMLIBActive {
|
|
101
|
+
.sapMInputBaseInner,
|
|
102
|
+
.sapMInputBaseContentWrapper {
|
|
103
|
+
color: @sapUiListActiveTextColor;
|
|
104
|
+
background: transparent;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.sapMInputDescriptionText {
|
|
108
|
+
color: @sapUiListActiveTextColor;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.sapMLIBActive .sapMInputBaseInner::-webkit-input-placeholder {
|
|
113
|
+
color: @sapUiListActiveTextColor;
|
|
89
114
|
}
|
|
@@ -3,9 +3,6 @@
|
|
|
3
3
|
/* Fiori 3 theme */
|
|
4
4
|
/* ================================= */
|
|
5
5
|
|
|
6
|
-
// Forces the usage of "sap-icon://message-information" if set to true else "sap-icon://hint" is used
|
|
7
|
-
@_sap_m_Message_Box_Information_Icon: false;
|
|
8
|
-
|
|
9
6
|
// header shadow - different states
|
|
10
7
|
@_sap_m_MessageBox_InformationShadow: inset 0 -0.0625rem @sapUiInformationBorder, @sapUiShadowHeader;
|
|
11
8
|
@_sap_m_MessageBox_WarningShadow: inset 0 -0.0625rem @sapUiWarningBorder, @sapUiShadowHeader;
|
|
@@ -2,8 +2,12 @@
|
|
|
2
2
|
/* CSS for control sap.m/MessageView */
|
|
3
3
|
/* Fiori 3 theme */
|
|
4
4
|
/* ================================== */
|
|
5
|
+
@_sap_m_MessageView_DescIcon_Width: 1rem;
|
|
5
6
|
|
|
6
7
|
.sapMMsgView {
|
|
8
|
+
.sapMMsgViewDetailsPage section {
|
|
9
|
+
padding: 1rem;
|
|
10
|
+
}
|
|
7
11
|
.sapMMsgViewItem {
|
|
8
12
|
padding-left: 0;
|
|
9
13
|
&.sapMSLIWithDescription {
|
|
@@ -30,18 +34,18 @@
|
|
|
30
34
|
|
|
31
35
|
.sapMMsgViewDescriptionText {
|
|
32
36
|
padding-bottom:0;
|
|
33
|
-
margin: 0
|
|
37
|
+
margin: 0 0 1rem 2.5rem;
|
|
34
38
|
line-height: 1.4;
|
|
35
39
|
font-family: @sapUiFontFamily;
|
|
36
40
|
color: @sapUiBaseText;
|
|
37
41
|
}
|
|
38
42
|
|
|
39
|
-
.sapMMsgViewTitleText
|
|
40
|
-
margin:
|
|
43
|
+
.sapMMsgViewTitleText {
|
|
44
|
+
margin: 0 0 1rem 2.5rem;
|
|
41
45
|
}
|
|
42
46
|
|
|
43
47
|
.sapMMsgViewDescriptionLink {
|
|
44
|
-
margin: 0
|
|
48
|
+
margin: 0 0 1rem 2.5rem;
|
|
45
49
|
font-family: @sapUiFontFamily;
|
|
46
50
|
font-size: @sapMFontMediumSize;
|
|
47
51
|
font-weight: normal;
|
|
@@ -51,13 +55,20 @@
|
|
|
51
55
|
.sapMSLIWithDescription > .sapMLIBContent > .sapMSLIDiv > .sapMSLIDescription {
|
|
52
56
|
margin-top: 0.25rem;
|
|
53
57
|
}
|
|
58
|
+
|
|
59
|
+
.sapMIBar .sapMBarChild {
|
|
60
|
+
margin-left: 0;
|
|
61
|
+
margin-right: 0;
|
|
62
|
+
}
|
|
54
63
|
}
|
|
55
64
|
|
|
56
65
|
.sapMMsgView .sapMIBar.sapMHeader-CTX {
|
|
57
66
|
background-color: @sapUiGroupContentBackground;
|
|
67
|
+
padding-left: 1rem;
|
|
58
68
|
}
|
|
59
69
|
|
|
60
70
|
.sapMMsgViewDescIcon {
|
|
71
|
+
margin: 0 1rem 0 1.5rem;
|
|
61
72
|
font-size: 1rem;
|
|
62
73
|
top: 1.125rem;
|
|
63
74
|
}
|
|
@@ -72,7 +83,7 @@
|
|
|
72
83
|
|
|
73
84
|
/* Compact size */
|
|
74
85
|
.sapUiSizeCompact .sapMMsgView {
|
|
75
|
-
.
|
|
76
|
-
|
|
86
|
+
.sapMMsgViewDescIcon {
|
|
87
|
+
line-height: 1rem;
|
|
77
88
|
}
|
|
78
89
|
}
|
|
@@ -6,4 +6,9 @@
|
|
|
6
6
|
.sapMObjectNumberLarge .sapMObjectNumberText,
|
|
7
7
|
.sapMObjectNumberLarge .sapMObjectNumberUnit {
|
|
8
8
|
font-size: 1.5rem;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.sapMObjectNumberInverted .sapMObjectNumberText,
|
|
12
|
+
.sapMObjectNumberInverted .sapMObjectNumberUnit {
|
|
13
|
+
text-shadow: @sapUiContentContrastTextShadow;
|
|
9
14
|
}
|
|
@@ -6,13 +6,10 @@
|
|
|
6
6
|
@_sap_m_QuickView_HorizontalLayoutMarginBottom: 1rem;
|
|
7
7
|
@_sap_m_QuickView_HorizontalLayoutIconFontSize: 1.5rem;
|
|
8
8
|
@_sap_m_QuickView_PagePaddingTop: 2.75rem;
|
|
9
|
-
|
|
10
|
-
@
|
|
11
|
-
@_sap_m_QuickView_PageThumbnailBorderRadius: @sapUiElementBorderCornerRadius;
|
|
9
|
+
|
|
10
|
+
@_sap_m_QuickViewCard_PagePadding: 1rem;
|
|
12
11
|
|
|
13
12
|
.sapMQuickViewCard {
|
|
14
|
-
box-sizing: border-box;
|
|
15
|
-
padding: 1rem;
|
|
16
13
|
background: @sapUiGroupContentBackground;
|
|
17
14
|
box-shadow: @sapUiShadowLevel0;
|
|
18
15
|
border-radius: @sapUiElementBorderCornerRadius;
|
|
@@ -13,11 +13,6 @@
|
|
|
13
13
|
border-bottom: 0.0625rem solid @sapUiSelected;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.sapMSltPicker {
|
|
17
|
-
border-top-left-radius: 0;
|
|
18
|
-
border-top-right-radius: 0;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
16
|
.sapMSltPicker-CTX .sapMSelectListItemBaseSelected,
|
|
22
17
|
.sapMComboBoxBasePicker-CTX .sapMSelectListItemBaseSelected {
|
|
23
18
|
outline: 0.0625rem dotted @sapUiContentFocusColor;
|
|
@@ -60,8 +60,9 @@ html.sap-desktop {
|
|
|
60
60
|
&.sapMSwtNoLabel {
|
|
61
61
|
width: 3.25rem;
|
|
62
62
|
height: 1.25rem;
|
|
63
|
-
|
|
64
|
-
|
|
63
|
+
outline-offset: -8px; // ON state handle movement limit correction in pixels for no-label switches, because of reduced width
|
|
64
|
+
&.sapMSwtOn .sapMSwtInner {
|
|
65
|
+
left: -0.5rem;
|
|
65
66
|
}
|
|
66
67
|
}
|
|
67
68
|
}
|
|
@@ -254,8 +255,9 @@ html.sap-desktop {
|
|
|
254
255
|
height: 1rem;
|
|
255
256
|
margin-top: 0.0625rem;
|
|
256
257
|
margin-bottom: 0.0625rem;
|
|
257
|
-
|
|
258
|
-
|
|
258
|
+
outline-offset: -14px; // ON state handle movement limit correction in pixels for no-label switches, because of reduced width
|
|
259
|
+
&.sapMSwtOn .sapMSwtInner {
|
|
260
|
+
left: -0.88rem;
|
|
259
261
|
}
|
|
260
262
|
}
|
|
261
263
|
.sapMSwtHandle {
|
|
@@ -33,6 +33,10 @@ html.sap-desktop .sapMTBActive:focus {
|
|
|
33
33
|
color: @sapUiBaseText;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
+
> .sapUiIcon:focus {
|
|
37
|
+
color: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapContent_FocusColor;
|
|
38
|
+
}
|
|
39
|
+
|
|
36
40
|
&.sapMTBActive {
|
|
37
41
|
background: @sapUiInfobarBackground;
|
|
38
42
|
.generate-contrast-color-toolbar(@sapUiInfobarBackground);
|
|
@@ -39,6 +39,12 @@ span.sapMBtnInner.sapMBtnEmphasized {
|
|
|
39
39
|
position: relative;
|
|
40
40
|
border-radius: @sapUiButtonBorderCornerRadius;
|
|
41
41
|
text-shadow: none;
|
|
42
|
+
&.sapMBtnCritical,
|
|
43
|
+
&.sapMBtnNegative,
|
|
44
|
+
&.sapMBtnSuccess,
|
|
45
|
+
&.sapMBtnNeutral {
|
|
46
|
+
font-weight: bold;
|
|
47
|
+
}
|
|
42
48
|
}
|
|
43
49
|
|
|
44
50
|
/* ------------------- */
|
|
@@ -214,11 +220,6 @@ html.sap-desktop .sapMFooter-CTX .sapMBtnInner.sapMBtnReject {
|
|
|
214
220
|
border-color: @sapUiButtonRejectBorderColor;
|
|
215
221
|
}
|
|
216
222
|
|
|
217
|
-
/* Background and text colors for different states */
|
|
218
|
-
.sapMTB-Info-CTX > .sapUiIcon:focus {
|
|
219
|
-
outline: 0.0625rem dotted @sapUiContentContrastFocusColor;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
223
|
.sapMBar-CTX,
|
|
223
224
|
.sapMTB-Transparent-CTX {
|
|
224
225
|
& :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnTransparent.sapMBtnActive {
|
|
@@ -465,4 +465,16 @@ html.sap-desktop {
|
|
|
465
465
|
}
|
|
466
466
|
}
|
|
467
467
|
}
|
|
468
|
+
|
|
469
|
+
.sapMITH {
|
|
470
|
+
.sapMITHStartOverflow,
|
|
471
|
+
.sapMITHEndOverflow {
|
|
472
|
+
.sapMITBItem {
|
|
473
|
+
&:active::after {
|
|
474
|
+
// when overflow is pressed, make the focus white
|
|
475
|
+
border-color: @_sap_m_IconTabBar_Overflow_TextColorPressed;
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
}
|
|
468
480
|
}
|