@openui5/themelib_sap_horizon 1.97.1 → 1.99.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.reuse/dep5 +25 -30
- package/THIRDPARTY.txt +14 -21
- package/package.json +18 -18
- package/src/sap/m/themes/sap_horizon/ComboBoxBase.less +11 -8
- package/src/sap/m/themes/sap_horizon/GenericTile.less +14 -5
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +0 -1
- package/src/sap/m/themes/sap_horizon/InputBase.less +1 -2
- package/src/sap/m/themes/sap_horizon/MenuButton.less +4 -11
- package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +4 -4
- package/src/sap/m/themes/sap_horizon/Page.less +5 -2
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +0 -7
- package/src/sap/m/themes/sap_horizon/SlideTile.less +10 -1
- package/src/sap/m/themes/sap_horizon/SplitButton.less +4 -8
- package/src/sap/m/themes/sap_horizon/WizardProgressNavigator.less +1 -1
- package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/shared.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon/TokenDisplay.less +34 -0
- package/src/sap/ui/mdc/themes/sap_horizon/TokenizerDisplay.less +10 -0
- package/src/sap/ui/mdc/themes/sap_horizon/ValueHelpDialog.less +9 -0
- package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +3 -1
- package/src/sap/ui/rta/themes/sap_horizon/ContextMenu.less +17 -55
- package/src/sap/ui/rta/themes/sap_horizon/Dialogs.less +9 -8
- package/src/sap/ui/rta/themes/sap_horizon/FieldRepository.less +7 -27
- package/src/sap/ui/rta/themes/sap_horizon/Overlay.less +3 -3
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +23 -2
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.base.less +61 -4
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.personalization.less +12 -1
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.standalone.less +2 -1
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +11 -6
package/.reuse/dep5
CHANGED
|
@@ -28,7 +28,7 @@ Disclaimer: The code in this project may include calls to APIs (“API Calls”)
|
|
|
28
28
|
# OpenUI5 code
|
|
29
29
|
|
|
30
30
|
Files: *
|
|
31
|
-
Copyright: 2009-
|
|
31
|
+
Copyright: 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
32
32
|
License: Apache-2.0
|
|
33
33
|
|
|
34
34
|
|
|
@@ -60,7 +60,7 @@ Comment: these files belong to: jQuery UI
|
|
|
60
60
|
|
|
61
61
|
Files: src/sap.ui.commons/src/sap/ui/commons/Carousel.js
|
|
62
62
|
Copyright:
|
|
63
|
-
2009-
|
|
63
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
64
64
|
Spencer Tipping
|
|
65
65
|
License: Apache-2.0 and MIT
|
|
66
66
|
Comment: these files contain content from SAP and jquery.fix.clone: Carousel.js is authored by SAP, but contains an improved implementation of the clone function which is taken from jquery-fix-clone
|
|
@@ -75,35 +75,35 @@ Comment: these files belong to: jQuery 3
|
|
|
75
75
|
|
|
76
76
|
Files: src/sap.ui.core/src/sap/base/util/isPlainObject.js
|
|
77
77
|
Copyright:
|
|
78
|
-
2009-
|
|
78
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
79
79
|
OpenJS Foundation and other contributors
|
|
80
80
|
License: Apache-2.0 and MIT
|
|
81
81
|
Comment: these files contain content from SAP and jQuery 3: isPlainObject.js is overall written by SAP, but contains a modified implementation of jQuery.isPlainObject taken from jQuery
|
|
82
82
|
|
|
83
83
|
Files: src/sap.ui.core/src/sap/base/util/_merge.js
|
|
84
84
|
Copyright:
|
|
85
|
-
2009-
|
|
85
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
86
86
|
OpenJS Foundation and other contributors
|
|
87
87
|
License: Apache-2.0 and MIT
|
|
88
88
|
Comment: these files contain content from SAP and jQuery 3: _merge.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery
|
|
89
89
|
|
|
90
90
|
Files: src/sap.ui.core/src/jquery.sap.script.js
|
|
91
91
|
Copyright:
|
|
92
|
-
2009-
|
|
92
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
93
93
|
OpenJS Foundation and other contributors
|
|
94
94
|
License: Apache-2.0 and MIT
|
|
95
95
|
Comment: these files contain content from SAP and jQuery 3: jquery.sap.script.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery
|
|
96
96
|
|
|
97
97
|
Files: src/sap.ui.core/src/sap/ui/Device.js
|
|
98
98
|
Copyright:
|
|
99
|
-
2009-
|
|
99
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
100
100
|
2011, John Resig
|
|
101
101
|
License: Apache-2.0 and MIT
|
|
102
102
|
Comment: these files contain content from SAP and jQuery 1: Device.js is overall written by SAP, but contains code taken from jQuery 1.7.1 (see the respective comment)
|
|
103
103
|
|
|
104
104
|
Files: src/sap.ui.core/src/sap/ui/dom/jquery/Selectors.js
|
|
105
105
|
Copyright:
|
|
106
|
-
2009-
|
|
106
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
107
107
|
2014 jQuery Foundation and other contributors
|
|
108
108
|
License: Apache-2.0 and MIT
|
|
109
109
|
Comment: these files contain content from SAP and jQuery UI 1.8: Selectors.js is overall written by SAP, but contains code taken from jQuery UI (see the respective comments)
|
|
@@ -115,14 +115,14 @@ Comment: these files belong to: jQuery UI 1.10
|
|
|
115
115
|
|
|
116
116
|
Files: src/sap.ui.core/src/jquery.sap.dom.js
|
|
117
117
|
Copyright:
|
|
118
|
-
2009-
|
|
118
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
119
119
|
2014 jQuery Foundation and other contributors
|
|
120
120
|
License: Apache-2.0 and MIT
|
|
121
121
|
Comment: these files contain content from SAP and jQuery UI 1.10: jquery.sap.dom.js is overall written by SAP, but contains code taken from jQuery UI Core (see the respective comment)
|
|
122
122
|
|
|
123
123
|
Files: src/sap.ui.core/src/sap/ui/dom/jquery/zIndex.js
|
|
124
124
|
Copyright:
|
|
125
|
-
2009-
|
|
125
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
126
126
|
2014 jQuery Foundation and other contributors
|
|
127
127
|
License: Apache-2.0 and MIT
|
|
128
128
|
Comment: these files contain content from SAP and jQuery UI 1.11: zIndex.js is overall written by SAP, but contains an implementation of the function 'fnzIndex' which is taken from jQuery UI Datepicker 1.11.1
|
|
@@ -149,7 +149,7 @@ Comment: these files belong to: jQuery Mobile
|
|
|
149
149
|
|
|
150
150
|
Files: src/sap.ui.core/src/sap/ui/util/_FeatureDetection.js
|
|
151
151
|
Copyright:
|
|
152
|
-
2009-
|
|
152
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
153
153
|
2012 Wei-Ko Kao
|
|
154
154
|
License: Apache-2.0 and MIT
|
|
155
155
|
Comment: these files contain content from SAP and jQuery.rtl-scroll-type: _FeatureDetection.js is overall written by SAP, but contains code which is inspired by jQuery.rtl-scroll-type
|
|
@@ -281,14 +281,14 @@ Comment: these files belong to: blanket.js
|
|
|
281
281
|
|
|
282
282
|
Files: src/sap.ui.core/src/sap/base/util/JSTokenizer.js
|
|
283
283
|
Copyright:
|
|
284
|
-
2009-
|
|
284
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
285
285
|
Douglas Crockford
|
|
286
286
|
License: Apache-2.0 and LicenseRef-JSONinJSPublicDomain
|
|
287
287
|
Comment: these files contain content from SAP and JSON in JS: JSTokenizer.js is overall written by SAP, but contains code has been taken from the component JSON in JavaScript (https://github.com/douglascrockford/JSON-js/blob/master/json2.js) from Douglas Crockford which is licensed under Public Domain
|
|
288
288
|
|
|
289
289
|
Files: src/sap.ui.core/src/sap/ui/base/ExpressionParser.js
|
|
290
290
|
Copyright:
|
|
291
|
-
2009-
|
|
291
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
292
292
|
2010 Douglas Crockford
|
|
293
293
|
License: Apache-2.0
|
|
294
294
|
Comment: these files contain content from SAP and Top Down Operator Precedence: ExpressionParser.js is overall written by SAP, but contains code taken from or inspired by TDOP by Douglas Crockford (see the respective comment)
|
|
@@ -322,7 +322,7 @@ Comment: these files contain content from p-cancelable and @babel/helpers: _Canc
|
|
|
322
322
|
|
|
323
323
|
Files: src/sap.ui.core/src/sap/ui/core/date/Persian.js
|
|
324
324
|
Copyright:
|
|
325
|
-
2009-
|
|
325
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
326
326
|
Behrang Norouzinia
|
|
327
327
|
License: Apache-2.0 and MIT
|
|
328
328
|
Comment: these files contain content from SAP and Jalaali JS: Persian.js is overall written by SAP, but the calculation is taken from jalaali-js
|
|
@@ -334,7 +334,7 @@ Comment: these files belong to: vkBeautify
|
|
|
334
334
|
|
|
335
335
|
Files: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
|
|
336
336
|
Copyright:
|
|
337
|
-
2009-
|
|
337
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
338
338
|
Isaac Z. Schlueter and Contributors
|
|
339
339
|
License: Apache-2.0 and ISC
|
|
340
340
|
Comment: these files contain content from SAP and node-lru-cache: LRUPersistentCache.js is overall written by SAP, but portions ('Least Recently Used' logic) are taken from the node-lru-cache project (see https://github.com/isaacs/node-lru-cache/blob/v2.7.3/README.md) and modified.
|
|
@@ -370,21 +370,11 @@ Comment: these files belong to: Buttons extension for DataTables
|
|
|
370
370
|
|
|
371
371
|
# Library: sap.ui.integration:
|
|
372
372
|
|
|
373
|
-
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents
|
|
373
|
+
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/*
|
|
374
374
|
Copyright: SAP
|
|
375
375
|
License: Apache-2.0
|
|
376
376
|
Comment: these files belong to: UI5 Web Components
|
|
377
377
|
|
|
378
|
-
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/*
|
|
379
|
-
Copyright: 2015 The Polymer Authors
|
|
380
|
-
License: BSD-3-Clause
|
|
381
|
-
Comment: these files belong to: Webcomponentsjs
|
|
382
|
-
|
|
383
|
-
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/Unicode-Data-Files-LICENSE.txt
|
|
384
|
-
Copyright: 1991-2014 Unicode, Inc.
|
|
385
|
-
License: Unicode-DFS-2015
|
|
386
|
-
Comment: these files belong to: Unicode Common Locale Data Repository
|
|
387
|
-
|
|
388
378
|
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptivecards.js src/sap.ui.integration/src/sap/ui/integration/schemas/adaptive-card.json
|
|
389
379
|
Copyright: 2017 Microsoft
|
|
390
380
|
License: MIT
|
|
@@ -395,22 +385,27 @@ Copyright: 2017 Microsoft
|
|
|
395
385
|
License: MIT
|
|
396
386
|
Comment: these files belong to: Adaptive Cards Templating
|
|
397
387
|
|
|
388
|
+
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
|
|
389
|
+
Copyright: Microsoft
|
|
390
|
+
License: MIT
|
|
391
|
+
Comment: these files belong to: Adaptive Expressions
|
|
392
|
+
|
|
398
393
|
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/markdown-it.js
|
|
399
394
|
Copyright: 2014 Vitaly Puzrin, Alex Kocharin
|
|
400
395
|
License: MIT
|
|
401
396
|
Comment: these files belong to: Markdown-it
|
|
402
397
|
|
|
403
|
-
Files: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/
|
|
404
|
-
Copyright:
|
|
398
|
+
Files: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/CfWorkerJsonSchemaValidator.js
|
|
399
|
+
Copyright: 2020 Jeremy Danyow
|
|
405
400
|
License: MIT
|
|
406
|
-
Comment: these files belong to:
|
|
401
|
+
Comment: these files belong to: @cfworker/json-schema
|
|
407
402
|
|
|
408
403
|
|
|
409
404
|
# Library: sap.ui.mdc:
|
|
410
405
|
|
|
411
406
|
Files: src/sap.ui.mdc/test/sap/ui/mdc/sample/field/filterfieldwithoperators/BoolExprTool.js
|
|
412
407
|
Copyright:
|
|
413
|
-
2009-
|
|
408
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
414
409
|
2015 unnikked
|
|
415
410
|
License: Apache-2.0 and MIT
|
|
416
411
|
Comment: these files contain content from SAP and BooleanExpressionEvaluator: BoolExprTool.js is authored by SAP, but partly inspired by BooleanExpressionEvaluator
|
|
@@ -454,7 +449,7 @@ Comment: these files belong to: LESS
|
|
|
454
449
|
|
|
455
450
|
Files: lib/jsdoc/ui5/plugin.js
|
|
456
451
|
Copyright:
|
|
457
|
-
2009-
|
|
452
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
458
453
|
2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc
|
|
459
454
|
License: Apache-2.0
|
|
460
455
|
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)
|
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.10
|
|
201
201
|
Copyright: Rodney Rehm
|
|
202
202
|
License: MIT
|
|
203
203
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
@@ -351,24 +351,11 @@ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/D
|
|
|
351
351
|
|
|
352
352
|
Library: sap.ui.integration:
|
|
353
353
|
|
|
354
|
-
Component: UI5 Web Components, version: 1.0.
|
|
354
|
+
Component: UI5 Web Components, version: 1.0.1
|
|
355
355
|
Copyright: SAP
|
|
356
356
|
License: Apache-2.0
|
|
357
357
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
358
|
-
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents
|
|
359
|
-
src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/bundle*
|
|
360
|
-
|
|
361
|
-
Component: Webcomponentsjs, version: 1.0.2
|
|
362
|
-
Copyright: 2015 The Polymer Authors
|
|
363
|
-
License: BSD-3-Clause
|
|
364
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
365
|
-
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/*
|
|
366
|
-
|
|
367
|
-
Component: Unicode Common Locale Data Repository
|
|
368
|
-
Copyright: 1991-2014 Unicode, Inc.
|
|
369
|
-
License: Unicode-DFS-2015
|
|
370
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-DFS-2015.txt
|
|
371
|
-
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/Unicode-Data-Files-LICENSE.txt
|
|
358
|
+
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/*
|
|
372
359
|
|
|
373
360
|
Component: Adaptive Cards, version: 2.9.0
|
|
374
361
|
Copyright: 2017 Microsoft
|
|
@@ -377,23 +364,29 @@ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
|
377
364
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptivecards.js
|
|
378
365
|
src/sap.ui.integration/src/sap/ui/integration/schemas/adaptive-card.json
|
|
379
366
|
|
|
380
|
-
Component: Adaptive Cards Templating, version:
|
|
367
|
+
Component: Adaptive Cards Templating, version: 2.2.0
|
|
381
368
|
Copyright: 2017 Microsoft
|
|
382
369
|
License: MIT
|
|
383
370
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
384
371
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptivecards-templating.js
|
|
385
372
|
|
|
386
|
-
Component:
|
|
373
|
+
Component: Adaptive Expressions, version: 4.15.0
|
|
374
|
+
Copyright: Microsoft
|
|
375
|
+
License: MIT
|
|
376
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
377
|
+
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
|
|
378
|
+
|
|
379
|
+
Component: Markdown-it, version: 12.2.0
|
|
387
380
|
Copyright: 2014 Vitaly Puzrin, Alex Kocharin
|
|
388
381
|
License: MIT
|
|
389
382
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
390
383
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/markdown-it.js
|
|
391
384
|
|
|
392
|
-
Component:
|
|
393
|
-
Copyright:
|
|
385
|
+
Component: @cfworker/json-schema, version: 1.6.8
|
|
386
|
+
Copyright: 2020 Jeremy Danyow
|
|
394
387
|
License: MIT
|
|
395
388
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
396
|
-
Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/
|
|
389
|
+
Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/CfWorkerJsonSchemaValidator.js
|
|
397
390
|
|
|
398
391
|
|
|
399
392
|
Library: sap.ui.mdc:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_horizon",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.99.1",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_horizon",
|
|
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.99.1",
|
|
18
|
+
"@openui5/sap.m": "1.99.1",
|
|
19
|
+
"@openui5/sap.tnt": "1.99.1",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.99.1",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.99.1",
|
|
22
|
+
"@openui5/sap.ui.core": "1.99.1",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.99.1",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.99.1",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.99.1",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.99.1",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.99.1",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.99.1",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.99.1",
|
|
30
|
+
"@openui5/sap.ui.table": "1.99.1",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.99.1",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.99.1",
|
|
33
|
+
"@openui5/sap.uxap": "1.99.1"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -1,16 +1,19 @@
|
|
|
1
1
|
/* =================================== */
|
|
2
|
-
/* CSS for control sap.m/
|
|
2
|
+
/* CSS for control sap.m/ComboBoxBase */
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
.sapMInputBase:not(.sapMInputBaseDisabled)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
.sapMInputBase:not(.sapMInputBaseDisabled).sapMInputBaseIconPressed .sapMInputBaseIconContainer .sapMComboBoxBaseClearIcon,
|
|
7
|
+
.sapMInputBase:not(.sapMInputBaseDisabled).sapMInputBaseIconPressed .sapMInputBaseIconContainer .sapMComboBoxBaseClearIcon:hover {
|
|
8
|
+
background-color: transparent;
|
|
9
|
+
box-shadow: none;
|
|
10
|
+
|
|
11
|
+
&:active {
|
|
10
12
|
background-color: @sapField_Focus_Background;
|
|
11
13
|
box-shadow: @sapContent_Interaction_Shadow;
|
|
12
14
|
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.sapMInputBaseIconPressed .sapMComboBoxBaseClearIcon::before {
|
|
18
|
+
color: @sapUiContentIconColor;
|
|
16
19
|
}
|
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
.sapMGTContent {
|
|
8
8
|
border-bottom-left-radius: @sapElement_BorderCornerRadius;
|
|
9
9
|
border-bottom-right-radius: @sapElement_BorderCornerRadius;
|
|
10
|
-
height: auto;
|
|
11
10
|
}
|
|
12
11
|
}
|
|
13
12
|
|
|
@@ -266,6 +265,14 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode, .sapUiMedia-GenericTileDeviceSet-
|
|
|
266
265
|
width: 22.5rem;
|
|
267
266
|
}
|
|
268
267
|
|
|
268
|
+
.sapMGT.TwoByOne.sapMGTActionMode {
|
|
269
|
+
width: 20rem;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.sapMGT.sapMTileSmallPhone.TwoByOne.sapMGTActionMode {
|
|
273
|
+
width: 19rem;
|
|
274
|
+
}
|
|
275
|
+
|
|
269
276
|
.sapMGT.TwoByHalf {
|
|
270
277
|
width: 22.5rem;
|
|
271
278
|
}
|
|
@@ -296,6 +303,10 @@ html.sap-desktop .sapMGT:hover:not(.sapMGTPressActive) {
|
|
|
296
303
|
box-shadow: @sapContent_Shadow1 !important;
|
|
297
304
|
}
|
|
298
305
|
|
|
306
|
+
html.sap-desktop .sapMGTIconMode.sapMGT:hover:not(.sapMGTPressActive) {
|
|
307
|
+
border: none !important;
|
|
308
|
+
}
|
|
309
|
+
|
|
299
310
|
.sapMTileCntFtrTxt .sapMLnk .sapUiIcon {
|
|
300
311
|
font-size: 0.75rem !important;
|
|
301
312
|
margin-left: 1px;
|
|
@@ -352,10 +363,8 @@ html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv:after, html
|
|
|
352
363
|
}
|
|
353
364
|
|
|
354
365
|
.TwoByOne.sapMGTActionMode {
|
|
355
|
-
|
|
356
|
-
height: 10.875rem;
|
|
357
|
-
border-radius: 1.25rem;
|
|
366
|
+
border-radius: 1rem;
|
|
358
367
|
.sapMGTFocusDiv {
|
|
359
|
-
border-radius:
|
|
368
|
+
border-radius: 1rem !important;
|
|
360
369
|
}
|
|
361
370
|
}
|
|
@@ -136,8 +136,7 @@
|
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
-
.sapMInputBase:not(.sapMFocus) .sapMInputBaseContentWrapper:not(.sapMInputBaseDisabledWrapper):not(.sapMInputBaseReadonlyWrapper):not(.sapMInputBaseContentWrapperState):hover
|
|
140
|
-
.sapMInputBase:not(.sapMFocus).sapMInputBaseIconPressed .sapMInputBaseContentWrapper:not(.sapMInputBaseDisabledWrapper):not(.sapMInputBaseReadonlyWrapper):not(.sapMInputBaseContentWrapperState) {
|
|
139
|
+
.sapMInputBase:not(.sapMFocus) .sapMInputBaseContentWrapper:not(.sapMInputBaseDisabledWrapper):not(.sapMInputBaseReadonlyWrapper):not(.sapMInputBaseContentWrapperState):hover {
|
|
141
140
|
box-shadow: @sapContent_Interaction_Shadow;
|
|
142
141
|
background: @sapField_Hover_Background;
|
|
143
142
|
background-image: linear-gradient(0deg, @sapField_BorderColor 0, @sapField_BorderColor 100%);
|
|
@@ -17,17 +17,6 @@
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.sapMMenuBtn {
|
|
21
|
-
.sapMBtn:hover > .sapMBtnHoverable.sapMBtnEmphasized,
|
|
22
|
-
span.sapMBtnInner.sapMBtnEmphasized {
|
|
23
|
-
border-left-color: @sapUiButtonEmphasizedTextColor;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.sapMMenuBtn.sapMMenuBtnSplit .sapMSBActive:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnEmphasized {
|
|
28
|
-
border-left-color: @sapUiButtonEmphasizedTextColor;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
20
|
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner::after {
|
|
32
21
|
line-height: 2.125rem;
|
|
33
22
|
}
|
|
@@ -50,4 +39,8 @@
|
|
|
50
39
|
|
|
51
40
|
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner::after {
|
|
52
41
|
font-size: 1rem;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.sapMMenuBtnRegular.sapMMenuBtn .sapMBtnDisabled {
|
|
45
|
+
opacity: @sapUiContentDisabledOpacity;
|
|
53
46
|
}
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
@_sap_m_ObjectAttribute_ListTextShadowColor: none;
|
|
7
7
|
|
|
8
|
-
.sapMObjectAttributeActive
|
|
8
|
+
.sapMObjectAttributeActive .sapMObjectAttributeText:focus {
|
|
9
9
|
position: relative;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.sapMObjectAttributeActive
|
|
12
|
+
.sapMObjectAttributeActive .sapMObjectAttributeText:focus::after {
|
|
13
13
|
pointer-events: none;
|
|
14
14
|
display: block;
|
|
15
15
|
content: "";
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
border-radius: 0.25rem;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.sapMObjectAttributeActive
|
|
25
|
+
.sapMObjectAttributeActive .sapMObjectAttributeText:focus {
|
|
26
26
|
text-decoration: none;
|
|
27
27
|
}
|
|
28
28
|
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
.sapMOHR .sapMObjectAttributeActive .sapMObjectAttributeText:active,
|
|
40
40
|
.sapMOHR .sapMObjectAttributeActive .sapMObjectAttributeText:hover,
|
|
41
|
-
.sapMOHR .sapMObjectAttributeActive
|
|
41
|
+
.sapMOHR .sapMObjectAttributeActive .sapMObjectAttributeText:focus {
|
|
42
42
|
text-decoration: underline;
|
|
43
43
|
color: @sapUiLinkHover;
|
|
44
44
|
}
|
|
@@ -138,10 +138,13 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
|
|
|
138
138
|
top: 2.75rem;
|
|
139
139
|
}
|
|
140
140
|
|
|
141
|
-
> .sapMPageHeader + .sapMPageSubHeader + section
|
|
142
|
-
> .sapMPageHeader + .sapMPageSubHeader.sapMPageSubHeaderInfoBar + section {
|
|
141
|
+
> .sapMPageHeader + .sapMPageSubHeader + section {
|
|
143
142
|
top: 5.5rem;
|
|
144
143
|
}
|
|
144
|
+
|
|
145
|
+
> .sapMPageHeader + .sapMPageSubHeader.sapMPageSubHeaderInfoBar + section {
|
|
146
|
+
top: 4.75rem;
|
|
147
|
+
}
|
|
145
148
|
}
|
|
146
149
|
|
|
147
150
|
.sapUiSizeCompact .sapF2CollapsedHeader.sapMPageWithHeader {
|
|
@@ -251,13 +251,6 @@ html.sap-desktop .sapMSegBBtnFocusable.sapMBtnActive:hover .sapMSegBBtnInner {
|
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
253
|
|
|
254
|
-
/* Android size compact fix */
|
|
255
|
-
html[data-sap-ui-os^="Android4.1"][data-sap-ui-browser^="an"] {
|
|
256
|
-
.sapUiSizeCompact .sapMSegBBtn img {
|
|
257
|
-
margin-bottom: 0.128rem;
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
|
|
261
254
|
.sapMSegBBtn.sapMSegBtnLastVisibleButton .sapMSegBBtnInner {
|
|
262
255
|
border-right: 1px solid @sapUiButtonBorderColor;
|
|
263
256
|
border-top-right-radius: @sapUiButtonBorderCornerRadius;
|
|
@@ -43,7 +43,7 @@ html.sap-desktop .sapMST:active .sapMSTFocusDiv:after {
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.sapMST.TwoByOne {
|
|
46
|
-
width:
|
|
46
|
+
width: 22.5rem;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
.sapMST.TwoByHalf {
|
|
@@ -73,4 +73,13 @@ html.sap-desktop .sapMST:focus .sapMSTFocusDiv:after,
|
|
|
73
73
|
html.sap-desktop .sapMST:active .sapMSTFocusDiv:after {
|
|
74
74
|
border: none;
|
|
75
75
|
border-radius: @sapElement_BorderCornerRadius;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
html.sap-desktop .sapMST:hover {
|
|
79
|
+
box-shadow: @sapContent_Shadow1 !important;;
|
|
80
|
+
|
|
81
|
+
.sapMGT:hover {
|
|
82
|
+
box-shadow: none !important;
|
|
83
|
+
}
|
|
84
|
+
|
|
76
85
|
}
|
|
@@ -21,10 +21,6 @@
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.sapMMenuBtn {
|
|
24
|
-
.sapMBtn:hover > .sapMBtnHoverable.sapMBtnEmphasized,
|
|
25
|
-
span.sapMBtnInner.sapMBtnEmphasized {
|
|
26
|
-
border-left-color: @sapUiButtonBackground;
|
|
27
|
-
}
|
|
28
24
|
.sapMBtn.sapMSBActive:hover > .sapMBtnHoverable.sapMBtnEmphasized:not(.sapMBtnActive):not(.sapMToggleBtnPressed) .sapMBtnIcon {
|
|
29
25
|
color: @sapUiButtonActiveTextColor;
|
|
30
26
|
}
|
|
@@ -150,10 +146,10 @@
|
|
|
150
146
|
height: 0.9rem;
|
|
151
147
|
}
|
|
152
148
|
|
|
153
|
-
.sapMSB .sapMBtnInner.sapMBtnIconFirst:hover::before,
|
|
154
|
-
.sapMSB .sapMBtn.sapMSBActive .sapMBtnInner.sapMBtnIconFirst::before,
|
|
155
|
-
.sapMMenuBtn:hover .sapMBtnInner.sapMBtnIconFirst::before,
|
|
156
|
-
.sapMMenuBtn:focus .sapMBtnInner.sapMBtnIconFirst::before {
|
|
149
|
+
.sapMSB .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnIconFirst:hover::before,
|
|
150
|
+
.sapMSB .sapMBtn.sapMSBActive.sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnIconFirst::before,
|
|
151
|
+
.sapMMenuBtn:hover .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnIconFirst::before,
|
|
152
|
+
.sapMMenuBtn:focus .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnIconFirst::before {
|
|
157
153
|
display: none;
|
|
158
154
|
}
|
|
159
155
|
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
width: 100%;
|
|
36
36
|
border-top-left-radius: 0.125rem;
|
|
37
37
|
border-top-right-radius: 0.125rem;
|
|
38
|
-
bottom:
|
|
38
|
+
bottom: -0.75rem;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.sapMWizardProgressNavStep[data-sap-ui-wpn-step-current="true"] .sapMWizardProgressNavStepContainer::after {
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.99.1</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Horizon theme library.</documentation>
|
|
12
12
|
|
|
Binary file
|
|
@@ -347,7 +347,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
347
347
|
font-style: normal;
|
|
348
348
|
font-weight: 700;
|
|
349
349
|
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
350
|
-
src: local('Arial'), local('Helvetica'), local('sans-serif');
|
|
350
|
+
src: local('Arial Bold'), local('Arial'), local('Helvetica'), local('sans-serif');
|
|
351
351
|
}
|
|
352
352
|
|
|
353
353
|
@font-face {
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* ======================================== */
|
|
2
|
+
/* CSS for control sap.ui.mdc/TokenDisplay */
|
|
3
|
+
/* Horizon theme */
|
|
4
|
+
/* ======================================== */
|
|
5
|
+
|
|
6
|
+
.sapUiMdcTokenizerDisplay .sapMToken {
|
|
7
|
+
background: transparent;
|
|
8
|
+
border: 0px;
|
|
9
|
+
|
|
10
|
+
padding-left: 0.3125rem;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.sapUiMdcTokenizerDisplay .sapMTokenSelected:not(:focus),
|
|
14
|
+
.sapUiMdcTokenizerDisplay .sapMToken.sapMTokenReadOnly.sapMTokenSelected {
|
|
15
|
+
background: transparent;
|
|
16
|
+
border: 0px;
|
|
17
|
+
box-shadow: none;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
html.sap-desktop .sapUiMdcTokenizerDisplay .sapMToken:not(.sapMTokenSelected):not(:focus):hover {
|
|
21
|
+
background: transparent;
|
|
22
|
+
border: 0px;
|
|
23
|
+
box-shadow: none;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
html.sap-desktop .sapUiMdcTokenizerDisplay .sapMToken.sapMTokenSelected:hover {
|
|
27
|
+
background: transparent;
|
|
28
|
+
border: 0px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
html.sap-desktop .sapUiMdcTokenizerDisplay .sapMToken:focus {
|
|
32
|
+
border: 0px;
|
|
33
|
+
box-shadow: none;
|
|
34
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/* =========================================== */
|
|
2
|
+
/* CSS for control sap.ui.mdc/TokenizerDisplay */
|
|
3
|
+
/* Horizon theme */
|
|
4
|
+
/* =========================================== */
|
|
5
|
+
|
|
6
|
+
html.sap-desktop .sapUiMdcTokenizerDisplay.sapMTokenizer:focus {
|
|
7
|
+
outline: none;
|
|
8
|
+
box-shadow: none;
|
|
9
|
+
}
|
|
10
|
+
|
|
@@ -6,4 +6,13 @@
|
|
|
6
6
|
// give the title 2rem left margin
|
|
7
7
|
.sapMdcValueHelpTitle.sapMDialog header .sapMBarPH {
|
|
8
8
|
padding-left: 2rem;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
// setting some background to transparent so that the VH dialog content get a white background
|
|
12
|
+
.sapMdcValueHelpPanel .sapMPanel.sapMdcTokenizerPanel {
|
|
13
|
+
background-color: transparent;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.sapMdcValueHelpPanel .sapMITBContent {
|
|
17
|
+
background-color: transparent;
|
|
9
18
|
}
|
|
@@ -3,67 +3,29 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
|
-
@
|
|
7
|
-
@
|
|
6
|
+
@_sap_ui_rta_ContextMenu_Border_DarkColor: @sapUiButtonEmphasizedBorderColor;
|
|
7
|
+
@_sap_ui_rta_ContextMenu_ShadowDarkColor: #000;
|
|
8
|
+
@_sap_ui_rta_ContextMenu_ShadowLightColor: #fff;
|
|
9
|
+
@_sap_ui_rta_ContextMenu_BoxShadow: 0 0.625rem 1.25rem fade(@_sap_ui_rta_ContextMenu_ShadowDarkColor, 19),
|
|
10
|
+
0 0.375rem 0.375rem fade(@_sap_ui_rta_ContextMenu_ShadowDarkColor, 23),
|
|
11
|
+
0 0 0 0.0625rem fade(@_sap_ui_rta_ContextMenu_ShadowLightColor, 20),
|
|
12
|
+
0 0.0625rem 0 0 fade(@_sap_ui_rta_ContextMenu_ShadowLightColor, 20);
|
|
8
13
|
|
|
9
14
|
.sapUiRtaMode {
|
|
10
|
-
|
|
11
15
|
.sapUiDtContextMenu {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
border-
|
|
16
|
-
box-shadow: 0 0.625rem 1.25rem fade(black, 19), 0 0.375rem 0.375rem fade(black, 23), 0 0 0 0.0625rem fade(white, 20), 0 0.0625rem 0 0 fade(white, 20); //10px 20px 6px 6px 1px 1px
|
|
16
|
+
&.sapMMenu {
|
|
17
|
+
border: 0.188rem dashed @_sap_ui_rta_ContextMenu_Border_DarkColor; //2px
|
|
18
|
+
box-shadow: @_sap_ui_rta_ContextMenu_BoxShadow;
|
|
19
|
+
border-radius: @sapUiElementBorderCornerRadius;
|
|
17
20
|
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
&:after {
|
|
25
|
-
box-shadow: 0.375rem -0.375rem 0.75rem 0 fade(black,30), 0 0 0 0.0625rem fade(white,20); //6px 6px 12px 1px
|
|
26
|
-
border: 0.125rem solid @_sap_ui_rta_ContextMenu_Border_LightColor; //2px
|
|
27
|
-
border-image: repeating-linear-gradient( -50deg, @_sap_ui_rta_ContextMenu_Border_DarkColor, @_sap_ui_rta_ContextMenu_Border_DarkColor 3px, @_sap_ui_rta_ContextMenu_Border_LightColor 3px, @_sap_ui_rta_ContextMenu_Border_LightColor 5px) 4;
|
|
28
|
-
width: 1rem; //16px
|
|
29
|
-
height: 0.8125rem; //13px
|
|
30
|
-
margin: -0.65rem 0 0 0.35rem; //10px 6px
|
|
31
|
-
}
|
|
32
|
-
&.sapMPopoverArrUp {
|
|
33
|
-
height: 0.8125rem; //13px
|
|
34
|
-
top: -0.8125rem; //13px
|
|
35
|
-
&:after {
|
|
36
|
-
box-shadow: -0.375rem 0.375rem 0.75rem 0 fade(black,30), 0 0 0 0.0625rem fade(white,20); //6px 6px 12px 1px
|
|
37
|
-
margin: 0.35rem 0 0 0.35rem; //6px 6px
|
|
21
|
+
&.sapUiSubmenu,
|
|
22
|
+
&:not(.sapUiDtContextMiniMenu) {
|
|
23
|
+
.sapUiMnuItm {
|
|
24
|
+
&.sapUiMnuItmHov {
|
|
25
|
+
color: @sapUiListTextColor;
|
|
26
|
+
background-color: @sapUiListHoverBackground;
|
|
38
27
|
}
|
|
39
28
|
}
|
|
40
29
|
}
|
|
41
|
-
|
|
42
|
-
.sapMBtnInner.sapMBtnText .sapMBtnIcon {
|
|
43
|
-
padding-left: 0;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.sapMBtnIcon {
|
|
47
|
-
margin-left: 0.4375rem; //7px
|
|
48
|
-
margin-right: 0.4375rem; //7px
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
&.sapMBtn:focus:not(:hover) > .sapMFocusable,
|
|
52
|
-
.sapMBtn:focus:not(:hover) > .sapMFocusable {
|
|
53
|
-
outline: none;
|
|
54
|
-
border: 0.0625rem dotted; //1px
|
|
55
|
-
}
|
|
56
|
-
&.sapMBtn:hover:not(:focus) > .sapMBtnHoverable,
|
|
57
|
-
.sapMBtn:hover:not(:focus) > .sapMBtnHoverable {
|
|
58
|
-
outline: none;
|
|
59
|
-
border: 0.0625rem solid; //1px
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.sapMBtn:focus:hover > .sapMFocusable,
|
|
63
|
-
&.sapMBtn:focus:hover > .sapMFocusable {
|
|
64
|
-
border: 0.0625rem solid; //1px
|
|
65
|
-
outline: 0.0625rem dotted; //1px
|
|
66
|
-
outline-offset: -0.25rem; //4px
|
|
67
|
-
}
|
|
68
30
|
}
|
|
69
31
|
}
|
|
@@ -3,21 +3,23 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_ui_rta_Border_LightColor: @
|
|
7
|
-
@_sap_ui_rta_Border_DarkColor: @
|
|
6
|
+
@_sap_ui_rta_Border_LightColor: @sapUiShellBorderColor; //#fff
|
|
7
|
+
@_sap_ui_rta_Border_DarkColor: @sapUiButtonEmphasizedBorderColor; //#0070f2
|
|
8
8
|
@_sap_ui_rta_Border_BoxShadow: 0 0.625rem 1.25rem fade(black, 19), 0 0.375rem 0.375rem fade(black, 23), 0 0 0 0.0625rem fade(white, 20), 0 0.0625rem 0 0 fade(white, 20); //10px 20px 6px 6px 1px 1px
|
|
9
9
|
|
|
10
10
|
.sapMDialog.sapUiRTABorder {
|
|
11
|
-
border: 0.
|
|
12
|
-
border-
|
|
11
|
+
border: 0.188rem solid @_sap_ui_rta_Border_LightColor; //3px
|
|
12
|
+
border-radius: @sapUiElementBorderCornerRadius;
|
|
13
|
+
outline: 0.188rem dashed @_sap_ui_rta_Border_DarkColor; //3px
|
|
14
|
+
outline-offset: -0.188rem;
|
|
13
15
|
}
|
|
14
16
|
|
|
15
17
|
.sapUiRtaPopover {
|
|
16
18
|
|
|
17
19
|
&.sapMPopover, .sapMPopover {
|
|
18
|
-
border: 0.
|
|
19
|
-
border-image: repeating-linear-gradient(-45deg, @_sap_ui_rta_Border_DarkColor, @_sap_ui_rta_Border_DarkColor 4px, @_sap_ui_rta_Border_LightColor 4px, @_sap_ui_rta_Border_LightColor 6px) 4;
|
|
20
|
+
border: 0.188rem dashed @_sap_ui_rta_Border_DarkColor; //3px
|
|
20
21
|
box-shadow: @_sap_ui_rta_Border_BoxShadow;
|
|
22
|
+
border-radius: @sapUiElementBorderCornerRadius;
|
|
21
23
|
}
|
|
22
24
|
|
|
23
25
|
&.sapMPopoverArr, .sapMPopoverArr {
|
|
@@ -26,8 +28,7 @@
|
|
|
26
28
|
bottom: -2rem; //32px
|
|
27
29
|
&:after {
|
|
28
30
|
box-shadow: 0.375rem -0.375rem 0.75rem 0 fade(black, 30), 0 0 0 0.0625rem fade(white, 20); //6px 6px 12px 1px
|
|
29
|
-
border: 0.
|
|
30
|
-
border-image: repeating-linear-gradient(-50deg, @_sap_ui_rta_Border_DarkColor, @_sap_ui_rta_Border_DarkColor 3px, @_sap_ui_rta_Border_LightColor 3px, @_sap_ui_rta_Border_LightColor 5px) 4;
|
|
31
|
+
border: 0.188rem dashed @_sap_ui_rta_Border_DarkColor; //3px
|
|
31
32
|
width: 1rem; //16px
|
|
32
33
|
height: 0.8125rem; //13px
|
|
33
34
|
margin: -0.65rem 0 0 0.35rem; //10px 6px
|
|
@@ -3,13 +3,8 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* =========================================== */
|
|
5
5
|
|
|
6
|
-
@sap_ui_rta_FieldRepository_ListSelect:
|
|
7
|
-
@
|
|
8
|
-
@sap_ui_rta_FieldRepository_ListHoverBG: @sapUiListSelectionHoverBackground; //#dde8f1
|
|
9
|
-
@sap_ui_rta_FieldRepository_ButtonEmphasizedBG: @sapUiButtonEmphasizedBackground; //#0a6ed1
|
|
10
|
-
@sap_ui_rta_FieldRepository_ButtonEmphasizedText: @sapUiButtonEmphasizedTextColor; //#ffffff
|
|
11
|
-
@sap_ui_rta_FieldRepository_ButtonEmphasizedHoverBG: @sapUiButtonHoverBackground; //#ebf5fe
|
|
12
|
-
@sap_ui_rta_FieldRepository_FocusColor: @sapContent_FocusColor; //#000000
|
|
6
|
+
@sap_ui_rta_FieldRepository_ListSelect: @sapUiListHoverSelectionBackground;
|
|
7
|
+
@sap_ui_rta_FieldRepository_ButtonActiveColor: @sapUiButtonActiveBorderColor;
|
|
13
8
|
|
|
14
9
|
.sapUiRtaMode {
|
|
15
10
|
|
|
@@ -17,42 +12,27 @@
|
|
|
17
12
|
|
|
18
13
|
.sapMBtn {
|
|
19
14
|
&:hover:not(focus) {
|
|
20
|
-
.sapMBtnInner {
|
|
21
|
-
border: 0.0625rem solid @sap_ui_rta_FieldRepository_ButtonEmphasizedBG; //1px
|
|
22
|
-
}
|
|
23
15
|
.sapMBtnHoverable {
|
|
24
16
|
outline: none;
|
|
25
17
|
}
|
|
26
18
|
}
|
|
27
19
|
|
|
28
|
-
> .sapMBtnInner {
|
|
29
|
-
|
|
20
|
+
> .sapMBtnInner:not(.sapMBtnEmphasized) {
|
|
21
|
+
background: transparent;
|
|
30
22
|
}
|
|
31
23
|
|
|
32
24
|
&:focus {
|
|
33
|
-
&:not(:hover) > .sapMFocusable {
|
|
34
|
-
border: 0.0625rem dotted @sap_ui_rta_FieldRepository_FocusColor; //1px
|
|
35
|
-
outline: none;
|
|
36
|
-
}
|
|
37
25
|
&:hover > .sapMFocusable {
|
|
38
|
-
|
|
39
|
-
outline: 0.
|
|
40
|
-
outline-offset: -0.25rem; //4px
|
|
26
|
+
outline: 0.125rem solid @sap_ui_rta_FieldRepository_ButtonActiveColor;
|
|
27
|
+
outline-offset: -0.125rem;
|
|
41
28
|
}
|
|
42
29
|
}
|
|
43
30
|
}
|
|
44
31
|
|
|
45
32
|
.sapMLIBHoverable {
|
|
46
|
-
&:hover {
|
|
47
|
-
background: @sap_ui_rta_FieldRepository_ListSelect;
|
|
48
|
-
}
|
|
49
33
|
&.sapMLIBSelected:hover {
|
|
50
|
-
background: @
|
|
34
|
+
background: @sap_ui_rta_FieldRepository_ListSelect;
|
|
51
35
|
}
|
|
52
36
|
}
|
|
53
|
-
|
|
54
|
-
.sapMLIB.sapMLIBSelected {
|
|
55
|
-
border-color: transparent;
|
|
56
|
-
}
|
|
57
37
|
}
|
|
58
38
|
}
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_ui_rta_Overlay_BaseBG: @
|
|
7
|
-
@_sap_ui_rta_Overlay_BaseColor: @
|
|
8
|
-
@_sap_ui_rta_Overlay_Base_PlaceholderBG: lighten(saturate(@
|
|
6
|
+
@_sap_ui_rta_Overlay_BaseBG: @sapUiShellBackground; //#f5f6f7
|
|
7
|
+
@_sap_ui_rta_Overlay_BaseColor: @sapUiNotificationBarBG; //rgba(85,107,130,0.98)
|
|
8
|
+
@_sap_ui_rta_Overlay_Base_PlaceholderBG: lighten(saturate(@sapUiShellBackground, 15%), 2%);
|
|
9
9
|
|
|
10
10
|
.sapUiRta {
|
|
11
11
|
.sapUiDtOverlayDropZone {
|
|
@@ -3,5 +3,26 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ============================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_ui_rta_Toolbar_Adaptation_BaseColor: @
|
|
7
|
-
@_sap_ui_rta_Toolbar_Adaptation_TextColor: @
|
|
6
|
+
@_sap_ui_rta_Toolbar_Adaptation_BaseColor: @sapUiToolbarBackground;
|
|
7
|
+
@_sap_ui_rta_Toolbar_Adaptation_TextColor: @sapUiShellTextColor;
|
|
8
|
+
@_sap_ui_rta_Toolbar_Adaptation_BorderDarkColor: @sapUiButtonEmphasizedBorderColor;
|
|
9
|
+
|
|
10
|
+
.sapUiRtaMode {
|
|
11
|
+
|
|
12
|
+
.sapUiRtaToolbar.sapUiRtaToolbarAdaptation {
|
|
13
|
+
border: 0.188rem dashed @_sap_ui_rta_Toolbar_Adaptation_BorderDarkColor;
|
|
14
|
+
border-image: none;
|
|
15
|
+
|
|
16
|
+
.sapMFlexBox {
|
|
17
|
+
background-color: @_sap_ui_rta_Toolbar_Adaptation_BaseColor;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.sapMList {
|
|
22
|
+
padding: 3px;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.sapUiRtaVersionHistory {
|
|
26
|
+
border: none;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -3,21 +3,78 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ======================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_ui_rta_Toolbar_Base_SegBBtnHoverBG:
|
|
7
|
-
@_sap_ui_rta_Toolbar_Base_TextColor: @
|
|
8
|
-
@_sap_ui_rta_Toolbar_Base_BaseColor: @
|
|
9
|
-
@_sap_ui_rta_Toolbar_Base_BtnHover:
|
|
6
|
+
@_sap_ui_rta_Toolbar_Base_SegBBtnHoverBG: @sapUiToolbarBackground;
|
|
7
|
+
@_sap_ui_rta_Toolbar_Base_TextColor: @sapUiShellTextColor;
|
|
8
|
+
@_sap_ui_rta_Toolbar_Base_BaseColor: @sapUiToolbarBackground;
|
|
9
|
+
@_sap_ui_rta_Toolbar_Base_BtnHover: @sapUiShellTextColor;
|
|
10
|
+
@_sap_ui_rta_Toolbar_Base_BtnSelected: @sapUiSelected;
|
|
10
11
|
|
|
11
12
|
.sapUiRtaMode {
|
|
12
13
|
.sapUiRtaToolbar {
|
|
14
|
+
|
|
15
|
+
.sapMSegB {
|
|
16
|
+
.sapMSegBBtn {
|
|
17
|
+
margin:0px 2px;
|
|
18
|
+
.sapMSegBBtnInnerWrapper {
|
|
19
|
+
background-color: @sapUiToolbarBackground;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
13
24
|
.sapMBtn {
|
|
14
25
|
&.sapMBtnDisabled .sapMBtnInner {
|
|
15
26
|
opacity: 1.0;
|
|
16
27
|
}
|
|
17
28
|
}
|
|
29
|
+
|
|
30
|
+
.sapMSegBBtn.sapMSegBBtnFocusable {
|
|
31
|
+
|
|
32
|
+
&:hover .sapMSegBBtnInner,
|
|
33
|
+
&.sapMSegBBtnSel:hover .sapMSegBBtnInner {
|
|
34
|
+
color: @_sap_ui_rta_Toolbar_Base_BtnHover;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
&:focus .sapMSegBBtnInner {
|
|
38
|
+
outline: 0.0625rem solid @_sap_ui_rta_Toolbar_Base_BtnSelected; //1px
|
|
39
|
+
outline-offset: -0.0625rem; //1px
|
|
40
|
+
border-radius: @sapUiElementBorderCornerRadius;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
&.sapMSegBBtnSel {
|
|
44
|
+
|
|
45
|
+
&:hover .sapMSegBBtnInner::after {
|
|
46
|
+
border-bottom: 0.125rem solid @_sap_ui_rta_Toolbar_Base_BtnHover; //2px
|
|
47
|
+
border-radius: 0;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
& .sapMSegBBtnInner::after {
|
|
51
|
+
border-radius: 0;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
.sapMBtn:focus .sapMFocusable {
|
|
56
|
+
border: 0.0625rem solid @_sap_ui_rta_Toolbar_Base_BtnSelected; //1px
|
|
57
|
+
}
|
|
58
|
+
.sapUiRtaToolbarSwitcherSection {
|
|
59
|
+
.sapMSegBBtn:hover {
|
|
60
|
+
.sapUiIcon,
|
|
61
|
+
&.sapMSegBBtnSel .sapMSegBBtnInner .sapUiIcon {
|
|
62
|
+
color: @_sap_ui_rta_Toolbar_Base_BtnHover;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.sapMTB:not(.sapMTB-Info-CTX) {
|
|
68
|
+
border-top-right-radius: 0;
|
|
69
|
+
border-top-left-radius: 0;
|
|
70
|
+
}
|
|
18
71
|
}
|
|
19
72
|
}
|
|
20
73
|
|
|
21
74
|
.sapUiSizeCozy .sapUiRtaToolbar .sapMSegB .sapMSegBBtn .sapMSegBBtnInner {
|
|
22
75
|
line-height: 2rem; //32px
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
html.sap-desktop .sapUiRtaMode .sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after {
|
|
79
|
+
border: none;
|
|
23
80
|
}
|
|
@@ -3,4 +3,15 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* =================================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_ui_rta_Toolbar_Personalization_BaseColor:
|
|
6
|
+
@_sap_ui_rta_Toolbar_Personalization_BaseColor: @sapUiToolbarBackground;
|
|
7
|
+
@_sap_ui_rta_Toolbar_Personalization_TextColor: @sapUiShellTextColor;
|
|
8
|
+
|
|
9
|
+
.sapUiRtaToolbar.type_personalization {
|
|
10
|
+
.sapMBtn {
|
|
11
|
+
.sapMBtnTransparent.sapMBtnInner {
|
|
12
|
+
.sapMBtnContent {
|
|
13
|
+
text-shadow: none;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -3,4 +3,5 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ============================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_ui_rta_Toolbar_Standalone_BaseColor: @
|
|
6
|
+
@_sap_ui_rta_Toolbar_Standalone_BaseColor: @sapUiToolbarBackground;
|
|
7
|
+
@_sap_ui_rta_Toolbar_Standalone_TextColor: @sapUiShellTextColor;
|
|
@@ -70,12 +70,12 @@ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus,
|
|
|
70
70
|
.sapUiCalHead .sapUiCalHeadPrev,
|
|
71
71
|
.sapUiCalHead .sapUiCalHeadNext,
|
|
72
72
|
.sapUiCalHead .sapUiCalHeadToday {
|
|
73
|
-
color: @sapUiButtonLiteTextColor;
|
|
74
|
-
border: 0.0625rem solid @sapUiButtonBorderColor;
|
|
75
73
|
border-radius: 0.5rem;
|
|
76
74
|
|
|
77
75
|
}
|
|
78
76
|
|
|
77
|
+
.sapUiCalHead .sapUiCalHeadPrev:hover,
|
|
78
|
+
.sapUiCalHead .sapUiCalHeadNext:hover,
|
|
79
79
|
html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:hover {
|
|
80
80
|
box-shadow: 0 0 0.125rem 0 fade(@sapContent_ShadowColor, 72);
|
|
81
81
|
}
|
|
@@ -404,10 +404,6 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
|
|
|
404
404
|
bottom: 0.5rem;
|
|
405
405
|
}
|
|
406
406
|
|
|
407
|
-
.sapUiCalHead > button,
|
|
408
|
-
.sapUiCalCancel {
|
|
409
|
-
background-color: @sapUiButtonBackground;
|
|
410
|
-
}
|
|
411
407
|
/* Day names inside day */
|
|
412
408
|
.sapUiCalItemNow > .sapUiCalItemText > .sapUiCalItemTextAmPm{
|
|
413
409
|
line-height: 2.5rem;
|
|
@@ -439,6 +435,10 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
|
|
|
439
435
|
line-height: 2rem;
|
|
440
436
|
}
|
|
441
437
|
|
|
438
|
+
.sapUiCalHead > button {
|
|
439
|
+
height: 2.25rem;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
442
|
.sapUiSizeCompact {
|
|
443
443
|
.sapUiCalContentOver{
|
|
444
444
|
bottom: 0.25rem;
|
|
@@ -451,6 +451,11 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
|
|
|
451
451
|
.sapUiCalItemSel.sapUiCalItemSelBetween:not(.sapUiCalItemNow) > .sapUiCalItemText {
|
|
452
452
|
line-height: 1.75rem;
|
|
453
453
|
}
|
|
454
|
+
|
|
455
|
+
.sapUiCalHead > button {
|
|
456
|
+
margin: 0.1875rem 0;
|
|
457
|
+
height: 1.625rem;
|
|
458
|
+
}
|
|
454
459
|
}
|
|
455
460
|
|
|
456
461
|
@media only screen
|