@openui5/sap.ui.documentation 1.125.0 → 1.126.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 +4 -4
- package/THIRDPARTY.txt +6 -6
- package/package.json +7 -7
- package/src/sap/ui/documentation/.library +7 -7
- package/src/sap/ui/documentation/library.js +2 -2
- package/src/sap/ui/documentation/messagebundle_ar.properties +2 -2
- package/src/sap/ui/documentation/sdk/Component.js +18 -14
- package/src/sap/ui/documentation/sdk/blocks/IndexEntry.js +1 -4
- package/src/sap/ui/documentation/sdk/blocks/IndexEntry.view.xml +1 -1
- package/src/sap/ui/documentation/sdk/blocks/IndexEntryController.controller.js +15 -0
- package/src/sap/ui/documentation/sdk/controller/ApiDetailIndexDeprecatedExperimental.controller.js +7 -6
- package/src/sap/ui/documentation/sdk/controller/ApiMaster.controller.js +17 -9
- package/src/sap/ui/documentation/sdk/controller/App.controller.js +1 -0
- package/src/sap/ui/documentation/sdk/controller/MasterTreeBaseController.js +1 -3
- package/src/sap/ui/documentation/sdk/controller/TopicDetail.controller.js +16 -12
- package/src/sap/ui/documentation/sdk/controller/config/datatable.js +1 -3
- package/src/sap/ui/documentation/sdk/controller/util/XML2JSONUtils.js +1 -1
- package/src/sap/ui/documentation/sdk/css/style.css +4 -0
- package/src/sap/ui/documentation/sdk/manifest.json +1 -1
- package/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/css/buttons.dataTables.css +559 -0
- package/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/css/buttons.jqueryui.css +414 -0
- package/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/js/buttons.colVis.js +261 -0
- package/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/js/buttons.html5.js +1687 -0
- package/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/js/buttons.jqueryui.js +98 -0
- package/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/js/dataTables.buttons.js +2750 -0
- package/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-2.0.1/css/dataTables.jqueryui.css +1636 -0
- package/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-2.0.1/js/dataTables.jqueryui.js +106 -0
- package/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-2.0.1/js/dataTables.js +13429 -0
- package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
- package/src/sap/ui/documentation/sdk/view/ControlsMaster.view.xml +1 -1
- package/src/sap/ui/documentation/sdk/view/Footer.fragment.xml +11 -3
- package/src/sap/ui/documentation/themes/base/Documentation.less +36 -4
- package/src/sap/ui/documentation/themes/sap_belize/library.source.less +7 -7
- package/src/sap/ui/documentation/themes/sap_belize_hcb/library.source.less +7 -7
- package/src/sap/ui/documentation/themes/sap_belize_hcw/library.source.less +7 -7
- package/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-1.4.0/css/buttons.jqueryui.css +0 -218
- package/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-1.4.0/js/buttons.colVis.js +0 -206
- package/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-1.4.0/js/buttons.html5.js +0 -1385
- package/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-1.4.0/js/buttons.jqueryui.js +0 -62
- package/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-1.4.0/js/dataTables.buttons.js +0 -1804
- package/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-1.10.15/css/dataTables.jqueryui.css +0 -482
- package/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-1.10.15/js/dataTables.jqueryui.js +0 -164
- package/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-1.10.15/js/jquery.dataTables.js +0 -15002
package/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/css/buttons.dataTables.css
ADDED
|
@@ -0,0 +1,559 @@
|
|
|
1
|
+
@keyframes dtb-spinner {
|
|
2
|
+
100% {
|
|
3
|
+
transform: rotate(360deg);
|
|
4
|
+
}
|
|
5
|
+
}
|
|
6
|
+
@-o-keyframes dtb-spinner {
|
|
7
|
+
100% {
|
|
8
|
+
-o-transform: rotate(360deg);
|
|
9
|
+
transform: rotate(360deg);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
@-ms-keyframes dtb-spinner {
|
|
13
|
+
100% {
|
|
14
|
+
-ms-transform: rotate(360deg);
|
|
15
|
+
transform: rotate(360deg);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
@-webkit-keyframes dtb-spinner {
|
|
19
|
+
100% {
|
|
20
|
+
-webkit-transform: rotate(360deg);
|
|
21
|
+
transform: rotate(360deg);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
@-moz-keyframes dtb-spinner {
|
|
25
|
+
100% {
|
|
26
|
+
-moz-transform: rotate(360deg);
|
|
27
|
+
transform: rotate(360deg);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
div.dataTables_wrapper {
|
|
31
|
+
position: relative;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
div.dt-buttons {
|
|
35
|
+
position: initial;
|
|
36
|
+
}
|
|
37
|
+
div.dt-buttons .dt-button {
|
|
38
|
+
overflow: hidden;
|
|
39
|
+
text-overflow: ellipsis;
|
|
40
|
+
white-space: nowrap;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
div.dt-button-info {
|
|
44
|
+
position: fixed;
|
|
45
|
+
top: 50%;
|
|
46
|
+
left: 50%;
|
|
47
|
+
width: 400px;
|
|
48
|
+
margin-top: -100px;
|
|
49
|
+
margin-left: -200px;
|
|
50
|
+
background-color: white;
|
|
51
|
+
border-radius: 0.75em;
|
|
52
|
+
box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.8);
|
|
53
|
+
text-align: center;
|
|
54
|
+
z-index: 2003;
|
|
55
|
+
overflow: hidden;
|
|
56
|
+
}
|
|
57
|
+
div.dt-button-info h2 {
|
|
58
|
+
padding: 2rem 2rem 1rem 2rem;
|
|
59
|
+
margin: 0;
|
|
60
|
+
font-weight: normal;
|
|
61
|
+
}
|
|
62
|
+
div.dt-button-info > div {
|
|
63
|
+
padding: 1em 2em 2em 2em;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
div.dtb-popover-close {
|
|
67
|
+
position: absolute;
|
|
68
|
+
top: 6px;
|
|
69
|
+
right: 6px;
|
|
70
|
+
width: 22px;
|
|
71
|
+
height: 22px;
|
|
72
|
+
text-align: center;
|
|
73
|
+
border-radius: 3px;
|
|
74
|
+
cursor: pointer;
|
|
75
|
+
z-index: 2003;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
button.dtb-hide-drop {
|
|
79
|
+
display: none !important;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
div.dt-button-collection-title {
|
|
83
|
+
text-align: center;
|
|
84
|
+
padding: 0.3em 0.5em 0.5em;
|
|
85
|
+
margin-left: 0.5em;
|
|
86
|
+
margin-right: 0.5em;
|
|
87
|
+
font-size: 0.9em;
|
|
88
|
+
white-space: nowrap;
|
|
89
|
+
overflow: hidden;
|
|
90
|
+
text-overflow: ellipsis;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
div.dt-button-collection-title:empty {
|
|
94
|
+
display: none;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
span.dt-button-spacer {
|
|
98
|
+
display: inline-block;
|
|
99
|
+
margin: 0.5em;
|
|
100
|
+
white-space: nowrap;
|
|
101
|
+
}
|
|
102
|
+
span.dt-button-spacer.bar {
|
|
103
|
+
border-left: 1px solid rgba(0, 0, 0, 0.3);
|
|
104
|
+
vertical-align: middle;
|
|
105
|
+
padding-left: 0.5em;
|
|
106
|
+
}
|
|
107
|
+
span.dt-button-spacer.bar:empty {
|
|
108
|
+
height: 1em;
|
|
109
|
+
width: 1px;
|
|
110
|
+
padding-left: 0;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
div.dt-button-collection .dt-button-active {
|
|
114
|
+
padding-right: 3em;
|
|
115
|
+
}
|
|
116
|
+
div.dt-button-collection .dt-button-active:after {
|
|
117
|
+
position: absolute;
|
|
118
|
+
top: 50%;
|
|
119
|
+
margin-top: -10px;
|
|
120
|
+
right: 1em;
|
|
121
|
+
display: inline-block;
|
|
122
|
+
content: "✓";
|
|
123
|
+
color: inherit;
|
|
124
|
+
}
|
|
125
|
+
div.dt-button-collection .dt-button-active.dt-button-split {
|
|
126
|
+
padding-right: 0;
|
|
127
|
+
}
|
|
128
|
+
div.dt-button-collection .dt-button-active.dt-button-split:after {
|
|
129
|
+
display: none;
|
|
130
|
+
}
|
|
131
|
+
div.dt-button-collection .dt-button-active.dt-button-split > *:first-child {
|
|
132
|
+
padding-right: 3em;
|
|
133
|
+
}
|
|
134
|
+
div.dt-button-collection .dt-button-active.dt-button-split > *:first-child:after {
|
|
135
|
+
position: absolute;
|
|
136
|
+
top: 50%;
|
|
137
|
+
margin-top: -10px;
|
|
138
|
+
right: 1em;
|
|
139
|
+
display: inline-block;
|
|
140
|
+
content: "✓";
|
|
141
|
+
color: inherit;
|
|
142
|
+
}
|
|
143
|
+
div.dt-button-collection .dt-button-active-a a {
|
|
144
|
+
padding-right: 3em;
|
|
145
|
+
}
|
|
146
|
+
div.dt-button-collection .dt-button-active-a a:after {
|
|
147
|
+
position: absolute;
|
|
148
|
+
right: 1em;
|
|
149
|
+
display: inline-block;
|
|
150
|
+
content: "✓";
|
|
151
|
+
color: inherit;
|
|
152
|
+
}
|
|
153
|
+
div.dt-button-collection span.dt-button-spacer {
|
|
154
|
+
width: 100%;
|
|
155
|
+
font-size: 0.9em;
|
|
156
|
+
text-align: center;
|
|
157
|
+
margin: 0.5em 0;
|
|
158
|
+
}
|
|
159
|
+
div.dt-button-collection span.dt-button-spacer:empty {
|
|
160
|
+
height: 0;
|
|
161
|
+
width: 100%;
|
|
162
|
+
}
|
|
163
|
+
div.dt-button-collection span.dt-button-spacer.bar {
|
|
164
|
+
border-left: none;
|
|
165
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
166
|
+
padding-left: 0;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
@media print {
|
|
170
|
+
table.dataTable tr > * {
|
|
171
|
+
box-shadow: none !important;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
html.dark div.dt-button-info {
|
|
175
|
+
background-color: var(--dt-html-background);
|
|
176
|
+
border: 1px solid rgba(255, 255, 255, 0.15);
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
div.dt-buttons > .dt-button,
|
|
180
|
+
div.dt-buttons > div.dt-button-split .dt-button {
|
|
181
|
+
position: relative;
|
|
182
|
+
display: inline-block;
|
|
183
|
+
box-sizing: border-box;
|
|
184
|
+
margin-left: 0.167em;
|
|
185
|
+
margin-right: 0.167em;
|
|
186
|
+
margin-bottom: 0.333em;
|
|
187
|
+
padding: 0.5em 1em;
|
|
188
|
+
border: 1px solid rgba(0, 0, 0, 0.3);
|
|
189
|
+
border-radius: 2px;
|
|
190
|
+
cursor: pointer;
|
|
191
|
+
font-size: 0.88em;
|
|
192
|
+
line-height: 1.6em;
|
|
193
|
+
color: inherit;
|
|
194
|
+
white-space: nowrap;
|
|
195
|
+
overflow: hidden;
|
|
196
|
+
background-color: rgba(0, 0, 0, 0.1); /* Fallback */
|
|
197
|
+
background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
|
|
198
|
+
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
|
|
199
|
+
-webkit-user-select: none;
|
|
200
|
+
-moz-user-select: none;
|
|
201
|
+
-ms-user-select: none;
|
|
202
|
+
user-select: none;
|
|
203
|
+
text-decoration: none;
|
|
204
|
+
outline: none;
|
|
205
|
+
text-overflow: ellipsis;
|
|
206
|
+
}
|
|
207
|
+
div.dt-buttons > .dt-button:first-child,
|
|
208
|
+
div.dt-buttons > div.dt-button-split .dt-button:first-child {
|
|
209
|
+
margin-left: 0;
|
|
210
|
+
}
|
|
211
|
+
div.dt-buttons > .dt-button.disabled,
|
|
212
|
+
div.dt-buttons > div.dt-button-split .dt-button.disabled {
|
|
213
|
+
cursor: default;
|
|
214
|
+
opacity: 0.4;
|
|
215
|
+
}
|
|
216
|
+
div.dt-buttons > .dt-button.dt-button-active:not(.disabled),
|
|
217
|
+
div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled) {
|
|
218
|
+
background-color: rgba(0, 0, 0, 0.1); /* Fallback */
|
|
219
|
+
background: linear-gradient(to bottom, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
|
|
220
|
+
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(179, 179, 179, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
|
|
221
|
+
box-shadow: inset 1px 1px 3px #999999;
|
|
222
|
+
}
|
|
223
|
+
div.dt-buttons > .dt-button.dt-button-active:not(.disabled):hover:not(.disabled),
|
|
224
|
+
div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled):hover:not(.disabled) {
|
|
225
|
+
box-shadow: inset 1px 1px 3px #999999;
|
|
226
|
+
background-color: rgba(0, 0, 0, 0.1); /* Fallback */
|
|
227
|
+
background: linear-gradient(to bottom, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
|
|
228
|
+
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(128, 128, 128, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
|
|
229
|
+
}
|
|
230
|
+
div.dt-buttons > .dt-button:hover,
|
|
231
|
+
div.dt-buttons > div.dt-button-split .dt-button:hover {
|
|
232
|
+
text-decoration: none;
|
|
233
|
+
}
|
|
234
|
+
div.dt-buttons > .dt-button:hover:not(.disabled),
|
|
235
|
+
div.dt-buttons > div.dt-button-split .dt-button:hover:not(.disabled) {
|
|
236
|
+
border: 1px solid #666;
|
|
237
|
+
background-color: rgba(0, 0, 0, 0.1); /* Fallback */
|
|
238
|
+
background: linear-gradient(to bottom, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
|
|
239
|
+
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(153, 153, 153, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
|
|
240
|
+
}
|
|
241
|
+
div.dt-buttons > .dt-button:focus:not(.disabled),
|
|
242
|
+
div.dt-buttons > div.dt-button-split .dt-button:focus:not(.disabled) {
|
|
243
|
+
outline: 2px solid rgb(53, 132, 228);
|
|
244
|
+
}
|
|
245
|
+
div.dt-buttons > .dt-button embed,
|
|
246
|
+
div.dt-buttons > div.dt-button-split .dt-button embed {
|
|
247
|
+
outline: none;
|
|
248
|
+
}
|
|
249
|
+
div.dt-buttons > div.dt-button-split .dt-button:first-child {
|
|
250
|
+
border-right: 1px solid rgba(0, 0, 0, 0.15);
|
|
251
|
+
border-top-right-radius: 0;
|
|
252
|
+
border-bottom-right-radius: 0;
|
|
253
|
+
}
|
|
254
|
+
div.dt-buttons > div.dt-button-split .dt-button:first-child:hover {
|
|
255
|
+
border-right: 1px solid #666;
|
|
256
|
+
}
|
|
257
|
+
div.dt-buttons > div.dt-button-split .dt-button:last-child {
|
|
258
|
+
border-left: 1px solid transparent;
|
|
259
|
+
border-top-left-radius: 0;
|
|
260
|
+
border-bottom-left-radius: 0;
|
|
261
|
+
}
|
|
262
|
+
div.dt-buttons > div.dt-button-split .dt-button:last-child:hover {
|
|
263
|
+
border-left: 1px solid #666;
|
|
264
|
+
}
|
|
265
|
+
div.dt-buttons span.dt-button-down-arrow {
|
|
266
|
+
position: relative;
|
|
267
|
+
top: -2px;
|
|
268
|
+
font-size: 10px;
|
|
269
|
+
padding-left: 10px;
|
|
270
|
+
line-height: 1em;
|
|
271
|
+
opacity: 0.6;
|
|
272
|
+
}
|
|
273
|
+
div.dt-buttons div.dt-button-split {
|
|
274
|
+
display: inline-block;
|
|
275
|
+
}
|
|
276
|
+
div.dt-buttons div.dt-button-split .dt-button:first-child {
|
|
277
|
+
margin-right: 0;
|
|
278
|
+
}
|
|
279
|
+
div.dt-buttons div.dt-button-split .dt-button:last-child {
|
|
280
|
+
margin-left: -1px;
|
|
281
|
+
padding-left: 0.75em;
|
|
282
|
+
padding-right: 0.75em;
|
|
283
|
+
z-index: 2;
|
|
284
|
+
}
|
|
285
|
+
div.dt-buttons div.dt-button-split .dt-button:last-child span {
|
|
286
|
+
padding-left: 0;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
div.dt-button-collection {
|
|
290
|
+
position: absolute;
|
|
291
|
+
top: 0;
|
|
292
|
+
left: 0;
|
|
293
|
+
width: 200px;
|
|
294
|
+
margin-top: 3px;
|
|
295
|
+
margin-bottom: 3px;
|
|
296
|
+
padding: 0.75em 0;
|
|
297
|
+
border: 1px solid rgba(0, 0, 0, 0.4);
|
|
298
|
+
background-color: white;
|
|
299
|
+
overflow: hidden;
|
|
300
|
+
z-index: 2002;
|
|
301
|
+
border-radius: 5px;
|
|
302
|
+
box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
|
|
303
|
+
box-sizing: border-box;
|
|
304
|
+
}
|
|
305
|
+
div.dt-button-collection .dt-button {
|
|
306
|
+
position: relative;
|
|
307
|
+
left: 0;
|
|
308
|
+
right: 0;
|
|
309
|
+
width: 100%;
|
|
310
|
+
display: block;
|
|
311
|
+
float: none;
|
|
312
|
+
background: none;
|
|
313
|
+
margin: 0;
|
|
314
|
+
padding: 0.5em 1em;
|
|
315
|
+
border: none;
|
|
316
|
+
text-align: left;
|
|
317
|
+
cursor: pointer;
|
|
318
|
+
color: inherit;
|
|
319
|
+
}
|
|
320
|
+
div.dt-button-collection .dt-button.dt-button-active {
|
|
321
|
+
background: none;
|
|
322
|
+
box-shadow: none;
|
|
323
|
+
}
|
|
324
|
+
div.dt-button-collection .dt-button.disabled {
|
|
325
|
+
cursor: default;
|
|
326
|
+
opacity: 0.4;
|
|
327
|
+
}
|
|
328
|
+
div.dt-button-collection .dt-button:hover:not(.disabled) {
|
|
329
|
+
border: none;
|
|
330
|
+
background: rgba(153, 153, 153, 0.1);
|
|
331
|
+
box-shadow: none;
|
|
332
|
+
}
|
|
333
|
+
div.dt-button-collection div.dt-button-split {
|
|
334
|
+
display: flex;
|
|
335
|
+
flex-direction: row;
|
|
336
|
+
flex-wrap: wrap;
|
|
337
|
+
justify-content: flex-start;
|
|
338
|
+
align-content: flex-start;
|
|
339
|
+
align-items: stretch;
|
|
340
|
+
}
|
|
341
|
+
div.dt-button-collection div.dt-button-split button.dt-button {
|
|
342
|
+
margin: 0;
|
|
343
|
+
display: inline-block;
|
|
344
|
+
width: 0;
|
|
345
|
+
flex-grow: 1;
|
|
346
|
+
flex-shrink: 0;
|
|
347
|
+
flex-basis: 50px;
|
|
348
|
+
}
|
|
349
|
+
div.dt-button-collection div.dt-button-split button.dt-button-split-drop {
|
|
350
|
+
min-width: 33px;
|
|
351
|
+
flex: 0;
|
|
352
|
+
}
|
|
353
|
+
div.dt-button-collection.fixed .dt-button {
|
|
354
|
+
border-radius: 0.25em;
|
|
355
|
+
background: rgba(255, 255, 255, 0.1);
|
|
356
|
+
}
|
|
357
|
+
div.dt-button-collection.fixed {
|
|
358
|
+
position: fixed;
|
|
359
|
+
display: block;
|
|
360
|
+
top: 50%;
|
|
361
|
+
left: 50%;
|
|
362
|
+
margin-left: -75px;
|
|
363
|
+
border-radius: 5px;
|
|
364
|
+
background-color: white;
|
|
365
|
+
padding: 0.5em;
|
|
366
|
+
}
|
|
367
|
+
div.dt-button-collection.fixed.two-column {
|
|
368
|
+
margin-left: -200px;
|
|
369
|
+
}
|
|
370
|
+
div.dt-button-collection.fixed.three-column {
|
|
371
|
+
margin-left: -225px;
|
|
372
|
+
}
|
|
373
|
+
div.dt-button-collection.fixed.four-column {
|
|
374
|
+
margin-left: -300px;
|
|
375
|
+
}
|
|
376
|
+
div.dt-button-collection.fixed.columns {
|
|
377
|
+
margin-left: -409px;
|
|
378
|
+
}
|
|
379
|
+
@media screen and (max-width: 1024px) {
|
|
380
|
+
div.dt-button-collection.fixed.columns {
|
|
381
|
+
margin-left: -308px;
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
@media screen and (max-width: 640px) {
|
|
385
|
+
div.dt-button-collection.fixed.columns {
|
|
386
|
+
margin-left: -203px;
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
@media screen and (max-width: 460px) {
|
|
390
|
+
div.dt-button-collection.fixed.columns {
|
|
391
|
+
margin-left: -100px;
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
div.dt-button-collection.fixed > :last-child {
|
|
395
|
+
max-height: 100vh;
|
|
396
|
+
overflow: auto;
|
|
397
|
+
}
|
|
398
|
+
div.dt-button-collection.two-column > :last-child, div.dt-button-collection.three-column > :last-child, div.dt-button-collection.four-column > :last-child {
|
|
399
|
+
display: block !important;
|
|
400
|
+
-webkit-column-gap: 8px;
|
|
401
|
+
-moz-column-gap: 8px;
|
|
402
|
+
-ms-column-gap: 8px;
|
|
403
|
+
-o-column-gap: 8px;
|
|
404
|
+
column-gap: 8px;
|
|
405
|
+
}
|
|
406
|
+
div.dt-button-collection.two-column > :last-child > *, div.dt-button-collection.three-column > :last-child > *, div.dt-button-collection.four-column > :last-child > * {
|
|
407
|
+
-webkit-column-break-inside: avoid;
|
|
408
|
+
break-inside: avoid;
|
|
409
|
+
}
|
|
410
|
+
div.dt-button-collection.two-column {
|
|
411
|
+
width: 400px;
|
|
412
|
+
}
|
|
413
|
+
div.dt-button-collection.two-column > :last-child {
|
|
414
|
+
padding-bottom: 1px;
|
|
415
|
+
column-count: 2;
|
|
416
|
+
}
|
|
417
|
+
div.dt-button-collection.three-column {
|
|
418
|
+
width: 450px;
|
|
419
|
+
}
|
|
420
|
+
div.dt-button-collection.three-column > :last-child {
|
|
421
|
+
padding-bottom: 1px;
|
|
422
|
+
column-count: 3;
|
|
423
|
+
}
|
|
424
|
+
div.dt-button-collection.four-column {
|
|
425
|
+
width: 600px;
|
|
426
|
+
}
|
|
427
|
+
div.dt-button-collection.four-column > :last-child {
|
|
428
|
+
padding-bottom: 1px;
|
|
429
|
+
column-count: 4;
|
|
430
|
+
}
|
|
431
|
+
div.dt-button-collection .dt-button {
|
|
432
|
+
border-radius: 0;
|
|
433
|
+
}
|
|
434
|
+
div.dt-button-collection.columns {
|
|
435
|
+
width: auto;
|
|
436
|
+
}
|
|
437
|
+
div.dt-button-collection.columns > :last-child {
|
|
438
|
+
display: flex;
|
|
439
|
+
flex-wrap: wrap;
|
|
440
|
+
justify-content: flex-start;
|
|
441
|
+
align-items: center;
|
|
442
|
+
gap: 6px;
|
|
443
|
+
width: 818px;
|
|
444
|
+
padding-bottom: 1px;
|
|
445
|
+
}
|
|
446
|
+
div.dt-button-collection.columns > :last-child .dt-button {
|
|
447
|
+
min-width: 200px;
|
|
448
|
+
flex: 0 1;
|
|
449
|
+
margin: 0;
|
|
450
|
+
}
|
|
451
|
+
div.dt-button-collection.columns.dtb-b3 > :last-child, div.dt-button-collection.columns.dtb-b2 > :last-child, div.dt-button-collection.columns.dtb-b1 > :last-child {
|
|
452
|
+
justify-content: space-between;
|
|
453
|
+
}
|
|
454
|
+
div.dt-button-collection.columns.dtb-b3 .dt-button {
|
|
455
|
+
flex: 1 1 32%;
|
|
456
|
+
}
|
|
457
|
+
div.dt-button-collection.columns.dtb-b2 .dt-button {
|
|
458
|
+
flex: 1 1 48%;
|
|
459
|
+
}
|
|
460
|
+
div.dt-button-collection.columns.dtb-b1 .dt-button {
|
|
461
|
+
flex: 1 1 100%;
|
|
462
|
+
}
|
|
463
|
+
@media screen and (max-width: 1024px) {
|
|
464
|
+
div.dt-button-collection.columns > :last-child {
|
|
465
|
+
width: 612px;
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
@media screen and (max-width: 640px) {
|
|
469
|
+
div.dt-button-collection.columns > :last-child {
|
|
470
|
+
width: 406px;
|
|
471
|
+
}
|
|
472
|
+
div.dt-button-collection.columns.dtb-b3 .dt-button {
|
|
473
|
+
flex: 0 1 32%;
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
@media screen and (max-width: 460px) {
|
|
477
|
+
div.dt-button-collection.columns > :last-child {
|
|
478
|
+
width: 200px;
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
div.dt-button-background {
|
|
483
|
+
position: fixed;
|
|
484
|
+
top: 0;
|
|
485
|
+
left: 0;
|
|
486
|
+
width: 100%;
|
|
487
|
+
height: 100%;
|
|
488
|
+
background: rgba(0, 0, 0, 0.7); /* Fallback */
|
|
489
|
+
background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); /* W3C Markup, IE10 Release Preview */
|
|
490
|
+
z-index: 2001;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
.dt-button.processing {
|
|
494
|
+
color: rgba(0, 0, 0, 0.2);
|
|
495
|
+
}
|
|
496
|
+
.dt-button.processing:after {
|
|
497
|
+
position: absolute;
|
|
498
|
+
top: 50%;
|
|
499
|
+
left: 50%;
|
|
500
|
+
width: 16px;
|
|
501
|
+
height: 16px;
|
|
502
|
+
margin: -8px 0 0 -8px;
|
|
503
|
+
box-sizing: border-box;
|
|
504
|
+
display: block;
|
|
505
|
+
content: " ";
|
|
506
|
+
border: 2px solid rgb(40, 40, 40);
|
|
507
|
+
border-radius: 50%;
|
|
508
|
+
border-left-color: transparent;
|
|
509
|
+
border-right-color: transparent;
|
|
510
|
+
animation: dtb-spinner 1500ms infinite linear;
|
|
511
|
+
-o-animation: dtb-spinner 1500ms infinite linear;
|
|
512
|
+
-ms-animation: dtb-spinner 1500ms infinite linear;
|
|
513
|
+
-webkit-animation: dtb-spinner 1500ms infinite linear;
|
|
514
|
+
-moz-animation: dtb-spinner 1500ms infinite linear;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
@media screen and (max-width: 640px) {
|
|
518
|
+
div.dt-buttons {
|
|
519
|
+
float: none !important;
|
|
520
|
+
text-align: center;
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
html.dark div.dt-buttons > .dt-button,
|
|
524
|
+
html.dark div.dt-buttons > div.dt-button-split .dt-button {
|
|
525
|
+
border: 1px solid rgb(89, 91, 94);
|
|
526
|
+
background: rgba(255, 255, 255, 0.15);
|
|
527
|
+
}
|
|
528
|
+
html.dark div.dt-buttons > .dt-button.dt-button-active:not(.disabled),
|
|
529
|
+
html.dark div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled) {
|
|
530
|
+
background: rgba(179, 179, 179, 0.15);
|
|
531
|
+
box-shadow: inset 1px 1px 2px black;
|
|
532
|
+
}
|
|
533
|
+
html.dark div.dt-buttons > .dt-button.dt-button-active:not(.disabled):hover:not(.disabled),
|
|
534
|
+
html.dark div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled):hover:not(.disabled) {
|
|
535
|
+
background: rgba(128, 128, 128, 0.15);
|
|
536
|
+
box-shadow: inset 1px 1px 3px black;
|
|
537
|
+
}
|
|
538
|
+
html.dark div.dt-buttons > .dt-button:hover:not(.disabled),
|
|
539
|
+
html.dark div.dt-buttons > div.dt-button-split .dt-button:hover:not(.disabled) {
|
|
540
|
+
background: rgba(179, 179, 179, 0.15);
|
|
541
|
+
}
|
|
542
|
+
html.dark div.dt-buttons > .dt-button:focus:not(.disabled),
|
|
543
|
+
html.dark div.dt-buttons > div.dt-button-split .dt-button:focus:not(.disabled) {
|
|
544
|
+
outline: 2px solid rgb(110, 168, 254);
|
|
545
|
+
}
|
|
546
|
+
html.dark div.dt-buttons > div.dt-button-split .dt-button:first-child {
|
|
547
|
+
border-right: 1px solid rgba(255, 255, 255, 0.1);
|
|
548
|
+
}
|
|
549
|
+
html.dark div.dt-buttons > div.dt-button-split .dt-button:first-child:hover {
|
|
550
|
+
border-right: 1px solid rgb(89, 91, 94);
|
|
551
|
+
}
|
|
552
|
+
html.dark div.dt-buttons > div.dt-button-split .dt-button:last-child:hover {
|
|
553
|
+
border-left: 1px solid rgb(89, 91, 94);
|
|
554
|
+
}
|
|
555
|
+
html.dark div.dt-button-collection {
|
|
556
|
+
border: 1px solid rgba(255, 255, 255, 0.15);
|
|
557
|
+
background-color: rgb(33, 37, 41);
|
|
558
|
+
box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.8);
|
|
559
|
+
}
|