@openui5/themelib_sap_horizon 1.141.1 → 1.142.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/README.md +2 -2
- package/REUSE.toml +38 -0
- package/THIRDPARTY.txt +34 -1
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +1 -1
- package/src/sap/f/themes/sap_horizon_dark/Card.less +1 -1
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +3 -3
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/BusyIndicator.less +23 -0
- package/src/sap/ui/core/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/BusyIndicator.less +23 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/BusyIndicator.less +24 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/Icon.less +7 -7
- package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +1 -2
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/BusyIndicator.less +24 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/Icon.less +7 -7
- package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +1 -2
- package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +4 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +4 -0
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +4 -0
- package/src/sap/ui/core/themes/sap_horizon/LocalBusyIndicator.less +0 -23
- package/src/sap/ui/core/themes/sap_horizon_dark/LocalBusyIndicator.less +0 -23
- package/src/sap/ui/core/themes/sap_horizon_hcb/LocalBusyIndicator.less +0 -24
- package/src/sap/ui/core/themes/sap_horizon_hcb/Shadow.less +0 -8
- package/src/sap/ui/core/themes/sap_horizon_hcw/LocalBusyIndicator.less +0 -24
- package/src/sap/ui/core/themes/sap_horizon_hcw/Shadow.less +0 -8
package/README.md
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
Runtime resources of the [OpenUI5](https://github.com/UI5/openui5) Theme Library **sap_horizon**.
|
|
5
5
|
|
|
6
6
|
## Usage
|
|
7
|
-
Add this library as a dependency to your UI5 project by using [UI5
|
|
7
|
+
Add this library as a dependency to your UI5 project by using [UI5 CLI](https://ui5.github.io/cli/):
|
|
8
8
|
|
|
9
9
|
```
|
|
10
10
|
ui5 add themelib_sap_horizon
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
For more information, please refer to our documentation on [Consuming OpenUI5 Libraries](https://
|
|
13
|
+
For more information, please refer to our documentation on [Consuming OpenUI5 Libraries](https://ui5.github.io/cli/pages/OpenUI5/).
|
|
14
14
|
|
|
15
15
|
## License
|
|
16
16
|
OpenUI5 is licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), see [LICENSE.txt](LICENSE.txt).
|
package/REUSE.toml
CHANGED
|
@@ -21,6 +21,44 @@ SPDX-License-Identifier = "Apache-2.0"
|
|
|
21
21
|
#
|
|
22
22
|
|
|
23
23
|
|
|
24
|
+
# Library: sap.f:
|
|
25
|
+
|
|
26
|
+
[[annotations]]
|
|
27
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
28
|
+
precedence = "aggregate"
|
|
29
|
+
SPDX-FileCopyrightText = "SAP"
|
|
30
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
31
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components"
|
|
32
|
+
|
|
33
|
+
[[annotations]]
|
|
34
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
35
|
+
precedence = "aggregate"
|
|
36
|
+
SPDX-FileCopyrightText = "SAP"
|
|
37
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
38
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Fiori"
|
|
39
|
+
|
|
40
|
+
[[annotations]]
|
|
41
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
42
|
+
precedence = "aggregate"
|
|
43
|
+
SPDX-FileCopyrightText = "SAP"
|
|
44
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
45
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Icons"
|
|
46
|
+
|
|
47
|
+
[[annotations]]
|
|
48
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
49
|
+
precedence = "aggregate"
|
|
50
|
+
SPDX-FileCopyrightText = "SAP"
|
|
51
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
52
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Icons Business Suite"
|
|
53
|
+
|
|
54
|
+
[[annotations]]
|
|
55
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
56
|
+
precedence = "aggregate"
|
|
57
|
+
SPDX-FileCopyrightText = "SAP"
|
|
58
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
59
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Icons TNT"
|
|
60
|
+
|
|
61
|
+
|
|
24
62
|
# Library: sap.m:
|
|
25
63
|
|
|
26
64
|
[[annotations]]
|
package/THIRDPARTY.txt
CHANGED
|
@@ -4,6 +4,39 @@ each subcomponent.
|
|
|
4
4
|
The full text of all referenced licenses is appended at the end of this file.
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
Library: sap.f:
|
|
8
|
+
|
|
9
|
+
Component: UI5 Web Components, version: 2.15.0
|
|
10
|
+
Copyright: SAP
|
|
11
|
+
License: Apache-2.0
|
|
12
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
13
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
14
|
+
|
|
15
|
+
Component: UI5 Web Components Fiori, version: 2.15.0
|
|
16
|
+
Copyright: SAP
|
|
17
|
+
License: Apache-2.0
|
|
18
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
19
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
20
|
+
|
|
21
|
+
Component: UI5 Web Components Icons, version: 2.15.0
|
|
22
|
+
Copyright: SAP
|
|
23
|
+
License: Apache-2.0
|
|
24
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
25
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
26
|
+
|
|
27
|
+
Component: UI5 Web Components Icons Business Suite, version: 2.15.0
|
|
28
|
+
Copyright: SAP
|
|
29
|
+
License: Apache-2.0
|
|
30
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
31
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
32
|
+
|
|
33
|
+
Component: UI5 Web Components Icons TNT, version: 2.15.0
|
|
34
|
+
Copyright: SAP
|
|
35
|
+
License: Apache-2.0
|
|
36
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
37
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
38
|
+
|
|
39
|
+
|
|
7
40
|
Library: sap.m:
|
|
8
41
|
|
|
9
42
|
Component: purify.js, version: 3.2.4
|
|
@@ -354,7 +387,7 @@ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/D
|
|
|
354
387
|
|
|
355
388
|
Library: sap.ui.integration:
|
|
356
389
|
|
|
357
|
-
Component: UI5 Web Components, version:
|
|
390
|
+
Component: UI5 Web Components, version: 2.15.0
|
|
358
391
|
Copyright: SAP
|
|
359
392
|
License: Apache-2.0
|
|
360
393
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_horizon",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.142.0",
|
|
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/UI5/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.142.0",
|
|
18
|
+
"@openui5/sap.m": "1.142.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.142.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.142.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.142.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.142.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.142.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.142.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.142.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.142.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.142.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.142.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.142.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.142.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.142.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.142.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.142.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -244,9 +244,9 @@ html.sap-desktop {
|
|
|
244
244
|
.sapMSegBBtn.sapMSegBBtnFocusable:active:hover {
|
|
245
245
|
|
|
246
246
|
.sapMSegBBtnInner {
|
|
247
|
-
background: var(--
|
|
248
|
-
color: var(--
|
|
249
|
-
border-color: var(--
|
|
247
|
+
background: var(--sapButton_Active_Background);
|
|
248
|
+
color: var(--sapButton_Active_TextColor);
|
|
249
|
+
border-color: var(--sapButton_Active_BorderColor);
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
.sapUiIcon {
|
|
@@ -244,9 +244,9 @@ html.sap-desktop {
|
|
|
244
244
|
.sapMSegBBtn.sapMSegBBtnFocusable:active:hover {
|
|
245
245
|
|
|
246
246
|
.sapMSegBBtnInner {
|
|
247
|
-
background: var(--
|
|
248
|
-
color: var(--
|
|
249
|
-
border-color: var(--
|
|
247
|
+
background: var(--sapButton_Active_Background);
|
|
248
|
+
color: var(--sapButton_Active_TextColor);
|
|
249
|
+
border-color: var(--sapButton_Active_BorderColor);
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
.sapUiIcon {
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2025 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.142.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Horizon theme library.</documentation>
|
|
12
12
|
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/* ======================================================================== */
|
|
2
|
+
/* CSS for control BusyIndicator implementation of the sap.ui.core.Control */
|
|
3
|
+
/* Morning Horizon theme */
|
|
4
|
+
/* ======================================================================== */
|
|
5
|
+
|
|
6
|
+
@_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
|
|
7
|
+
|
|
8
|
+
.sapUiLocalBusyIndicatorSizeSection,
|
|
9
|
+
.sapUiLocalBusyIndicatorSizeBig {
|
|
10
|
+
font-size: @_sap_ui_core_LocalBusyIndicator_SizeMedium;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.sapUiLocalBusyIndicatorShowContainer > div.sapUiLocalBusyIndicatorAnimation {
|
|
14
|
+
background-color: var(--sapList_Background);
|
|
15
|
+
box-shadow: var(--sapContent_Shadow2);
|
|
16
|
+
border-radius: var(--sapElement_BorderCornerRadius);
|
|
17
|
+
padding: 1rem 2rem;
|
|
18
|
+
max-width: 15rem;
|
|
19
|
+
/* Centers the busy indicator markers considering the size of the white container */
|
|
20
|
+
left: 50%;
|
|
21
|
+
top: 50%;
|
|
22
|
+
transform: translate(-50%, -50%);
|
|
23
|
+
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2025 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.142.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Evening Horizon theme library.</documentation>
|
|
12
12
|
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/* ======================================================================== */
|
|
2
|
+
/* CSS for control BusyIndicator implementation of the sap.ui.core.Control */
|
|
3
|
+
/* Evening Horizon theme */
|
|
4
|
+
/* ======================================================================== */
|
|
5
|
+
|
|
6
|
+
@_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
|
|
7
|
+
|
|
8
|
+
.sapUiLocalBusyIndicatorSizeSection,
|
|
9
|
+
.sapUiLocalBusyIndicatorSizeBig {
|
|
10
|
+
font-size: @_sap_ui_core_LocalBusyIndicator_SizeMedium;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.sapUiLocalBusyIndicatorShowContainer > div.sapUiLocalBusyIndicatorAnimation {
|
|
14
|
+
background-color: var(--sapList_Background);
|
|
15
|
+
box-shadow: var(--sapContent_Shadow2);
|
|
16
|
+
border-radius: var(--sapElement_BorderCornerRadius);
|
|
17
|
+
padding: 1rem 2rem;
|
|
18
|
+
max-width: 15rem;
|
|
19
|
+
/* Centers the busy indicator markers considering the size of the white container */
|
|
20
|
+
left: 50%;
|
|
21
|
+
top: 50%;
|
|
22
|
+
transform: translate(-50%, -50%);
|
|
23
|
+
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2025 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.142.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast black theme library.</documentation>
|
|
12
12
|
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/* ======================================================================== */
|
|
2
|
+
/* CSS for control BusyIndicator implementation of the sap.ui.core.Control */
|
|
3
|
+
/* Horizon High Contrast Black theme */
|
|
4
|
+
/* ======================================================================== */
|
|
5
|
+
|
|
6
|
+
@_sap_ui_core_LocalBusyIndicator_Background: fade(@sapUiHcStandardBackground, 30%);
|
|
7
|
+
@_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
|
|
8
|
+
|
|
9
|
+
.sapUiLocalBusyIndicatorSizeSection,
|
|
10
|
+
.sapUiLocalBusyIndicatorSizeBig {
|
|
11
|
+
font-size: @_sap_ui_core_LocalBusyIndicator_SizeMedium;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.sapUiLocalBusyIndicatorShowContainer > div.sapUiLocalBusyIndicatorAnimation {
|
|
15
|
+
background-color: var(--sapList_Background);
|
|
16
|
+
box-shadow: var(--sapContent_Shadow2);
|
|
17
|
+
border-radius: var(--sapElement_BorderCornerRadius);
|
|
18
|
+
padding: 1rem 2rem;
|
|
19
|
+
max-width: 15rem;
|
|
20
|
+
/* Centers the busy indicator markers considering the size of the white container */
|
|
21
|
+
left: 50%;
|
|
22
|
+
top: 50%;
|
|
23
|
+
transform: translate(-50%, -50%);
|
|
24
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.ui/core/Icon
|
|
3
|
-
/* Horizon High Contrast Black theme
|
|
4
|
-
/*
|
|
1
|
+
/* ================================== */
|
|
2
|
+
/* CSS for control sap.ui/core/Icon */
|
|
3
|
+
/* Horizon High Contrast Black theme */
|
|
4
|
+
/* ================================== */
|
|
5
5
|
|
|
6
6
|
.sapUiIconBGColorContrast {
|
|
7
|
-
color:
|
|
8
|
-
background-color:
|
|
9
|
-
}
|
|
7
|
+
color: var(--sapGroup_ContentBackground);
|
|
8
|
+
background-color: var(--sapContent_ContrastIconColor);
|
|
9
|
+
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2025 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.142.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast white theme library.</documentation>
|
|
12
12
|
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/* ================================================================= */
|
|
2
|
+
/* CSS for BusyIndicator implementation of the sap.ui.core.Control */
|
|
3
|
+
/* Horizon High Contrast White theme */
|
|
4
|
+
/* ================================================================= */
|
|
5
|
+
|
|
6
|
+
@_sap_ui_core_LocalBusyIndicator_Background: fade(@sapUiHcStandardBackground, 30%);
|
|
7
|
+
@_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
|
|
8
|
+
|
|
9
|
+
.sapUiLocalBusyIndicatorSizeSection,
|
|
10
|
+
.sapUiLocalBusyIndicatorSizeBig {
|
|
11
|
+
font-size: @_sap_ui_core_LocalBusyIndicator_SizeMedium;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.sapUiLocalBusyIndicatorShowContainer > div.sapUiLocalBusyIndicatorAnimation {
|
|
15
|
+
background-color: var(--sapList_Background);
|
|
16
|
+
box-shadow: var(--sapContent_Shadow2);
|
|
17
|
+
border-radius: var(--sapElement_BorderCornerRadius);
|
|
18
|
+
padding: 1rem 2rem;
|
|
19
|
+
max-width: 15rem;
|
|
20
|
+
/* Centers the busy indicator markers considering the size of the white container */
|
|
21
|
+
left: 50%;
|
|
22
|
+
top: 50%;
|
|
23
|
+
transform: translate(-50%, -50%);
|
|
24
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.ui/core/Icon
|
|
3
|
-
/* Horizon High Contrast White theme
|
|
4
|
-
/*
|
|
1
|
+
/* ================================== */
|
|
2
|
+
/* CSS for control sap.ui/core/Icon */
|
|
3
|
+
/* Horizon High Contrast White theme */
|
|
4
|
+
/* ================================== */
|
|
5
5
|
|
|
6
6
|
.sapUiIconBGColorContrast {
|
|
7
|
-
color:
|
|
8
|
-
background-color:
|
|
9
|
-
}
|
|
7
|
+
color: var(--sapGroup_ContentBackground);
|
|
8
|
+
background-color: var(--sapContent_ContrastIconColor);
|
|
9
|
+
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/* =============================================== */
|
|
2
|
-
/* CSS for control sap.ui.core/LocalBusyIndicator */
|
|
3
|
-
/* Horizon theme */
|
|
4
|
-
/* =============================================== */
|
|
5
|
-
|
|
6
|
-
@_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
|
|
7
|
-
|
|
8
|
-
.sapUiLocalBusyIndicatorSizeSection,
|
|
9
|
-
.sapUiLocalBusyIndicatorSizeBig {
|
|
10
|
-
font-size: @_sap_ui_core_LocalBusyIndicator_SizeMedium;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.sapUiLocalBusyIndicatorShowContainer > div.sapUiLocalBusyIndicatorAnimation {
|
|
14
|
-
background-color: @sapList_Background;
|
|
15
|
-
box-shadow: @sapContent_Shadow2;
|
|
16
|
-
border-radius: @sapElement_BorderCornerRadius;
|
|
17
|
-
padding: 1rem 2rem;
|
|
18
|
-
max-width: 15rem;
|
|
19
|
-
/* Centers the busy indicator markers considering the size of the white container */
|
|
20
|
-
left: 50%;
|
|
21
|
-
top: 50%;
|
|
22
|
-
transform: translate(-50%, -50%);
|
|
23
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/* =============================================== */
|
|
2
|
-
/* CSS for control sap.ui.core/LocalBusyIndicator */
|
|
3
|
-
/* Evening Horizon theme */
|
|
4
|
-
/* =============================================== */
|
|
5
|
-
|
|
6
|
-
@_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
|
|
7
|
-
|
|
8
|
-
.sapUiLocalBusyIndicatorSizeSection,
|
|
9
|
-
.sapUiLocalBusyIndicatorSizeBig {
|
|
10
|
-
font-size: @_sap_ui_core_LocalBusyIndicator_SizeMedium;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.sapUiLocalBusyIndicatorShowContainer > div.sapUiLocalBusyIndicatorAnimation {
|
|
14
|
-
background-color: @sapList_Background;
|
|
15
|
-
box-shadow: @sapContent_Shadow2;
|
|
16
|
-
border-radius: @sapElement_BorderCornerRadius;
|
|
17
|
-
padding: 1rem 2rem;
|
|
18
|
-
max-width: 15rem;
|
|
19
|
-
/* Centers the busy indicator markers considering the size of the white container */
|
|
20
|
-
left: 50%;
|
|
21
|
-
top: 50%;
|
|
22
|
-
transform: translate(-50%, -50%);
|
|
23
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/* =============================================== */
|
|
2
|
-
/* CSS for control sap.ui/core/LocalBusyIndicator */
|
|
3
|
-
/* Horizon High Contrast Black theme */
|
|
4
|
-
/* =============================================== */
|
|
5
|
-
|
|
6
|
-
@_sap_ui_core_LocalBusyIndicator_Background: fade(@sapUiHcStandardBackground, 30%);
|
|
7
|
-
@_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
|
|
8
|
-
|
|
9
|
-
.sapUiLocalBusyIndicatorSizeSection,
|
|
10
|
-
.sapUiLocalBusyIndicatorSizeBig {
|
|
11
|
-
font-size: @_sap_ui_core_LocalBusyIndicator_SizeMedium;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.sapUiLocalBusyIndicatorShowContainer>div.sapUiLocalBusyIndicatorAnimation {
|
|
15
|
-
background-color: @sapList_Background;
|
|
16
|
-
box-shadow: @sapContent_Shadow2;
|
|
17
|
-
border-radius: @sapElement_BorderCornerRadius;
|
|
18
|
-
padding: 1rem 2rem;
|
|
19
|
-
max-width: 15rem;
|
|
20
|
-
/* Centers the busy indicator markers considering the size of the white container */
|
|
21
|
-
left: 50%;
|
|
22
|
-
top: 50%;
|
|
23
|
-
transform: translate(-50%, -50%);
|
|
24
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/* =============================================== */
|
|
2
|
-
/* CSS for control sap.ui.core/LocalBusyIndicator */
|
|
3
|
-
/* Horizon High Contrast White theme */
|
|
4
|
-
/* =============================================== */
|
|
5
|
-
|
|
6
|
-
@_sap_ui_core_LocalBusyIndicator_Background: fade(@sapUiHcStandardBackground, 30%);
|
|
7
|
-
@_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
|
|
8
|
-
|
|
9
|
-
.sapUiLocalBusyIndicatorSizeSection,
|
|
10
|
-
.sapUiLocalBusyIndicatorSizeBig {
|
|
11
|
-
font-size: @_sap_ui_core_LocalBusyIndicator_SizeMedium;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.sapUiLocalBusyIndicatorShowContainer>div.sapUiLocalBusyIndicatorAnimation {
|
|
15
|
-
background-color: @sapList_Background;
|
|
16
|
-
box-shadow: @sapContent_Shadow2;
|
|
17
|
-
border-radius: @sapElement_BorderCornerRadius;
|
|
18
|
-
padding: 1rem 2rem;
|
|
19
|
-
max-width: 15rem;
|
|
20
|
-
/* Centers the busy indicator markers considering the size of the white container */
|
|
21
|
-
left: 50%;
|
|
22
|
-
top: 50%;
|
|
23
|
-
transform: translate(-50%, -50%);
|
|
24
|
-
}
|