@openui5/themelib_sap_bluecrystal 1.97.1 → 1.100.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/.reuse/dep5 +25 -30
- package/THIRDPARTY.txt +15 -22
- package/package.json +18 -18
- package/src/sap/m/themes/sap_bluecrystal/SegmentedButton.less +0 -7
- package/src/sap/ui/commons/themes/sap_bluecrystal/img/tree/TreeNode_Coll.gif +0 -0
- package/src/sap/ui/commons/themes/sap_bluecrystal/img/tree/TreeNode_Exp.gif +0 -0
- package/src/sap/ui/core/themes/sap_bluecrystal/.theme +1 -1
- package/src/sap/ui/core/themes/sap_bluecrystal/base.less +201 -12
- package/src/sap/ui/core/themes/sap_bluecrystal/global.less +158 -4
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:
|
|
@@ -457,7 +450,7 @@ License: Apache-2.0
|
|
|
457
450
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
458
451
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
459
452
|
|
|
460
|
-
Component: SAP Theming Base Content, version: 11.1.
|
|
453
|
+
Component: SAP Theming Base Content, version: 11.1.36-SNAPSHOT
|
|
461
454
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
462
455
|
License: Apache-2.0
|
|
463
456
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_bluecrystal",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.100.0",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_bluecrystal",
|
|
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.100.0",
|
|
18
|
+
"@openui5/sap.m": "1.100.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.100.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.100.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.100.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.100.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.100.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.100.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.100.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.100.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.100.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.100.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.100.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.100.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.100.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.100.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.100.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -224,13 +224,6 @@ html.sap-desktop {
|
|
|
224
224
|
}
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
-
/* Android size compact fix */
|
|
228
|
-
html[data-sap-ui-os^="Android4.1"][data-sap-ui-browser^="an"] {
|
|
229
|
-
.sapUiSizeCompact .sapMSegBBtn img {
|
|
230
|
-
margin-bottom: 0.128rem;
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
|
|
234
227
|
.sapMSegBBtn.sapMSegBtnLastVisibleButton {
|
|
235
228
|
border-right: 1px solid @sapUiSegmentedButtonBorderColor;
|
|
236
229
|
}
|
|
@@ -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.100.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 bluecrystal theme library.</documentation>
|
|
12
12
|
|
|
@@ -246,12 +246,15 @@
|
|
|
246
246
|
@sapContent_NonInteractiveIconColor: @sapContent_IconColor;
|
|
247
247
|
@sapContent_MarkerIconColor: @sapAccentColor5;
|
|
248
248
|
@sapContent_MarkerTextColor: darken(@sapAccentColor7, 8);
|
|
249
|
+
@sapContent_MeasureIndicatorColor: lighten(@sapField_BorderColor, 11.8);
|
|
250
|
+
@sapContent_Selected_MeasureIndicatorColor: lighten(@sapField_BorderColor, 11.8);
|
|
249
251
|
@sapContent_Placeholderloading_Background: darken(@sapBaseColor, 12);
|
|
250
252
|
@sapContent_Placeholderloading_Gradient: linear-gradient(to right, @sapContent_Placeholderloading_Background 0%, @sapContent_Placeholderloading_Background 35%, darken(@sapContent_Placeholderloading_Background, 5) 50%, @sapContent_Placeholderloading_Background 65%, @sapContent_Placeholderloading_Background 100%);
|
|
251
253
|
@sapContent_ImagePlaceholderBackground: @sapExtraLightBackground;
|
|
252
254
|
@sapContent_ImagePlaceholderForegroundColor: darken(@sapExtraLightBackground, 20);
|
|
253
255
|
@sapContent_RatedColor: @sapAccentColor1;
|
|
254
256
|
@sapContent_UnratedColor: lighten(@sapContent_RatedColor, 50);
|
|
257
|
+
@sapContent_BusyColor: @sapBrandColor;
|
|
255
258
|
@sapContent_FocusColor: @sapDarkFocusColor;
|
|
256
259
|
@sapContent_FocusStyle: dotted;
|
|
257
260
|
@sapContent_FocusWidth: 1px;
|
|
@@ -300,6 +303,7 @@
|
|
|
300
303
|
@sapContent_Selected_Background: @sapSelectedColor;
|
|
301
304
|
@sapContent_Selected_Hover_Background: lighten(@sapContent_Selected_Background, 3);
|
|
302
305
|
@sapContent_Selected_ForegroundColor: @sapSelectedColor;
|
|
306
|
+
@sapContent_ForcedColorAdjust: none;
|
|
303
307
|
|
|
304
308
|
|
|
305
309
|
|
|
@@ -338,6 +342,8 @@
|
|
|
338
342
|
|
|
339
343
|
@sapFontLightFamily: @sapFontFamily;
|
|
340
344
|
@sapFontBoldFamily: @sapFontFamily;
|
|
345
|
+
@sapFontSemiboldFamily: @sapFontBoldFamily;
|
|
346
|
+
@sapFontSemiboldDuplexFamily: @sapFontFamily;
|
|
341
347
|
@sapFontBlackFamily: @sapFontFamily;
|
|
342
348
|
@sapFontHeaderFamily: @sapFontFamily;
|
|
343
349
|
@sapFontSmallSize: 0.8 * @sapFontSize;
|
|
@@ -421,6 +427,44 @@
|
|
|
421
427
|
|
|
422
428
|
|
|
423
429
|
|
|
430
|
+
// =====================================
|
|
431
|
+
// Avatar
|
|
432
|
+
// =====================================
|
|
433
|
+
|
|
434
|
+
@sapAvatar_1_Background: @sapAccentColor1;
|
|
435
|
+
@sapAvatar_1_BorderColor: @sapAccentColor1;
|
|
436
|
+
@sapAvatar_1_TextColor: contrast(@sapAvatar_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
437
|
+
@sapAvatar_2_Background: @sapAccentColor2;
|
|
438
|
+
@sapAvatar_2_BorderColor: @sapAccentColor2;
|
|
439
|
+
@sapAvatar_2_TextColor: contrast(@sapAvatar_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
440
|
+
@sapAvatar_3_Background: @sapAccentColor3;
|
|
441
|
+
@sapAvatar_3_BorderColor: @sapAccentColor3;
|
|
442
|
+
@sapAvatar_3_TextColor: contrast(@sapAvatar_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
443
|
+
@sapAvatar_4_Background: @sapAccentColor4;
|
|
444
|
+
@sapAvatar_4_BorderColor: @sapAccentColor4;
|
|
445
|
+
@sapAvatar_4_TextColor: contrast(@sapAvatar_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
446
|
+
@sapAvatar_5_Background: @sapAccentColor5;
|
|
447
|
+
@sapAvatar_5_BorderColor: @sapAccentColor5;
|
|
448
|
+
@sapAvatar_5_TextColor: contrast(@sapAvatar_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
449
|
+
@sapAvatar_6_Background: @sapAccentColor6;
|
|
450
|
+
@sapAvatar_6_BorderColor: @sapAccentColor6;
|
|
451
|
+
@sapAvatar_6_TextColor: contrast(@sapAvatar_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
452
|
+
@sapAvatar_7_Background: @sapAccentColor7;
|
|
453
|
+
@sapAvatar_7_BorderColor: @sapAccentColor7;
|
|
454
|
+
@sapAvatar_7_TextColor: contrast(@sapAvatar_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
455
|
+
@sapAvatar_8_Background: @sapAccentColor8;
|
|
456
|
+
@sapAvatar_8_BorderColor: @sapAccentColor8;
|
|
457
|
+
@sapAvatar_8_TextColor: contrast(@sapAvatar_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
458
|
+
@sapAvatar_9_Background: @sapAccentColor9;
|
|
459
|
+
@sapAvatar_9_BorderColor: @sapAccentColor9;
|
|
460
|
+
@sapAvatar_9_TextColor: contrast(@sapAvatar_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
461
|
+
@sapAvatar_10_Background: @sapAccentColor10;
|
|
462
|
+
@sapAvatar_10_BorderColor: @sapAccentColor10;
|
|
463
|
+
@sapAvatar_10_TextColor: contrast(@sapAvatar_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
|
|
424
468
|
// =====================================
|
|
425
469
|
// Button
|
|
426
470
|
// =====================================
|
|
@@ -572,10 +616,46 @@
|
|
|
572
616
|
@sapButton_Neutral_Active_Background: darken(@sapButton_Neutral_Background, 10);
|
|
573
617
|
@sapButton_Neutral_Active_BorderColor: @sapButton_Neutral_Active_Background;
|
|
574
618
|
@sapButton_Neutral_Active_TextColor: contrast(@sapButton_Neutral_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
575
|
-
@sapButton_Track_Selected_Background: @sapButton_Selected_Background;
|
|
576
|
-
@sapButton_Track_Selected_TextColor: contrast(@sapButton_Track_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
577
619
|
@sapButton_Track_Background: lighten(@sapButton_Background, 3);
|
|
620
|
+
@sapButton_Track_BorderColor: @sapButton_BorderColor;
|
|
578
621
|
@sapButton_Track_TextColor: contrast(@sapButton_Track_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
622
|
+
@sapButton_Track_Hover_Background: @sapButton_Hover_Background;
|
|
623
|
+
@sapButton_Track_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
624
|
+
@sapButton_Track_Selected_Background: @sapButton_Selected_Background;
|
|
625
|
+
@sapButton_Track_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
626
|
+
@sapButton_Track_Selected_TextColor: contrast(@sapButton_Track_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
627
|
+
@sapButton_Track_Selected_Hover_Background: @sapButton_Selected_Hover_Background;
|
|
628
|
+
@sapButton_Track_Selected_Hover_BorderColor: @sapButton_Selected_Hover_BorderColor;
|
|
629
|
+
@sapButton_Handle_Background: @sapButton_Background;
|
|
630
|
+
@sapButton_Handle_BorderColor: @sapButton_BorderColor;
|
|
631
|
+
@sapButton_Handle_TextColor: contrast(@sapButton_Handle_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
632
|
+
@sapButton_Handle_Hover_Background: @sapButton_Hover_Background;
|
|
633
|
+
@sapButton_Handle_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
634
|
+
@sapButton_Handle_Selected_Background: @sapButton_Selected_Background;
|
|
635
|
+
@sapButton_Handle_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
636
|
+
@sapButton_Handle_Selected_TextColor: contrast(@sapButton_Track_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
637
|
+
@sapButton_Handle_Selected_Hover_Background: @sapButton_Selected_Hover_Background;
|
|
638
|
+
@sapButton_Handle_Selected_Hover_BorderColor: @sapButton_Selected_Hover_BorderColor;
|
|
639
|
+
@sapButton_Track_Negative_Background: @sapButton_Background;
|
|
640
|
+
@sapButton_Track_Negative_BorderColor: @sapNegativeElementColor;
|
|
641
|
+
@sapButton_Track_Negative_TextColor: contrast(@sapButton_Track_Negative_Background, @sapNegativeElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
642
|
+
@sapButton_Track_Negative_Hover_Background: @sapButton_Track_Negative_Background;
|
|
643
|
+
@sapButton_Track_Negative_Hover_BorderColor: @sapButton_Track_Negative_BorderColor;
|
|
644
|
+
@sapButton_Handle_Negative_Background: @sapButton_Handle_Background;
|
|
645
|
+
@sapButton_Handle_Negative_BorderColor: @sapNegativeElementColor;
|
|
646
|
+
@sapButton_Handle_Negative_TextColor: contrast(@sapButton_Handle_Negative_Background, @sapNegativeElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
647
|
+
@sapButton_Handle_Negative_Hover_Background: @sapButton_Handle_Hover_Background;
|
|
648
|
+
@sapButton_Handle_Negative_Hover_BorderColor: @sapButton_Handle_Negative_BorderColor;
|
|
649
|
+
@sapButton_Track_Positive_Background: @sapButton_Background;
|
|
650
|
+
@sapButton_Track_Positive_BorderColor: @sapPositiveElementColor;
|
|
651
|
+
@sapButton_Track_Positive_TextColor: contrast(@sapButton_Track_Positive_Background, @sapPositiveElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
652
|
+
@sapButton_Track_Positive_Hover_Background: @sapButton_Track_Positive_Background;
|
|
653
|
+
@sapButton_Track_Positive_Hover_BorderColor: @sapButton_Track_Positive_BorderColor;
|
|
654
|
+
@sapButton_Handle_Positive_Background: @sapButton_Handle_Background;
|
|
655
|
+
@sapButton_Handle_Positive_BorderColor: @sapPositiveElementColor;
|
|
656
|
+
@sapButton_Handle_Positive_TextColor: contrast(@sapButton_Handle_Positive_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
657
|
+
@sapButton_Handle_Positive_Hover_Background: @sapButton_Handle_Hover_Background;
|
|
658
|
+
@sapButton_Handle_Positive_Hover_BorderColor: @sapButton_Handle_Positive_BorderColor;
|
|
579
659
|
@sapButton_TokenBackground: @sapButton_Background;
|
|
580
660
|
@sapButton_TokenBorderColor: darken(@sapButton_Background, 10);
|
|
581
661
|
|
|
@@ -588,6 +668,7 @@
|
|
|
588
668
|
|
|
589
669
|
// [Tags "!Protected"]
|
|
590
670
|
@sapField_Background: @sapLightestBackground;
|
|
671
|
+
@sapField_BackgroundStyle: none;
|
|
591
672
|
@sapField_TextColor: @sapTextColor;
|
|
592
673
|
@sapField_PlaceholderTextColor: lighten(@sapContent_LabelColor, 4);
|
|
593
674
|
|
|
@@ -599,12 +680,14 @@
|
|
|
599
680
|
|
|
600
681
|
// [Tags "!Protected"]
|
|
601
682
|
@sapField_BorderWidth: @sapElement_BorderWidth;
|
|
683
|
+
@sapField_BorderStyle: solid;
|
|
602
684
|
|
|
603
685
|
// [Tags "!Protected"]
|
|
604
686
|
@sapField_BorderCornerRadius: 0;
|
|
605
687
|
|
|
606
688
|
// [Tags "!Protected"]
|
|
607
689
|
@sapField_Hover_Background: @sapField_Background;
|
|
690
|
+
@sapField_Hover_BackgroundStyle: none;
|
|
608
691
|
|
|
609
692
|
// [Tags "!Protected"]
|
|
610
693
|
@sapField_Hover_BorderColor: @sapHighlightColor;
|
|
@@ -639,6 +722,7 @@
|
|
|
639
722
|
|
|
640
723
|
// [Tags "!Protected"]
|
|
641
724
|
@sapField_InvalidBackground: @sapField_Background;
|
|
725
|
+
@sapField_InvalidBackgroundStyle: none;
|
|
642
726
|
|
|
643
727
|
// [Tags "!Protected"]
|
|
644
728
|
@sapField_InvalidBorderWidth: 0.125 * @sapElement_BorderWidth;
|
|
@@ -651,6 +735,7 @@
|
|
|
651
735
|
|
|
652
736
|
// [Tags "!Protected"]
|
|
653
737
|
@sapField_WarningBackground: @sapField_Background;
|
|
738
|
+
@sapField_WarningBackgroundStyle: none;
|
|
654
739
|
|
|
655
740
|
// [Tags "!Protected"]
|
|
656
741
|
@sapField_WarningBorderWidth: 0.125 * @sapElement_BorderWidth;
|
|
@@ -663,6 +748,7 @@
|
|
|
663
748
|
|
|
664
749
|
// [Tags "!Protected"]
|
|
665
750
|
@sapField_SuccessBackground: @sapField_Background;
|
|
751
|
+
@sapField_SuccessBackgroundStyle: none;
|
|
666
752
|
|
|
667
753
|
// [Tags "!Protected"]
|
|
668
754
|
@sapField_SuccessBorderWidth: 0.0625 * @sapElement_BorderWidth;
|
|
@@ -675,6 +761,7 @@
|
|
|
675
761
|
|
|
676
762
|
// [Tags "!Protected"]
|
|
677
763
|
@sapField_InformationBackground: @sapField_Background;
|
|
764
|
+
@sapField_InformationBackgroundStyle: none;
|
|
678
765
|
|
|
679
766
|
// [Tags "!Protected"]
|
|
680
767
|
@sapField_InformationBorderWidth: 0.125 * @sapElement_BorderWidth;
|
|
@@ -697,6 +784,7 @@
|
|
|
697
784
|
|
|
698
785
|
// [Tags "!Protected"]
|
|
699
786
|
@sapGroup_TitleTextColor: contrast(@sapBackgroundColor, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
787
|
+
@sapGroup_Title_FontSize: 1.0em;
|
|
700
788
|
@sapGroup_ContentBackground: @sapLightestBackground;
|
|
701
789
|
@sapGroup_ContentBorderColor: @sapLightBorderColor;
|
|
702
790
|
@sapGroup_BorderWidth: @sapElement_BorderWidth;
|
|
@@ -768,6 +856,66 @@
|
|
|
768
856
|
|
|
769
857
|
|
|
770
858
|
|
|
859
|
+
// =====================================
|
|
860
|
+
// Message
|
|
861
|
+
// =====================================
|
|
862
|
+
|
|
863
|
+
@sapMessage_ErrorBorderColor: @sapErrorBorderColor;
|
|
864
|
+
@sapMessage_WarningBorderColor: @sapWarningBorderColor;
|
|
865
|
+
@sapMessage_SuccessBorderColor: @sapSuccessBorderColor;
|
|
866
|
+
@sapMessage_InformationBorderColor: @sapInformationBorderColor;
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
|
|
870
|
+
|
|
871
|
+
// =====================================
|
|
872
|
+
// Popover
|
|
873
|
+
// =====================================
|
|
874
|
+
|
|
875
|
+
@sapPopover_BorderCornerRadius: @sapElement_BorderCornerRadius;
|
|
876
|
+
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
// =====================================
|
|
881
|
+
// Progress
|
|
882
|
+
// =====================================
|
|
883
|
+
|
|
884
|
+
@sapProgress_Background: @sapField_Background;
|
|
885
|
+
@sapProgress_BorderColor: @sapField_BorderColor;
|
|
886
|
+
@sapProgress_TextColor: contrast(@sapProgress_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
887
|
+
@sapProgress_FontSize: @sapFontSmallSize;
|
|
888
|
+
@sapProgress_NegativeBackground: @sapProgress_Background;
|
|
889
|
+
@sapProgress_NegativeBorderColor: @sapField_BorderColor;
|
|
890
|
+
@sapProgress_NegativeTextColor: contrast(@sapProgress_NegativeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
891
|
+
@sapProgress_CriticalBackground: @sapProgress_Background;
|
|
892
|
+
@sapProgress_CriticalBorderColor: @sapField_BorderColor;
|
|
893
|
+
@sapProgress_CriticalTextColor: contrast(@sapProgress_CriticalBackground, @sapProgress_TextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
894
|
+
@sapProgress_PositiveBackground: @sapProgress_Background;
|
|
895
|
+
@sapProgress_PositiveBorderColor: @sapField_BorderColor;
|
|
896
|
+
@sapProgress_PositiveTextColor: contrast(@sapProgress_PositiveBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
897
|
+
@sapProgress_InformationBackground: @sapProgress_Background;
|
|
898
|
+
@sapProgress_InformationBorderColor: @sapField_BorderColor;
|
|
899
|
+
@sapProgress_InformationTextColor: contrast(@sapProgress_InformationBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
900
|
+
@sapProgress_Value_Background: @sapNeutralElementColor;
|
|
901
|
+
@sapProgress_Value_BorderColor: @sapProgress_BorderColor;
|
|
902
|
+
@sapProgress_Value_TextColor: contrast(@sapProgress_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
903
|
+
@sapProgress_Value_NegativeBackground: @sapNegativeElementColor;
|
|
904
|
+
@sapProgress_Value_NegativeBorderColor: @sapProgress_BorderColor;
|
|
905
|
+
@sapProgress_Value_NegativeTextColor: contrast(@sapProgress_NegativeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
906
|
+
@sapProgress_Value_CriticalBackground: @sapCriticalElementColor;
|
|
907
|
+
@sapProgress_Value_CriticalBorderColor: @sapProgress_BorderColor;
|
|
908
|
+
@sapProgress_Value_CriticalTextColor: contrast(@sapProgress_CriticalBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
909
|
+
@sapProgress_Value_PositiveBackground: @sapPositiveElementColor;
|
|
910
|
+
@sapProgress_Value_PositiveBorderColor: @sapProgress_BorderColor;
|
|
911
|
+
@sapProgress_Value_PositiveTextColor: contrast(@sapProgress_PositiveBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
912
|
+
@sapProgress_Value_InformationBackground: @sapInformativeElementColor;
|
|
913
|
+
@sapProgress_Value_InformationBorderColor: @sapProgress_BorderColor;
|
|
914
|
+
@sapProgress_Value_InformationTextColor: contrast(@sapProgress_InformationBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
915
|
+
|
|
916
|
+
|
|
917
|
+
|
|
918
|
+
|
|
771
919
|
// =====================================
|
|
772
920
|
// Scrollbar
|
|
773
921
|
// =====================================
|
|
@@ -793,6 +941,27 @@
|
|
|
793
941
|
|
|
794
942
|
|
|
795
943
|
|
|
944
|
+
// =====================================
|
|
945
|
+
// Slider
|
|
946
|
+
// =====================================
|
|
947
|
+
|
|
948
|
+
@sapSlider_Background: lighten(@sapField_BorderColor, 11.8);
|
|
949
|
+
@sapSlider_BorderColor: @sapSlider_Background;
|
|
950
|
+
@sapSlider_Selected_Background: @sapField_Active_BorderColor;
|
|
951
|
+
@sapSlider_Selected_BorderColor: @sapSlider_Selected_Background;
|
|
952
|
+
@sapSlider_HandleBackground: fade(@sapField_Background, 10);
|
|
953
|
+
@sapSlider_HandleBorderColor: darken(@sapField_BorderColor, 15);
|
|
954
|
+
@sapSlider_RangeHandleBackground: fade(@sapField_Background, 10);
|
|
955
|
+
@sapSlider_Hover_HandleBackground: fade(darken(@sapField_Background, 15), 60);
|
|
956
|
+
@sapSlider_Hover_HandleBorderColor: darken(@sapField_BorderColor, 15);
|
|
957
|
+
@sapSlider_Hover_RangeHandleBackground: fade(darken(@sapField_Background, 15), 60);
|
|
958
|
+
@sapSlider_Active_HandleBackground: fade(@sapField_Active_BorderColor, 30);
|
|
959
|
+
@sapSlider_Active_HandleBorderColor: @sapButton_Active_BorderColor;
|
|
960
|
+
@sapSlider_Active_RangeHandleBackground: fade(@sapField_Active_BorderColor, 30);
|
|
961
|
+
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
|
|
796
965
|
// =====================================
|
|
797
966
|
// Page Header
|
|
798
967
|
// =====================================
|
|
@@ -845,6 +1014,11 @@
|
|
|
845
1014
|
@sapObjectHeader_Background: @sapLightestBackground;
|
|
846
1015
|
@sapObjectHeader_Hover_Background: contrast(@sapObjectHeader_Background, darken(@sapObjectHeader_Background, 4), lighten(@sapObjectHeader_Background, 3));
|
|
847
1016
|
@sapObjectHeader_BorderColor: darken(@sapObjectHeader_Background, 15);
|
|
1017
|
+
@sapObjectHeader_Title_TextColor: contrast(@sapObjectHeader_Background, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1018
|
+
@sapObjectHeader_Title_FontSize: @sapFontHeader3Size;
|
|
1019
|
+
@sapObjectHeader_Title_SnappedFontSize: @sapFontHeader3Size;
|
|
1020
|
+
@sapObjectHeader_Title_FontFamily: @sapFontFamily;
|
|
1021
|
+
@sapObjectHeader_Subtitle_TextColor: contrast(@sapObjectHeader_Background, @sapContent_LabelColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
848
1022
|
|
|
849
1023
|
|
|
850
1024
|
|
|
@@ -870,6 +1044,7 @@
|
|
|
870
1044
|
|
|
871
1045
|
// [Tags "!Protected"]
|
|
872
1046
|
@sapTile_BorderColor: @sapLightBorderColor;
|
|
1047
|
+
@sapTile_BorderCornerRadius: 0.25rem;
|
|
873
1048
|
|
|
874
1049
|
// [Tags "!Protected"]
|
|
875
1050
|
@sapTile_TitleTextColor: contrast(@sapTile_Background, @sapDarkTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
@@ -920,37 +1095,53 @@
|
|
|
920
1095
|
// =====================================
|
|
921
1096
|
|
|
922
1097
|
@sapIndicationColor_1: #9f1313;
|
|
1098
|
+
@sapIndicationColor_1_Background: @sapIndicationColor_1;
|
|
1099
|
+
@sapIndicationColor_1_BorderColor: @sapIndicationColor_1;
|
|
923
1100
|
@sapIndicationColor_1_Hover_Background: darken(@sapIndicationColor_1, 5);
|
|
924
1101
|
@sapIndicationColor_1_Active_Background: darken(@sapIndicationColor_1, 10);
|
|
925
|
-
@sapIndicationColor_1_TextColor: contrast(@
|
|
1102
|
+
@sapIndicationColor_1_TextColor: contrast(@sapIndicationColor_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
926
1103
|
@sapIndicationColor_2: #cc1919;
|
|
1104
|
+
@sapIndicationColor_2_Background: @sapIndicationColor_2;
|
|
1105
|
+
@sapIndicationColor_2_BorderColor: @sapIndicationColor_2;
|
|
927
1106
|
@sapIndicationColor_2_Hover_Background: darken(@sapIndicationColor_2, 5);
|
|
928
1107
|
@sapIndicationColor_2_Active_Background: darken(@sapIndicationColor_2, 10);
|
|
929
|
-
@sapIndicationColor_2_TextColor: contrast(@
|
|
1108
|
+
@sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
930
1109
|
@sapIndicationColor_3: #d14900;
|
|
1110
|
+
@sapIndicationColor_3_Background: @sapIndicationColor_3;
|
|
1111
|
+
@sapIndicationColor_3_BorderColor: @sapIndicationColor_3;
|
|
931
1112
|
@sapIndicationColor_3_Hover_Background: darken(@sapIndicationColor_3, 3);
|
|
932
1113
|
@sapIndicationColor_3_Active_Background: darken(@sapIndicationColor_3, 6);
|
|
933
|
-
@sapIndicationColor_3_TextColor: contrast(@
|
|
1114
|
+
@sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
934
1115
|
@sapIndicationColor_4: #007833;
|
|
1116
|
+
@sapIndicationColor_4_Background: @sapIndicationColor_4;
|
|
1117
|
+
@sapIndicationColor_4_BorderColor: @sapIndicationColor_4;
|
|
935
1118
|
@sapIndicationColor_4_Hover_Background: darken(@sapIndicationColor_4, 5);
|
|
936
1119
|
@sapIndicationColor_4_Active_Background: darken(@sapIndicationColor_4, 10);
|
|
937
|
-
@sapIndicationColor_4_TextColor: contrast(@
|
|
1120
|
+
@sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
938
1121
|
@sapIndicationColor_5: #007cc0;
|
|
1122
|
+
@sapIndicationColor_5_Background: @sapIndicationColor_5;
|
|
1123
|
+
@sapIndicationColor_5_BorderColor: @sapIndicationColor_5;
|
|
939
1124
|
@sapIndicationColor_5_Hover_Background: darken(@sapIndicationColor_5, 5);
|
|
940
1125
|
@sapIndicationColor_5_Active_Background: darken(@sapIndicationColor_5, 10);
|
|
941
|
-
@sapIndicationColor_5_TextColor: contrast(@
|
|
1126
|
+
@sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
942
1127
|
@sapIndicationColor_6: @sapAccentColor7;
|
|
1128
|
+
@sapIndicationColor_6_Background: @sapIndicationColor_6;
|
|
1129
|
+
@sapIndicationColor_6_BorderColor: @sapIndicationColor_6;
|
|
943
1130
|
@sapIndicationColor_6_Hover_Background: darken(@sapIndicationColor_6, 5);
|
|
944
1131
|
@sapIndicationColor_6_Active_Background: darken(@sapIndicationColor_6, 10);
|
|
945
|
-
@sapIndicationColor_6_TextColor: contrast(@
|
|
1132
|
+
@sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
946
1133
|
@sapIndicationColor_7: @sapAccentColor9;
|
|
1134
|
+
@sapIndicationColor_7_Background: @sapIndicationColor_7;
|
|
1135
|
+
@sapIndicationColor_7_BorderColor: @sapIndicationColor_7;
|
|
947
1136
|
@sapIndicationColor_7_Hover_Background: darken(@sapIndicationColor_7, 5);
|
|
948
1137
|
@sapIndicationColor_7_Active_Background: darken(@sapIndicationColor_7, 10);
|
|
949
|
-
@sapIndicationColor_7_TextColor: contrast(@
|
|
1138
|
+
@sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
950
1139
|
@sapIndicationColor_8: @sapAccentColor4;
|
|
1140
|
+
@sapIndicationColor_8_Background: @sapIndicationColor_8;
|
|
1141
|
+
@sapIndicationColor_8_BorderColor: @sapIndicationColor_8;
|
|
951
1142
|
@sapIndicationColor_8_Hover_Background: darken(@sapIndicationColor_8, 5);
|
|
952
1143
|
@sapIndicationColor_8_Active_Background: darken(@sapIndicationColor_8, 10);
|
|
953
|
-
@sapIndicationColor_8_TextColor: contrast(@
|
|
1144
|
+
@sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
954
1145
|
|
|
955
1146
|
|
|
956
1147
|
|
|
@@ -1129,8 +1320,6 @@
|
|
|
1129
1320
|
|
|
1130
1321
|
@sapContent_ElementHeight_PX: 22px;
|
|
1131
1322
|
|
|
1132
|
-
@sapGroup_Title_FontSize: 1.0em;
|
|
1133
|
-
|
|
1134
1323
|
// [Label "Background Gradient Color"]
|
|
1135
1324
|
// [Description "The color which is used as base for the background gradient. It only applies when the background color is not modified."]
|
|
1136
1325
|
// [Tags "ThemeSpecific", "Quick", "Color"]
|
|
@@ -103,12 +103,15 @@
|
|
|
103
103
|
@sapUiContentNonInteractiveIconColor: @sapContent_NonInteractiveIconColor;
|
|
104
104
|
@sapUiContentMarkerIconColor: @sapContent_MarkerIconColor;
|
|
105
105
|
@sapUiContentMarkerTextColor: @sapContent_MarkerTextColor;
|
|
106
|
+
@sapUiContentMeasureIndicatorColor: @sapContent_MeasureIndicatorColor;
|
|
107
|
+
@sapUiContentSelectedMeasureIndicatorColor: @sapContent_Selected_MeasureIndicatorColor;
|
|
106
108
|
@sapUiContentPlaceholderloadingBackground: @sapContent_Placeholderloading_Background;
|
|
107
109
|
@sapUiContentPlaceholderloadingGradient: @sapContent_Placeholderloading_Gradient;
|
|
108
110
|
@sapUiContentImagePlaceholderBackground: @sapContent_ImagePlaceholderBackground;
|
|
109
111
|
@sapUiContentImagePlaceholderForegroundColor: @sapContent_ImagePlaceholderForegroundColor;
|
|
110
112
|
@sapUiContentRatedColor: @sapContent_RatedColor;
|
|
111
113
|
@sapUiContentUnratedColor: @sapContent_UnratedColor;
|
|
114
|
+
@sapUiContentBusyColor: @sapContent_BusyColor;
|
|
112
115
|
@sapUiContentFocusColor: @sapContent_FocusColor;
|
|
113
116
|
@sapUiContentFocusStyle: @sapContent_FocusStyle;
|
|
114
117
|
@sapUiContentFocusWidth: @sapContent_FocusWidth;
|
|
@@ -149,6 +152,7 @@
|
|
|
149
152
|
@sapUiContentSelectedBackground: @sapContent_Selected_Background;
|
|
150
153
|
@sapUiContentSelectedHoverBackground: @sapContent_Selected_Hover_Background;
|
|
151
154
|
@sapUiContentSelectedForegroundColor: @sapContent_Selected_ForegroundColor;
|
|
155
|
+
@sapUiContentForcedColorAdjust: @sapContent_ForcedColorAdjust;
|
|
152
156
|
|
|
153
157
|
@sapUiContentIllustrativeColor1: @sapContent_Illustrative_Color1;
|
|
154
158
|
@sapUiContentIllustrativeColor2: @sapContent_Illustrative_Color2;
|
|
@@ -173,6 +177,8 @@
|
|
|
173
177
|
|
|
174
178
|
@sapUiFontLightFamily: @sapFontLightFamily;
|
|
175
179
|
@sapUiFontBoldFamily: @sapFontBoldFamily;
|
|
180
|
+
@sapUiFontSemiboldFamily: @sapFontSemiboldFamily;
|
|
181
|
+
@sapUiFontSemiboldDuplexFamily: @sapFontSemiboldDuplexFamily;
|
|
176
182
|
@sapUiFontBlackFamily: @sapFontBlackFamily;
|
|
177
183
|
@sapUiFontHeaderFamily: @sapFontHeaderFamily;
|
|
178
184
|
@sapMFontSmallSize: @sapFontSmallSize;
|
|
@@ -222,6 +228,37 @@
|
|
|
222
228
|
@sapUiShellInformativeColor: @sapShell_InformativeColor;
|
|
223
229
|
@sapUiShellNeutralColor: @sapShell_NeutralColor;
|
|
224
230
|
|
|
231
|
+
@sapUiAvatar1Background: @sapAvatar_1_Background;
|
|
232
|
+
@sapUiAvatar1BorderColor: @sapAvatar_1_BorderColor;
|
|
233
|
+
@sapUiAvatar1TextColor: @sapAvatar_1_TextColor;
|
|
234
|
+
@sapUiAvatar2Background: @sapAvatar_2_Background;
|
|
235
|
+
@sapUiAvatar2BorderColor: @sapAvatar_2_BorderColor;
|
|
236
|
+
@sapUiAvatar2TextColor: @sapAvatar_2_TextColor;
|
|
237
|
+
@sapUiAvatar3Background: @sapAvatar_3_Background;
|
|
238
|
+
@sapUiAvatar3BorderColor: @sapAvatar_3_BorderColor;
|
|
239
|
+
@sapUiAvatar3TextColor: @sapAvatar_3_TextColor;
|
|
240
|
+
@sapUiAvatar4Background: @sapAvatar_4_Background;
|
|
241
|
+
@sapUiAvatar4BorderColor: @sapAvatar_4_BorderColor;
|
|
242
|
+
@sapUiAvatar4TextColor: @sapAvatar_4_TextColor;
|
|
243
|
+
@sapUiAvatar5Background: @sapAvatar_5_Background;
|
|
244
|
+
@sapUiAvatar5BorderColor: @sapAvatar_5_BorderColor;
|
|
245
|
+
@sapUiAvatar5TextColor: @sapAvatar_5_TextColor;
|
|
246
|
+
@sapUiAvatar6Background: @sapAvatar_6_Background;
|
|
247
|
+
@sapUiAvatar6BorderColor: @sapAvatar_6_BorderColor;
|
|
248
|
+
@sapUiAvatar6TextColor: @sapAvatar_6_TextColor;
|
|
249
|
+
@sapUiAvatar7Background: @sapAvatar_7_Background;
|
|
250
|
+
@sapUiAvatar7BorderColor: @sapAvatar_7_BorderColor;
|
|
251
|
+
@sapUiAvatar7TextColor: @sapAvatar_7_TextColor;
|
|
252
|
+
@sapUiAvatar8Background: @sapAvatar_8_Background;
|
|
253
|
+
@sapUiAvatar8BorderColor: @sapAvatar_8_BorderColor;
|
|
254
|
+
@sapUiAvatar8TextColor: @sapAvatar_8_TextColor;
|
|
255
|
+
@sapUiAvatar9Background: @sapAvatar_9_Background;
|
|
256
|
+
@sapUiAvatar9BorderColor: @sapAvatar_9_BorderColor;
|
|
257
|
+
@sapUiAvatar9TextColor: @sapAvatar_9_TextColor;
|
|
258
|
+
@sapUiAvatar10Background: @sapAvatar_10_Background;
|
|
259
|
+
@sapUiAvatar10BorderColor: @sapAvatar_10_BorderColor;
|
|
260
|
+
@sapUiAvatar10TextColor: @sapAvatar_10_TextColor;
|
|
261
|
+
|
|
225
262
|
@sapUiButtonBackground: @sapButton_Background;
|
|
226
263
|
@sapUiButtonBorderColor: @sapButton_BorderColor;
|
|
227
264
|
@sapUiButtonBorderWidth: @sapButton_BorderWidth;
|
|
@@ -344,21 +381,60 @@
|
|
|
344
381
|
@sapUiButtonNeutralActiveBackground: @sapButton_Neutral_Active_Background;
|
|
345
382
|
@sapUiButtonNeutralActiveBorderColor: @sapButton_Neutral_Active_BorderColor;
|
|
346
383
|
@sapUiButtonNeutralActiveTextColor: @sapButton_Neutral_Active_TextColor;
|
|
347
|
-
@sapUiButtonTrackSelectedBackground: @sapButton_Track_Selected_Background;
|
|
348
|
-
@sapUiButtonTrackSelectedTextColor: @sapButton_Track_Selected_TextColor;
|
|
349
384
|
@sapUiButtonTrackBackground: @sapButton_Track_Background;
|
|
385
|
+
@sapUiButtonTrackBorderColor: @sapButton_Track_BorderColor;
|
|
350
386
|
@sapUiButtonTrackTextColor: @sapButton_Track_TextColor;
|
|
387
|
+
@sapUiButtonTrackHoverBackground: @sapButton_Track_Hover_Background;
|
|
388
|
+
@sapUiButtonTrackHoverBorderColor: @sapButton_Track_Hover_BorderColor;
|
|
389
|
+
@sapUiButtonTrackSelectedBackground: @sapButton_Track_Selected_Background;
|
|
390
|
+
@sapUiButtonTrackSelectedBorderColor: @sapButton_Track_Selected_BorderColor;
|
|
391
|
+
@sapUiButtonTrackSelectedTextColor: @sapButton_Track_Selected_TextColor;
|
|
392
|
+
@sapUiButtonTrackSelectedHoverBackground: @sapButton_Track_Selected_Hover_Background;
|
|
393
|
+
@sapUiButtonTrackSelectedHoverBorderColor: @sapButton_Track_Selected_Hover_BorderColor;
|
|
394
|
+
@sapUiButtonHandleBackground: @sapButton_Handle_Background;
|
|
395
|
+
@sapUiButtonHandleBorderColor: @sapButton_Handle_BorderColor;
|
|
396
|
+
@sapUiButtonHandleTextColor: @sapButton_Handle_TextColor;
|
|
397
|
+
@sapUiButtonHandleHoverBackground: @sapButton_Handle_Hover_Background;
|
|
398
|
+
@sapUiButtonHandleHoverBorderColor: @sapButton_Handle_Hover_BorderColor;
|
|
399
|
+
@sapUiButtonHandleSelectedBackground: @sapButton_Handle_Selected_Background;
|
|
400
|
+
@sapUiButtonHandleSelectedBorderColor: @sapButton_Handle_Selected_BorderColor;
|
|
401
|
+
@sapUiButtonHandleSelectedTextColor: @sapButton_Handle_Selected_TextColor;
|
|
402
|
+
@sapUiButtonHandleSelectedHoverBackground: @sapButton_Handle_Selected_Hover_Background;
|
|
403
|
+
@sapUiButtonHandleSelectedHoverBorderColor: @sapButton_Handle_Selected_Hover_BorderColor;
|
|
404
|
+
@sapUiButtonTrackNegativeBackground: @sapButton_Track_Negative_Background;
|
|
405
|
+
@sapUiButtonTrackNegativeBorderColor: @sapButton_Track_Negative_BorderColor;
|
|
406
|
+
@sapUiButtonTrackNegativeTextColor: @sapButton_Track_Negative_TextColor;
|
|
407
|
+
@sapUiButtonTrackNegativeHoverBackground: @sapButton_Track_Negative_Hover_Background;
|
|
408
|
+
@sapUiButtonTrackNegativeHoverBorderColor: @sapButton_Track_Negative_Hover_BorderColor;
|
|
409
|
+
@sapUiButtonHandleNegativeBackground: @sapButton_Handle_Negative_Background;
|
|
410
|
+
@sapUiButtonHandleNegativeBorderColor: @sapButton_Handle_Negative_BorderColor;
|
|
411
|
+
@sapUiButtonHandleNegativeTextColor: @sapButton_Handle_Negative_TextColor;
|
|
412
|
+
@sapUiButtonHandleNegativeHoverBackground: @sapButton_Handle_Negative_Hover_Background;
|
|
413
|
+
@sapUiButtonHandleNegativeHoverBorderColor: @sapButton_Handle_Negative_Hover_BorderColor;
|
|
414
|
+
@sapUiButtonTrackPositiveBackground: @sapButton_Track_Positive_Background;
|
|
415
|
+
@sapUiButtonTrackPositiveBorderColor: @sapButton_Track_Positive_BorderColor;
|
|
416
|
+
@sapUiButtonTrackPositiveTextColor: @sapButton_Track_Positive_TextColor;
|
|
417
|
+
@sapUiButtonTrackPositiveHoverBackground: @sapButton_Track_Positive_Hover_Background;
|
|
418
|
+
@sapUiButtonTrackPositiveHoverBorderColor: @sapButton_Track_Positive_Hover_BorderColor;
|
|
419
|
+
@sapUiButtonHandlePositiveBackground: @sapButton_Handle_Positive_Background;
|
|
420
|
+
@sapUiButtonHandlePositiveBorderColor: @sapButton_Handle_Positive_BorderColor;
|
|
421
|
+
@sapUiButtonHandlePositiveTextColor: @sapButton_Handle_Positive_TextColor;
|
|
422
|
+
@sapUiButtonHandlePositiveHoverBackground: @sapButton_Handle_Positive_Hover_Background;
|
|
423
|
+
@sapUiButtonHandlePositiveHoverBorderColor: @sapButton_Handle_Positive_Hover_BorderColor;
|
|
351
424
|
@sapUiButtonTokenBackground: @sapButton_TokenBackground;
|
|
352
425
|
@sapUiButtonTokenBorderColor: @sapButton_TokenBorderColor;
|
|
353
426
|
|
|
354
427
|
@sapUiFieldBackground: @sapField_Background;
|
|
428
|
+
@sapUiFieldBackgroundStyle: @sapField_BackgroundStyle;
|
|
355
429
|
@sapUiFieldTextColor: @sapField_TextColor;
|
|
356
430
|
@sapUiFieldPlaceholderTextColor: @sapField_PlaceholderTextColor;
|
|
357
431
|
@sapUiFieldBorderColor: @sapField_BorderColor;
|
|
358
432
|
@sapUiFieldHelpBackground: @sapField_HelpBackground;
|
|
359
433
|
@sapUiFieldBorderWidth: @sapField_BorderWidth;
|
|
434
|
+
@sapUiFieldBorderStyle: @sapField_BorderStyle;
|
|
360
435
|
@sapUiFieldBorderCornerRadius: @sapField_BorderCornerRadius;
|
|
361
436
|
@sapUiFieldHoverBackground: @sapField_Hover_Background;
|
|
437
|
+
@sapUiFieldHoverBackgroundStyle: @sapField_Hover_BackgroundStyle;
|
|
362
438
|
@sapUiFieldHoverBorderColor: @sapField_Hover_BorderColor;
|
|
363
439
|
@sapUiFieldHoverHelpBackground: @sapField_Hover_HelpBackground;
|
|
364
440
|
@sapUiFieldActiveBorderColor: @sapField_Active_BorderColor;
|
|
@@ -371,24 +447,29 @@
|
|
|
371
447
|
@sapUiFieldRequiredColor: @sapField_RequiredColor;
|
|
372
448
|
@sapUiFieldInvalidColor: @sapField_InvalidColor;
|
|
373
449
|
@sapUiFieldInvalidBackground: @sapField_InvalidBackground;
|
|
450
|
+
@sapUiFieldInvalidBackgroundStyle: @sapField_InvalidBackgroundStyle;
|
|
374
451
|
@sapUiFieldInvalidBorderWidth: @sapField_InvalidBorderWidth;
|
|
375
452
|
@sapUiFieldInvalidBorderStyle: @sapField_InvalidBorderStyle;
|
|
376
453
|
@sapUiFieldWarningColor: @sapField_WarningColor;
|
|
377
454
|
@sapUiFieldWarningBackground: @sapField_WarningBackground;
|
|
455
|
+
@sapUiFieldWarningBackgroundStyle: @sapField_WarningBackgroundStyle;
|
|
378
456
|
@sapUiFieldWarningBorderWidth: @sapField_WarningBorderWidth;
|
|
379
457
|
@sapUiFieldWarningBorderStyle: @sapField_WarningBorderStyle;
|
|
380
458
|
@sapUiFieldSuccessColor: @sapField_SuccessColor;
|
|
381
459
|
@sapUiFieldSuccessBackground: @sapField_SuccessBackground;
|
|
460
|
+
@sapUiFieldSuccessBackgroundStyle: @sapField_SuccessBackgroundStyle;
|
|
382
461
|
@sapUiFieldSuccessBorderWidth: @sapField_SuccessBorderWidth;
|
|
383
462
|
@sapUiFieldSuccessBorderStyle: @sapField_SuccessBorderStyle;
|
|
384
463
|
@sapUiFieldInformationColor: @sapField_InformationColor;
|
|
385
464
|
@sapUiFieldInformationBackground: @sapField_InformationBackground;
|
|
465
|
+
@sapUiFieldInformationBackgroundStyle: @sapField_InformationBackgroundStyle;
|
|
386
466
|
@sapUiFieldInformationBorderWidth: @sapField_InformationBorderWidth;
|
|
387
467
|
@sapUiFieldInformationBorderStyle: @sapField_InformationBorderStyle;
|
|
388
468
|
|
|
389
469
|
@sapUiGroupTitleBackground: @sapGroup_TitleBackground;
|
|
390
470
|
@sapUiGroupTitleBorderColor: @sapGroup_TitleBorderColor;
|
|
391
471
|
@sapUiGroupTitleTextColor: @sapGroup_TitleTextColor;
|
|
472
|
+
@sapUiGroupTitleFontSize: @sapGroup_Title_FontSize;
|
|
392
473
|
@sapUiGroupContentBackground: @sapGroup_ContentBackground;
|
|
393
474
|
@sapUiGroupContentBorderColor: @sapGroup_ContentBorderColor;
|
|
394
475
|
@sapUiGroupBorderWidth: @sapGroup_BorderWidth;
|
|
@@ -423,6 +504,45 @@
|
|
|
423
504
|
@sapUiListTableFooterBorder: @sapList_TableFooterBorder;
|
|
424
505
|
@sapUiListTableFixedBorderColor: @sapList_TableFixedBorderColor;
|
|
425
506
|
|
|
507
|
+
@sapUiMessageErrorBorderColor: @sapMessage_ErrorBorderColor;
|
|
508
|
+
@sapUiMessageWarningBorderColor: @sapMessage_WarningBorderColor;
|
|
509
|
+
@sapUiMessageSuccessBorderColor: @sapMessage_SuccessBorderColor;
|
|
510
|
+
@sapUiMessageInformationBorderColor: @sapMessage_InformationBorderColor;
|
|
511
|
+
|
|
512
|
+
@sapUiPopoverBorderCornerRadius: @sapPopover_BorderCornerRadius;
|
|
513
|
+
|
|
514
|
+
@sapUiProgressBackground: @sapProgress_Background;
|
|
515
|
+
@sapUiProgressBorderColor: @sapProgress_BorderColor;
|
|
516
|
+
@sapUiProgressTextColor: @sapProgress_TextColor;
|
|
517
|
+
@sapUiProgressFontSize: @sapProgress_FontSize;
|
|
518
|
+
@sapUiProgressNegativeBackground: @sapProgress_NegativeBackground;
|
|
519
|
+
@sapUiProgressNegativeBorderColor: @sapProgress_NegativeBorderColor;
|
|
520
|
+
@sapUiProgressNegativeTextColor: @sapProgress_NegativeTextColor;
|
|
521
|
+
@sapUiProgressCriticalBackground: @sapProgress_CriticalBackground;
|
|
522
|
+
@sapUiProgressCriticalBorderColor: @sapProgress_CriticalBorderColor;
|
|
523
|
+
@sapUiProgressCriticalTextColor: @sapProgress_CriticalTextColor;
|
|
524
|
+
@sapUiProgressPositiveBackground: @sapProgress_PositiveBackground;
|
|
525
|
+
@sapUiProgressPositiveBorderColor: @sapProgress_PositiveBorderColor;
|
|
526
|
+
@sapUiProgressPositiveTextColor: @sapProgress_PositiveTextColor;
|
|
527
|
+
@sapUiProgressInformationBackground: @sapProgress_InformationBackground;
|
|
528
|
+
@sapUiProgressInformationBorderColor: @sapProgress_InformationBorderColor;
|
|
529
|
+
@sapUiProgressInformationTextColor: @sapProgress_InformationTextColor;
|
|
530
|
+
@sapUiProgressValueBackground: @sapProgress_Value_Background;
|
|
531
|
+
@sapUiProgressValueBorderColor: @sapProgress_Value_BorderColor;
|
|
532
|
+
@sapUiProgressValueTextColor: @sapProgress_Value_TextColor;
|
|
533
|
+
@sapUiProgressValueNegativeBackground: @sapProgress_Value_NegativeBackground;
|
|
534
|
+
@sapUiProgressValueNegativeBorderColor: @sapProgress_Value_NegativeBorderColor;
|
|
535
|
+
@sapUiProgressValueNegativeTextColor: @sapProgress_Value_NegativeTextColor;
|
|
536
|
+
@sapUiProgressValueCriticalBackground: @sapProgress_Value_CriticalBackground;
|
|
537
|
+
@sapUiProgressValueCriticalBorderColor: @sapProgress_Value_CriticalBorderColor;
|
|
538
|
+
@sapUiProgressValueCriticalTextColor: @sapProgress_Value_CriticalTextColor;
|
|
539
|
+
@sapUiProgressValuePositiveBackground: @sapProgress_Value_PositiveBackground;
|
|
540
|
+
@sapUiProgressValuePositiveBorderColor: @sapProgress_Value_PositiveBorderColor;
|
|
541
|
+
@sapUiProgressValuePositiveTextColor: @sapProgress_Value_PositiveTextColor;
|
|
542
|
+
@sapUiProgressValueInformationBackground: @sapProgress_Value_InformationBackground;
|
|
543
|
+
@sapUiProgressValueInformationBorderColor: @sapProgress_Value_InformationBorderColor;
|
|
544
|
+
@sapUiProgressValueInformationTextColor: @sapProgress_Value_InformationTextColor;
|
|
545
|
+
|
|
426
546
|
@sapUiScrollBarFaceColor: @sapScrollBar_FaceColor;
|
|
427
547
|
@sapUiScrollBarTrackColor: @sapScrollBar_TrackColor;
|
|
428
548
|
@sapUiScrollBarBorderColor: @sapScrollBar_BorderColor;
|
|
@@ -430,6 +550,20 @@
|
|
|
430
550
|
@sapUiScrollBarDimension: @sapScrollBar_Dimension;
|
|
431
551
|
@sapUiScrollBarHoverFaceColor: @sapScrollBar_Hover_FaceColor;
|
|
432
552
|
|
|
553
|
+
@sapUiSliderBackground: @sapSlider_Background;
|
|
554
|
+
@sapUiSliderBorderColor: @sapSlider_BorderColor;
|
|
555
|
+
@sapUiSliderSelectedBackground: @sapSlider_Selected_Background;
|
|
556
|
+
@sapUiSliderSelectedBorderColor: @sapSlider_Selected_BorderColor;
|
|
557
|
+
@sapUiSliderHandleBackground: @sapSlider_HandleBackground;
|
|
558
|
+
@sapUiSliderHandleBorderColor: @sapSlider_HandleBorderColor;
|
|
559
|
+
@sapUiSliderRangeHandleBackground: @sapSlider_RangeHandleBackground;
|
|
560
|
+
@sapUiSliderHoverHandleBackground: @sapSlider_Hover_HandleBackground;
|
|
561
|
+
@sapUiSliderHoverHandleBorderColor: @sapSlider_Hover_HandleBorderColor;
|
|
562
|
+
@sapUiSliderHoverRangeHandleBackground: @sapSlider_Hover_RangeHandleBackground;
|
|
563
|
+
@sapUiSliderActiveHandleBackground: @sapSlider_Active_HandleBackground;
|
|
564
|
+
@sapUiSliderActiveHandleBorderColor: @sapSlider_Active_HandleBorderColor;
|
|
565
|
+
@sapUiSliderActiveRangeHandleBackground: @sapSlider_Active_RangeHandleBackground;
|
|
566
|
+
|
|
433
567
|
@sapUiPageHeaderBackground: @sapPageHeader_Background;
|
|
434
568
|
@sapUiPageHeaderBorderColor: @sapPageHeader_BorderColor;
|
|
435
569
|
@sapUiPageHeaderTextColor: @sapPageHeader_TextColor;
|
|
@@ -447,6 +581,11 @@
|
|
|
447
581
|
@sapUiObjectHeaderBackground: @sapObjectHeader_Background;
|
|
448
582
|
@sapUiObjectHeaderHoverBackground: @sapObjectHeader_Hover_Background;
|
|
449
583
|
@sapUiObjectHeaderBorderColor: @sapObjectHeader_BorderColor;
|
|
584
|
+
@sapUiObjectHeaderTitleTextColor: @sapObjectHeader_Title_TextColor;
|
|
585
|
+
@sapUiObjectHeaderTitleFontSize: @sapObjectHeader_Title_FontSize;
|
|
586
|
+
@sapUiObjectHeaderTitleSnappedFontSize: @sapObjectHeader_Title_SnappedFontSize;
|
|
587
|
+
@sapUiObjectHeaderTitleFontFamily: @sapObjectHeader_Title_FontFamily;
|
|
588
|
+
@sapUiObjectHeaderSubtitleTextColor: @sapObjectHeader_Subtitle_TextColor;
|
|
450
589
|
|
|
451
590
|
@sapUiBlockLayerBackground: @sapBlockLayer_Background;
|
|
452
591
|
|
|
@@ -454,6 +593,7 @@
|
|
|
454
593
|
@sapUiTileHoverBackground: @sapTile_Hover_Background;
|
|
455
594
|
@sapUiTileActiveBackground: @sapTile_Active_Background;
|
|
456
595
|
@sapUiTileBorderColor: @sapTile_BorderColor;
|
|
596
|
+
@sapUiTileBorderCornerRadius: @sapTile_BorderCornerRadius;
|
|
457
597
|
@sapUiTileTitleTextColor: @sapTile_TitleTextColor;
|
|
458
598
|
@sapUiTileTextColor: @sapTile_TextColor;
|
|
459
599
|
@sapUiTileIconColor: @sapTile_IconColor;
|
|
@@ -495,34 +635,50 @@
|
|
|
495
635
|
// =====================================
|
|
496
636
|
|
|
497
637
|
@sapUiIndication1: @sapIndicationColor_1;
|
|
638
|
+
@sapUiIndication1Background: @sapIndicationColor_1_Background;
|
|
639
|
+
@sapUiIndication1BorderColor: @sapIndicationColor_1_BorderColor;
|
|
498
640
|
@sapUiIndication1HoverBackground: @sapIndicationColor_1_Hover_Background;
|
|
499
641
|
@sapUiIndication1ActiveBackground: @sapIndicationColor_1_Active_Background;
|
|
500
642
|
@sapUiIndication1TextColor: @sapIndicationColor_1_TextColor;
|
|
501
643
|
@sapUiIndication2: @sapIndicationColor_2;
|
|
644
|
+
@sapUiIndication2Background: @sapIndicationColor_2_Background;
|
|
645
|
+
@sapUiIndication2BorderColor: @sapIndicationColor_2_BorderColor;
|
|
502
646
|
@sapUiIndication2HoverBackground: @sapIndicationColor_2_Hover_Background;
|
|
503
647
|
@sapUiIndication2ActiveBackground: @sapIndicationColor_2_Active_Background;
|
|
504
648
|
@sapUiIndication2TextColor: @sapIndicationColor_2_TextColor;
|
|
505
649
|
@sapUiIndication3: @sapIndicationColor_3;
|
|
650
|
+
@sapUiIndication3Background: @sapIndicationColor_3_Background;
|
|
651
|
+
@sapUiIndication3BorderColor: @sapIndicationColor_3_BorderColor;
|
|
506
652
|
@sapUiIndication3HoverBackground: @sapIndicationColor_3_Hover_Background;
|
|
507
653
|
@sapUiIndication3ActiveBackground: @sapIndicationColor_3_Active_Background;
|
|
508
654
|
@sapUiIndication3TextColor: @sapIndicationColor_3_TextColor;
|
|
509
655
|
@sapUiIndication4: @sapIndicationColor_4;
|
|
656
|
+
@sapUiIndication4Background: @sapIndicationColor_4_Background;
|
|
657
|
+
@sapUiIndication4BorderColor: @sapIndicationColor_4_BorderColor;
|
|
510
658
|
@sapUiIndication4HoverBackground: @sapIndicationColor_4_Hover_Background;
|
|
511
659
|
@sapUiIndication4ActiveBackground: @sapIndicationColor_4_Active_Background;
|
|
512
660
|
@sapUiIndication4TextColor: @sapIndicationColor_4_TextColor;
|
|
513
661
|
@sapUiIndication5: @sapIndicationColor_5;
|
|
662
|
+
@sapUiIndication5Background: @sapIndicationColor_5_Background;
|
|
663
|
+
@sapUiIndication5BorderColor: @sapIndicationColor_5_BorderColor;
|
|
514
664
|
@sapUiIndication5HoverBackground: @sapIndicationColor_5_Hover_Background;
|
|
515
665
|
@sapUiIndication5ActiveBackground: @sapIndicationColor_5_Active_Background;
|
|
516
666
|
@sapUiIndication5TextColor: @sapIndicationColor_5_TextColor;
|
|
517
667
|
@sapUiIndication6: @sapIndicationColor_6;
|
|
668
|
+
@sapUiIndication6Background: @sapIndicationColor_6_Background;
|
|
669
|
+
@sapUiIndication6BorderColor: @sapIndicationColor_6_BorderColor;
|
|
518
670
|
@sapUiIndication6HoverBackground: @sapIndicationColor_6_Hover_Background;
|
|
519
671
|
@sapUiIndication6ActiveBackground: @sapIndicationColor_6_Active_Background;
|
|
520
672
|
@sapUiIndication6TextColor: @sapIndicationColor_6_TextColor;
|
|
521
673
|
@sapUiIndication7: @sapIndicationColor_7;
|
|
674
|
+
@sapUiIndication7Background: @sapIndicationColor_7_Background;
|
|
675
|
+
@sapUiIndication7BorderColor: @sapIndicationColor_7_BorderColor;
|
|
522
676
|
@sapUiIndication7HoverBackground: @sapIndicationColor_7_Hover_Background;
|
|
523
677
|
@sapUiIndication7ActiveBackground: @sapIndicationColor_7_Active_Background;
|
|
524
678
|
@sapUiIndication7TextColor: @sapIndicationColor_7_TextColor;
|
|
525
679
|
@sapUiIndication8: @sapIndicationColor_8;
|
|
680
|
+
@sapUiIndication8Background: @sapIndicationColor_8_Background;
|
|
681
|
+
@sapUiIndication8BorderColor: @sapIndicationColor_8_BorderColor;
|
|
526
682
|
@sapUiIndication8HoverBackground: @sapIndicationColor_8_Hover_Background;
|
|
527
683
|
@sapUiIndication8ActiveBackground: @sapIndicationColor_8_Active_Background;
|
|
528
684
|
@sapUiIndication8TextColor: @sapIndicationColor_8_TextColor;
|
|
@@ -651,8 +807,6 @@
|
|
|
651
807
|
@sapUiFieldDisabledBorderColor: @sapField_Disabled_BorderColor;
|
|
652
808
|
@sapUiFieldDisabledHelpBackground: @sapField_Disabled_HelpBackground;
|
|
653
809
|
|
|
654
|
-
@sapUiGroupTitleFontSize: @sapGroup_Title_FontSize;
|
|
655
|
-
|
|
656
810
|
@sapUiListHighlightColor: @sapList_HighlightColor;
|
|
657
811
|
|
|
658
812
|
|