@openui5/sap.ui.ux3 1.125.0 → 1.126.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 +4 -4
- package/THIRDPARTY.txt +6 -6
- package/package.json +4 -4
- package/src/sap/ui/ux3/.library +1 -1
- package/src/sap/ui/ux3/ActionBar.js +1 -1
- package/src/sap/ui/ux3/Collection.js +1 -1
- package/src/sap/ui/ux3/CollectionInspector.js +1 -1
- package/src/sap/ui/ux3/DataSet.js +1 -1
- package/src/sap/ui/ux3/DataSetItem.js +1 -1
- package/src/sap/ui/ux3/DataSetSimpleView.js +1 -1
- package/src/sap/ui/ux3/Exact.js +1 -1
- package/src/sap/ui/ux3/ExactArea.js +1 -1
- package/src/sap/ui/ux3/ExactAttribute.js +1 -1
- package/src/sap/ui/ux3/ExactBrowser.js +1 -1
- package/src/sap/ui/ux3/ExactList.js +1 -1
- package/src/sap/ui/ux3/FacetFilter.js +1 -1
- package/src/sap/ui/ux3/FacetFilterList.js +1 -1
- package/src/sap/ui/ux3/Feed.js +1 -1
- package/src/sap/ui/ux3/FeedChunk.js +1 -1
- package/src/sap/ui/ux3/Feeder.js +1 -1
- package/src/sap/ui/ux3/NavigationBar.js +1 -1
- package/src/sap/ui/ux3/NavigationItem.js +1 -1
- package/src/sap/ui/ux3/NotificationBar.js +1 -1
- package/src/sap/ui/ux3/Notifier.js +1 -1
- package/src/sap/ui/ux3/Overlay.js +1 -1
- package/src/sap/ui/ux3/OverlayContainer.js +1 -1
- package/src/sap/ui/ux3/OverlayDialog.js +1 -1
- package/src/sap/ui/ux3/QuickView.js +1 -1
- package/src/sap/ui/ux3/Shell.js +1 -1
- package/src/sap/ui/ux3/ThingAction.js +1 -1
- package/src/sap/ui/ux3/ThingGroup.js +1 -1
- package/src/sap/ui/ux3/ThingInspector.js +1 -1
- package/src/sap/ui/ux3/ThingViewer.js +1 -1
- package/src/sap/ui/ux3/ToolPopup.js +1 -1
- package/src/sap/ui/ux3/library.js +2 -2
- package/src/sap/ui/ux3/themes/sap_hcb/base_ActionBar.less +307 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_CollectionInspector.less +190 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_DataSet.less +28 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_DataSetSimpleView.less +29 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_Exact.less +20 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_ExactArea.less +30 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_ExactBrowser.less +40 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_ExactList.less +400 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_FacetFilter.less +10 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_FacetFilterList.less +47 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_Feed.less +28 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_FeedChunk.less +117 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_Feeder.less +74 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_NavigationBar.less +224 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_NotificationBar.less +374 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_Overlay.less +75 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_OverlayContainer.less +20 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_OverlayDialog.less +24 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_QuickView.less +55 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_Shell.less +611 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_ShellColorPicker.less +40 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_ShellPersonalization.less +20 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_ThingInspector.less +269 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_ThingViewer.less +290 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_ToolPopup.less +118 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_shared.less +1 -0
- package/src/sap/ui/ux3/themes/sap_hcb/library.source.less +38 -1
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
/* ================================================ */
|
|
2
|
+
/* CSS for control sap.ui.ux3/NavigationBar.control */
|
|
3
|
+
/* ================================================ */
|
|
4
|
+
|
|
5
|
+
.sapUiUx3NavBar {
|
|
6
|
+
display: block;
|
|
7
|
+
border-bottom: 2px solid @sapUiMediumBorder;
|
|
8
|
+
width: 100%;
|
|
9
|
+
height: 27px;
|
|
10
|
+
position: relative;
|
|
11
|
+
-moz-user-select: none;
|
|
12
|
+
-webkit-user-select: none;
|
|
13
|
+
user-select: none;
|
|
14
|
+
overflow: hidden;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.sapUiUx3NavBarUpperCaseText {
|
|
18
|
+
text-transform: uppercase;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.sapUiUx3NavBar.sapUiUx3NavBarToplevel {
|
|
22
|
+
height: 50px;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.sapUiUx3NavBarList {
|
|
26
|
+
margin: 0;
|
|
27
|
+
padding: 0;
|
|
28
|
+
display: inline-block;
|
|
29
|
+
position: absolute;
|
|
30
|
+
left: 0;
|
|
31
|
+
right: 6px;
|
|
32
|
+
height: 27px;
|
|
33
|
+
overflow: hidden;
|
|
34
|
+
white-space: nowrap;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.sapUiUx3NavBarScrollForward > .sapUiUx3NavBarList {
|
|
38
|
+
right: 56px;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.sapUiUx3NavBarScrollBack > .sapUiUx3NavBarList {
|
|
42
|
+
right: 56px;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.sapUiUx3NavBarToplevel > .sapUiUx3NavBarList {
|
|
46
|
+
height: 45px;
|
|
47
|
+
top: 5px;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.sapUiUx3NavBarList > li {
|
|
51
|
+
display: inline-block;
|
|
52
|
+
/*max-width: 300px;
|
|
53
|
+
overflow: hidden;
|
|
54
|
+
text-overflow: ellipsis;*/
|
|
55
|
+
color: @sapUiBaseText;
|
|
56
|
+
font-weight: bold;
|
|
57
|
+
line-height: 25px;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.sapUiUx3NavBarItem {
|
|
61
|
+
display: inline;
|
|
62
|
+
margin: 0 2px;
|
|
63
|
+
font-weight: bold;
|
|
64
|
+
cursor: pointer;
|
|
65
|
+
font-size: 14px;
|
|
66
|
+
padding: 3px 9px 7px;
|
|
67
|
+
color: @sapUiBaseText;
|
|
68
|
+
text-decoration: none;
|
|
69
|
+
-webkit-transition-property: color, font-size, padding;
|
|
70
|
+
-webkit-transition-duration: 0.3s;
|
|
71
|
+
transition-property: color, font-size, padding;
|
|
72
|
+
transition-duration: 0.3s;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.sapUiUx3NavBarToplevel .sapUiUx3NavBarItem {
|
|
76
|
+
font-size: 15px;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.sapUiUx3NavBarItemSel > a {
|
|
80
|
+
font-size: 16px;
|
|
81
|
+
padding: 0 9px 0;
|
|
82
|
+
-webkit-transition-property: color, font-size, padding;
|
|
83
|
+
-webkit-transition-duration: 0.3s;
|
|
84
|
+
transition-property: color, font-size, padding;
|
|
85
|
+
transition-duration: 0.3s;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.sapUiUx3NavBarDummyItem { /* must maintain the same height as a selected item, so the baseline does not jump during animations */
|
|
89
|
+
width: 0;
|
|
90
|
+
font-size: 16px;
|
|
91
|
+
padding: 0 1px 4px 0;
|
|
92
|
+
margin: 0;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.sapUiUx3NavBarToplevel .sapUiUx3NavBarItemSel > a {
|
|
96
|
+
font-size: 30px;
|
|
97
|
+
color: white;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.sapUiUx3NavBarToplevel .sapUiUx3NavBarList > li {
|
|
101
|
+
color: white;
|
|
102
|
+
line-height: 36px;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.sapUiUx3NavBarToplevel .sapUiUx3NavBarDummyItem {
|
|
106
|
+
font-size: 38px;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
html[data-sap-ui-browser*="ie"] .sapUiUx3NavBarItem {
|
|
110
|
+
padding-bottom: 6px;
|
|
111
|
+
}
|
|
112
|
+
html[data-sap-ui-browser*="ie"] .sapUiUx3NavBarItemSel > a {
|
|
113
|
+
padding-bottom: 5px;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.sapUiUx3NavBarItem:focus {
|
|
117
|
+
outline-offset: -2px;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.sapUiUx3NavBarArrow {
|
|
121
|
+
display: block;
|
|
122
|
+
border-color: @sapUiText transparent @sapUiMediumBorder;
|
|
123
|
+
border-style: none solid solid;
|
|
124
|
+
border-width: medium 5px 5px;
|
|
125
|
+
position: absolute;
|
|
126
|
+
bottom: 0;
|
|
127
|
+
left: -100px; /* park position outside visible area; far enough to make the slide-in animation fast */
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.sapUiUx3NavBarArrow:nth-child(3) {
|
|
131
|
+
display: none; /* do not display arrow when there is only one item (plus dummy) */
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.sapUiUx3NavBarToplevel .sapUiUx3NavBarArrow:nth-child(3) {
|
|
135
|
+
display: block; /* display arrow in toplevel NavigationBar */
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.sapUiUx3NavBarToplevel .sapUiUx3NavBarArrow {
|
|
139
|
+
border-width: 0 7px 7px;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.sapUiUx3NavBarBack,
|
|
143
|
+
.sapUiUx3NavBarForward {
|
|
144
|
+
position: absolute;
|
|
145
|
+
top: 2px;
|
|
146
|
+
display: inline-block;
|
|
147
|
+
font-size: 14px;
|
|
148
|
+
font-weight: bold;
|
|
149
|
+
padding: 2px;
|
|
150
|
+
overflow: hidden;
|
|
151
|
+
width: 20px;
|
|
152
|
+
height: 16px;
|
|
153
|
+
background-repeat: no-repeat;
|
|
154
|
+
background-position: center center;
|
|
155
|
+
text-decoration: none;
|
|
156
|
+
display: none;
|
|
157
|
+
opacity: 0.5;
|
|
158
|
+
filter: alpha(opacity=50);
|
|
159
|
+
cursor: default;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.sapUiUx3NavBarOverflowBtn {
|
|
163
|
+
position: absolute;
|
|
164
|
+
display: none;
|
|
165
|
+
font-size: 14px;
|
|
166
|
+
font-weight: bold;
|
|
167
|
+
text-align: center;
|
|
168
|
+
color: @sapUiBaseText;
|
|
169
|
+
cursor: pointer;
|
|
170
|
+
width: 16px;
|
|
171
|
+
height: 16px;
|
|
172
|
+
padding: 2px;
|
|
173
|
+
right: 0;
|
|
174
|
+
top: 2px;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.sapUiUx3NavBarToplevel > .sapUiUx3NavBarOverflowBtn {
|
|
178
|
+
top: 20px;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.sapUiUx3NavBarToplevel > .sapUiUx3NavBarBack,
|
|
182
|
+
.sapUiUx3NavBarToplevel > .sapUiUx3NavBarForward {
|
|
183
|
+
top: 20px;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
.sapUiUx3NavBarScrollBack .sapUiUx3NavBarOverflowBtn,
|
|
188
|
+
.sapUiUx3NavBarScrollForward .sapUiUx3NavBarOverflowBtn {
|
|
189
|
+
display: inline-block;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.sapUiUx3NavBarBack {
|
|
193
|
+
right: 50px;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.sapUiUx3NavBarForward {
|
|
197
|
+
right: 26px;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.sapUiUx3NavBarScrollBack .sapUiUx3NavBarOverflowBtn,
|
|
201
|
+
.sapUiUx3NavBarScrollForward .sapUiUx3NavBarOverflowBtn {
|
|
202
|
+
display: inline-block;
|
|
203
|
+
right: 2px;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.sapUiUx3NavBarScrollBack > .sapUiUx3NavBarList,
|
|
207
|
+
.sapUiUx3NavBarScrollForward > .sapUiUx3NavBarList {
|
|
208
|
+
right: 76px;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
.sapUiUx3NavBarScrollBack > .sapUiUx3NavBarBack,
|
|
213
|
+
.sapUiUx3NavBarScrollForward > .sapUiUx3NavBarBack,
|
|
214
|
+
.sapUiUx3NavBarScrollBack > .sapUiUx3NavBarForward,
|
|
215
|
+
.sapUiUx3NavBarScrollForward > .sapUiUx3NavBarForward { /* make arrows visible as soon as scrolling is possible */
|
|
216
|
+
display: block;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.sapUiUx3NavBarScrollBack > .sapUiUx3NavBarBack,
|
|
220
|
+
.sapUiUx3NavBarScrollForward > .sapUiUx3NavBarForward { /* enable arrow when scrolling in its direction is possible */
|
|
221
|
+
opacity: 1;
|
|
222
|
+
filter: none;
|
|
223
|
+
cursor: pointer;
|
|
224
|
+
}
|
|
@@ -0,0 +1,374 @@
|
|
|
1
|
+
/* ================================================== */
|
|
2
|
+
/* CSS for control sap.ui.ux3/NotificationBar.control */
|
|
3
|
+
/* Base */
|
|
4
|
+
/* ================================================== */
|
|
5
|
+
|
|
6
|
+
.sapUiNotificationBar {
|
|
7
|
+
box-sizing: border-box;
|
|
8
|
+
position: fixed;
|
|
9
|
+
bottom: 0;
|
|
10
|
+
left: 0;
|
|
11
|
+
right: 0;
|
|
12
|
+
height: @sapUiNotificationBarHeight;
|
|
13
|
+
width: inherit;
|
|
14
|
+
background-color: @sapUiNotificationBarBG;
|
|
15
|
+
box-shadow: none;
|
|
16
|
+
padding: 0 15px 0px 6px;
|
|
17
|
+
border-top-left-radius: 6px;
|
|
18
|
+
border-top-right-radius: 6px;
|
|
19
|
+
/* while there is no drag&drop the cursor should be default */
|
|
20
|
+
/*cursor: move;*/
|
|
21
|
+
-webkit-user-select: none;
|
|
22
|
+
-moz-user-select: none;
|
|
23
|
+
-ms-user-select: none;
|
|
24
|
+
user-select: none;
|
|
25
|
+
outline: none;
|
|
26
|
+
z-index: 2; /* needed when the NotiBar has to cover the Table's row headers */
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.sapUiNotificationBarMaximized {
|
|
30
|
+
/* height needs to be calculated corresponding to current window height */
|
|
31
|
+
/*height: @sapUiNotificationBarHeightMaximized;*/
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.sapUiNotificationBarMinimized {
|
|
35
|
+
height: @sapUiNotificationBarHeightMinimized;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.sapUiNotiHover {
|
|
39
|
+
position: absolute;
|
|
40
|
+
height: @sapUiNotificationBarHeight;
|
|
41
|
+
/* IE workaround to detect bar hovering in Min mode */
|
|
42
|
+
background-color: inherit;
|
|
43
|
+
opacity: 0;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.sapUiNotiHover:hover .sapUiBarToggle,
|
|
47
|
+
.sapUiNotiHover:hover + .sapUiBarToggle,
|
|
48
|
+
.sapUiNotificationBar:hover .sapUiBarToggle {
|
|
49
|
+
display: block;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.sapUiBarToggle {
|
|
53
|
+
display: none;
|
|
54
|
+
box-sizing: border-box;
|
|
55
|
+
position: absolute;
|
|
56
|
+
height: 16px;
|
|
57
|
+
width: 40px;
|
|
58
|
+
padding: 0 8px;
|
|
59
|
+
margin-left: -16px;
|
|
60
|
+
top: -16px;
|
|
61
|
+
left: 50%;
|
|
62
|
+
overflow: hidden;
|
|
63
|
+
bottom: 0;
|
|
64
|
+
border-top-left-radius: 3px;
|
|
65
|
+
border-top-right-radius: 3px;
|
|
66
|
+
background-color: @sapUiNotificationBarBG;
|
|
67
|
+
cursor: pointer;
|
|
68
|
+
-webkit-transition: all 0.2s linear;
|
|
69
|
+
transition: all 0.2s linear;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.sapUiBarToggle.sapUiBarToggleWide {
|
|
73
|
+
width: 66px;
|
|
74
|
+
left: 48%;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.sapUiBarToggleItem {
|
|
78
|
+
width: 24px;
|
|
79
|
+
display: inline-block;
|
|
80
|
+
background-repeat: no-repeat;
|
|
81
|
+
height: 16px;
|
|
82
|
+
background-position: center center;
|
|
83
|
+
font-family: 'SAP-icons';
|
|
84
|
+
color: white;
|
|
85
|
+
font-size: 16px;
|
|
86
|
+
opacity: 0.5;
|
|
87
|
+
text-align: center;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.sapUiBarToggleItem:hover,
|
|
91
|
+
.sapUiBarToggleItem:active {
|
|
92
|
+
background-color: @sapUiNotifierHoverColor;
|
|
93
|
+
opacity: 1;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/* Enlarge Arrow */
|
|
97
|
+
.sapUiBarToggleArrowUp::before {
|
|
98
|
+
content: "\e200";
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
/* Minimize Arrow */
|
|
102
|
+
.sapUiBarToggleArrowDown::before {
|
|
103
|
+
content: "\e1f9";
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
/* BarUp */
|
|
107
|
+
.sapUiBarToggleBarUp::before {
|
|
108
|
+
content: "\e1e9";
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
/* BarDown */
|
|
112
|
+
.sapUiBarToggleBarDown::before {
|
|
113
|
+
content: "\e1ea";
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.sapUiBarToggleArrowUp.sapUiBarToggleHide {
|
|
117
|
+
display: none;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.sapUiBarToggleArrowDown.sapUiBarToggleHide {
|
|
121
|
+
display: none;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.sapUiBarToggleBarUp.sapUiBarToggleHide {
|
|
125
|
+
display: none;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.sapUiBarToggleBarDown.sapUiBarToggleHide {
|
|
129
|
+
display: none;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.sapUiNotifiers {
|
|
133
|
+
padding: 0px;
|
|
134
|
+
margin: 0px;
|
|
135
|
+
height: inherit;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.sapUiNotifier {
|
|
139
|
+
/* this is needed to show the Notifier's icon on tablets. Otherwise the icon would be only visible if
|
|
140
|
+
the windows i.e. */
|
|
141
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
142
|
+
display: inline-block;
|
|
143
|
+
position: relative;
|
|
144
|
+
font-size: 12px;
|
|
145
|
+
cursor: pointer;
|
|
146
|
+
background-repeat: no-repeat;
|
|
147
|
+
background-position: 8px;
|
|
148
|
+
width: @sapUiNotifierWidth;
|
|
149
|
+
height: @sapUiNotifierWidth;
|
|
150
|
+
margin: 0;
|
|
151
|
+
padding: 0;
|
|
152
|
+
vertical-align: top;
|
|
153
|
+
outline: none;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.sapUiNotifier:hover,
|
|
157
|
+
.sapUiNotifier:focus {
|
|
158
|
+
background-color: @sapUiNotifierHoverColor;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.sapUiNotifier img, .sapUiNotifier .sapUiIcon {
|
|
162
|
+
position: relative;
|
|
163
|
+
top: 8px;
|
|
164
|
+
left: 8px;
|
|
165
|
+
opacity: 0.75;
|
|
166
|
+
font-size: 22px;
|
|
167
|
+
cursor: pointer;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.sapUiNotifier:hover img, .sapUiNotifier:hover .sapUiIcon {
|
|
171
|
+
opacity: 1;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.sapUiNotifierSeparator {
|
|
175
|
+
.sapUiNotifier;
|
|
176
|
+
background-color: @sapUiNotifierSeparator;
|
|
177
|
+
height: 24px;
|
|
178
|
+
width: @sapUiNotifierSeparatorWidth;
|
|
179
|
+
margin: 8px 0 0 0;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.sapUiNotifierCallout {
|
|
183
|
+
position: fixed;
|
|
184
|
+
background-color: @sapUiNotificationBarBG;
|
|
185
|
+
border: 4px solid @sapUiNotificationBarCalloutBorder;
|
|
186
|
+
width: 250px;
|
|
187
|
+
max-width: 250px;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
html[dir=rtl] .sapUiNotifierCallout {
|
|
191
|
+
max-width: 250px;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.sapUiNotifierCallout > .sapUiCltBaseCont {
|
|
195
|
+
background-color: transparent;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.sapUiNotifierCallout .sapUiCltArr.sapUiCltBaseArr {
|
|
199
|
+
position: absolute;
|
|
200
|
+
-webkit-transform: rotate(0deg);
|
|
201
|
+
transform: rotate(0deg);
|
|
202
|
+
background-color: transparent;
|
|
203
|
+
/* currently the values must be defined separately to ensure the generating of the CSS-file */
|
|
204
|
+
/*border-color: rgba(44, 44, 44, 0.92) transparent transparent transparent;*/
|
|
205
|
+
border-top-color: @sapUiNotificationBarCalloutArr;
|
|
206
|
+
/*border-top-color: @sapUiNotificationBarBG;*/
|
|
207
|
+
border-left-color: transparent;
|
|
208
|
+
border-right-color: transparent;
|
|
209
|
+
border-bottom-color: transparent;
|
|
210
|
+
border-style: solid;
|
|
211
|
+
border-width: 10px;
|
|
212
|
+
height: 0;
|
|
213
|
+
width: 0;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.sapUiNotifierContainers {
|
|
217
|
+
max-height: @sapUiNotificationBarHeightMaximized;
|
|
218
|
+
overflow: auto;
|
|
219
|
+
overflow-x: hidden;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.sapUiNotifierContainer {
|
|
223
|
+
margin: 0px 0px;
|
|
224
|
+
display: inline;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.sapUiNotifierContent {
|
|
228
|
+
overflow: auto;
|
|
229
|
+
overflow-x: hidden;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.sapUiNotifierTitle {
|
|
233
|
+
background-color: transparent;
|
|
234
|
+
color: white;
|
|
235
|
+
margin: 5px 0px;
|
|
236
|
+
font-size: 14px;
|
|
237
|
+
font-weight: bold;
|
|
238
|
+
width: 100%;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.sapUiNotifierMessage {
|
|
242
|
+
min-height: 35px;
|
|
243
|
+
background: transparent;
|
|
244
|
+
padding: 5px 5px;
|
|
245
|
+
outline: none;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.sapUiNotifierSelectable .sapUiNotifierMessage {
|
|
249
|
+
cursor: pointer;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.sapUiNotifierSelectable .sapUiNotifierMessage.sapUiNotifierMessageReadOnly {
|
|
253
|
+
cursor: default;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.sapUiNotifierMessage:hover,
|
|
257
|
+
.sapUiNotifierMessage:focus {
|
|
258
|
+
background-color: @sapUiNotifierHoverColor;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.sapUiNotificationMessageItem {
|
|
262
|
+
max-height: 40px;
|
|
263
|
+
margin: 0;
|
|
264
|
+
padding: 0;
|
|
265
|
+
color: white;
|
|
266
|
+
padding-left: 12px;
|
|
267
|
+
padding-top: 2px;
|
|
268
|
+
white-space: normal;
|
|
269
|
+
vertical-align: top;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.sapUiNotificationBarCltSep {
|
|
273
|
+
background-color: @sapUiNotifierSeparator;
|
|
274
|
+
height: 1px;
|
|
275
|
+
margin: 0px;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
li.sapUiNotificationMessageItem {
|
|
279
|
+
max-height: 40px;
|
|
280
|
+
display: table-cell;
|
|
281
|
+
position: relative;
|
|
282
|
+
width: 100%;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
li.sapUiInPlaceMessage {
|
|
286
|
+
display: inline-block;
|
|
287
|
+
height: 100%;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
li.sapUiInPlaceMessage div.sapUiNotifierMessageText {
|
|
291
|
+
margin-top: 2px;
|
|
292
|
+
font-size: 12px;
|
|
293
|
+
overflow: hidden;
|
|
294
|
+
max-height: 12px;
|
|
295
|
+
padding-bottom: 2px;
|
|
296
|
+
white-space: nowrap;
|
|
297
|
+
outline: none;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
li.sapUiInPlaceMessage > div.sapUiNotifierMessageText:focus {
|
|
301
|
+
background-color: @sapUiNotifierHoverColor;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
/* Only if there is an event handler show the messages as clickable */
|
|
305
|
+
.sapUiInPlaceMessageSelectable:hover,
|
|
306
|
+
.sapUiInPlaceMessageSelectable:active {
|
|
307
|
+
text-decoration: underline;
|
|
308
|
+
cursor: pointer;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.sapUiNotifierMessageIcon {
|
|
312
|
+
height: 32px;
|
|
313
|
+
max-height: 32px;
|
|
314
|
+
float: left;
|
|
315
|
+
background: transparent;
|
|
316
|
+
margin-right: 8px;
|
|
317
|
+
padding-bottom: 10px;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
.sapUiNotifierMessageText {
|
|
321
|
+
color: @sapUiNotificationText;
|
|
322
|
+
background: transparent;
|
|
323
|
+
text-overflow: ellipsis;
|
|
324
|
+
max-height: 30px;
|
|
325
|
+
overflow: hidden;
|
|
326
|
+
-webkit-user-select: text;
|
|
327
|
+
-moz-user-select: text;
|
|
328
|
+
-ms-user-select: text;
|
|
329
|
+
user-select: text;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.sapUiNotifierMessageTimestamp {
|
|
333
|
+
margin-top: 2px;
|
|
334
|
+
color: @sapUiNotificationTimestamp;
|
|
335
|
+
font-size: 11px;
|
|
336
|
+
font-weight: normal;
|
|
337
|
+
line-height: 1.3;
|
|
338
|
+
background: transparent;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.sapUiNotifierMessageCount {
|
|
342
|
+
right: 4px;
|
|
343
|
+
top: 4px;
|
|
344
|
+
position: absolute;
|
|
345
|
+
box-sizing: border-box;
|
|
346
|
+
background-color: @sapUiHighlight;
|
|
347
|
+
border: 1px solid @sapUiWhiteBG;
|
|
348
|
+
padding: 0 3px;
|
|
349
|
+
border-radius: 7px;
|
|
350
|
+
font-size: 11px;
|
|
351
|
+
font-weight: bold;
|
|
352
|
+
line-height: 12px;
|
|
353
|
+
color: @sapUiTextInverted;
|
|
354
|
+
vertical-align: middle;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
/* Waiting for UX's answer if a Warning/Information parameter will be provided */
|
|
358
|
+
.sapUiNotifierMessageCount.sapUiMessage,
|
|
359
|
+
.sapUiNotifierMessageCount.sapUiMessage.sapUiMessageInformation {
|
|
360
|
+
background-color: @sapUiBlue;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.sapUiNotifierMessageCount.sapUiMessage.sapUiMessageSuccess {
|
|
364
|
+
background-color: @sapUiButtonAcceptBackground;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.sapUiNotifierMessageCount.sapUiMessage.sapUiMessageWarning {
|
|
368
|
+
background-color: lighten(@sapUiWarningBorder, 20%);
|
|
369
|
+
color: @sapUiDeepText;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.sapUiNotifierMessageCount.sapUiMessage.sapUiMessageError {
|
|
373
|
+
background-color: @sapUiErrorBorder;
|
|
374
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
/* ========================================== */
|
|
2
|
+
/* CSS for control sap.ui.ux3/Overlay.control */
|
|
3
|
+
/* ========================================== */
|
|
4
|
+
|
|
5
|
+
.sapUiUx3Overlay {
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.sapUiUx3OverlayOverlay {
|
|
9
|
+
color: @sapUiBaseText;
|
|
10
|
+
background-color: @sapUiWhiteBG;
|
|
11
|
+
position: absolute;
|
|
12
|
+
top: 0;
|
|
13
|
+
left: 0;
|
|
14
|
+
bottom: 0;
|
|
15
|
+
right: 0;
|
|
16
|
+
opacity: .93;
|
|
17
|
+
border: 1px solid @sapUiDarkLine;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.sapUiUx3OverlayCloseButton {
|
|
21
|
+
background: url("../base/img/close.png");
|
|
22
|
+
position: absolute;
|
|
23
|
+
right: 20px;
|
|
24
|
+
top: 20px;
|
|
25
|
+
height: 22px;
|
|
26
|
+
width: 22px;
|
|
27
|
+
cursor: pointer;
|
|
28
|
+
z-index: 99;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.sapUiUx3OverlayCloseButton:hover {
|
|
32
|
+
background: url("../base/img/close_hover.png");
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.sapUiUx3OverlayCloseButton:focus {
|
|
36
|
+
background: url("../base/img/close_hover.png");
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.sapUiUx3OverlayOpenButton {
|
|
40
|
+
background: url("../base/img/open_in_new_window_hover.png");
|
|
41
|
+
background-repeat: no-repeat;
|
|
42
|
+
background-position: right center;
|
|
43
|
+
padding-right:22px;
|
|
44
|
+
color: @sapUiTextSelection;
|
|
45
|
+
font-weight: bold;
|
|
46
|
+
position: absolute;
|
|
47
|
+
right: 50px;
|
|
48
|
+
top: 5px;
|
|
49
|
+
display: inline-block;
|
|
50
|
+
height: 16px;
|
|
51
|
+
cursor: pointer;
|
|
52
|
+
padding-top: 2px;
|
|
53
|
+
padding-bottom: 2px;
|
|
54
|
+
padding-left: 5px;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.sapUiUx3OverlayOpenButton:hover {
|
|
58
|
+
background-color: @sapUiHighlight;
|
|
59
|
+
background-repeat: no-repeat;
|
|
60
|
+
background-position: right center;
|
|
61
|
+
padding-right:22px;
|
|
62
|
+
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.sapUiUx3OverlayOpenButton:focus {
|
|
66
|
+
background-color: @sapUiHighlight;
|
|
67
|
+
background-repeat: no-repeat;
|
|
68
|
+
background-position: right center;
|
|
69
|
+
padding-right:22px;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.sapUiUx3OverlayFocusDummyPane {
|
|
73
|
+
width:0;
|
|
74
|
+
height:0;
|
|
75
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/* =================================================== */
|
|
2
|
+
/* CSS for control sap.ui.ux3/OverlayContainer.control */
|
|
3
|
+
/* =================================================== */
|
|
4
|
+
|
|
5
|
+
.sapUiUx3OC {
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.sapUiUx3OCOverlay {
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.sapUiUx3OCContent {
|
|
12
|
+
background-color: @sapUiWhiteBG;
|
|
13
|
+
position: absolute;
|
|
14
|
+
top: 29px;
|
|
15
|
+
left: 29px;
|
|
16
|
+
bottom: 29px;
|
|
17
|
+
right: 29px;
|
|
18
|
+
opacity: 1;
|
|
19
|
+
padding: 0;
|
|
20
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
|
|
2
|
+
/* ============================================= */
|
|
3
|
+
/* CSS for control sap.ui.ux3/OverlayDialog.control */
|
|
4
|
+
/* ============================================= */
|
|
5
|
+
|
|
6
|
+
.sapUiUx3OD {
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.sapUiUx3ODOverlay {
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.sapUiUx3ODContent {
|
|
13
|
+
background-color: @sapUiWhiteBG;
|
|
14
|
+
position: absolute;
|
|
15
|
+
overflow: auto;
|
|
16
|
+
display: inline-block;
|
|
17
|
+
top: auto;
|
|
18
|
+
left: auto;
|
|
19
|
+
bottom: auto;
|
|
20
|
+
right: auto;
|
|
21
|
+
box-shadow: 0 4px 17px rgba(0, 0, 0, 0.4);
|
|
22
|
+
opacity: 1;
|
|
23
|
+
padding: 0px;
|
|
24
|
+
}
|