primereact 10.0.2 → 10.0.3
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 +1 -4
- package/autocomplete/autocomplete.cjs.js +4 -2
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +4 -2
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +4 -2
- package/autocomplete/autocomplete.min.js +1 -1
- package/blockui/blockui.cjs.js +3 -6
- package/blockui/blockui.cjs.min.js +1 -1
- package/blockui/blockui.esm.js +3 -6
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +3 -6
- package/blockui/blockui.min.js +1 -1
- package/calendar/calendar.cjs.js +3 -5
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +3 -5
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +3 -5
- package/calendar/calendar.min.js +1 -1
- package/carousel/carousel.cjs.js +3 -1
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +3 -1
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +3 -1
- package/carousel/carousel.min.js +1 -1
- package/checkbox/checkbox.d.ts +5 -5
- package/componentbase/componentbase.d.ts +8 -0
- package/contextmenu/contextmenu.cjs.js +4 -1
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +4 -1
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +4 -1
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +64 -27
- package/core/core.min.js +6 -6
- package/datatable/datatable.cjs.js +92 -41
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.d.ts +27 -0
- package/datatable/datatable.esm.js +92 -41
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +92 -41
- package/datatable/datatable.min.js +1 -1
- package/dataview/dataview.cjs.js +24 -22
- package/dataview/dataview.cjs.min.js +1 -1
- package/dataview/dataview.esm.js +24 -22
- package/dataview/dataview.esm.min.js +1 -1
- package/dataview/dataview.js +24 -22
- package/dataview/dataview.min.js +1 -1
- package/dialog/dialog.cjs.js +2 -4
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +2 -4
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +2 -4
- package/dialog/dialog.min.js +1 -1
- package/dropdown/dropdown.cjs.js +29 -17
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +29 -17
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +29 -17
- package/dropdown/dropdown.min.js +1 -1
- package/editor/editor.cjs.js +1 -1
- package/editor/editor.cjs.min.js +1 -1
- package/editor/editor.esm.js +1 -1
- package/editor/editor.esm.min.js +1 -1
- package/editor/editor.js +1 -1
- package/editor/editor.min.js +1 -1
- package/galleria/galleria.cjs.js +3 -5
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +3 -5
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +3 -5
- package/galleria/galleria.min.js +1 -1
- package/hooks/hooks.cjs.js +2 -1
- package/hooks/hooks.cjs.min.js +1 -1
- package/hooks/hooks.d.ts +1 -1
- package/hooks/hooks.esm.js +2 -1
- package/hooks/hooks.esm.min.js +1 -1
- package/hooks/hooks.js +2 -1
- package/hooks/hooks.min.js +1 -1
- package/image/image.cjs.js +104 -106
- package/image/image.cjs.min.js +1 -1
- package/image/image.esm.js +104 -106
- package/image/image.esm.min.js +1 -1
- package/image/image.js +105 -107
- package/image/image.min.js +1 -1
- package/inputnumber/inputnumber.cjs.js +7 -4
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +7 -4
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +7 -4
- package/inputnumber/inputnumber.min.js +1 -1
- package/menu/menu.cjs.js +105 -1
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.d.ts +5 -0
- package/menu/menu.esm.js +108 -4
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +105 -1
- package/menu/menu.min.js +1 -1
- package/multiselect/multiselect.cjs.js +26 -12
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.d.ts +4 -0
- package/multiselect/multiselect.esm.js +26 -12
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +26 -12
- package/multiselect/multiselect.min.js +1 -1
- package/orderlist/orderlist.cjs.js +32 -34
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +32 -34
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +32 -34
- package/orderlist/orderlist.min.js +1 -1
- package/package.json +1 -1
- package/primereact.all.cjs.js +275 -171
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +275 -171
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +275 -171
- package/primereact.all.min.js +1 -1
- package/progressbar/progressbar.cjs.js +1 -1
- package/progressbar/progressbar.cjs.min.js +1 -1
- package/progressbar/progressbar.esm.js +1 -1
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +1 -1
- package/progressbar/progressbar.min.js +1 -1
- package/radiobutton/radiobutton.d.ts +3 -3
- package/resources/themes/arya-blue/theme.css +390 -518
- package/resources/themes/arya-green/theme.css +390 -518
- package/resources/themes/arya-orange/theme.css +390 -518
- package/resources/themes/arya-purple/theme.css +390 -518
- package/resources/themes/bootstrap4-dark-blue/theme.css +391 -518
- package/resources/themes/bootstrap4-dark-purple/theme.css +391 -518
- package/resources/themes/bootstrap4-light-blue/theme.css +391 -518
- package/resources/themes/bootstrap4-light-purple/theme.css +391 -518
- package/resources/themes/fluent-light/theme.css +417 -529
- package/resources/themes/lara-dark-blue/theme.css +395 -518
- package/resources/themes/lara-dark-indigo/theme.css +395 -518
- package/resources/themes/lara-dark-purple/theme.css +395 -518
- package/resources/themes/lara-dark-teal/theme.css +395 -518
- package/resources/themes/lara-light-blue/theme.css +564 -687
- package/resources/themes/lara-light-indigo/theme.css +402 -525
- package/resources/themes/lara-light-purple/theme.css +402 -525
- package/resources/themes/lara-light-teal/theme.css +402 -525
- package/resources/themes/luna-amber/theme.css +404 -531
- package/resources/themes/luna-blue/theme.css +404 -531
- package/resources/themes/luna-green/theme.css +404 -531
- package/resources/themes/luna-pink/theme.css +404 -531
- package/resources/themes/md-dark-deeppurple/theme.css +662 -739
- package/resources/themes/md-dark-indigo/theme.css +662 -739
- package/resources/themes/md-light-deeppurple/theme.css +567 -644
- package/resources/themes/md-light-indigo/theme.css +567 -644
- package/resources/themes/mdc-dark-deeppurple/theme.css +662 -739
- package/resources/themes/mdc-dark-indigo/theme.css +662 -739
- package/resources/themes/mdc-light-deeppurple/theme.css +567 -644
- package/resources/themes/mdc-light-indigo/theme.css +567 -644
- package/resources/themes/mira/theme.css +428 -525
- package/resources/themes/nano/theme.css +388 -518
- package/resources/themes/nova/theme.css +392 -518
- package/resources/themes/nova-accent/theme.css +389 -518
- package/resources/themes/nova-alt/theme.css +392 -518
- package/resources/themes/rhea/theme.css +389 -518
- package/resources/themes/saga-blue/theme.css +390 -518
- package/resources/themes/saga-green/theme.css +390 -518
- package/resources/themes/saga-orange/theme.css +390 -518
- package/resources/themes/saga-purple/theme.css +390 -518
- package/resources/themes/soho-dark/theme.css +421 -546
- package/resources/themes/soho-light/theme.css +400 -523
- package/resources/themes/tailwind-light/theme.css +432 -547
- package/resources/themes/vela-blue/theme.css +390 -518
- package/resources/themes/vela-green/theme.css +390 -518
- package/resources/themes/vela-orange/theme.css +390 -518
- package/resources/themes/vela-purple/theme.css +390 -518
- package/resources/themes/viva-dark/theme.css +414 -523
- package/resources/themes/viva-light/theme.css +414 -523
- package/scrollpanel/scrollpanel.cjs.js +33 -17
- package/scrollpanel/scrollpanel.cjs.min.js +1 -1
- package/scrollpanel/scrollpanel.esm.js +19 -3
- package/scrollpanel/scrollpanel.esm.min.js +1 -1
- package/scrollpanel/scrollpanel.js +226 -210
- package/scrollpanel/scrollpanel.min.js +1 -1
- package/selectbutton/selectbutton.cjs.js +3 -2
- package/selectbutton/selectbutton.cjs.min.js +1 -1
- package/selectbutton/selectbutton.d.ts +6 -0
- package/selectbutton/selectbutton.esm.js +3 -2
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +4 -3
- package/selectbutton/selectbutton.min.js +1 -1
- package/sidebar/sidebar.cjs.js +87 -89
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +87 -89
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +88 -90
- package/sidebar/sidebar.min.js +1 -1
- package/utils/utils.cjs.js +23 -0
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.d.ts +3 -0
- package/utils/utils.esm.js +23 -0
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +23 -0
- package/utils/utils.min.js +1 -1
- package/web-types.json +28 -1
|
@@ -53,28 +53,32 @@
|
|
|
53
53
|
font-family: "Poppins";
|
|
54
54
|
font-style: normal;
|
|
55
55
|
font-weight: 300;
|
|
56
|
-
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-300.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-300.woff") format("woff");
|
|
56
|
+
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-300.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-300.woff") format("woff");
|
|
57
|
+
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
57
58
|
}
|
|
58
59
|
/* poppins-regular - latin-ext_latin */
|
|
59
60
|
@font-face {
|
|
60
61
|
font-family: "Poppins";
|
|
61
62
|
font-style: normal;
|
|
62
63
|
font-weight: 400;
|
|
63
|
-
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-regular.woff") format("woff");
|
|
64
|
+
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-regular.woff") format("woff");
|
|
65
|
+
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
64
66
|
}
|
|
65
67
|
/* poppins-600 - latin-ext_latin */
|
|
66
68
|
@font-face {
|
|
67
69
|
font-family: "Poppins";
|
|
68
70
|
font-style: normal;
|
|
69
71
|
font-weight: 600;
|
|
70
|
-
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-600.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-600.woff") format("woff");
|
|
72
|
+
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-600.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-600.woff") format("woff");
|
|
73
|
+
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
71
74
|
}
|
|
72
75
|
/* poppins-700 - latin-ext_latin */
|
|
73
76
|
@font-face {
|
|
74
77
|
font-family: "Poppins";
|
|
75
78
|
font-style: normal;
|
|
76
79
|
font-weight: 700;
|
|
77
|
-
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-700.woff") format("woff");
|
|
80
|
+
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-700.woff") format("woff");
|
|
81
|
+
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
78
82
|
}
|
|
79
83
|
:root {
|
|
80
84
|
--blue-50:#f6fbfd;
|
|
@@ -199,40 +203,147 @@
|
|
|
199
203
|
--primary-900:#222e55;
|
|
200
204
|
}
|
|
201
205
|
|
|
206
|
+
.p-editor-container .p-editor-toolbar {
|
|
207
|
+
background: #ffffff;
|
|
208
|
+
border-top-right-radius: 6px;
|
|
209
|
+
border-top-left-radius: 6px;
|
|
210
|
+
}
|
|
211
|
+
.p-editor-container .p-editor-toolbar.ql-snow {
|
|
212
|
+
border: 2px solid #ebebeb;
|
|
213
|
+
}
|
|
214
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
|
|
215
|
+
stroke: #898989;
|
|
216
|
+
}
|
|
217
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
|
|
218
|
+
fill: #898989;
|
|
219
|
+
}
|
|
220
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
|
|
221
|
+
border: 0 none;
|
|
222
|
+
color: #898989;
|
|
223
|
+
}
|
|
224
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
|
|
225
|
+
color: #6c6c6c;
|
|
226
|
+
}
|
|
227
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
|
|
228
|
+
stroke: #6c6c6c;
|
|
229
|
+
}
|
|
230
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
|
|
231
|
+
fill: #6c6c6c;
|
|
232
|
+
}
|
|
233
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
|
|
234
|
+
color: #6c6c6c;
|
|
235
|
+
}
|
|
236
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
|
|
237
|
+
stroke: #6c6c6c;
|
|
238
|
+
}
|
|
239
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
|
|
240
|
+
fill: #6c6c6c;
|
|
241
|
+
}
|
|
242
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
|
|
243
|
+
background: #ffffff;
|
|
244
|
+
border: 0 none;
|
|
245
|
+
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
246
|
+
border-radius: 6px;
|
|
247
|
+
padding: 0.5rem 0.5rem;
|
|
248
|
+
}
|
|
249
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
|
|
250
|
+
color: #6c6c6c;
|
|
251
|
+
}
|
|
252
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
|
|
253
|
+
color: #6c6c6c;
|
|
254
|
+
background: #edf0fA;
|
|
255
|
+
}
|
|
256
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
|
|
257
|
+
padding: 0.5rem 1rem;
|
|
258
|
+
}
|
|
259
|
+
.p-editor-container .p-editor-content {
|
|
260
|
+
border-bottom-right-radius: 6px;
|
|
261
|
+
border-bottom-left-radius: 6px;
|
|
262
|
+
}
|
|
263
|
+
.p-editor-container .p-editor-content.ql-snow {
|
|
264
|
+
border: 2px solid #ebebeb;
|
|
265
|
+
}
|
|
266
|
+
.p-editor-container .p-editor-content .ql-editor {
|
|
267
|
+
background: #ffffff;
|
|
268
|
+
color: #6c6c6c;
|
|
269
|
+
border-bottom-right-radius: 6px;
|
|
270
|
+
border-bottom-left-radius: 6px;
|
|
271
|
+
}
|
|
272
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover,
|
|
273
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus {
|
|
274
|
+
color: #6c6c6c;
|
|
275
|
+
}
|
|
276
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
|
|
277
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
|
|
278
|
+
stroke: #6c6c6c;
|
|
279
|
+
}
|
|
280
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
|
|
281
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
|
|
282
|
+
fill: #6c6c6c;
|
|
283
|
+
}
|
|
284
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
|
|
285
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
|
|
286
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
|
|
287
|
+
color: #5472d4;
|
|
288
|
+
}
|
|
289
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
|
|
290
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
|
|
291
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
|
|
292
|
+
stroke: #5472d4;
|
|
293
|
+
}
|
|
294
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
|
|
295
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
|
|
296
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
|
|
297
|
+
fill: #5472d4;
|
|
298
|
+
}
|
|
299
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
|
|
300
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
|
|
301
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
|
|
302
|
+
color: #5472d4;
|
|
303
|
+
}
|
|
304
|
+
|
|
202
305
|
@layer primereact {
|
|
203
306
|
* {
|
|
204
307
|
box-sizing: border-box;
|
|
205
308
|
}
|
|
309
|
+
|
|
206
310
|
.p-component {
|
|
207
|
-
font-family:
|
|
208
|
-
font-feature-settings:
|
|
311
|
+
font-family: var(--font-family);
|
|
312
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
209
313
|
font-size: 1rem;
|
|
210
314
|
font-weight: normal;
|
|
211
315
|
}
|
|
316
|
+
|
|
212
317
|
.p-component-overlay {
|
|
213
318
|
background-color: rgba(0, 0, 0, 0.4);
|
|
214
319
|
transition-duration: 0.3s;
|
|
215
320
|
}
|
|
321
|
+
|
|
216
322
|
.p-disabled, .p-component:disabled {
|
|
217
323
|
opacity: 0.6;
|
|
218
324
|
}
|
|
325
|
+
|
|
219
326
|
.p-error {
|
|
220
327
|
color: #f88c79;
|
|
221
328
|
}
|
|
329
|
+
|
|
222
330
|
.p-text-secondary {
|
|
223
331
|
color: #898989;
|
|
224
332
|
}
|
|
333
|
+
|
|
225
334
|
.pi {
|
|
226
335
|
font-size: 1rem;
|
|
227
336
|
}
|
|
337
|
+
|
|
228
338
|
.p-icon {
|
|
229
339
|
width: 1rem;
|
|
230
340
|
height: 1rem;
|
|
231
341
|
}
|
|
342
|
+
|
|
232
343
|
.p-link {
|
|
344
|
+
font-family: var(--font-family);
|
|
345
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
233
346
|
font-size: 1rem;
|
|
234
|
-
font-family: inherit;
|
|
235
|
-
font-feature-settings: inherit;
|
|
236
347
|
border-radius: 6px;
|
|
237
348
|
}
|
|
238
349
|
.p-link:focus-visible {
|
|
@@ -240,12 +351,15 @@
|
|
|
240
351
|
outline-offset: 0;
|
|
241
352
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
|
242
353
|
}
|
|
354
|
+
|
|
243
355
|
.p-component-overlay-enter {
|
|
244
356
|
animation: p-component-overlay-enter-animation 150ms forwards;
|
|
245
357
|
}
|
|
358
|
+
|
|
246
359
|
.p-component-overlay-leave {
|
|
247
360
|
animation: p-component-overlay-leave-animation 150ms forwards;
|
|
248
361
|
}
|
|
362
|
+
|
|
249
363
|
@keyframes p-component-overlay-enter-animation {
|
|
250
364
|
from {
|
|
251
365
|
background-color: transparent;
|
|
@@ -262,6 +376,7 @@
|
|
|
262
376
|
background-color: transparent;
|
|
263
377
|
}
|
|
264
378
|
}
|
|
379
|
+
|
|
265
380
|
.p-autocomplete .p-autocomplete-loader {
|
|
266
381
|
right: 0.75rem;
|
|
267
382
|
}
|
|
@@ -285,9 +400,9 @@
|
|
|
285
400
|
padding: 0.25rem 0;
|
|
286
401
|
}
|
|
287
402
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
|
288
|
-
font-family:
|
|
289
|
-
font-feature-settings:
|
|
290
|
-
font-size:
|
|
403
|
+
font-family: var(--font-family);
|
|
404
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
405
|
+
font-size: 1rem;
|
|
291
406
|
color: #6c6c6c;
|
|
292
407
|
padding: 0;
|
|
293
408
|
margin: 0;
|
|
@@ -305,6 +420,7 @@
|
|
|
305
420
|
.p-autocomplete.p-invalid.p-component > .p-inputtext {
|
|
306
421
|
border-color: #f88c79;
|
|
307
422
|
}
|
|
423
|
+
|
|
308
424
|
.p-autocomplete-panel {
|
|
309
425
|
background: #ffffff;
|
|
310
426
|
color: #6c6c6c;
|
|
@@ -339,9 +455,11 @@
|
|
|
339
455
|
background: #ffffff;
|
|
340
456
|
font-weight: 600;
|
|
341
457
|
}
|
|
458
|
+
|
|
342
459
|
.p-calendar.p-invalid.p-component > .p-inputtext {
|
|
343
460
|
border-color: #f88c79;
|
|
344
461
|
}
|
|
462
|
+
|
|
345
463
|
.p-datepicker {
|
|
346
464
|
padding: 0.5rem;
|
|
347
465
|
background: #ffffff;
|
|
@@ -368,7 +486,7 @@
|
|
|
368
486
|
border-top-left-radius: 6px;
|
|
369
487
|
}
|
|
370
488
|
.p-datepicker .p-datepicker-header .p-datepicker-prev,
|
|
371
|
-
|
|
489
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next {
|
|
372
490
|
width: 2rem;
|
|
373
491
|
height: 2rem;
|
|
374
492
|
color: #898989;
|
|
@@ -378,13 +496,13 @@
|
|
|
378
496
|
transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
|
|
379
497
|
}
|
|
380
498
|
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
|
|
381
|
-
|
|
499
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
|
|
382
500
|
color: #6c6c6c;
|
|
383
501
|
border-color: transparent;
|
|
384
502
|
background: #edf0fA;
|
|
385
503
|
}
|
|
386
504
|
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
|
|
387
|
-
|
|
505
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
|
|
388
506
|
outline: 0 none;
|
|
389
507
|
outline-offset: 0;
|
|
390
508
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
|
@@ -393,14 +511,14 @@
|
|
|
393
511
|
line-height: 2rem;
|
|
394
512
|
}
|
|
395
513
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
|
|
396
|
-
|
|
514
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
397
515
|
color: #6c6c6c;
|
|
398
516
|
transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
|
|
399
517
|
font-weight: 600;
|
|
400
518
|
padding: 0.5rem;
|
|
401
519
|
}
|
|
402
520
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
|
|
403
|
-
|
|
521
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
|
|
404
522
|
color: #5472d4;
|
|
405
523
|
}
|
|
406
524
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
@@ -549,6 +667,7 @@
|
|
|
549
667
|
outline-offset: 0;
|
|
550
668
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
|
551
669
|
}
|
|
670
|
+
|
|
552
671
|
@media screen and (max-width: 769px) {
|
|
553
672
|
.p-datepicker table th, .p-datepicker table td {
|
|
554
673
|
padding: 0;
|
|
@@ -591,6 +710,7 @@
|
|
|
591
710
|
.p-cascadeselect.p-invalid.p-component {
|
|
592
711
|
border-color: #f88c79;
|
|
593
712
|
}
|
|
713
|
+
|
|
594
714
|
.p-cascadeselect-panel {
|
|
595
715
|
background: #ffffff;
|
|
596
716
|
color: #6c6c6c;
|
|
@@ -632,6 +752,7 @@
|
|
|
632
752
|
width: 0.875rem;
|
|
633
753
|
height: 0.875rem;
|
|
634
754
|
}
|
|
755
|
+
|
|
635
756
|
.p-input-filled .p-cascadeselect {
|
|
636
757
|
background: #f2f2f2;
|
|
637
758
|
}
|
|
@@ -641,6 +762,7 @@
|
|
|
641
762
|
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
|
|
642
763
|
background-color: #f2f2f2;
|
|
643
764
|
}
|
|
765
|
+
|
|
644
766
|
.p-checkbox {
|
|
645
767
|
width: 20px;
|
|
646
768
|
height: 20px;
|
|
@@ -689,6 +811,7 @@
|
|
|
689
811
|
.p-checkbox.p-invalid > .p-checkbox-box {
|
|
690
812
|
border-color: #f88c79;
|
|
691
813
|
}
|
|
814
|
+
|
|
692
815
|
.p-input-filled .p-checkbox .p-checkbox-box {
|
|
693
816
|
background-color: #f2f2f2;
|
|
694
817
|
}
|
|
@@ -701,6 +824,7 @@
|
|
|
701
824
|
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
|
702
825
|
background: #3c5ece;
|
|
703
826
|
}
|
|
827
|
+
|
|
704
828
|
.p-chips .p-chips-multiple-container {
|
|
705
829
|
padding: 0.25rem 0.75rem;
|
|
706
830
|
gap: 0.5rem;
|
|
@@ -728,9 +852,9 @@
|
|
|
728
852
|
padding: 0.25rem 0;
|
|
729
853
|
}
|
|
730
854
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
|
731
|
-
font-family:
|
|
732
|
-
font-feature-settings:
|
|
733
|
-
font-size:
|
|
855
|
+
font-family: var(--font-family);
|
|
856
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
857
|
+
font-size: 1rem;
|
|
734
858
|
color: #6c6c6c;
|
|
735
859
|
padding: 0;
|
|
736
860
|
margin: 0;
|
|
@@ -738,21 +862,25 @@
|
|
|
738
862
|
.p-chips.p-invalid.p-component > .p-inputtext {
|
|
739
863
|
border-color: #f88c79;
|
|
740
864
|
}
|
|
865
|
+
|
|
741
866
|
.p-colorpicker-preview {
|
|
742
867
|
width: 2rem;
|
|
743
868
|
height: 2rem;
|
|
744
869
|
}
|
|
870
|
+
|
|
745
871
|
.p-colorpicker-panel {
|
|
746
872
|
background: #585858;
|
|
747
873
|
border: 1px solid #585858;
|
|
748
874
|
}
|
|
749
875
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
|
750
|
-
|
|
876
|
+
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
|
751
877
|
border-color: #ffffff;
|
|
752
878
|
}
|
|
879
|
+
|
|
753
880
|
.p-colorpicker-overlay-panel {
|
|
754
881
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
755
882
|
}
|
|
883
|
+
|
|
756
884
|
.p-dropdown {
|
|
757
885
|
background: #ffffff;
|
|
758
886
|
border: 2px solid #e1e1e1;
|
|
@@ -796,6 +924,7 @@
|
|
|
796
924
|
.p-dropdown.p-invalid.p-component {
|
|
797
925
|
border-color: #f88c79;
|
|
798
926
|
}
|
|
927
|
+
|
|
799
928
|
.p-dropdown-panel {
|
|
800
929
|
background: #ffffff;
|
|
801
930
|
color: #6c6c6c;
|
|
@@ -859,6 +988,7 @@
|
|
|
859
988
|
color: #6c6c6c;
|
|
860
989
|
background: transparent;
|
|
861
990
|
}
|
|
991
|
+
|
|
862
992
|
.p-input-filled .p-dropdown {
|
|
863
993
|
background: #f2f2f2;
|
|
864
994
|
}
|
|
@@ -871,104 +1001,7 @@
|
|
|
871
1001
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
|
|
872
1002
|
background-color: transparent;
|
|
873
1003
|
}
|
|
874
|
-
|
|
875
|
-
background: #ffffff;
|
|
876
|
-
border-top-right-radius: 6px;
|
|
877
|
-
border-top-left-radius: 6px;
|
|
878
|
-
}
|
|
879
|
-
.p-editor-container .p-editor-toolbar.ql-snow {
|
|
880
|
-
border: 2px solid #ebebeb;
|
|
881
|
-
}
|
|
882
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
|
|
883
|
-
stroke: #898989;
|
|
884
|
-
}
|
|
885
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
|
|
886
|
-
fill: #898989;
|
|
887
|
-
}
|
|
888
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
|
|
889
|
-
border: 0 none;
|
|
890
|
-
color: #898989;
|
|
891
|
-
}
|
|
892
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
|
|
893
|
-
color: #6c6c6c;
|
|
894
|
-
}
|
|
895
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
|
|
896
|
-
stroke: #6c6c6c;
|
|
897
|
-
}
|
|
898
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
|
|
899
|
-
fill: #6c6c6c;
|
|
900
|
-
}
|
|
901
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
|
|
902
|
-
color: #6c6c6c;
|
|
903
|
-
}
|
|
904
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
|
|
905
|
-
stroke: #6c6c6c;
|
|
906
|
-
}
|
|
907
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
|
|
908
|
-
fill: #6c6c6c;
|
|
909
|
-
}
|
|
910
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
|
|
911
|
-
background: #ffffff;
|
|
912
|
-
border: 0 none;
|
|
913
|
-
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
914
|
-
border-radius: 6px;
|
|
915
|
-
padding: 0.5rem 0.5rem;
|
|
916
|
-
}
|
|
917
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
|
|
918
|
-
color: #6c6c6c;
|
|
919
|
-
}
|
|
920
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
|
|
921
|
-
color: #6c6c6c;
|
|
922
|
-
background: #edf0fA;
|
|
923
|
-
}
|
|
924
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
|
|
925
|
-
padding: 0.5rem 1rem;
|
|
926
|
-
}
|
|
927
|
-
.p-editor-container .p-editor-content {
|
|
928
|
-
border-bottom-right-radius: 6px;
|
|
929
|
-
border-bottom-left-radius: 6px;
|
|
930
|
-
}
|
|
931
|
-
.p-editor-container .p-editor-content.ql-snow {
|
|
932
|
-
border: 2px solid #ebebeb;
|
|
933
|
-
}
|
|
934
|
-
.p-editor-container .p-editor-content .ql-editor {
|
|
935
|
-
background: #ffffff;
|
|
936
|
-
color: #6c6c6c;
|
|
937
|
-
border-bottom-right-radius: 6px;
|
|
938
|
-
border-bottom-left-radius: 6px;
|
|
939
|
-
}
|
|
940
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover,
|
|
941
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus {
|
|
942
|
-
color: #6c6c6c;
|
|
943
|
-
}
|
|
944
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
|
|
945
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
|
|
946
|
-
stroke: #6c6c6c;
|
|
947
|
-
}
|
|
948
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
|
|
949
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
|
|
950
|
-
fill: #6c6c6c;
|
|
951
|
-
}
|
|
952
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
|
|
953
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
|
|
954
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
|
|
955
|
-
color: #5472d4;
|
|
956
|
-
}
|
|
957
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
|
|
958
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
|
|
959
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
|
|
960
|
-
stroke: #5472d4;
|
|
961
|
-
}
|
|
962
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
|
|
963
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
|
|
964
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
|
|
965
|
-
fill: #5472d4;
|
|
966
|
-
}
|
|
967
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
|
|
968
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
|
|
969
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
|
|
970
|
-
color: #5472d4;
|
|
971
|
-
}
|
|
1004
|
+
|
|
972
1005
|
.p-inputgroup-addon {
|
|
973
1006
|
background: #f5f5f5;
|
|
974
1007
|
color: #898989;
|
|
@@ -981,60 +1014,68 @@
|
|
|
981
1014
|
.p-inputgroup-addon:last-child {
|
|
982
1015
|
border-right: 2px solid #e1e1e1;
|
|
983
1016
|
}
|
|
1017
|
+
|
|
984
1018
|
.p-inputgroup > .p-component,
|
|
985
|
-
|
|
986
|
-
|
|
1019
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext,
|
|
1020
|
+
.p-inputgroup > .p-float-label > .p-component {
|
|
987
1021
|
border-radius: 0;
|
|
988
1022
|
margin: 0;
|
|
989
1023
|
}
|
|
990
1024
|
.p-inputgroup > .p-component + .p-inputgroup-addon,
|
|
991
|
-
|
|
992
|
-
|
|
1025
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
|
|
1026
|
+
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
|
|
993
1027
|
border-left: 0 none;
|
|
994
1028
|
}
|
|
995
1029
|
.p-inputgroup > .p-component:focus,
|
|
996
|
-
|
|
997
|
-
|
|
1030
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
|
|
1031
|
+
.p-inputgroup > .p-float-label > .p-component:focus {
|
|
998
1032
|
z-index: 1;
|
|
999
1033
|
}
|
|
1000
1034
|
.p-inputgroup > .p-component:focus ~ label,
|
|
1001
|
-
|
|
1002
|
-
|
|
1035
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
|
|
1036
|
+
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
|
|
1003
1037
|
z-index: 1;
|
|
1004
1038
|
}
|
|
1039
|
+
|
|
1005
1040
|
.p-inputgroup-addon:first-child,
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1041
|
+
.p-inputgroup button:first-child,
|
|
1042
|
+
.p-inputgroup input:first-child,
|
|
1043
|
+
.p-inputgroup > .p-inputwrapper:first-child,
|
|
1044
|
+
.p-inputgroup > .p-inputwrapper:first-child > .p-inputtext {
|
|
1010
1045
|
border-top-left-radius: 6px;
|
|
1011
1046
|
border-bottom-left-radius: 6px;
|
|
1012
1047
|
}
|
|
1048
|
+
|
|
1013
1049
|
.p-inputgroup .p-float-label:first-child input {
|
|
1014
1050
|
border-top-left-radius: 6px;
|
|
1015
1051
|
border-bottom-left-radius: 6px;
|
|
1016
1052
|
}
|
|
1053
|
+
|
|
1017
1054
|
.p-inputgroup-addon:last-child,
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1055
|
+
.p-inputgroup button:last-child,
|
|
1056
|
+
.p-inputgroup input:last-child,
|
|
1057
|
+
.p-inputgroup > .p-inputwrapper:last-child,
|
|
1058
|
+
.p-inputgroup > .p-inputwrapper:last-child > .p-inputtext {
|
|
1022
1059
|
border-top-right-radius: 6px;
|
|
1023
1060
|
border-bottom-right-radius: 6px;
|
|
1024
1061
|
}
|
|
1062
|
+
|
|
1025
1063
|
.p-inputgroup .p-float-label:last-child input {
|
|
1026
1064
|
border-top-right-radius: 6px;
|
|
1027
1065
|
border-bottom-right-radius: 6px;
|
|
1028
1066
|
}
|
|
1067
|
+
|
|
1029
1068
|
.p-fluid .p-inputgroup .p-button {
|
|
1030
1069
|
width: auto;
|
|
1031
1070
|
}
|
|
1032
1071
|
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
|
|
1033
1072
|
width: 2.857rem;
|
|
1034
1073
|
}
|
|
1074
|
+
|
|
1035
1075
|
.p-inputnumber.p-invalid.p-component > .p-inputtext {
|
|
1036
1076
|
border-color: #f88c79;
|
|
1037
1077
|
}
|
|
1078
|
+
|
|
1038
1079
|
.p-inputswitch {
|
|
1039
1080
|
width: 3rem;
|
|
1040
1081
|
height: 1.75rem;
|
|
@@ -1076,9 +1117,10 @@
|
|
|
1076
1117
|
.p-inputswitch.p-invalid .p-inputswitch-slider {
|
|
1077
1118
|
border-color: #f88c79;
|
|
1078
1119
|
}
|
|
1120
|
+
|
|
1079
1121
|
.p-inputtext {
|
|
1080
|
-
font-family:
|
|
1081
|
-
font-feature-settings:
|
|
1122
|
+
font-family: var(--font-family);
|
|
1123
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
1082
1124
|
font-size: 1rem;
|
|
1083
1125
|
color: #6c6c6c;
|
|
1084
1126
|
background: #ffffff;
|
|
@@ -1108,47 +1150,59 @@
|
|
|
1108
1150
|
font-size: 1.25rem;
|
|
1109
1151
|
padding: 0.625rem 0.9375rem;
|
|
1110
1152
|
}
|
|
1153
|
+
|
|
1111
1154
|
.p-float-label > label {
|
|
1112
1155
|
left: 0.75rem;
|
|
1113
1156
|
color: #898989;
|
|
1114
1157
|
transition-duration: 0.3s;
|
|
1115
1158
|
}
|
|
1159
|
+
|
|
1116
1160
|
.p-float-label > label.p-error {
|
|
1117
1161
|
color: #f88c79;
|
|
1118
1162
|
}
|
|
1163
|
+
|
|
1119
1164
|
.p-input-icon-left > i:first-of-type,
|
|
1120
|
-
|
|
1121
|
-
|
|
1165
|
+
.p-input-icon-left > svg:first-of-type,
|
|
1166
|
+
.p-input-icon-left > .p-input-prefix {
|
|
1122
1167
|
left: 0.75rem;
|
|
1123
1168
|
color: #898989;
|
|
1124
1169
|
}
|
|
1170
|
+
|
|
1125
1171
|
.p-input-icon-left > .p-inputtext {
|
|
1126
1172
|
padding-left: 2.5rem;
|
|
1127
1173
|
}
|
|
1174
|
+
|
|
1128
1175
|
.p-input-icon-left.p-float-label > label {
|
|
1129
1176
|
left: 2.5rem;
|
|
1130
1177
|
}
|
|
1178
|
+
|
|
1131
1179
|
.p-input-icon-right > i:last-of-type,
|
|
1132
|
-
|
|
1133
|
-
|
|
1180
|
+
.p-input-icon-right > svg:last-of-type,
|
|
1181
|
+
.p-input-icon-right > .p-input-suffix {
|
|
1134
1182
|
right: 0.75rem;
|
|
1135
1183
|
color: #898989;
|
|
1136
1184
|
}
|
|
1185
|
+
|
|
1137
1186
|
.p-input-icon-right > .p-inputtext {
|
|
1138
1187
|
padding-right: 2.5rem;
|
|
1139
1188
|
}
|
|
1189
|
+
|
|
1140
1190
|
::-webkit-input-placeholder {
|
|
1141
1191
|
color: #898989;
|
|
1142
1192
|
}
|
|
1193
|
+
|
|
1143
1194
|
:-moz-placeholder {
|
|
1144
1195
|
color: #898989;
|
|
1145
1196
|
}
|
|
1197
|
+
|
|
1146
1198
|
::-moz-placeholder {
|
|
1147
1199
|
color: #898989;
|
|
1148
1200
|
}
|
|
1201
|
+
|
|
1149
1202
|
:-ms-input-placeholder {
|
|
1150
1203
|
color: #898989;
|
|
1151
1204
|
}
|
|
1205
|
+
|
|
1152
1206
|
.p-input-filled .p-inputtext {
|
|
1153
1207
|
background-color: #f2f2f2;
|
|
1154
1208
|
}
|
|
@@ -1158,14 +1212,17 @@
|
|
|
1158
1212
|
.p-input-filled .p-inputtext:enabled:focus {
|
|
1159
1213
|
background-color: #f2f2f2;
|
|
1160
1214
|
}
|
|
1215
|
+
|
|
1161
1216
|
.p-inputtext-sm .p-inputtext {
|
|
1162
1217
|
font-size: 0.875rem;
|
|
1163
1218
|
padding: 0.4375rem 0.65625rem;
|
|
1164
1219
|
}
|
|
1220
|
+
|
|
1165
1221
|
.p-inputtext-lg .p-inputtext {
|
|
1166
1222
|
font-size: 1.25rem;
|
|
1167
1223
|
padding: 0.625rem 0.9375rem;
|
|
1168
1224
|
}
|
|
1225
|
+
|
|
1169
1226
|
.p-listbox {
|
|
1170
1227
|
background: #ffffff;
|
|
1171
1228
|
color: #6c6c6c;
|
|
@@ -1227,6 +1284,7 @@
|
|
|
1227
1284
|
.p-listbox.p-invalid {
|
|
1228
1285
|
border-color: #f88c79;
|
|
1229
1286
|
}
|
|
1287
|
+
|
|
1230
1288
|
.p-mention-panel {
|
|
1231
1289
|
background: #ffffff;
|
|
1232
1290
|
color: #6c6c6c;
|
|
@@ -1254,6 +1312,7 @@
|
|
|
1254
1312
|
color: #585858;
|
|
1255
1313
|
background: #ced6f1;
|
|
1256
1314
|
}
|
|
1315
|
+
|
|
1257
1316
|
.p-multiselect {
|
|
1258
1317
|
background: #ffffff;
|
|
1259
1318
|
border: 2px solid #e1e1e1;
|
|
@@ -1303,6 +1362,7 @@
|
|
|
1303
1362
|
.p-multiselect.p-invalid.p-component {
|
|
1304
1363
|
border-color: #f88c79;
|
|
1305
1364
|
}
|
|
1365
|
+
|
|
1306
1366
|
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
|
1307
1367
|
padding: 0.25rem 0.75rem;
|
|
1308
1368
|
}
|
|
@@ -1312,6 +1372,7 @@
|
|
|
1312
1372
|
.p-inputwrapper-filled.p-multiselect.p-multiselect-clearable .p-multiselect-label {
|
|
1313
1373
|
padding-right: 1.75rem;
|
|
1314
1374
|
}
|
|
1375
|
+
|
|
1315
1376
|
.p-multiselect-panel {
|
|
1316
1377
|
background: #ffffff;
|
|
1317
1378
|
color: #6c6c6c;
|
|
@@ -1397,6 +1458,7 @@
|
|
|
1397
1458
|
color: #6c6c6c;
|
|
1398
1459
|
background: transparent;
|
|
1399
1460
|
}
|
|
1461
|
+
|
|
1400
1462
|
.p-input-filled .p-multiselect {
|
|
1401
1463
|
background: #f2f2f2;
|
|
1402
1464
|
}
|
|
@@ -1406,9 +1468,11 @@
|
|
|
1406
1468
|
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
|
|
1407
1469
|
background-color: #f2f2f2;
|
|
1408
1470
|
}
|
|
1471
|
+
|
|
1409
1472
|
.p-password.p-invalid.p-component > .p-inputtext {
|
|
1410
1473
|
border-color: #f88c79;
|
|
1411
1474
|
}
|
|
1475
|
+
|
|
1412
1476
|
.p-password-panel {
|
|
1413
1477
|
padding: 1rem;
|
|
1414
1478
|
background: #ffffff;
|
|
@@ -1430,6 +1494,7 @@
|
|
|
1430
1494
|
.p-password-panel .p-password-meter .p-password-strength.strong {
|
|
1431
1495
|
background: #8bae2c;
|
|
1432
1496
|
}
|
|
1497
|
+
|
|
1433
1498
|
.p-radiobutton {
|
|
1434
1499
|
width: 20px;
|
|
1435
1500
|
height: 20px;
|
|
@@ -1473,6 +1538,7 @@
|
|
|
1473
1538
|
.p-radiobutton:focus {
|
|
1474
1539
|
outline: 0 none;
|
|
1475
1540
|
}
|
|
1541
|
+
|
|
1476
1542
|
.p-input-filled .p-radiobutton .p-radiobutton-box {
|
|
1477
1543
|
background-color: #f2f2f2;
|
|
1478
1544
|
}
|
|
@@ -1485,6 +1551,7 @@
|
|
|
1485
1551
|
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
|
1486
1552
|
background: #3c5ece;
|
|
1487
1553
|
}
|
|
1554
|
+
|
|
1488
1555
|
.p-rating {
|
|
1489
1556
|
gap: 0.5rem;
|
|
1490
1557
|
}
|
|
@@ -1514,6 +1581,7 @@
|
|
|
1514
1581
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
|
|
1515
1582
|
color: #f88c79;
|
|
1516
1583
|
}
|
|
1584
|
+
|
|
1517
1585
|
.p-selectbutton .p-button {
|
|
1518
1586
|
background: #ffffff;
|
|
1519
1587
|
border: 2px solid #e1e1e1;
|
|
@@ -1521,7 +1589,7 @@
|
|
|
1521
1589
|
transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
|
|
1522
1590
|
}
|
|
1523
1591
|
.p-selectbutton .p-button .p-button-icon-left,
|
|
1524
|
-
|
|
1592
|
+
.p-selectbutton .p-button .p-button-icon-right {
|
|
1525
1593
|
color: #898989;
|
|
1526
1594
|
}
|
|
1527
1595
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
|
@@ -1530,7 +1598,7 @@
|
|
|
1530
1598
|
color: #6c6c6c;
|
|
1531
1599
|
}
|
|
1532
1600
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
|
|
1533
|
-
|
|
1601
|
+
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
|
1534
1602
|
color: #898989;
|
|
1535
1603
|
}
|
|
1536
1604
|
.p-selectbutton .p-button.p-highlight {
|
|
@@ -1539,7 +1607,7 @@
|
|
|
1539
1607
|
color: #585858;
|
|
1540
1608
|
}
|
|
1541
1609
|
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
|
|
1542
|
-
|
|
1610
|
+
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
|
|
1543
1611
|
color: #585858;
|
|
1544
1612
|
}
|
|
1545
1613
|
.p-selectbutton .p-button.p-highlight:hover {
|
|
@@ -1548,12 +1616,13 @@
|
|
|
1548
1616
|
color: #585858;
|
|
1549
1617
|
}
|
|
1550
1618
|
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
|
|
1551
|
-
|
|
1619
|
+
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
|
|
1552
1620
|
color: #585858;
|
|
1553
1621
|
}
|
|
1554
1622
|
.p-selectbutton.p-invalid > .p-button {
|
|
1555
1623
|
border-color: #f88c79;
|
|
1556
1624
|
}
|
|
1625
|
+
|
|
1557
1626
|
.p-slider {
|
|
1558
1627
|
background: #ebebeb;
|
|
1559
1628
|
border: 0 none;
|
|
@@ -1593,6 +1662,7 @@
|
|
|
1593
1662
|
background: #5472d4;
|
|
1594
1663
|
border-color: #5472d4;
|
|
1595
1664
|
}
|
|
1665
|
+
|
|
1596
1666
|
.p-treeselect {
|
|
1597
1667
|
background: #ffffff;
|
|
1598
1668
|
border: 2px solid #e1e1e1;
|
|
@@ -1632,9 +1702,11 @@
|
|
|
1632
1702
|
.p-treeselect.p-invalid.p-component {
|
|
1633
1703
|
border-color: #f88c79;
|
|
1634
1704
|
}
|
|
1705
|
+
|
|
1635
1706
|
.p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label {
|
|
1636
1707
|
padding: 0.25rem 0.75rem;
|
|
1637
1708
|
}
|
|
1709
|
+
|
|
1638
1710
|
.p-treeselect-panel {
|
|
1639
1711
|
background: #ffffff;
|
|
1640
1712
|
color: #6c6c6c;
|
|
@@ -1694,6 +1766,7 @@
|
|
|
1694
1766
|
color: #6c6c6c;
|
|
1695
1767
|
background: transparent;
|
|
1696
1768
|
}
|
|
1769
|
+
|
|
1697
1770
|
.p-input-filled .p-treeselect {
|
|
1698
1771
|
background: #f2f2f2;
|
|
1699
1772
|
}
|
|
@@ -1703,6 +1776,7 @@
|
|
|
1703
1776
|
.p-input-filled .p-treeselect:not(.p-disabled).p-focus {
|
|
1704
1777
|
background-color: #f2f2f2;
|
|
1705
1778
|
}
|
|
1779
|
+
|
|
1706
1780
|
.p-togglebutton.p-button {
|
|
1707
1781
|
background: #ffffff;
|
|
1708
1782
|
border: 2px solid #e1e1e1;
|
|
@@ -1710,7 +1784,7 @@
|
|
|
1710
1784
|
transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
|
|
1711
1785
|
}
|
|
1712
1786
|
.p-togglebutton.p-button .p-button-icon-left,
|
|
1713
|
-
|
|
1787
|
+
.p-togglebutton.p-button .p-button-icon-right {
|
|
1714
1788
|
color: #898989;
|
|
1715
1789
|
}
|
|
1716
1790
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
|
@@ -1719,7 +1793,7 @@
|
|
|
1719
1793
|
color: #6c6c6c;
|
|
1720
1794
|
}
|
|
1721
1795
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
|
|
1722
|
-
|
|
1796
|
+
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
|
1723
1797
|
color: #898989;
|
|
1724
1798
|
}
|
|
1725
1799
|
.p-togglebutton.p-button.p-highlight {
|
|
@@ -1728,7 +1802,7 @@
|
|
|
1728
1802
|
color: #585858;
|
|
1729
1803
|
}
|
|
1730
1804
|
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
|
|
1731
|
-
|
|
1805
|
+
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
|
|
1732
1806
|
color: #585858;
|
|
1733
1807
|
}
|
|
1734
1808
|
.p-togglebutton.p-button.p-highlight:hover {
|
|
@@ -1737,12 +1811,13 @@
|
|
|
1737
1811
|
color: #585858;
|
|
1738
1812
|
}
|
|
1739
1813
|
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
|
|
1740
|
-
|
|
1814
|
+
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
|
|
1741
1815
|
color: #585858;
|
|
1742
1816
|
}
|
|
1743
1817
|
.p-togglebutton.p-button.p-invalid > .p-button {
|
|
1744
1818
|
border-color: #f88c79;
|
|
1745
1819
|
}
|
|
1820
|
+
|
|
1746
1821
|
.p-button {
|
|
1747
1822
|
color: #ffffff;
|
|
1748
1823
|
background: #5472d4;
|
|
@@ -1854,7 +1929,7 @@
|
|
|
1854
1929
|
padding: 0.5rem 0;
|
|
1855
1930
|
}
|
|
1856
1931
|
.p-button.p-button-icon-only .p-button-icon-left,
|
|
1857
|
-
|
|
1932
|
+
.p-button.p-button-icon-only .p-button-icon-right {
|
|
1858
1933
|
margin: 0;
|
|
1859
1934
|
}
|
|
1860
1935
|
.p-button.p-button-icon-only.p-button-rounded {
|
|
@@ -1890,6 +1965,7 @@
|
|
|
1890
1965
|
.p-button.p-button-loading-label-only .p-button-loading-icon {
|
|
1891
1966
|
margin: 0;
|
|
1892
1967
|
}
|
|
1968
|
+
|
|
1893
1969
|
.p-fluid .p-button {
|
|
1894
1970
|
width: 100%;
|
|
1895
1971
|
}
|
|
@@ -1902,6 +1978,7 @@
|
|
|
1902
1978
|
.p-fluid .p-buttonset .p-button {
|
|
1903
1979
|
flex: 1;
|
|
1904
1980
|
}
|
|
1981
|
+
|
|
1905
1982
|
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button, .p-fileupload-choose.p-button-secondary {
|
|
1906
1983
|
color: #ffffff;
|
|
1907
1984
|
background: #8191a6;
|
|
@@ -1950,6 +2027,7 @@
|
|
|
1950
2027
|
border-color: transparent;
|
|
1951
2028
|
color: #8191a6;
|
|
1952
2029
|
}
|
|
2030
|
+
|
|
1953
2031
|
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button, .p-fileupload-choose.p-button-info {
|
|
1954
2032
|
color: #ffffff;
|
|
1955
2033
|
background: #35a4cc;
|
|
@@ -1998,6 +2076,7 @@
|
|
|
1998
2076
|
border-color: transparent;
|
|
1999
2077
|
color: #35a4cc;
|
|
2000
2078
|
}
|
|
2079
|
+
|
|
2001
2080
|
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button, .p-fileupload-choose.p-button-success {
|
|
2002
2081
|
color: #ffffff;
|
|
2003
2082
|
background: #8bae2c;
|
|
@@ -2046,6 +2125,7 @@
|
|
|
2046
2125
|
border-color: transparent;
|
|
2047
2126
|
color: #8bae2c;
|
|
2048
2127
|
}
|
|
2128
|
+
|
|
2049
2129
|
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button, .p-fileupload-choose.p-button-warning {
|
|
2050
2130
|
color: #ffffff;
|
|
2051
2131
|
background: #ff922a;
|
|
@@ -2094,6 +2174,7 @@
|
|
|
2094
2174
|
border-color: transparent;
|
|
2095
2175
|
color: #ff922a;
|
|
2096
2176
|
}
|
|
2177
|
+
|
|
2097
2178
|
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button, .p-fileupload-choose.p-button-help {
|
|
2098
2179
|
color: #ffffff;
|
|
2099
2180
|
background: #7654d4;
|
|
@@ -2142,6 +2223,7 @@
|
|
|
2142
2223
|
border-color: transparent;
|
|
2143
2224
|
color: #7654d4;
|
|
2144
2225
|
}
|
|
2226
|
+
|
|
2145
2227
|
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button, .p-fileupload-choose.p-button-danger {
|
|
2146
2228
|
color: #ffffff;
|
|
2147
2229
|
background: #d45472;
|
|
@@ -2190,6 +2272,7 @@
|
|
|
2190
2272
|
border-color: transparent;
|
|
2191
2273
|
color: #d45472;
|
|
2192
2274
|
}
|
|
2275
|
+
|
|
2193
2276
|
.p-button.p-button-link {
|
|
2194
2277
|
color: #3c5ece;
|
|
2195
2278
|
background: transparent;
|
|
@@ -2213,6 +2296,7 @@
|
|
|
2213
2296
|
color: #3c5ece;
|
|
2214
2297
|
border-color: transparent;
|
|
2215
2298
|
}
|
|
2299
|
+
|
|
2216
2300
|
.p-splitbutton {
|
|
2217
2301
|
border-radius: 6px;
|
|
2218
2302
|
}
|
|
@@ -2294,11 +2378,12 @@
|
|
|
2294
2378
|
font-size: 1.25rem;
|
|
2295
2379
|
}
|
|
2296
2380
|
.p-splitbutton .p-splitbutton-menubutton,
|
|
2297
|
-
|
|
2298
|
-
|
|
2381
|
+
.p-splitbutton .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,
|
|
2382
|
+
.p-splitbutton .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button {
|
|
2299
2383
|
border-top-left-radius: 0;
|
|
2300
2384
|
border-bottom-left-radius: 0;
|
|
2301
2385
|
}
|
|
2386
|
+
|
|
2302
2387
|
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
|
2303
2388
|
background-color: transparent;
|
|
2304
2389
|
color: #8191a6;
|
|
@@ -2327,6 +2412,7 @@
|
|
|
2327
2412
|
border-color: transparent;
|
|
2328
2413
|
color: #8191a6;
|
|
2329
2414
|
}
|
|
2415
|
+
|
|
2330
2416
|
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
|
2331
2417
|
background-color: transparent;
|
|
2332
2418
|
color: #35a4cc;
|
|
@@ -2355,6 +2441,7 @@
|
|
|
2355
2441
|
border-color: transparent;
|
|
2356
2442
|
color: #35a4cc;
|
|
2357
2443
|
}
|
|
2444
|
+
|
|
2358
2445
|
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
|
2359
2446
|
background-color: transparent;
|
|
2360
2447
|
color: #8bae2c;
|
|
@@ -2383,6 +2470,7 @@
|
|
|
2383
2470
|
border-color: transparent;
|
|
2384
2471
|
color: #8bae2c;
|
|
2385
2472
|
}
|
|
2473
|
+
|
|
2386
2474
|
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
|
2387
2475
|
background-color: transparent;
|
|
2388
2476
|
color: #ff922a;
|
|
@@ -2411,6 +2499,7 @@
|
|
|
2411
2499
|
border-color: transparent;
|
|
2412
2500
|
color: #ff922a;
|
|
2413
2501
|
}
|
|
2502
|
+
|
|
2414
2503
|
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
|
2415
2504
|
background-color: transparent;
|
|
2416
2505
|
color: #7654d4;
|
|
@@ -2439,6 +2528,7 @@
|
|
|
2439
2528
|
border-color: transparent;
|
|
2440
2529
|
color: #7654d4;
|
|
2441
2530
|
}
|
|
2531
|
+
|
|
2442
2532
|
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
|
2443
2533
|
background-color: transparent;
|
|
2444
2534
|
color: #d45472;
|
|
@@ -2467,6 +2557,7 @@
|
|
|
2467
2557
|
border-color: transparent;
|
|
2468
2558
|
color: #d45472;
|
|
2469
2559
|
}
|
|
2560
|
+
|
|
2470
2561
|
.p-speeddial-button.p-button.p-button-icon-only {
|
|
2471
2562
|
width: 4rem;
|
|
2472
2563
|
height: 4rem;
|
|
@@ -2478,6 +2569,7 @@
|
|
|
2478
2569
|
width: 1.3rem;
|
|
2479
2570
|
height: 1.3rem;
|
|
2480
2571
|
}
|
|
2572
|
+
|
|
2481
2573
|
.p-speeddial-action {
|
|
2482
2574
|
width: 3rem;
|
|
2483
2575
|
height: 3rem;
|
|
@@ -2488,47 +2580,54 @@
|
|
|
2488
2580
|
background: #585858;
|
|
2489
2581
|
color: #fff;
|
|
2490
2582
|
}
|
|
2583
|
+
|
|
2491
2584
|
.p-speeddial-direction-up .p-speeddial-item {
|
|
2492
2585
|
margin: 0.25rem;
|
|
2493
2586
|
}
|
|
2494
2587
|
.p-speeddial-direction-up .p-speeddial-item:first-child {
|
|
2495
2588
|
margin-bottom: 0.5rem;
|
|
2496
2589
|
}
|
|
2590
|
+
|
|
2497
2591
|
.p-speeddial-direction-down .p-speeddial-item {
|
|
2498
2592
|
margin: 0.25rem;
|
|
2499
2593
|
}
|
|
2500
2594
|
.p-speeddial-direction-down .p-speeddial-item:first-child {
|
|
2501
2595
|
margin-top: 0.5rem;
|
|
2502
2596
|
}
|
|
2597
|
+
|
|
2503
2598
|
.p-speeddial-direction-left .p-speeddial-item {
|
|
2504
2599
|
margin: 0 0.25rem;
|
|
2505
2600
|
}
|
|
2506
2601
|
.p-speeddial-direction-left .p-speeddial-item:first-child {
|
|
2507
2602
|
margin-right: 0.5rem;
|
|
2508
2603
|
}
|
|
2604
|
+
|
|
2509
2605
|
.p-speeddial-direction-right .p-speeddial-item {
|
|
2510
2606
|
margin: 0 0.25rem;
|
|
2511
2607
|
}
|
|
2512
2608
|
.p-speeddial-direction-right .p-speeddial-item:first-child {
|
|
2513
2609
|
margin-left: 0.5rem;
|
|
2514
2610
|
}
|
|
2611
|
+
|
|
2515
2612
|
.p-speeddial-circle .p-speeddial-item,
|
|
2516
|
-
|
|
2517
|
-
|
|
2613
|
+
.p-speeddial-semi-circle .p-speeddial-item,
|
|
2614
|
+
.p-speeddial-quarter-circle .p-speeddial-item {
|
|
2518
2615
|
margin: 0;
|
|
2519
2616
|
}
|
|
2520
2617
|
.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2618
|
+
.p-speeddial-semi-circle .p-speeddial-item:first-child,
|
|
2619
|
+
.p-speeddial-semi-circle .p-speeddial-item:last-child,
|
|
2620
|
+
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
|
|
2621
|
+
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
|
|
2525
2622
|
margin: 0;
|
|
2526
2623
|
}
|
|
2624
|
+
|
|
2527
2625
|
.p-speeddial-mask {
|
|
2528
2626
|
background-color: rgba(0, 0, 0, 0.4);
|
|
2529
2627
|
}
|
|
2628
|
+
|
|
2530
2629
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
|
2531
|
-
|
|
2630
|
+
.p-carousel .p-carousel-content .p-carousel-next {
|
|
2532
2631
|
width: 2rem;
|
|
2533
2632
|
height: 2rem;
|
|
2534
2633
|
color: #898989;
|
|
@@ -2539,13 +2638,13 @@
|
|
|
2539
2638
|
margin: 0.5rem;
|
|
2540
2639
|
}
|
|
2541
2640
|
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
|
|
2542
|
-
|
|
2641
|
+
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
|
|
2543
2642
|
color: #6c6c6c;
|
|
2544
2643
|
border-color: transparent;
|
|
2545
2644
|
background: #edf0fA;
|
|
2546
2645
|
}
|
|
2547
2646
|
.p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
|
|
2548
|
-
|
|
2647
|
+
.p-carousel .p-carousel-content .p-carousel-next:focus-visible {
|
|
2549
2648
|
outline: 0 none;
|
|
2550
2649
|
outline-offset: 0;
|
|
2551
2650
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
|
@@ -2571,6 +2670,7 @@
|
|
|
2571
2670
|
background: #ced6f1;
|
|
2572
2671
|
color: #585858;
|
|
2573
2672
|
}
|
|
2673
|
+
|
|
2574
2674
|
.p-datatable .p-paginator-top {
|
|
2575
2675
|
border-width: 0 0 2px 0;
|
|
2576
2676
|
border-radius: 0;
|
|
@@ -2664,9 +2764,9 @@
|
|
|
2664
2764
|
padding: 1rem 1rem;
|
|
2665
2765
|
}
|
|
2666
2766
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2767
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
|
|
2768
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
|
|
2769
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
|
|
2670
2770
|
width: 2rem;
|
|
2671
2771
|
height: 2rem;
|
|
2672
2772
|
color: #898989;
|
|
@@ -2676,17 +2776,17 @@
|
|
|
2676
2776
|
transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
|
|
2677
2777
|
}
|
|
2678
2778
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2779
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
|
|
2780
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
|
|
2781
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
|
|
2682
2782
|
color: #6c6c6c;
|
|
2683
2783
|
border-color: transparent;
|
|
2684
2784
|
background: #edf0fA;
|
|
2685
2785
|
}
|
|
2686
2786
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2787
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
|
|
2788
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
|
|
2789
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
|
|
2690
2790
|
outline: 0 none;
|
|
2691
2791
|
outline-offset: 0;
|
|
2692
2792
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
|
@@ -2735,12 +2835,12 @@
|
|
|
2735
2835
|
background: #5472d4;
|
|
2736
2836
|
}
|
|
2737
2837
|
.p-datatable .p-datatable-scrollable-header,
|
|
2738
|
-
|
|
2838
|
+
.p-datatable .p-datatable-scrollable-footer {
|
|
2739
2839
|
background: #ffffff;
|
|
2740
2840
|
}
|
|
2741
2841
|
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
|
|
2742
|
-
|
|
2743
|
-
|
|
2842
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-thead,
|
|
2843
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot {
|
|
2744
2844
|
background-color: #ffffff;
|
|
2745
2845
|
}
|
|
2746
2846
|
.p-datatable .p-datatable-loading-icon {
|
|
@@ -2850,9 +2950,11 @@
|
|
|
2850
2950
|
.p-datatable.p-datatable-lg .p-datatable-footer {
|
|
2851
2951
|
padding: 1.25rem 1.25rem;
|
|
2852
2952
|
}
|
|
2953
|
+
|
|
2853
2954
|
.p-datatable-drag-selection-helper {
|
|
2854
2955
|
background: rgba(84, 114, 212, 0.16);
|
|
2855
2956
|
}
|
|
2957
|
+
|
|
2856
2958
|
.p-dataview .p-paginator-top {
|
|
2857
2959
|
border-width: 0 0 2px 0;
|
|
2858
2960
|
border-radius: 0;
|
|
@@ -2896,6 +2998,7 @@
|
|
|
2896
2998
|
width: 2rem;
|
|
2897
2999
|
height: 2rem;
|
|
2898
3000
|
}
|
|
3001
|
+
|
|
2899
3002
|
.p-datascroller .p-paginator-top {
|
|
2900
3003
|
border-width: 0 0 2px 0;
|
|
2901
3004
|
border-radius: 0;
|
|
@@ -2932,10 +3035,12 @@
|
|
|
2932
3035
|
border-bottom-left-radius: 6px;
|
|
2933
3036
|
border-bottom-right-radius: 6px;
|
|
2934
3037
|
}
|
|
3038
|
+
|
|
2935
3039
|
.p-column-filter-row .p-column-filter-menu-button,
|
|
2936
|
-
|
|
3040
|
+
.p-column-filter-row .p-column-filter-clear-button {
|
|
2937
3041
|
margin-left: 0.5rem;
|
|
2938
3042
|
}
|
|
3043
|
+
|
|
2939
3044
|
.p-column-filter-menu-button {
|
|
2940
3045
|
width: 2rem;
|
|
2941
3046
|
height: 2rem;
|
|
@@ -2963,6 +3068,7 @@
|
|
|
2963
3068
|
outline-offset: 0;
|
|
2964
3069
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
|
2965
3070
|
}
|
|
3071
|
+
|
|
2966
3072
|
.p-column-filter-clear-button {
|
|
2967
3073
|
width: 2rem;
|
|
2968
3074
|
height: 2rem;
|
|
@@ -2982,6 +3088,7 @@
|
|
|
2982
3088
|
outline-offset: 0;
|
|
2983
3089
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
|
2984
3090
|
}
|
|
3091
|
+
|
|
2985
3092
|
.p-column-filter-overlay {
|
|
2986
3093
|
background: #ffffff;
|
|
2987
3094
|
color: #6c6c6c;
|
|
@@ -3019,6 +3126,7 @@
|
|
|
3019
3126
|
border-top: 1px solid #ebebeb;
|
|
3020
3127
|
margin: 4px 0;
|
|
3021
3128
|
}
|
|
3129
|
+
|
|
3022
3130
|
.p-column-filter-overlay-menu .p-column-filter-operator {
|
|
3023
3131
|
padding: 0.5rem 1.5rem;
|
|
3024
3132
|
border-bottom: 0 none;
|
|
@@ -3047,298 +3155,7 @@
|
|
|
3047
3155
|
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
|
|
3048
3156
|
padding: 1rem;
|
|
3049
3157
|
}
|
|
3050
|
-
|
|
3051
|
-
/* FullCalendar 4 */
|
|
3052
|
-
/* FullCalendar 5 */
|
|
3053
|
-
}
|
|
3054
|
-
.fc.fc-unthemed .fc-view-container th {
|
|
3055
|
-
background: #ffffff;
|
|
3056
|
-
border: 2px solid #ebebeb;
|
|
3057
|
-
color: #6c6c6c;
|
|
3058
|
-
}
|
|
3059
|
-
.fc.fc-unthemed .fc-view-container td.fc-widget-content {
|
|
3060
|
-
border: 2px solid #ebebeb;
|
|
3061
|
-
color: #6c6c6c;
|
|
3062
|
-
}
|
|
3063
|
-
.fc.fc-unthemed .fc-view-container td.fc-head-container {
|
|
3064
|
-
border: 2px solid #ebebeb;
|
|
3065
|
-
}
|
|
3066
|
-
.fc.fc-unthemed .fc-view-container .fc-view {
|
|
3067
|
-
background: #ffffff;
|
|
3068
|
-
}
|
|
3069
|
-
.fc.fc-unthemed .fc-view-container .fc-row {
|
|
3070
|
-
border-right: 2px solid #ebebeb;
|
|
3071
|
-
}
|
|
3072
|
-
.fc.fc-unthemed .fc-view-container .fc-event {
|
|
3073
|
-
background: #4868d1;
|
|
3074
|
-
border: 2px solid #4868d1;
|
|
3075
|
-
color: #ffffff;
|
|
3076
|
-
}
|
|
3077
|
-
.fc.fc-unthemed .fc-view-container .fc-divider {
|
|
3078
|
-
background: #ffffff;
|
|
3079
|
-
border: 2px solid #ebebeb;
|
|
3080
|
-
}
|
|
3081
|
-
.fc.fc-unthemed .fc-toolbar .fc-button {
|
|
3082
|
-
color: #ffffff;
|
|
3083
|
-
background: #5472d4;
|
|
3084
|
-
border: 2px solid #5472d4;
|
|
3085
|
-
font-size: 1rem;
|
|
3086
|
-
transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
|
|
3087
|
-
border-radius: 6px;
|
|
3088
|
-
display: flex;
|
|
3089
|
-
align-items: center;
|
|
3090
|
-
}
|
|
3091
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
|
|
3092
|
-
background: #4868d1;
|
|
3093
|
-
color: #ffffff;
|
|
3094
|
-
border-color: #4868d1;
|
|
3095
|
-
}
|
|
3096
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
|
|
3097
|
-
background: #3c5ece;
|
|
3098
|
-
color: #ffffff;
|
|
3099
|
-
border-color: #3c5ece;
|
|
3100
|
-
}
|
|
3101
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
|
|
3102
|
-
outline: 0 none;
|
|
3103
|
-
outline-offset: 0;
|
|
3104
|
-
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
|
3105
|
-
}
|
|
3106
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left {
|
|
3107
|
-
font-family: "PrimeIcons" !important;
|
|
3108
|
-
text-indent: 0;
|
|
3109
|
-
font-size: 1rem;
|
|
3110
|
-
}
|
|
3111
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
3112
|
-
content: "\e900";
|
|
3113
|
-
}
|
|
3114
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
3115
|
-
font-family: "PrimeIcons" !important;
|
|
3116
|
-
text-indent: 0;
|
|
3117
|
-
font-size: 1rem;
|
|
3118
|
-
}
|
|
3119
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
3120
|
-
content: "\e901";
|
|
3121
|
-
}
|
|
3122
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
3123
|
-
outline: 0 none;
|
|
3124
|
-
outline-offset: 0;
|
|
3125
|
-
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
|
3126
|
-
}
|
|
3127
|
-
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button {
|
|
3128
|
-
background: #ffffff;
|
|
3129
|
-
border: 2px solid #e1e1e1;
|
|
3130
|
-
color: #6c6c6c;
|
|
3131
|
-
transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
|
|
3132
|
-
}
|
|
3133
|
-
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
|
3134
|
-
background: #edf0fA;
|
|
3135
|
-
border-color: #e1e1e1;
|
|
3136
|
-
color: #6c6c6c;
|
|
3137
|
-
}
|
|
3138
|
-
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
|
|
3139
|
-
background: #ced6f1;
|
|
3140
|
-
border-color: #ced6f1;
|
|
3141
|
-
color: #585858;
|
|
3142
|
-
}
|
|
3143
|
-
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
|
|
3144
|
-
background: #bdc7ec;
|
|
3145
|
-
border-color: #bdc7ec;
|
|
3146
|
-
color: #585858;
|
|
3147
|
-
}
|
|
3148
|
-
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
|
|
3149
|
-
outline: 0 none;
|
|
3150
|
-
outline-offset: 0;
|
|
3151
|
-
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
|
3152
|
-
z-index: 1;
|
|
3153
|
-
}
|
|
3154
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button {
|
|
3155
|
-
border-radius: 0;
|
|
3156
|
-
}
|
|
3157
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:first-child {
|
|
3158
|
-
border-top-left-radius: 6px;
|
|
3159
|
-
border-bottom-left-radius: 6px;
|
|
3160
|
-
}
|
|
3161
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child {
|
|
3162
|
-
border-top-right-radius: 6px;
|
|
3163
|
-
border-bottom-right-radius: 6px;
|
|
3164
|
-
}
|
|
3165
|
-
.fc.fc-theme-standard .fc-view-harness .fc-scrollgrid {
|
|
3166
|
-
border-color: #ebebeb;
|
|
3167
|
-
}
|
|
3168
|
-
.fc.fc-theme-standard .fc-view-harness th {
|
|
3169
|
-
background: #ffffff;
|
|
3170
|
-
border-color: #ebebeb;
|
|
3171
|
-
color: #6c6c6c;
|
|
3172
|
-
}
|
|
3173
|
-
.fc.fc-theme-standard .fc-view-harness td {
|
|
3174
|
-
color: #6c6c6c;
|
|
3175
|
-
border-color: #ebebeb;
|
|
3176
|
-
}
|
|
3177
|
-
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
|
3178
|
-
background: #ffffff;
|
|
3179
|
-
}
|
|
3180
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
|
3181
|
-
background: none;
|
|
3182
|
-
border: 0 none;
|
|
3183
|
-
}
|
|
3184
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
|
3185
|
-
border: 2px solid #ebebeb;
|
|
3186
|
-
padding: 1rem;
|
|
3187
|
-
background: #ffffff;
|
|
3188
|
-
color: #6c6c6c;
|
|
3189
|
-
}
|
|
3190
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
|
3191
|
-
opacity: 1;
|
|
3192
|
-
display: flex;
|
|
3193
|
-
align-items: center;
|
|
3194
|
-
justify-content: center;
|
|
3195
|
-
overflow: hidden;
|
|
3196
|
-
font-family: "PrimeIcons" !important;
|
|
3197
|
-
font-size: 1rem;
|
|
3198
|
-
width: 2rem;
|
|
3199
|
-
height: 2rem;
|
|
3200
|
-
color: #898989;
|
|
3201
|
-
border: 0 none;
|
|
3202
|
-
background: transparent;
|
|
3203
|
-
border-radius: 50%;
|
|
3204
|
-
transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
|
|
3205
|
-
}
|
|
3206
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
|
3207
|
-
content: "\e90b";
|
|
3208
|
-
}
|
|
3209
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
|
3210
|
-
color: #6c6c6c;
|
|
3211
|
-
border-color: transparent;
|
|
3212
|
-
background: #edf0fA;
|
|
3213
|
-
}
|
|
3214
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus-visible {
|
|
3215
|
-
outline: 0 none;
|
|
3216
|
-
outline-offset: 0;
|
|
3217
|
-
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
|
3218
|
-
}
|
|
3219
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
|
3220
|
-
padding: 1rem;
|
|
3221
|
-
border: 2px solid #ebebeb;
|
|
3222
|
-
background: #ffffff;
|
|
3223
|
-
color: #6c6c6c;
|
|
3224
|
-
border-top: 0 none;
|
|
3225
|
-
}
|
|
3226
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
|
3227
|
-
color: #ffffff;
|
|
3228
|
-
background: #4868d1;
|
|
3229
|
-
border-color: #4868d1;
|
|
3230
|
-
}
|
|
3231
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
|
|
3232
|
-
color: #ffffff;
|
|
3233
|
-
}
|
|
3234
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
|
|
3235
|
-
background: #4868d1;
|
|
3236
|
-
border-color: #4868d1;
|
|
3237
|
-
}
|
|
3238
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
|
|
3239
|
-
background: #edf0fA;
|
|
3240
|
-
color: #6c6c6c;
|
|
3241
|
-
}
|
|
3242
|
-
.fc.fc-theme-standard .fc-view-harness .fc-cell-shaded {
|
|
3243
|
-
background: #ffffff;
|
|
3244
|
-
}
|
|
3245
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button {
|
|
3246
|
-
color: #ffffff;
|
|
3247
|
-
background: #5472d4;
|
|
3248
|
-
border: 2px solid #5472d4;
|
|
3249
|
-
font-size: 1rem;
|
|
3250
|
-
transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
|
|
3251
|
-
border-radius: 6px;
|
|
3252
|
-
line-height: 1;
|
|
3253
|
-
min-height: 2.07rem;
|
|
3254
|
-
}
|
|
3255
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
|
|
3256
|
-
background: #4868d1;
|
|
3257
|
-
color: #ffffff;
|
|
3258
|
-
border-color: #4868d1;
|
|
3259
|
-
}
|
|
3260
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
|
|
3261
|
-
background: #3c5ece;
|
|
3262
|
-
color: #ffffff;
|
|
3263
|
-
border-color: #3c5ece;
|
|
3264
|
-
}
|
|
3265
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
|
|
3266
|
-
outline: 0 none;
|
|
3267
|
-
outline-offset: 0;
|
|
3268
|
-
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
|
3269
|
-
}
|
|
3270
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:disabled {
|
|
3271
|
-
opacity: 0.6;
|
|
3272
|
-
color: #ffffff;
|
|
3273
|
-
background: #5472d4;
|
|
3274
|
-
border: 2px solid #5472d4;
|
|
3275
|
-
}
|
|
3276
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left {
|
|
3277
|
-
font-family: "PrimeIcons" !important;
|
|
3278
|
-
text-indent: 0;
|
|
3279
|
-
font-size: 1rem;
|
|
3280
|
-
}
|
|
3281
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
3282
|
-
content: "\e900";
|
|
3283
|
-
}
|
|
3284
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
3285
|
-
font-family: "PrimeIcons" !important;
|
|
3286
|
-
text-indent: 0;
|
|
3287
|
-
font-size: 1rem;
|
|
3288
|
-
}
|
|
3289
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
3290
|
-
content: "\e901";
|
|
3291
|
-
}
|
|
3292
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
3293
|
-
outline: 0 none;
|
|
3294
|
-
outline-offset: 0;
|
|
3295
|
-
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
|
3296
|
-
}
|
|
3297
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button {
|
|
3298
|
-
background: #ffffff;
|
|
3299
|
-
border: 2px solid #e1e1e1;
|
|
3300
|
-
color: #6c6c6c;
|
|
3301
|
-
transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
|
|
3302
|
-
}
|
|
3303
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
|
3304
|
-
background: #edf0fA;
|
|
3305
|
-
border-color: #e1e1e1;
|
|
3306
|
-
color: #6c6c6c;
|
|
3307
|
-
}
|
|
3308
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
|
|
3309
|
-
background: #ced6f1;
|
|
3310
|
-
border-color: #ced6f1;
|
|
3311
|
-
color: #585858;
|
|
3312
|
-
}
|
|
3313
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
|
|
3314
|
-
background: #bdc7ec;
|
|
3315
|
-
border-color: #bdc7ec;
|
|
3316
|
-
color: #585858;
|
|
3317
|
-
}
|
|
3318
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:not(:disabled):focus {
|
|
3319
|
-
outline: 0 none;
|
|
3320
|
-
outline-offset: 0;
|
|
3321
|
-
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
|
3322
|
-
z-index: 1;
|
|
3323
|
-
}
|
|
3324
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button {
|
|
3325
|
-
border-radius: 0;
|
|
3326
|
-
}
|
|
3327
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:first-child {
|
|
3328
|
-
border-top-left-radius: 6px;
|
|
3329
|
-
border-bottom-left-radius: 6px;
|
|
3330
|
-
}
|
|
3331
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:last-child {
|
|
3332
|
-
border-top-right-radius: 6px;
|
|
3333
|
-
border-bottom-right-radius: 6px;
|
|
3334
|
-
}
|
|
3335
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-icon {
|
|
3336
|
-
vertical-align: unset;
|
|
3337
|
-
}
|
|
3338
|
-
.fc.fc-theme-standard .fc-highlight {
|
|
3339
|
-
color: #585858;
|
|
3340
|
-
background: #ced6f1;
|
|
3341
|
-
}
|
|
3158
|
+
|
|
3342
3159
|
.p-orderlist .p-orderlist-controls {
|
|
3343
3160
|
padding: 1rem;
|
|
3344
3161
|
}
|
|
@@ -3403,6 +3220,7 @@
|
|
|
3403
3220
|
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
|
|
3404
3221
|
background: #edf0fA;
|
|
3405
3222
|
}
|
|
3223
|
+
|
|
3406
3224
|
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
|
3407
3225
|
background: #edf0fA;
|
|
3408
3226
|
color: #6c6c6c;
|
|
@@ -3441,6 +3259,7 @@
|
|
|
3441
3259
|
outline-offset: 0;
|
|
3442
3260
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
|
3443
3261
|
}
|
|
3262
|
+
|
|
3444
3263
|
.p-paginator {
|
|
3445
3264
|
background: #ffffff;
|
|
3446
3265
|
color: #898989;
|
|
@@ -3450,9 +3269,9 @@
|
|
|
3450
3269
|
border-radius: 6px;
|
|
3451
3270
|
}
|
|
3452
3271
|
.p-paginator .p-paginator-first,
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3272
|
+
.p-paginator .p-paginator-prev,
|
|
3273
|
+
.p-paginator .p-paginator-next,
|
|
3274
|
+
.p-paginator .p-paginator-last {
|
|
3456
3275
|
background-color: transparent;
|
|
3457
3276
|
border: 0 none;
|
|
3458
3277
|
color: #898989;
|
|
@@ -3463,9 +3282,9 @@
|
|
|
3463
3282
|
border-radius: 6px;
|
|
3464
3283
|
}
|
|
3465
3284
|
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3285
|
+
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
|
3286
|
+
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
|
3287
|
+
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
|
3469
3288
|
background: #edf0fA;
|
|
3470
3289
|
border-color: transparent;
|
|
3471
3290
|
color: #6c6c6c;
|
|
@@ -3521,6 +3340,7 @@
|
|
|
3521
3340
|
border-color: transparent;
|
|
3522
3341
|
color: #6c6c6c;
|
|
3523
3342
|
}
|
|
3343
|
+
|
|
3524
3344
|
.p-picklist .p-picklist-buttons {
|
|
3525
3345
|
padding: 1rem;
|
|
3526
3346
|
}
|
|
@@ -3579,6 +3399,7 @@
|
|
|
3579
3399
|
color: #585858;
|
|
3580
3400
|
background: #ced6f1;
|
|
3581
3401
|
}
|
|
3402
|
+
|
|
3582
3403
|
.p-tree {
|
|
3583
3404
|
border: 2px solid #ebebeb;
|
|
3584
3405
|
background: #ffffff;
|
|
@@ -3634,11 +3455,11 @@
|
|
|
3634
3455
|
color: #585858;
|
|
3635
3456
|
}
|
|
3636
3457
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
|
|
3637
|
-
|
|
3458
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
|
3638
3459
|
color: #585858;
|
|
3639
3460
|
}
|
|
3640
3461
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
|
3641
|
-
|
|
3462
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
|
3642
3463
|
color: #585858;
|
|
3643
3464
|
}
|
|
3644
3465
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
|
@@ -3676,6 +3497,7 @@
|
|
|
3676
3497
|
.p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
|
|
3677
3498
|
background: #889cdd;
|
|
3678
3499
|
}
|
|
3500
|
+
|
|
3679
3501
|
.p-treetable .p-paginator-top {
|
|
3680
3502
|
border-width: 0 0 2px 0;
|
|
3681
3503
|
border-radius: 0;
|
|
@@ -3811,7 +3633,7 @@
|
|
|
3811
3633
|
background: #5472d4;
|
|
3812
3634
|
}
|
|
3813
3635
|
.p-treetable .p-treetable-scrollable-header,
|
|
3814
|
-
|
|
3636
|
+
.p-treetable .p-treetable-scrollable-footer {
|
|
3815
3637
|
background: #ffffff;
|
|
3816
3638
|
}
|
|
3817
3639
|
.p-treetable .p-treetable-loading-icon {
|
|
@@ -3888,6 +3710,7 @@
|
|
|
3888
3710
|
.p-treetable.p-treetable-lg .p-treetable-footer {
|
|
3889
3711
|
padding: 1.25rem 1.25rem;
|
|
3890
3712
|
}
|
|
3713
|
+
|
|
3891
3714
|
.p-timeline .p-timeline-event-marker {
|
|
3892
3715
|
border: 2px solid #5472d4;
|
|
3893
3716
|
border-radius: 50%;
|
|
@@ -3899,19 +3722,20 @@
|
|
|
3899
3722
|
background-color: #ebebeb;
|
|
3900
3723
|
}
|
|
3901
3724
|
.p-timeline.p-timeline-vertical .p-timeline-event-opposite,
|
|
3902
|
-
|
|
3725
|
+
.p-timeline.p-timeline-vertical .p-timeline-event-content {
|
|
3903
3726
|
padding: 0 1rem;
|
|
3904
3727
|
}
|
|
3905
3728
|
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
|
|
3906
3729
|
width: 2px;
|
|
3907
3730
|
}
|
|
3908
3731
|
.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
|
|
3909
|
-
|
|
3732
|
+
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
|
|
3910
3733
|
padding: 1rem 0;
|
|
3911
3734
|
}
|
|
3912
3735
|
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
|
|
3913
3736
|
height: 2px;
|
|
3914
3737
|
}
|
|
3738
|
+
|
|
3915
3739
|
.p-accordion .p-accordion-header .p-accordion-header-link {
|
|
3916
3740
|
padding: 1rem;
|
|
3917
3741
|
border: 2px solid #ebebeb;
|
|
@@ -3985,6 +3809,7 @@
|
|
|
3985
3809
|
border-bottom-right-radius: 6px;
|
|
3986
3810
|
border-bottom-left-radius: 6px;
|
|
3987
3811
|
}
|
|
3812
|
+
|
|
3988
3813
|
.p-card {
|
|
3989
3814
|
background: #ffffff;
|
|
3990
3815
|
color: #6c6c6c;
|
|
@@ -4010,6 +3835,7 @@
|
|
|
4010
3835
|
.p-card .p-card-footer {
|
|
4011
3836
|
padding: 1rem 0 0 0;
|
|
4012
3837
|
}
|
|
3838
|
+
|
|
4013
3839
|
.p-fieldset {
|
|
4014
3840
|
border: 2px solid #ebebeb;
|
|
4015
3841
|
background: #ffffff;
|
|
@@ -4050,6 +3876,7 @@
|
|
|
4050
3876
|
.p-fieldset .p-fieldset-content {
|
|
4051
3877
|
padding: 1rem;
|
|
4052
3878
|
}
|
|
3879
|
+
|
|
4053
3880
|
.p-divider .p-divider-content {
|
|
4054
3881
|
background-color: #ffffff;
|
|
4055
3882
|
}
|
|
@@ -4073,6 +3900,7 @@
|
|
|
4073
3900
|
.p-divider.p-divider-vertical .p-divider-content {
|
|
4074
3901
|
padding: 0.5rem 0;
|
|
4075
3902
|
}
|
|
3903
|
+
|
|
4076
3904
|
.p-panel .p-panel-header {
|
|
4077
3905
|
border: 2px solid #ebebeb;
|
|
4078
3906
|
padding: 1rem;
|
|
@@ -4122,6 +3950,7 @@
|
|
|
4122
3950
|
color: #6c6c6c;
|
|
4123
3951
|
border-top: 0 none;
|
|
4124
3952
|
}
|
|
3953
|
+
|
|
4125
3954
|
.p-splitter {
|
|
4126
3955
|
border: 2px solid #ebebeb;
|
|
4127
3956
|
background: #ffffff;
|
|
@@ -4138,10 +3967,12 @@
|
|
|
4138
3967
|
.p-splitter .p-splitter-gutter-resizing {
|
|
4139
3968
|
background: #ebebeb;
|
|
4140
3969
|
}
|
|
3970
|
+
|
|
4141
3971
|
.p-scrollpanel .p-scrollpanel-bar {
|
|
4142
3972
|
background: #f5f5f5;
|
|
4143
3973
|
border: 0 none;
|
|
4144
3974
|
}
|
|
3975
|
+
|
|
4145
3976
|
.p-tabview .p-tabview-nav {
|
|
4146
3977
|
background: #ffffff;
|
|
4147
3978
|
border: 1px solid #ebebeb;
|
|
@@ -4201,6 +4032,7 @@
|
|
|
4201
4032
|
border-bottom-right-radius: 6px;
|
|
4202
4033
|
border-bottom-left-radius: 6px;
|
|
4203
4034
|
}
|
|
4035
|
+
|
|
4204
4036
|
.p-toolbar {
|
|
4205
4037
|
background: #ffffff;
|
|
4206
4038
|
border: 2px solid #ebebeb;
|
|
@@ -4211,6 +4043,7 @@
|
|
|
4211
4043
|
.p-toolbar .p-toolbar-separator {
|
|
4212
4044
|
margin: 0 0.5rem;
|
|
4213
4045
|
}
|
|
4046
|
+
|
|
4214
4047
|
.p-confirm-popup {
|
|
4215
4048
|
background: #ffffff;
|
|
4216
4049
|
color: #6c6c6c;
|
|
@@ -4258,6 +4091,7 @@
|
|
|
4258
4091
|
.p-confirm-popup .p-confirm-popup-message {
|
|
4259
4092
|
margin-left: 1rem;
|
|
4260
4093
|
}
|
|
4094
|
+
|
|
4261
4095
|
.p-dialog {
|
|
4262
4096
|
border-radius: 6px;
|
|
4263
4097
|
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
|
|
@@ -4333,6 +4167,7 @@
|
|
|
4333
4167
|
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
|
|
4334
4168
|
margin-left: 1rem;
|
|
4335
4169
|
}
|
|
4170
|
+
|
|
4336
4171
|
.p-overlaypanel {
|
|
4337
4172
|
background: #ffffff;
|
|
4338
4173
|
color: #6c6c6c;
|
|
@@ -4374,6 +4209,7 @@
|
|
|
4374
4209
|
.p-overlaypanel.p-overlaypanel-flipped:before {
|
|
4375
4210
|
border-top-color: #ffffff;
|
|
4376
4211
|
}
|
|
4212
|
+
|
|
4377
4213
|
.p-sidebar {
|
|
4378
4214
|
background: #ffffff;
|
|
4379
4215
|
color: #6c6c6c;
|
|
@@ -4384,7 +4220,7 @@
|
|
|
4384
4220
|
padding: 1rem;
|
|
4385
4221
|
}
|
|
4386
4222
|
.p-sidebar .p-sidebar-header .p-sidebar-close,
|
|
4387
|
-
|
|
4223
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon {
|
|
4388
4224
|
width: 2rem;
|
|
4389
4225
|
height: 2rem;
|
|
4390
4226
|
color: #898989;
|
|
@@ -4394,13 +4230,13 @@
|
|
|
4394
4230
|
transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
|
|
4395
4231
|
}
|
|
4396
4232
|
.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
|
|
4397
|
-
|
|
4233
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
|
|
4398
4234
|
color: #6c6c6c;
|
|
4399
4235
|
border-color: transparent;
|
|
4400
4236
|
background: #edf0fA;
|
|
4401
4237
|
}
|
|
4402
4238
|
.p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
|
|
4403
|
-
|
|
4239
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
|
|
4404
4240
|
outline: 0 none;
|
|
4405
4241
|
outline-offset: 0;
|
|
4406
4242
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
|
@@ -4411,6 +4247,7 @@
|
|
|
4411
4247
|
.p-sidebar .p-sidebar-content {
|
|
4412
4248
|
padding: 1rem;
|
|
4413
4249
|
}
|
|
4250
|
+
|
|
4414
4251
|
.p-tooltip .p-tooltip-text {
|
|
4415
4252
|
background: #585858;
|
|
4416
4253
|
color: #ffffff;
|
|
@@ -4430,6 +4267,7 @@
|
|
|
4430
4267
|
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
|
|
4431
4268
|
border-bottom-color: #585858;
|
|
4432
4269
|
}
|
|
4270
|
+
|
|
4433
4271
|
.p-fileupload .p-fileupload-buttonbar {
|
|
4434
4272
|
background: #ffffff;
|
|
4435
4273
|
padding: 1rem;
|
|
@@ -4460,6 +4298,7 @@
|
|
|
4460
4298
|
.p-fileupload.p-fileupload-advanced .p-message {
|
|
4461
4299
|
margin-top: 0;
|
|
4462
4300
|
}
|
|
4301
|
+
|
|
4463
4302
|
.p-breadcrumb {
|
|
4464
4303
|
background: #ffffff;
|
|
4465
4304
|
border: 2px solid #ebebeb;
|
|
@@ -4491,6 +4330,7 @@
|
|
|
4491
4330
|
.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
|
|
4492
4331
|
color: #898989;
|
|
4493
4332
|
}
|
|
4333
|
+
|
|
4494
4334
|
.p-contextmenu {
|
|
4495
4335
|
padding: 0.5rem 0.5rem;
|
|
4496
4336
|
background: #ffffff;
|
|
@@ -4562,6 +4402,7 @@
|
|
|
4562
4402
|
width: 0.875rem;
|
|
4563
4403
|
height: 0.875rem;
|
|
4564
4404
|
}
|
|
4405
|
+
|
|
4565
4406
|
.p-dock .p-dock-list {
|
|
4566
4407
|
background: rgba(255, 255, 255, 0.1);
|
|
4567
4408
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
@@ -4576,31 +4417,32 @@
|
|
|
4576
4417
|
height: 4rem;
|
|
4577
4418
|
}
|
|
4578
4419
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
|
|
4579
|
-
|
|
4580
|
-
|
|
4420
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-prev,
|
|
4421
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-next {
|
|
4581
4422
|
margin: 0 0.9rem;
|
|
4582
4423
|
}
|
|
4583
4424
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-prev,
|
|
4584
|
-
|
|
4585
|
-
|
|
4425
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
|
|
4426
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-next {
|
|
4586
4427
|
margin: 0 1.3rem;
|
|
4587
4428
|
}
|
|
4588
4429
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-current {
|
|
4589
4430
|
margin: 0 1.5rem;
|
|
4590
4431
|
}
|
|
4591
4432
|
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-prev,
|
|
4592
|
-
|
|
4593
|
-
|
|
4433
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-prev,
|
|
4434
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-next {
|
|
4594
4435
|
margin: 0.9rem 0;
|
|
4595
4436
|
}
|
|
4596
4437
|
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-prev,
|
|
4597
|
-
|
|
4598
|
-
|
|
4438
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-prev,
|
|
4439
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-next {
|
|
4599
4440
|
margin: 1.3rem 0;
|
|
4600
4441
|
}
|
|
4601
4442
|
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-current {
|
|
4602
4443
|
margin: 1.5rem 0;
|
|
4603
4444
|
}
|
|
4445
|
+
|
|
4604
4446
|
@media screen and (max-width: 960px) {
|
|
4605
4447
|
.p-dock.p-dock-top .p-dock-container, .p-dock.p-dock-bottom .p-dock-container {
|
|
4606
4448
|
overflow-x: auto;
|
|
@@ -4617,22 +4459,22 @@
|
|
|
4617
4459
|
margin: auto 0;
|
|
4618
4460
|
}
|
|
4619
4461
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
|
|
4620
|
-
|
|
4621
|
-
|
|
4622
|
-
|
|
4623
|
-
|
|
4624
|
-
|
|
4625
|
-
|
|
4626
|
-
|
|
4627
|
-
|
|
4628
|
-
|
|
4629
|
-
|
|
4630
|
-
|
|
4631
|
-
|
|
4632
|
-
|
|
4633
|
-
|
|
4634
|
-
|
|
4635
|
-
|
|
4462
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-next,
|
|
4463
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-prev,
|
|
4464
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-next,
|
|
4465
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-prev,
|
|
4466
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-next,
|
|
4467
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
|
|
4468
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-next,
|
|
4469
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-prev,
|
|
4470
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-next,
|
|
4471
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-prev,
|
|
4472
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-next,
|
|
4473
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-prev,
|
|
4474
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-next,
|
|
4475
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-prev,
|
|
4476
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-next,
|
|
4477
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-current {
|
|
4636
4478
|
transform: none;
|
|
4637
4479
|
margin: 0;
|
|
4638
4480
|
}
|
|
@@ -4683,19 +4525,19 @@
|
|
|
4683
4525
|
margin-left: auto;
|
|
4684
4526
|
}
|
|
4685
4527
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
|
|
4686
|
-
|
|
4528
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
|
|
4687
4529
|
background: #edf0fA;
|
|
4688
4530
|
}
|
|
4689
4531
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
|
|
4690
|
-
|
|
4532
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
|
4691
4533
|
color: #6c6c6c;
|
|
4692
4534
|
}
|
|
4693
4535
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
|
|
4694
|
-
|
|
4536
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
|
4695
4537
|
color: #898989;
|
|
4696
4538
|
}
|
|
4697
4539
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
|
|
4698
|
-
|
|
4540
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
|
4699
4541
|
color: #898989;
|
|
4700
4542
|
}
|
|
4701
4543
|
.p-megamenu .p-menuitem-link {
|
|
@@ -4865,6 +4707,7 @@
|
|
|
4865
4707
|
width: 100%;
|
|
4866
4708
|
position: static;
|
|
4867
4709
|
}
|
|
4710
|
+
|
|
4868
4711
|
.p-menu {
|
|
4869
4712
|
padding: 0.5rem 0.5rem;
|
|
4870
4713
|
background: #ffffff;
|
|
@@ -4925,6 +4768,7 @@
|
|
|
4925
4768
|
border-top: 1px solid #ebebeb;
|
|
4926
4769
|
margin: 4px 0;
|
|
4927
4770
|
}
|
|
4771
|
+
|
|
4928
4772
|
.p-menubar {
|
|
4929
4773
|
padding: 0.5rem;
|
|
4930
4774
|
background: #f5f5f5;
|
|
@@ -5002,19 +4846,19 @@
|
|
|
5002
4846
|
box-shadow: inset 0 0 0 0.15rem #bbc7ee;
|
|
5003
4847
|
}
|
|
5004
4848
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
|
|
5005
|
-
|
|
4849
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
|
|
5006
4850
|
background: #edf0fA;
|
|
5007
4851
|
}
|
|
5008
4852
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
|
|
5009
|
-
|
|
4853
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
|
5010
4854
|
color: #6c6c6c;
|
|
5011
4855
|
}
|
|
5012
4856
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
|
|
5013
|
-
|
|
4857
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
|
5014
4858
|
color: #898989;
|
|
5015
4859
|
}
|
|
5016
4860
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
|
|
5017
|
-
|
|
4861
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
|
5018
4862
|
color: #898989;
|
|
5019
4863
|
}
|
|
5020
4864
|
.p-menubar .p-submenu-list {
|
|
@@ -5044,6 +4888,7 @@
|
|
|
5044
4888
|
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
|
|
5045
4889
|
color: #898989;
|
|
5046
4890
|
}
|
|
4891
|
+
|
|
5047
4892
|
@media screen and (max-width: 960px) {
|
|
5048
4893
|
.p-menubar {
|
|
5049
4894
|
position: relative;
|
|
@@ -5288,6 +5133,7 @@
|
|
|
5288
5133
|
border-bottom-right-radius: 6px;
|
|
5289
5134
|
border-bottom-left-radius: 6px;
|
|
5290
5135
|
}
|
|
5136
|
+
|
|
5291
5137
|
.p-slidemenu {
|
|
5292
5138
|
padding: 0.5rem 0.5rem;
|
|
5293
5139
|
background: #ffffff;
|
|
@@ -5365,6 +5211,7 @@
|
|
|
5365
5211
|
padding: 0.75rem 1rem;
|
|
5366
5212
|
color: #6c6c6c;
|
|
5367
5213
|
}
|
|
5214
|
+
|
|
5368
5215
|
.p-steps .p-steps-item .p-menuitem-link {
|
|
5369
5216
|
background: transparent;
|
|
5370
5217
|
transition: box-shadow 0.3s;
|
|
@@ -5409,6 +5256,7 @@
|
|
|
5409
5256
|
position: absolute;
|
|
5410
5257
|
margin-top: -1rem;
|
|
5411
5258
|
}
|
|
5259
|
+
|
|
5412
5260
|
.p-tabmenu .p-tabmenu-nav {
|
|
5413
5261
|
background: #ffffff;
|
|
5414
5262
|
border: 1px solid #ebebeb;
|
|
@@ -5449,6 +5297,7 @@
|
|
|
5449
5297
|
border-color: #5472d4;
|
|
5450
5298
|
color: #5472d4;
|
|
5451
5299
|
}
|
|
5300
|
+
|
|
5452
5301
|
.p-tieredmenu {
|
|
5453
5302
|
padding: 0.5rem 0.5rem;
|
|
5454
5303
|
background: #ffffff;
|
|
@@ -5523,6 +5372,7 @@
|
|
|
5523
5372
|
width: 0.875rem;
|
|
5524
5373
|
height: 0.875rem;
|
|
5525
5374
|
}
|
|
5375
|
+
|
|
5526
5376
|
.p-inline-message {
|
|
5527
5377
|
padding: 0.5rem 0.75rem;
|
|
5528
5378
|
margin: 0;
|
|
@@ -5578,6 +5428,7 @@
|
|
|
5578
5428
|
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
|
|
5579
5429
|
margin-right: 0;
|
|
5580
5430
|
}
|
|
5431
|
+
|
|
5581
5432
|
.p-message {
|
|
5582
5433
|
margin: 1rem 0;
|
|
5583
5434
|
border-radius: 6px;
|
|
@@ -5666,6 +5517,7 @@
|
|
|
5666
5517
|
.p-message .p-message-detail {
|
|
5667
5518
|
margin-left: 0.5rem;
|
|
5668
5519
|
}
|
|
5520
|
+
|
|
5669
5521
|
.p-toast {
|
|
5670
5522
|
opacity: 0.9;
|
|
5671
5523
|
}
|
|
@@ -5716,7 +5568,7 @@
|
|
|
5716
5568
|
color: #585858;
|
|
5717
5569
|
}
|
|
5718
5570
|
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
|
|
5719
|
-
|
|
5571
|
+
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
|
|
5720
5572
|
color: #585858;
|
|
5721
5573
|
}
|
|
5722
5574
|
.p-toast .p-toast-message.p-toast-message-success {
|
|
@@ -5726,7 +5578,7 @@
|
|
|
5726
5578
|
color: #585858;
|
|
5727
5579
|
}
|
|
5728
5580
|
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
|
|
5729
|
-
|
|
5581
|
+
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
|
|
5730
5582
|
color: #585858;
|
|
5731
5583
|
}
|
|
5732
5584
|
.p-toast .p-toast-message.p-toast-message-warn {
|
|
@@ -5736,7 +5588,7 @@
|
|
|
5736
5588
|
color: #585858;
|
|
5737
5589
|
}
|
|
5738
5590
|
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
|
|
5739
|
-
|
|
5591
|
+
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
|
|
5740
5592
|
color: #585858;
|
|
5741
5593
|
}
|
|
5742
5594
|
.p-toast .p-toast-message.p-toast-message-error {
|
|
@@ -5746,9 +5598,10 @@
|
|
|
5746
5598
|
color: #585858;
|
|
5747
5599
|
}
|
|
5748
5600
|
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
|
|
5749
|
-
|
|
5601
|
+
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
|
|
5750
5602
|
color: #585858;
|
|
5751
5603
|
}
|
|
5604
|
+
|
|
5752
5605
|
.p-galleria .p-galleria-close {
|
|
5753
5606
|
margin: 0.5rem;
|
|
5754
5607
|
background: transparent;
|
|
@@ -5779,11 +5632,11 @@
|
|
|
5779
5632
|
margin: 0 0.5rem;
|
|
5780
5633
|
}
|
|
5781
5634
|
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
|
|
5782
|
-
|
|
5635
|
+
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
|
|
5783
5636
|
font-size: 2rem;
|
|
5784
5637
|
}
|
|
5785
5638
|
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon.p-icon,
|
|
5786
|
-
|
|
5639
|
+
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon.p-icon {
|
|
5787
5640
|
width: 2rem;
|
|
5788
5641
|
height: 2rem;
|
|
5789
5642
|
}
|
|
@@ -5837,7 +5690,7 @@
|
|
|
5837
5690
|
padding: 1rem 0.25rem;
|
|
5838
5691
|
}
|
|
5839
5692
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
|
|
5840
|
-
|
|
5693
|
+
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
|
|
5841
5694
|
margin: 0.5rem;
|
|
5842
5695
|
background-color: transparent;
|
|
5843
5696
|
color: #f5f5f5;
|
|
@@ -5847,7 +5700,7 @@
|
|
|
5847
5700
|
border-radius: 50%;
|
|
5848
5701
|
}
|
|
5849
5702
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
|
|
5850
|
-
|
|
5703
|
+
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
|
|
5851
5704
|
background: rgba(255, 255, 255, 0.1);
|
|
5852
5705
|
color: #f5f5f5;
|
|
5853
5706
|
}
|
|
@@ -5859,12 +5712,15 @@
|
|
|
5859
5712
|
outline-offset: 0;
|
|
5860
5713
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
|
5861
5714
|
}
|
|
5715
|
+
|
|
5862
5716
|
.p-galleria-mask {
|
|
5863
5717
|
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5864
5718
|
}
|
|
5719
|
+
|
|
5865
5720
|
.p-image-mask {
|
|
5866
5721
|
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5867
5722
|
}
|
|
5723
|
+
|
|
5868
5724
|
.p-image-preview-indicator {
|
|
5869
5725
|
background-color: transparent;
|
|
5870
5726
|
color: #f8f9fa;
|
|
@@ -5874,12 +5730,15 @@
|
|
|
5874
5730
|
width: 1.5rem;
|
|
5875
5731
|
height: 1.5rem;
|
|
5876
5732
|
}
|
|
5733
|
+
|
|
5877
5734
|
.p-image-preview-container:hover > .p-image-preview-indicator {
|
|
5878
5735
|
background-color: rgba(0, 0, 0, 0.5);
|
|
5879
5736
|
}
|
|
5737
|
+
|
|
5880
5738
|
.p-image-toolbar {
|
|
5881
5739
|
padding: 1rem;
|
|
5882
5740
|
}
|
|
5741
|
+
|
|
5883
5742
|
.p-image-action.p-link {
|
|
5884
5743
|
color: #f8f9fa;
|
|
5885
5744
|
background-color: transparent;
|
|
@@ -5903,6 +5762,7 @@
|
|
|
5903
5762
|
width: 1.5rem;
|
|
5904
5763
|
height: 1.5rem;
|
|
5905
5764
|
}
|
|
5765
|
+
|
|
5906
5766
|
.p-avatar {
|
|
5907
5767
|
background-color: #ebebeb;
|
|
5908
5768
|
border-radius: 6px;
|
|
@@ -5923,12 +5783,15 @@
|
|
|
5923
5783
|
.p-avatar.p-avatar-xl .p-avatar-icon {
|
|
5924
5784
|
font-size: 2rem;
|
|
5925
5785
|
}
|
|
5786
|
+
|
|
5926
5787
|
.p-avatar-circle {
|
|
5927
5788
|
border-radius: 50%;
|
|
5928
5789
|
}
|
|
5790
|
+
|
|
5929
5791
|
.p-avatar-group .p-avatar {
|
|
5930
5792
|
border: 2px solid #ffffff;
|
|
5931
5793
|
}
|
|
5794
|
+
|
|
5932
5795
|
.p-chip {
|
|
5933
5796
|
background-color: #ebebeb;
|
|
5934
5797
|
color: #6c6c6c;
|
|
@@ -5959,6 +5822,10 @@
|
|
|
5959
5822
|
outline-offset: 0;
|
|
5960
5823
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
|
5961
5824
|
}
|
|
5825
|
+
.p-chip .p-chip-remove-icon:focus {
|
|
5826
|
+
outline: 0 none;
|
|
5827
|
+
}
|
|
5828
|
+
|
|
5962
5829
|
.p-scrolltop {
|
|
5963
5830
|
width: 3rem;
|
|
5964
5831
|
height: 3rem;
|
|
@@ -5980,6 +5847,7 @@
|
|
|
5980
5847
|
width: 1.5rem;
|
|
5981
5848
|
height: 1.5rem;
|
|
5982
5849
|
}
|
|
5850
|
+
|
|
5983
5851
|
.p-skeleton {
|
|
5984
5852
|
background-color: #ebebeb;
|
|
5985
5853
|
border-radius: 6px;
|
|
@@ -5987,6 +5855,7 @@
|
|
|
5987
5855
|
.p-skeleton:after {
|
|
5988
5856
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
|
|
5989
5857
|
}
|
|
5858
|
+
|
|
5990
5859
|
.p-tag {
|
|
5991
5860
|
background: #5472d4;
|
|
5992
5861
|
color: #ffffff;
|
|
@@ -6019,6 +5888,7 @@
|
|
|
6019
5888
|
width: 0.75rem;
|
|
6020
5889
|
height: 0.75rem;
|
|
6021
5890
|
}
|
|
5891
|
+
|
|
6022
5892
|
.p-inplace .p-inplace-display {
|
|
6023
5893
|
padding: 0.5rem 0.75rem;
|
|
6024
5894
|
border-radius: 6px;
|
|
@@ -6033,6 +5903,7 @@
|
|
|
6033
5903
|
outline-offset: 0;
|
|
6034
5904
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
|
6035
5905
|
}
|
|
5906
|
+
|
|
6036
5907
|
.p-progressbar {
|
|
6037
5908
|
border: 0 none;
|
|
6038
5909
|
height: 1.5rem;
|
|
@@ -6048,6 +5919,7 @@
|
|
|
6048
5919
|
color: #ffffff;
|
|
6049
5920
|
line-height: 1.5rem;
|
|
6050
5921
|
}
|
|
5922
|
+
|
|
6051
5923
|
.p-terminal {
|
|
6052
5924
|
background: #ffffff;
|
|
6053
5925
|
color: #6c6c6c;
|
|
@@ -6055,10 +5927,11 @@
|
|
|
6055
5927
|
padding: 1rem;
|
|
6056
5928
|
}
|
|
6057
5929
|
.p-terminal .p-terminal-input {
|
|
6058
|
-
font-family:
|
|
6059
|
-
font-feature-settings:
|
|
6060
|
-
font-size:
|
|
5930
|
+
font-family: var(--font-family);
|
|
5931
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
5932
|
+
font-size: 1rem;
|
|
6061
5933
|
}
|
|
5934
|
+
|
|
6062
5935
|
.p-badge {
|
|
6063
5936
|
background: #5472d4;
|
|
6064
5937
|
color: #ffffff;
|
|
@@ -6100,6 +5973,7 @@
|
|
|
6100
5973
|
height: 3rem;
|
|
6101
5974
|
line-height: 3rem;
|
|
6102
5975
|
}
|
|
5976
|
+
|
|
6103
5977
|
.p-tag {
|
|
6104
5978
|
background: #5472d4;
|
|
6105
5979
|
color: #ffffff;
|
|
@@ -6131,16 +6005,20 @@
|
|
|
6131
6005
|
.p-button .p-button-label {
|
|
6132
6006
|
font-weight: 600;
|
|
6133
6007
|
}
|
|
6008
|
+
|
|
6134
6009
|
.p-buttonset .p-button-label,
|
|
6135
|
-
|
|
6010
|
+
.p-togglebutton .p-button-label {
|
|
6136
6011
|
font-weight: 400;
|
|
6137
6012
|
}
|
|
6013
|
+
|
|
6138
6014
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
|
6139
6015
|
background-color: #5472d4;
|
|
6140
6016
|
}
|
|
6017
|
+
|
|
6141
6018
|
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
|
6142
6019
|
background-color: #5472d4;
|
|
6143
6020
|
}
|
|
6021
|
+
|
|
6144
6022
|
.p-panel {
|
|
6145
6023
|
border: 2px solid #ebebeb;
|
|
6146
6024
|
border-radius: 6px;
|
|
@@ -6151,9 +6029,11 @@
|
|
|
6151
6029
|
.p-panel .p-panel-content {
|
|
6152
6030
|
border: 0 none;
|
|
6153
6031
|
}
|
|
6032
|
+
|
|
6154
6033
|
.p-fieldset .p-fieldset-legend {
|
|
6155
6034
|
border-color: transparent;
|
|
6156
6035
|
}
|
|
6036
|
+
|
|
6157
6037
|
.p-accordion .p-accordion-toggle-icon {
|
|
6158
6038
|
order: 10;
|
|
6159
6039
|
margin-left: auto;
|
|
@@ -6171,6 +6051,7 @@
|
|
|
6171
6051
|
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
|
6172
6052
|
border-bottom: 0 none;
|
|
6173
6053
|
}
|
|
6054
|
+
|
|
6174
6055
|
.p-inline-message.p-inline-message-info {
|
|
6175
6056
|
border-color: #e1f2f7;
|
|
6176
6057
|
}
|
|
@@ -6183,30 +6064,39 @@
|
|
|
6183
6064
|
.p-inline-message.p-inline-message-error {
|
|
6184
6065
|
border-color: #f7e1e6;
|
|
6185
6066
|
}
|
|
6067
|
+
|
|
6186
6068
|
.p-inputtext:enabled:focus {
|
|
6187
6069
|
box-shadow: none;
|
|
6188
6070
|
}
|
|
6071
|
+
|
|
6189
6072
|
.p-dropdown:not(.p-disabled).p-focus {
|
|
6190
6073
|
box-shadow: none;
|
|
6191
6074
|
}
|
|
6075
|
+
|
|
6192
6076
|
.p-multiselect:not(.p-disabled).p-focus {
|
|
6193
6077
|
box-shadow: none;
|
|
6194
6078
|
}
|
|
6079
|
+
|
|
6195
6080
|
.p-cascadeselect:not(.p-disabled).p-focus {
|
|
6196
6081
|
box-shadow: none;
|
|
6197
6082
|
}
|
|
6083
|
+
|
|
6198
6084
|
.p-autocomplete.p-autocomplete-multiple:not(.p-disabled).p-focus {
|
|
6199
6085
|
box-shadow: none;
|
|
6200
6086
|
}
|
|
6087
|
+
|
|
6201
6088
|
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
|
|
6202
6089
|
box-shadow: none;
|
|
6203
6090
|
}
|
|
6091
|
+
|
|
6204
6092
|
.p-orderlist .p-orderlist-list {
|
|
6205
6093
|
border-top: 0 none;
|
|
6206
6094
|
}
|
|
6095
|
+
|
|
6207
6096
|
.p-picklist .p-picklist-list {
|
|
6208
6097
|
border-top: 0 none;
|
|
6209
6098
|
}
|
|
6099
|
+
|
|
6210
6100
|
.p-panelmenu .p-panelmenu-icon.pi-chevron-right, .p-panelmenu .p-panelmenu-icon.pi-chevron-down {
|
|
6211
6101
|
order: 10;
|
|
6212
6102
|
margin-left: auto;
|
|
@@ -6225,6 +6115,7 @@
|
|
|
6225
6115
|
padding-bottom: calc(1rem + 2px);
|
|
6226
6116
|
border-bottom: 0 none;
|
|
6227
6117
|
}
|
|
6118
|
+
|
|
6228
6119
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
|
6229
6120
|
box-shadow: inset 0 2px 0 0 #5472d4;
|
|
6230
6121
|
}
|