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
|
@@ -52,25 +52,29 @@
|
|
|
52
52
|
font-family: "Inter";
|
|
53
53
|
font-style: normal;
|
|
54
54
|
font-weight: 400;
|
|
55
|
-
src: local("Inter"), local("Inter-Regular"), url("./fonts/Inter-Regular.woff2") format("woff2"), url("./fonts/Inter-Regular.woff") format("woff");
|
|
55
|
+
src: local("Inter"), local("Inter-Regular"), url("./fonts/Inter-Regular.woff2") format("woff2"), url("./fonts/Inter-Regular.woff") format("woff");
|
|
56
|
+
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
56
57
|
}
|
|
57
58
|
@font-face {
|
|
58
59
|
font-family: "Inter";
|
|
59
60
|
font-style: normal;
|
|
60
61
|
font-weight: 500;
|
|
61
|
-
src: local("Inter Medium"), local("Inter-Medium"), url("./fonts/Inter-Medium.woff2") format("woff2"), url("./fonts/Inter-Medium.woff") format("woff");
|
|
62
|
+
src: local("Inter Medium"), local("Inter-Medium"), url("./fonts/Inter-Medium.woff2") format("woff2"), url("./fonts/Inter-Medium.woff") format("woff");
|
|
63
|
+
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
62
64
|
}
|
|
63
65
|
@font-face {
|
|
64
66
|
font-family: "Inter";
|
|
65
67
|
font-style: normal;
|
|
66
68
|
font-weight: 600;
|
|
67
|
-
src: local("Inter SemiBold"), local("Inter-SemiBold"), url("./fonts/Inter-SemiBold.woff2") format("woff2"), url("./fonts/Inter-SemiBold.woff") format("woff");
|
|
69
|
+
src: local("Inter SemiBold"), local("Inter-SemiBold"), url("./fonts/Inter-SemiBold.woff2") format("woff2"), url("./fonts/Inter-SemiBold.woff") format("woff");
|
|
70
|
+
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
68
71
|
}
|
|
69
72
|
@font-face {
|
|
70
73
|
font-family: "Inter";
|
|
71
74
|
font-style: normal;
|
|
72
75
|
font-weight: 700;
|
|
73
|
-
src: local("Inter Bold"), local("Inter-Bold"), url("./fonts/Inter-Bold.woff2") format("woff2"), url("./fonts/Inter-Bold.woff") format("woff");
|
|
76
|
+
src: local("Inter Bold"), local("Inter-Bold"), url("./fonts/Inter-Bold.woff2") format("woff2"), url("./fonts/Inter-Bold.woff") format("woff");
|
|
77
|
+
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
74
78
|
}
|
|
75
79
|
:root {
|
|
76
80
|
--blue-50:#f7f9fb;
|
|
@@ -195,40 +199,147 @@
|
|
|
195
199
|
--primary-900:#263445;
|
|
196
200
|
}
|
|
197
201
|
|
|
202
|
+
.p-editor-container .p-editor-toolbar {
|
|
203
|
+
background: #ffffff;
|
|
204
|
+
border-top-right-radius: 4px;
|
|
205
|
+
border-top-left-radius: 4px;
|
|
206
|
+
}
|
|
207
|
+
.p-editor-container .p-editor-toolbar.ql-snow {
|
|
208
|
+
border: 1px solid #E5E9F0;
|
|
209
|
+
}
|
|
210
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
|
|
211
|
+
stroke: #81A1C1;
|
|
212
|
+
}
|
|
213
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
|
|
214
|
+
fill: #81A1C1;
|
|
215
|
+
}
|
|
216
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
|
|
217
|
+
border: 0 none;
|
|
218
|
+
color: #81A1C1;
|
|
219
|
+
}
|
|
220
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
|
|
221
|
+
color: #4C566A;
|
|
222
|
+
}
|
|
223
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
|
|
224
|
+
stroke: #4C566A;
|
|
225
|
+
}
|
|
226
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
|
|
227
|
+
fill: #4C566A;
|
|
228
|
+
}
|
|
229
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
|
|
230
|
+
color: #4C566A;
|
|
231
|
+
}
|
|
232
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
|
|
233
|
+
stroke: #4C566A;
|
|
234
|
+
}
|
|
235
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
|
|
236
|
+
fill: #4C566A;
|
|
237
|
+
}
|
|
238
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
|
|
239
|
+
background: #ffffff;
|
|
240
|
+
border: 0 none;
|
|
241
|
+
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);
|
|
242
|
+
border-radius: 4px;
|
|
243
|
+
padding: 0.5rem 0;
|
|
244
|
+
}
|
|
245
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
|
|
246
|
+
color: #4C566A;
|
|
247
|
+
}
|
|
248
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
|
|
249
|
+
color: #4C566A;
|
|
250
|
+
background: transparent;
|
|
251
|
+
}
|
|
252
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
|
|
253
|
+
padding: 0.5rem 1rem;
|
|
254
|
+
}
|
|
255
|
+
.p-editor-container .p-editor-content {
|
|
256
|
+
border-bottom-right-radius: 4px;
|
|
257
|
+
border-bottom-left-radius: 4px;
|
|
258
|
+
}
|
|
259
|
+
.p-editor-container .p-editor-content.ql-snow {
|
|
260
|
+
border: 1px solid #E5E9F0;
|
|
261
|
+
}
|
|
262
|
+
.p-editor-container .p-editor-content .ql-editor {
|
|
263
|
+
background: #ffffff;
|
|
264
|
+
color: #4C566A;
|
|
265
|
+
border-bottom-right-radius: 4px;
|
|
266
|
+
border-bottom-left-radius: 4px;
|
|
267
|
+
}
|
|
268
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover,
|
|
269
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus {
|
|
270
|
+
color: #4C566A;
|
|
271
|
+
}
|
|
272
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
|
|
273
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
|
|
274
|
+
stroke: #4C566A;
|
|
275
|
+
}
|
|
276
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
|
|
277
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
|
|
278
|
+
fill: #4C566A;
|
|
279
|
+
}
|
|
280
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
|
|
281
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
|
|
282
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
|
|
283
|
+
color: #5E81AC;
|
|
284
|
+
}
|
|
285
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
|
|
286
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
|
|
287
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
|
|
288
|
+
stroke: #5E81AC;
|
|
289
|
+
}
|
|
290
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
|
|
291
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
|
|
292
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
|
|
293
|
+
fill: #5E81AC;
|
|
294
|
+
}
|
|
295
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
|
|
296
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
|
|
297
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
|
|
298
|
+
color: #5E81AC;
|
|
299
|
+
}
|
|
300
|
+
|
|
198
301
|
@layer primereact {
|
|
199
302
|
* {
|
|
200
303
|
box-sizing: border-box;
|
|
201
304
|
}
|
|
305
|
+
|
|
202
306
|
.p-component {
|
|
203
|
-
font-family:
|
|
204
|
-
font-feature-settings:
|
|
307
|
+
font-family: var(--font-family);
|
|
308
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
205
309
|
font-size: 1rem;
|
|
206
310
|
font-weight: normal;
|
|
207
311
|
}
|
|
312
|
+
|
|
208
313
|
.p-component-overlay {
|
|
209
314
|
background-color: rgba(112, 120, 136, 0.5);
|
|
210
315
|
transition-duration: 0.2s;
|
|
211
316
|
}
|
|
317
|
+
|
|
212
318
|
.p-disabled, .p-component:disabled {
|
|
213
319
|
opacity: 0.6;
|
|
214
320
|
}
|
|
321
|
+
|
|
215
322
|
.p-error {
|
|
216
323
|
color: #BF616A;
|
|
217
324
|
}
|
|
325
|
+
|
|
218
326
|
.p-text-secondary {
|
|
219
327
|
color: #81A1C1;
|
|
220
328
|
}
|
|
329
|
+
|
|
221
330
|
.pi {
|
|
222
331
|
font-size: 1rem;
|
|
223
332
|
}
|
|
333
|
+
|
|
224
334
|
.p-icon {
|
|
225
335
|
width: 1rem;
|
|
226
336
|
height: 1rem;
|
|
227
337
|
}
|
|
338
|
+
|
|
228
339
|
.p-link {
|
|
340
|
+
font-family: var(--font-family);
|
|
341
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
229
342
|
font-size: 1rem;
|
|
230
|
-
font-family: inherit;
|
|
231
|
-
font-feature-settings: inherit;
|
|
232
343
|
border-radius: 4px;
|
|
233
344
|
}
|
|
234
345
|
.p-link:focus-visible {
|
|
@@ -236,12 +347,15 @@
|
|
|
236
347
|
outline-offset: 0;
|
|
237
348
|
box-shadow: 0 0 0 0.2rem #C0D0E0;
|
|
238
349
|
}
|
|
350
|
+
|
|
239
351
|
.p-component-overlay-enter {
|
|
240
352
|
animation: p-component-overlay-enter-animation 150ms forwards;
|
|
241
353
|
}
|
|
354
|
+
|
|
242
355
|
.p-component-overlay-leave {
|
|
243
356
|
animation: p-component-overlay-leave-animation 150ms forwards;
|
|
244
357
|
}
|
|
358
|
+
|
|
245
359
|
@keyframes p-component-overlay-enter-animation {
|
|
246
360
|
from {
|
|
247
361
|
background-color: transparent;
|
|
@@ -258,6 +372,7 @@
|
|
|
258
372
|
background-color: transparent;
|
|
259
373
|
}
|
|
260
374
|
}
|
|
375
|
+
|
|
261
376
|
.p-autocomplete .p-autocomplete-loader {
|
|
262
377
|
right: 0.5rem;
|
|
263
378
|
}
|
|
@@ -281,9 +396,9 @@
|
|
|
281
396
|
padding: 0.25rem 0;
|
|
282
397
|
}
|
|
283
398
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
|
284
|
-
font-family:
|
|
285
|
-
font-feature-settings:
|
|
286
|
-
font-size:
|
|
399
|
+
font-family: var(--font-family);
|
|
400
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
401
|
+
font-size: 1rem;
|
|
287
402
|
color: #4C566A;
|
|
288
403
|
padding: 0;
|
|
289
404
|
margin: 0;
|
|
@@ -301,6 +416,7 @@
|
|
|
301
416
|
.p-autocomplete.p-invalid.p-component > .p-inputtext {
|
|
302
417
|
border-color: #BF616A;
|
|
303
418
|
}
|
|
419
|
+
|
|
304
420
|
.p-autocomplete-panel {
|
|
305
421
|
background: #ffffff;
|
|
306
422
|
color: #4C566A;
|
|
@@ -335,9 +451,11 @@
|
|
|
335
451
|
background: #ffffff;
|
|
336
452
|
font-weight: 600;
|
|
337
453
|
}
|
|
454
|
+
|
|
338
455
|
.p-calendar.p-invalid.p-component > .p-inputtext {
|
|
339
456
|
border-color: #BF616A;
|
|
340
457
|
}
|
|
458
|
+
|
|
341
459
|
.p-datepicker {
|
|
342
460
|
padding: 0.5rem;
|
|
343
461
|
background: #ffffff;
|
|
@@ -364,7 +482,7 @@
|
|
|
364
482
|
border-top-left-radius: 4px;
|
|
365
483
|
}
|
|
366
484
|
.p-datepicker .p-datepicker-header .p-datepicker-prev,
|
|
367
|
-
|
|
485
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next {
|
|
368
486
|
width: 2rem;
|
|
369
487
|
height: 2rem;
|
|
370
488
|
color: #81A1C1;
|
|
@@ -374,13 +492,13 @@
|
|
|
374
492
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
375
493
|
}
|
|
376
494
|
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
|
|
377
|
-
|
|
495
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
|
|
378
496
|
color: #4C566A;
|
|
379
497
|
border-color: #5E81AC;
|
|
380
498
|
background: #ffffff;
|
|
381
499
|
}
|
|
382
500
|
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
|
|
383
|
-
|
|
501
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
|
|
384
502
|
outline: 0 none;
|
|
385
503
|
outline-offset: 0;
|
|
386
504
|
box-shadow: 0 0 0 0.2rem #C0D0E0;
|
|
@@ -389,14 +507,14 @@
|
|
|
389
507
|
line-height: 2rem;
|
|
390
508
|
}
|
|
391
509
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
|
|
392
|
-
|
|
510
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
393
511
|
color: #4C566A;
|
|
394
512
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
395
513
|
font-weight: 600;
|
|
396
514
|
padding: 0.5rem;
|
|
397
515
|
}
|
|
398
516
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
|
|
399
|
-
|
|
517
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
|
|
400
518
|
color: #5E81AC;
|
|
401
519
|
}
|
|
402
520
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
@@ -545,6 +663,7 @@
|
|
|
545
663
|
outline-offset: 0;
|
|
546
664
|
box-shadow: 0 0 0 0.2rem #C0D0E0;
|
|
547
665
|
}
|
|
666
|
+
|
|
548
667
|
@media screen and (max-width: 769px) {
|
|
549
668
|
.p-datepicker table th, .p-datepicker table td {
|
|
550
669
|
padding: 0;
|
|
@@ -587,6 +706,7 @@
|
|
|
587
706
|
.p-cascadeselect.p-invalid.p-component {
|
|
588
707
|
border-color: #BF616A;
|
|
589
708
|
}
|
|
709
|
+
|
|
590
710
|
.p-cascadeselect-panel {
|
|
591
711
|
background: #ffffff;
|
|
592
712
|
color: #4C566A;
|
|
@@ -628,6 +748,7 @@
|
|
|
628
748
|
width: 0.875rem;
|
|
629
749
|
height: 0.875rem;
|
|
630
750
|
}
|
|
751
|
+
|
|
631
752
|
.p-input-filled .p-cascadeselect {
|
|
632
753
|
background: #ECEFF4;
|
|
633
754
|
}
|
|
@@ -637,6 +758,7 @@
|
|
|
637
758
|
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
|
|
638
759
|
background-color: #ffffff;
|
|
639
760
|
}
|
|
761
|
+
|
|
640
762
|
.p-checkbox {
|
|
641
763
|
width: 20px;
|
|
642
764
|
height: 20px;
|
|
@@ -685,6 +807,7 @@
|
|
|
685
807
|
.p-checkbox.p-invalid > .p-checkbox-box {
|
|
686
808
|
border-color: #BF616A;
|
|
687
809
|
}
|
|
810
|
+
|
|
688
811
|
.p-input-filled .p-checkbox .p-checkbox-box {
|
|
689
812
|
background-color: #ECEFF4;
|
|
690
813
|
}
|
|
@@ -697,6 +820,7 @@
|
|
|
697
820
|
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
|
698
821
|
background: #81A1C1;
|
|
699
822
|
}
|
|
823
|
+
|
|
700
824
|
.p-chips .p-chips-multiple-container {
|
|
701
825
|
padding: 0.25rem 0.5rem;
|
|
702
826
|
gap: 0.5rem;
|
|
@@ -724,9 +848,9 @@
|
|
|
724
848
|
padding: 0.25rem 0;
|
|
725
849
|
}
|
|
726
850
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
|
727
|
-
font-family:
|
|
728
|
-
font-feature-settings:
|
|
729
|
-
font-size:
|
|
851
|
+
font-family: var(--font-family);
|
|
852
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
853
|
+
font-size: 1rem;
|
|
730
854
|
color: #4C566A;
|
|
731
855
|
padding: 0;
|
|
732
856
|
margin: 0;
|
|
@@ -734,21 +858,25 @@
|
|
|
734
858
|
.p-chips.p-invalid.p-component > .p-inputtext {
|
|
735
859
|
border-color: #BF616A;
|
|
736
860
|
}
|
|
861
|
+
|
|
737
862
|
.p-colorpicker-preview {
|
|
738
863
|
width: 2rem;
|
|
739
864
|
height: 2rem;
|
|
740
865
|
}
|
|
866
|
+
|
|
741
867
|
.p-colorpicker-panel {
|
|
742
868
|
background: #323232;
|
|
743
869
|
border: 1px solid #191919;
|
|
744
870
|
}
|
|
745
871
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
|
746
|
-
|
|
872
|
+
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
|
747
873
|
border-color: #ffffff;
|
|
748
874
|
}
|
|
875
|
+
|
|
749
876
|
.p-colorpicker-overlay-panel {
|
|
750
877
|
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);
|
|
751
878
|
}
|
|
879
|
+
|
|
752
880
|
.p-dropdown {
|
|
753
881
|
background: #ffffff;
|
|
754
882
|
border: 1px solid #D8DEE9;
|
|
@@ -792,6 +920,7 @@
|
|
|
792
920
|
.p-dropdown.p-invalid.p-component {
|
|
793
921
|
border-color: #BF616A;
|
|
794
922
|
}
|
|
923
|
+
|
|
795
924
|
.p-dropdown-panel {
|
|
796
925
|
background: #ffffff;
|
|
797
926
|
color: #4C566A;
|
|
@@ -855,6 +984,7 @@
|
|
|
855
984
|
color: #4C566A;
|
|
856
985
|
background: transparent;
|
|
857
986
|
}
|
|
987
|
+
|
|
858
988
|
.p-input-filled .p-dropdown {
|
|
859
989
|
background: #ECEFF4;
|
|
860
990
|
}
|
|
@@ -867,104 +997,7 @@
|
|
|
867
997
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
|
|
868
998
|
background-color: transparent;
|
|
869
999
|
}
|
|
870
|
-
|
|
871
|
-
background: #ffffff;
|
|
872
|
-
border-top-right-radius: 4px;
|
|
873
|
-
border-top-left-radius: 4px;
|
|
874
|
-
}
|
|
875
|
-
.p-editor-container .p-editor-toolbar.ql-snow {
|
|
876
|
-
border: 1px solid #E5E9F0;
|
|
877
|
-
}
|
|
878
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
|
|
879
|
-
stroke: #81A1C1;
|
|
880
|
-
}
|
|
881
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
|
|
882
|
-
fill: #81A1C1;
|
|
883
|
-
}
|
|
884
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
|
|
885
|
-
border: 0 none;
|
|
886
|
-
color: #81A1C1;
|
|
887
|
-
}
|
|
888
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
|
|
889
|
-
color: #4C566A;
|
|
890
|
-
}
|
|
891
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
|
|
892
|
-
stroke: #4C566A;
|
|
893
|
-
}
|
|
894
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
|
|
895
|
-
fill: #4C566A;
|
|
896
|
-
}
|
|
897
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
|
|
898
|
-
color: #4C566A;
|
|
899
|
-
}
|
|
900
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
|
|
901
|
-
stroke: #4C566A;
|
|
902
|
-
}
|
|
903
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
|
|
904
|
-
fill: #4C566A;
|
|
905
|
-
}
|
|
906
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
|
|
907
|
-
background: #ffffff;
|
|
908
|
-
border: 0 none;
|
|
909
|
-
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);
|
|
910
|
-
border-radius: 4px;
|
|
911
|
-
padding: 0.5rem 0;
|
|
912
|
-
}
|
|
913
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
|
|
914
|
-
color: #4C566A;
|
|
915
|
-
}
|
|
916
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
|
|
917
|
-
color: #4C566A;
|
|
918
|
-
background: transparent;
|
|
919
|
-
}
|
|
920
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
|
|
921
|
-
padding: 0.5rem 1rem;
|
|
922
|
-
}
|
|
923
|
-
.p-editor-container .p-editor-content {
|
|
924
|
-
border-bottom-right-radius: 4px;
|
|
925
|
-
border-bottom-left-radius: 4px;
|
|
926
|
-
}
|
|
927
|
-
.p-editor-container .p-editor-content.ql-snow {
|
|
928
|
-
border: 1px solid #E5E9F0;
|
|
929
|
-
}
|
|
930
|
-
.p-editor-container .p-editor-content .ql-editor {
|
|
931
|
-
background: #ffffff;
|
|
932
|
-
color: #4C566A;
|
|
933
|
-
border-bottom-right-radius: 4px;
|
|
934
|
-
border-bottom-left-radius: 4px;
|
|
935
|
-
}
|
|
936
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover,
|
|
937
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus {
|
|
938
|
-
color: #4C566A;
|
|
939
|
-
}
|
|
940
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
|
|
941
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
|
|
942
|
-
stroke: #4C566A;
|
|
943
|
-
}
|
|
944
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
|
|
945
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
|
|
946
|
-
fill: #4C566A;
|
|
947
|
-
}
|
|
948
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
|
|
949
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
|
|
950
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
|
|
951
|
-
color: #5E81AC;
|
|
952
|
-
}
|
|
953
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
|
|
954
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
|
|
955
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
|
|
956
|
-
stroke: #5E81AC;
|
|
957
|
-
}
|
|
958
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
|
|
959
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
|
|
960
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
|
|
961
|
-
fill: #5E81AC;
|
|
962
|
-
}
|
|
963
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
|
|
964
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
|
|
965
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
|
|
966
|
-
color: #5E81AC;
|
|
967
|
-
}
|
|
1000
|
+
|
|
968
1001
|
.p-inputgroup-addon {
|
|
969
1002
|
background: #ffffff;
|
|
970
1003
|
color: #81A1C1;
|
|
@@ -977,60 +1010,68 @@
|
|
|
977
1010
|
.p-inputgroup-addon:last-child {
|
|
978
1011
|
border-right: 1px solid #D8DEE9;
|
|
979
1012
|
}
|
|
1013
|
+
|
|
980
1014
|
.p-inputgroup > .p-component,
|
|
981
|
-
|
|
982
|
-
|
|
1015
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext,
|
|
1016
|
+
.p-inputgroup > .p-float-label > .p-component {
|
|
983
1017
|
border-radius: 0;
|
|
984
1018
|
margin: 0;
|
|
985
1019
|
}
|
|
986
1020
|
.p-inputgroup > .p-component + .p-inputgroup-addon,
|
|
987
|
-
|
|
988
|
-
|
|
1021
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
|
|
1022
|
+
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
|
|
989
1023
|
border-left: 0 none;
|
|
990
1024
|
}
|
|
991
1025
|
.p-inputgroup > .p-component:focus,
|
|
992
|
-
|
|
993
|
-
|
|
1026
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
|
|
1027
|
+
.p-inputgroup > .p-float-label > .p-component:focus {
|
|
994
1028
|
z-index: 1;
|
|
995
1029
|
}
|
|
996
1030
|
.p-inputgroup > .p-component:focus ~ label,
|
|
997
|
-
|
|
998
|
-
|
|
1031
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
|
|
1032
|
+
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
|
|
999
1033
|
z-index: 1;
|
|
1000
1034
|
}
|
|
1035
|
+
|
|
1001
1036
|
.p-inputgroup-addon:first-child,
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1037
|
+
.p-inputgroup button:first-child,
|
|
1038
|
+
.p-inputgroup input:first-child,
|
|
1039
|
+
.p-inputgroup > .p-inputwrapper:first-child,
|
|
1040
|
+
.p-inputgroup > .p-inputwrapper:first-child > .p-inputtext {
|
|
1006
1041
|
border-top-left-radius: 4px;
|
|
1007
1042
|
border-bottom-left-radius: 4px;
|
|
1008
1043
|
}
|
|
1044
|
+
|
|
1009
1045
|
.p-inputgroup .p-float-label:first-child input {
|
|
1010
1046
|
border-top-left-radius: 4px;
|
|
1011
1047
|
border-bottom-left-radius: 4px;
|
|
1012
1048
|
}
|
|
1049
|
+
|
|
1013
1050
|
.p-inputgroup-addon:last-child,
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1051
|
+
.p-inputgroup button:last-child,
|
|
1052
|
+
.p-inputgroup input:last-child,
|
|
1053
|
+
.p-inputgroup > .p-inputwrapper:last-child,
|
|
1054
|
+
.p-inputgroup > .p-inputwrapper:last-child > .p-inputtext {
|
|
1018
1055
|
border-top-right-radius: 4px;
|
|
1019
1056
|
border-bottom-right-radius: 4px;
|
|
1020
1057
|
}
|
|
1058
|
+
|
|
1021
1059
|
.p-inputgroup .p-float-label:last-child input {
|
|
1022
1060
|
border-top-right-radius: 4px;
|
|
1023
1061
|
border-bottom-right-radius: 4px;
|
|
1024
1062
|
}
|
|
1063
|
+
|
|
1025
1064
|
.p-fluid .p-inputgroup .p-button {
|
|
1026
1065
|
width: auto;
|
|
1027
1066
|
}
|
|
1028
1067
|
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
|
|
1029
1068
|
width: 2.357rem;
|
|
1030
1069
|
}
|
|
1070
|
+
|
|
1031
1071
|
.p-inputnumber.p-invalid.p-component > .p-inputtext {
|
|
1032
1072
|
border-color: #BF616A;
|
|
1033
1073
|
}
|
|
1074
|
+
|
|
1034
1075
|
.p-inputswitch {
|
|
1035
1076
|
width: 3rem;
|
|
1036
1077
|
height: 1.75rem;
|
|
@@ -1072,9 +1113,10 @@
|
|
|
1072
1113
|
.p-inputswitch.p-invalid .p-inputswitch-slider {
|
|
1073
1114
|
border-color: #BF616A;
|
|
1074
1115
|
}
|
|
1116
|
+
|
|
1075
1117
|
.p-inputtext {
|
|
1076
|
-
font-family:
|
|
1077
|
-
font-feature-settings:
|
|
1118
|
+
font-family: var(--font-family);
|
|
1119
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
1078
1120
|
font-size: 1rem;
|
|
1079
1121
|
color: #4C566A;
|
|
1080
1122
|
background: #ffffff;
|
|
@@ -1104,47 +1146,59 @@
|
|
|
1104
1146
|
font-size: 1.25rem;
|
|
1105
1147
|
padding: 0.625rem 0.625rem;
|
|
1106
1148
|
}
|
|
1149
|
+
|
|
1107
1150
|
.p-float-label > label {
|
|
1108
1151
|
left: 0.5rem;
|
|
1109
1152
|
color: #4C566A;
|
|
1110
1153
|
transition-duration: 0.2s;
|
|
1111
1154
|
}
|
|
1155
|
+
|
|
1112
1156
|
.p-float-label > label.p-error {
|
|
1113
1157
|
color: #BF616A;
|
|
1114
1158
|
}
|
|
1159
|
+
|
|
1115
1160
|
.p-input-icon-left > i:first-of-type,
|
|
1116
|
-
|
|
1117
|
-
|
|
1161
|
+
.p-input-icon-left > svg:first-of-type,
|
|
1162
|
+
.p-input-icon-left > .p-input-prefix {
|
|
1118
1163
|
left: 0.5rem;
|
|
1119
1164
|
color: #81A1C1;
|
|
1120
1165
|
}
|
|
1166
|
+
|
|
1121
1167
|
.p-input-icon-left > .p-inputtext {
|
|
1122
1168
|
padding-left: 2rem;
|
|
1123
1169
|
}
|
|
1170
|
+
|
|
1124
1171
|
.p-input-icon-left.p-float-label > label {
|
|
1125
1172
|
left: 2rem;
|
|
1126
1173
|
}
|
|
1174
|
+
|
|
1127
1175
|
.p-input-icon-right > i:last-of-type,
|
|
1128
|
-
|
|
1129
|
-
|
|
1176
|
+
.p-input-icon-right > svg:last-of-type,
|
|
1177
|
+
.p-input-icon-right > .p-input-suffix {
|
|
1130
1178
|
right: 0.5rem;
|
|
1131
1179
|
color: #81A1C1;
|
|
1132
1180
|
}
|
|
1181
|
+
|
|
1133
1182
|
.p-input-icon-right > .p-inputtext {
|
|
1134
1183
|
padding-right: 2rem;
|
|
1135
1184
|
}
|
|
1185
|
+
|
|
1136
1186
|
::-webkit-input-placeholder {
|
|
1137
1187
|
color: #4C566A;
|
|
1138
1188
|
}
|
|
1189
|
+
|
|
1139
1190
|
:-moz-placeholder {
|
|
1140
1191
|
color: #4C566A;
|
|
1141
1192
|
}
|
|
1193
|
+
|
|
1142
1194
|
::-moz-placeholder {
|
|
1143
1195
|
color: #4C566A;
|
|
1144
1196
|
}
|
|
1197
|
+
|
|
1145
1198
|
:-ms-input-placeholder {
|
|
1146
1199
|
color: #4C566A;
|
|
1147
1200
|
}
|
|
1201
|
+
|
|
1148
1202
|
.p-input-filled .p-inputtext {
|
|
1149
1203
|
background-color: #ECEFF4;
|
|
1150
1204
|
}
|
|
@@ -1154,14 +1208,17 @@
|
|
|
1154
1208
|
.p-input-filled .p-inputtext:enabled:focus {
|
|
1155
1209
|
background-color: #ffffff;
|
|
1156
1210
|
}
|
|
1211
|
+
|
|
1157
1212
|
.p-inputtext-sm .p-inputtext {
|
|
1158
1213
|
font-size: 0.875rem;
|
|
1159
1214
|
padding: 0.4375rem 0.4375rem;
|
|
1160
1215
|
}
|
|
1216
|
+
|
|
1161
1217
|
.p-inputtext-lg .p-inputtext {
|
|
1162
1218
|
font-size: 1.25rem;
|
|
1163
1219
|
padding: 0.625rem 0.625rem;
|
|
1164
1220
|
}
|
|
1221
|
+
|
|
1165
1222
|
.p-listbox {
|
|
1166
1223
|
background: #ffffff;
|
|
1167
1224
|
color: #4C566A;
|
|
@@ -1223,6 +1280,7 @@
|
|
|
1223
1280
|
.p-listbox.p-invalid {
|
|
1224
1281
|
border-color: #BF616A;
|
|
1225
1282
|
}
|
|
1283
|
+
|
|
1226
1284
|
.p-mention-panel {
|
|
1227
1285
|
background: #ffffff;
|
|
1228
1286
|
color: #4C566A;
|
|
@@ -1250,6 +1308,7 @@
|
|
|
1250
1308
|
color: #2E3440;
|
|
1251
1309
|
background: #D8DEE9;
|
|
1252
1310
|
}
|
|
1311
|
+
|
|
1253
1312
|
.p-multiselect {
|
|
1254
1313
|
background: #ffffff;
|
|
1255
1314
|
border: 1px solid #D8DEE9;
|
|
@@ -1299,6 +1358,7 @@
|
|
|
1299
1358
|
.p-multiselect.p-invalid.p-component {
|
|
1300
1359
|
border-color: #BF616A;
|
|
1301
1360
|
}
|
|
1361
|
+
|
|
1302
1362
|
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
|
1303
1363
|
padding: 0.25rem 0.5rem;
|
|
1304
1364
|
}
|
|
@@ -1308,6 +1368,7 @@
|
|
|
1308
1368
|
.p-inputwrapper-filled.p-multiselect.p-multiselect-clearable .p-multiselect-label {
|
|
1309
1369
|
padding-right: 1.5rem;
|
|
1310
1370
|
}
|
|
1371
|
+
|
|
1311
1372
|
.p-multiselect-panel {
|
|
1312
1373
|
background: #ffffff;
|
|
1313
1374
|
color: #4C566A;
|
|
@@ -1393,6 +1454,7 @@
|
|
|
1393
1454
|
color: #4C566A;
|
|
1394
1455
|
background: transparent;
|
|
1395
1456
|
}
|
|
1457
|
+
|
|
1396
1458
|
.p-input-filled .p-multiselect {
|
|
1397
1459
|
background: #ECEFF4;
|
|
1398
1460
|
}
|
|
@@ -1402,9 +1464,11 @@
|
|
|
1402
1464
|
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
|
|
1403
1465
|
background-color: #ffffff;
|
|
1404
1466
|
}
|
|
1467
|
+
|
|
1405
1468
|
.p-password.p-invalid.p-component > .p-inputtext {
|
|
1406
1469
|
border-color: #BF616A;
|
|
1407
1470
|
}
|
|
1471
|
+
|
|
1408
1472
|
.p-password-panel {
|
|
1409
1473
|
padding: 1rem;
|
|
1410
1474
|
background: #ffffff;
|
|
@@ -1426,6 +1490,7 @@
|
|
|
1426
1490
|
.p-password-panel .p-password-meter .p-password-strength.strong {
|
|
1427
1491
|
background: #7FA366;
|
|
1428
1492
|
}
|
|
1493
|
+
|
|
1429
1494
|
.p-radiobutton {
|
|
1430
1495
|
width: 20px;
|
|
1431
1496
|
height: 20px;
|
|
@@ -1469,6 +1534,7 @@
|
|
|
1469
1534
|
.p-radiobutton:focus {
|
|
1470
1535
|
outline: 0 none;
|
|
1471
1536
|
}
|
|
1537
|
+
|
|
1472
1538
|
.p-input-filled .p-radiobutton .p-radiobutton-box {
|
|
1473
1539
|
background-color: #ECEFF4;
|
|
1474
1540
|
}
|
|
@@ -1481,6 +1547,7 @@
|
|
|
1481
1547
|
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
|
1482
1548
|
background: #81A1C1;
|
|
1483
1549
|
}
|
|
1550
|
+
|
|
1484
1551
|
.p-rating {
|
|
1485
1552
|
gap: 0.5rem;
|
|
1486
1553
|
}
|
|
@@ -1510,6 +1577,7 @@
|
|
|
1510
1577
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
|
|
1511
1578
|
color: #D88889;
|
|
1512
1579
|
}
|
|
1580
|
+
|
|
1513
1581
|
.p-selectbutton .p-button {
|
|
1514
1582
|
background: #ffffff;
|
|
1515
1583
|
border: 2px solid #D8DEE9;
|
|
@@ -1517,7 +1585,7 @@
|
|
|
1517
1585
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
1518
1586
|
}
|
|
1519
1587
|
.p-selectbutton .p-button .p-button-icon-left,
|
|
1520
|
-
|
|
1588
|
+
.p-selectbutton .p-button .p-button-icon-right {
|
|
1521
1589
|
color: #81A1C1;
|
|
1522
1590
|
}
|
|
1523
1591
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
|
@@ -1526,7 +1594,7 @@
|
|
|
1526
1594
|
color: #4C566A;
|
|
1527
1595
|
}
|
|
1528
1596
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
|
|
1529
|
-
|
|
1597
|
+
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
|
1530
1598
|
color: #81A1C1;
|
|
1531
1599
|
}
|
|
1532
1600
|
.p-selectbutton .p-button.p-highlight {
|
|
@@ -1535,7 +1603,7 @@
|
|
|
1535
1603
|
color: #ffffff;
|
|
1536
1604
|
}
|
|
1537
1605
|
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
|
|
1538
|
-
|
|
1606
|
+
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
|
|
1539
1607
|
color: #ffffff;
|
|
1540
1608
|
}
|
|
1541
1609
|
.p-selectbutton .p-button.p-highlight:hover {
|
|
@@ -1544,12 +1612,13 @@
|
|
|
1544
1612
|
color: #ffffff;
|
|
1545
1613
|
}
|
|
1546
1614
|
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
|
|
1547
|
-
|
|
1615
|
+
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
|
|
1548
1616
|
color: #ffffff;
|
|
1549
1617
|
}
|
|
1550
1618
|
.p-selectbutton.p-invalid > .p-button {
|
|
1551
1619
|
border-color: #BF616A;
|
|
1552
1620
|
}
|
|
1621
|
+
|
|
1553
1622
|
.p-slider {
|
|
1554
1623
|
background: #E5E9F0;
|
|
1555
1624
|
border: 0 none;
|
|
@@ -1589,6 +1658,7 @@
|
|
|
1589
1658
|
background: #5E81AC;
|
|
1590
1659
|
border-color: #5E81AC;
|
|
1591
1660
|
}
|
|
1661
|
+
|
|
1592
1662
|
.p-treeselect {
|
|
1593
1663
|
background: #ffffff;
|
|
1594
1664
|
border: 1px solid #D8DEE9;
|
|
@@ -1628,9 +1698,11 @@
|
|
|
1628
1698
|
.p-treeselect.p-invalid.p-component {
|
|
1629
1699
|
border-color: #BF616A;
|
|
1630
1700
|
}
|
|
1701
|
+
|
|
1631
1702
|
.p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label {
|
|
1632
1703
|
padding: 0.25rem 0.5rem;
|
|
1633
1704
|
}
|
|
1705
|
+
|
|
1634
1706
|
.p-treeselect-panel {
|
|
1635
1707
|
background: #ffffff;
|
|
1636
1708
|
color: #4C566A;
|
|
@@ -1690,6 +1762,7 @@
|
|
|
1690
1762
|
color: #4C566A;
|
|
1691
1763
|
background: transparent;
|
|
1692
1764
|
}
|
|
1765
|
+
|
|
1693
1766
|
.p-input-filled .p-treeselect {
|
|
1694
1767
|
background: #ECEFF4;
|
|
1695
1768
|
}
|
|
@@ -1699,6 +1772,7 @@
|
|
|
1699
1772
|
.p-input-filled .p-treeselect:not(.p-disabled).p-focus {
|
|
1700
1773
|
background-color: #ffffff;
|
|
1701
1774
|
}
|
|
1775
|
+
|
|
1702
1776
|
.p-togglebutton.p-button {
|
|
1703
1777
|
background: #ffffff;
|
|
1704
1778
|
border: 2px solid #D8DEE9;
|
|
@@ -1706,7 +1780,7 @@
|
|
|
1706
1780
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
1707
1781
|
}
|
|
1708
1782
|
.p-togglebutton.p-button .p-button-icon-left,
|
|
1709
|
-
|
|
1783
|
+
.p-togglebutton.p-button .p-button-icon-right {
|
|
1710
1784
|
color: #81A1C1;
|
|
1711
1785
|
}
|
|
1712
1786
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
|
@@ -1715,7 +1789,7 @@
|
|
|
1715
1789
|
color: #4C566A;
|
|
1716
1790
|
}
|
|
1717
1791
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
|
|
1718
|
-
|
|
1792
|
+
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
|
1719
1793
|
color: #81A1C1;
|
|
1720
1794
|
}
|
|
1721
1795
|
.p-togglebutton.p-button.p-highlight {
|
|
@@ -1724,7 +1798,7 @@
|
|
|
1724
1798
|
color: #ffffff;
|
|
1725
1799
|
}
|
|
1726
1800
|
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
|
|
1727
|
-
|
|
1801
|
+
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
|
|
1728
1802
|
color: #ffffff;
|
|
1729
1803
|
}
|
|
1730
1804
|
.p-togglebutton.p-button.p-highlight:hover {
|
|
@@ -1733,12 +1807,13 @@
|
|
|
1733
1807
|
color: #ffffff;
|
|
1734
1808
|
}
|
|
1735
1809
|
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
|
|
1736
|
-
|
|
1810
|
+
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
|
|
1737
1811
|
color: #ffffff;
|
|
1738
1812
|
}
|
|
1739
1813
|
.p-togglebutton.p-button.p-invalid > .p-button {
|
|
1740
1814
|
border-color: #BF616A;
|
|
1741
1815
|
}
|
|
1816
|
+
|
|
1742
1817
|
.p-button {
|
|
1743
1818
|
color: #ffffff;
|
|
1744
1819
|
background: #5E81AC;
|
|
@@ -1850,7 +1925,7 @@
|
|
|
1850
1925
|
padding: 0.5rem 0;
|
|
1851
1926
|
}
|
|
1852
1927
|
.p-button.p-button-icon-only .p-button-icon-left,
|
|
1853
|
-
|
|
1928
|
+
.p-button.p-button-icon-only .p-button-icon-right {
|
|
1854
1929
|
margin: 0;
|
|
1855
1930
|
}
|
|
1856
1931
|
.p-button.p-button-icon-only.p-button-rounded {
|
|
@@ -1886,6 +1961,7 @@
|
|
|
1886
1961
|
.p-button.p-button-loading-label-only .p-button-loading-icon {
|
|
1887
1962
|
margin: 0;
|
|
1888
1963
|
}
|
|
1964
|
+
|
|
1889
1965
|
.p-fluid .p-button {
|
|
1890
1966
|
width: 100%;
|
|
1891
1967
|
}
|
|
@@ -1898,6 +1974,7 @@
|
|
|
1898
1974
|
.p-fluid .p-buttonset .p-button {
|
|
1899
1975
|
flex: 1;
|
|
1900
1976
|
}
|
|
1977
|
+
|
|
1901
1978
|
.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 {
|
|
1902
1979
|
color: #ffffff;
|
|
1903
1980
|
background: #4C566A;
|
|
@@ -1946,6 +2023,7 @@
|
|
|
1946
2023
|
border-color: transparent;
|
|
1947
2024
|
color: #4C566A;
|
|
1948
2025
|
}
|
|
2026
|
+
|
|
1949
2027
|
.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 {
|
|
1950
2028
|
color: #ffffff;
|
|
1951
2029
|
background: #639BB2;
|
|
@@ -1994,6 +2072,7 @@
|
|
|
1994
2072
|
border-color: transparent;
|
|
1995
2073
|
color: #639BB2;
|
|
1996
2074
|
}
|
|
2075
|
+
|
|
1997
2076
|
.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 {
|
|
1998
2077
|
color: #ffffff;
|
|
1999
2078
|
background: #7FA366;
|
|
@@ -2042,6 +2121,7 @@
|
|
|
2042
2121
|
border-color: transparent;
|
|
2043
2122
|
color: #7FA366;
|
|
2044
2123
|
}
|
|
2124
|
+
|
|
2045
2125
|
.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 {
|
|
2046
2126
|
color: #ffffff;
|
|
2047
2127
|
background: #D08770;
|
|
@@ -2090,6 +2170,7 @@
|
|
|
2090
2170
|
border-color: transparent;
|
|
2091
2171
|
color: #D08770;
|
|
2092
2172
|
}
|
|
2173
|
+
|
|
2093
2174
|
.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 {
|
|
2094
2175
|
color: #ffffff;
|
|
2095
2176
|
background: #9A6796;
|
|
@@ -2138,6 +2219,7 @@
|
|
|
2138
2219
|
border-color: transparent;
|
|
2139
2220
|
color: #9A6796;
|
|
2140
2221
|
}
|
|
2222
|
+
|
|
2141
2223
|
.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 {
|
|
2142
2224
|
color: #ffffff;
|
|
2143
2225
|
background: #BF616A;
|
|
@@ -2186,6 +2268,7 @@
|
|
|
2186
2268
|
border-color: transparent;
|
|
2187
2269
|
color: #BF616A;
|
|
2188
2270
|
}
|
|
2271
|
+
|
|
2189
2272
|
.p-button.p-button-link {
|
|
2190
2273
|
color: #48678c;
|
|
2191
2274
|
background: transparent;
|
|
@@ -2209,6 +2292,7 @@
|
|
|
2209
2292
|
color: #48678c;
|
|
2210
2293
|
border-color: transparent;
|
|
2211
2294
|
}
|
|
2295
|
+
|
|
2212
2296
|
.p-splitbutton {
|
|
2213
2297
|
border-radius: 4px;
|
|
2214
2298
|
}
|
|
@@ -2290,11 +2374,12 @@
|
|
|
2290
2374
|
font-size: 1.25rem;
|
|
2291
2375
|
}
|
|
2292
2376
|
.p-splitbutton .p-splitbutton-menubutton,
|
|
2293
|
-
|
|
2294
|
-
|
|
2377
|
+
.p-splitbutton .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,
|
|
2378
|
+
.p-splitbutton .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button {
|
|
2295
2379
|
border-top-left-radius: 0;
|
|
2296
2380
|
border-bottom-left-radius: 0;
|
|
2297
2381
|
}
|
|
2382
|
+
|
|
2298
2383
|
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
|
2299
2384
|
background-color: transparent;
|
|
2300
2385
|
color: #4C566A;
|
|
@@ -2323,6 +2408,7 @@
|
|
|
2323
2408
|
border-color: transparent;
|
|
2324
2409
|
color: #4C566A;
|
|
2325
2410
|
}
|
|
2411
|
+
|
|
2326
2412
|
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
|
2327
2413
|
background-color: transparent;
|
|
2328
2414
|
color: #639BB2;
|
|
@@ -2351,6 +2437,7 @@
|
|
|
2351
2437
|
border-color: transparent;
|
|
2352
2438
|
color: #639BB2;
|
|
2353
2439
|
}
|
|
2440
|
+
|
|
2354
2441
|
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
|
2355
2442
|
background-color: transparent;
|
|
2356
2443
|
color: #7FA366;
|
|
@@ -2379,6 +2466,7 @@
|
|
|
2379
2466
|
border-color: transparent;
|
|
2380
2467
|
color: #7FA366;
|
|
2381
2468
|
}
|
|
2469
|
+
|
|
2382
2470
|
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
|
2383
2471
|
background-color: transparent;
|
|
2384
2472
|
color: #D08770;
|
|
@@ -2407,6 +2495,7 @@
|
|
|
2407
2495
|
border-color: transparent;
|
|
2408
2496
|
color: #D08770;
|
|
2409
2497
|
}
|
|
2498
|
+
|
|
2410
2499
|
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
|
2411
2500
|
background-color: transparent;
|
|
2412
2501
|
color: #9A6796;
|
|
@@ -2435,6 +2524,7 @@
|
|
|
2435
2524
|
border-color: transparent;
|
|
2436
2525
|
color: #9A6796;
|
|
2437
2526
|
}
|
|
2527
|
+
|
|
2438
2528
|
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
|
2439
2529
|
background-color: transparent;
|
|
2440
2530
|
color: #BF616A;
|
|
@@ -2463,6 +2553,7 @@
|
|
|
2463
2553
|
border-color: transparent;
|
|
2464
2554
|
color: #BF616A;
|
|
2465
2555
|
}
|
|
2556
|
+
|
|
2466
2557
|
.p-speeddial-button.p-button.p-button-icon-only {
|
|
2467
2558
|
width: 4rem;
|
|
2468
2559
|
height: 4rem;
|
|
@@ -2474,6 +2565,7 @@
|
|
|
2474
2565
|
width: 2rem;
|
|
2475
2566
|
height: 2rem;
|
|
2476
2567
|
}
|
|
2568
|
+
|
|
2477
2569
|
.p-speeddial-action {
|
|
2478
2570
|
width: 3rem;
|
|
2479
2571
|
height: 3rem;
|
|
@@ -2484,47 +2576,54 @@
|
|
|
2484
2576
|
background: #3B4252;
|
|
2485
2577
|
color: #fff;
|
|
2486
2578
|
}
|
|
2579
|
+
|
|
2487
2580
|
.p-speeddial-direction-up .p-speeddial-item {
|
|
2488
2581
|
margin: 0.25rem;
|
|
2489
2582
|
}
|
|
2490
2583
|
.p-speeddial-direction-up .p-speeddial-item:first-child {
|
|
2491
2584
|
margin-bottom: 0.5rem;
|
|
2492
2585
|
}
|
|
2586
|
+
|
|
2493
2587
|
.p-speeddial-direction-down .p-speeddial-item {
|
|
2494
2588
|
margin: 0.25rem;
|
|
2495
2589
|
}
|
|
2496
2590
|
.p-speeddial-direction-down .p-speeddial-item:first-child {
|
|
2497
2591
|
margin-top: 0.5rem;
|
|
2498
2592
|
}
|
|
2593
|
+
|
|
2499
2594
|
.p-speeddial-direction-left .p-speeddial-item {
|
|
2500
2595
|
margin: 0 0.25rem;
|
|
2501
2596
|
}
|
|
2502
2597
|
.p-speeddial-direction-left .p-speeddial-item:first-child {
|
|
2503
2598
|
margin-right: 0.5rem;
|
|
2504
2599
|
}
|
|
2600
|
+
|
|
2505
2601
|
.p-speeddial-direction-right .p-speeddial-item {
|
|
2506
2602
|
margin: 0 0.25rem;
|
|
2507
2603
|
}
|
|
2508
2604
|
.p-speeddial-direction-right .p-speeddial-item:first-child {
|
|
2509
2605
|
margin-left: 0.5rem;
|
|
2510
2606
|
}
|
|
2607
|
+
|
|
2511
2608
|
.p-speeddial-circle .p-speeddial-item,
|
|
2512
|
-
|
|
2513
|
-
|
|
2609
|
+
.p-speeddial-semi-circle .p-speeddial-item,
|
|
2610
|
+
.p-speeddial-quarter-circle .p-speeddial-item {
|
|
2514
2611
|
margin: 0;
|
|
2515
2612
|
}
|
|
2516
2613
|
.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2614
|
+
.p-speeddial-semi-circle .p-speeddial-item:first-child,
|
|
2615
|
+
.p-speeddial-semi-circle .p-speeddial-item:last-child,
|
|
2616
|
+
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
|
|
2617
|
+
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
|
|
2521
2618
|
margin: 0;
|
|
2522
2619
|
}
|
|
2620
|
+
|
|
2523
2621
|
.p-speeddial-mask {
|
|
2524
2622
|
background-color: rgba(112, 120, 136, 0.5);
|
|
2525
2623
|
}
|
|
2624
|
+
|
|
2526
2625
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
|
2527
|
-
|
|
2626
|
+
.p-carousel .p-carousel-content .p-carousel-next {
|
|
2528
2627
|
width: 2rem;
|
|
2529
2628
|
height: 2rem;
|
|
2530
2629
|
color: #81A1C1;
|
|
@@ -2535,13 +2634,13 @@
|
|
|
2535
2634
|
margin: 0.5rem;
|
|
2536
2635
|
}
|
|
2537
2636
|
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
|
|
2538
|
-
|
|
2637
|
+
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
|
|
2539
2638
|
color: #4C566A;
|
|
2540
2639
|
border-color: #5E81AC;
|
|
2541
2640
|
background: #ffffff;
|
|
2542
2641
|
}
|
|
2543
2642
|
.p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
|
|
2544
|
-
|
|
2643
|
+
.p-carousel .p-carousel-content .p-carousel-next:focus-visible {
|
|
2545
2644
|
outline: 0 none;
|
|
2546
2645
|
outline-offset: 0;
|
|
2547
2646
|
box-shadow: 0 0 0 0.2rem #C0D0E0;
|
|
@@ -2567,6 +2666,7 @@
|
|
|
2567
2666
|
background: #D8DEE9;
|
|
2568
2667
|
color: #2E3440;
|
|
2569
2668
|
}
|
|
2669
|
+
|
|
2570
2670
|
.p-datatable .p-paginator-top {
|
|
2571
2671
|
border-width: 0 0 1px 0;
|
|
2572
2672
|
border-radius: 0;
|
|
@@ -2660,9 +2760,9 @@
|
|
|
2660
2760
|
padding: 1rem 1rem;
|
|
2661
2761
|
}
|
|
2662
2762
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2763
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
|
|
2764
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
|
|
2765
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
|
|
2666
2766
|
width: 2rem;
|
|
2667
2767
|
height: 2rem;
|
|
2668
2768
|
color: #81A1C1;
|
|
@@ -2672,17 +2772,17 @@
|
|
|
2672
2772
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2673
2773
|
}
|
|
2674
2774
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2775
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
|
|
2776
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
|
|
2777
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
|
|
2678
2778
|
color: #4C566A;
|
|
2679
2779
|
border-color: #5E81AC;
|
|
2680
2780
|
background: #ffffff;
|
|
2681
2781
|
}
|
|
2682
2782
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2783
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
|
|
2784
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
|
|
2785
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
|
|
2686
2786
|
outline: 0 none;
|
|
2687
2787
|
outline-offset: 0;
|
|
2688
2788
|
box-shadow: 0 0 0 0.2rem #C0D0E0;
|
|
@@ -2731,12 +2831,12 @@
|
|
|
2731
2831
|
background: #5E81AC;
|
|
2732
2832
|
}
|
|
2733
2833
|
.p-datatable .p-datatable-scrollable-header,
|
|
2734
|
-
|
|
2834
|
+
.p-datatable .p-datatable-scrollable-footer {
|
|
2735
2835
|
background: #ffffff;
|
|
2736
2836
|
}
|
|
2737
2837
|
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
|
|
2738
|
-
|
|
2739
|
-
|
|
2838
|
+
.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,
|
|
2839
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot {
|
|
2740
2840
|
background-color: #ECEFF4;
|
|
2741
2841
|
}
|
|
2742
2842
|
.p-datatable .p-datatable-loading-icon {
|
|
@@ -2846,9 +2946,11 @@
|
|
|
2846
2946
|
.p-datatable.p-datatable-lg .p-datatable-footer {
|
|
2847
2947
|
padding: 1.25rem 1.25rem;
|
|
2848
2948
|
}
|
|
2949
|
+
|
|
2849
2950
|
.p-datatable-drag-selection-helper {
|
|
2850
2951
|
background: rgba(94, 129, 172, 0.16);
|
|
2851
2952
|
}
|
|
2953
|
+
|
|
2852
2954
|
.p-dataview .p-paginator-top {
|
|
2853
2955
|
border-width: 0 0 1px 0;
|
|
2854
2956
|
border-radius: 0;
|
|
@@ -2892,6 +2994,7 @@
|
|
|
2892
2994
|
width: 2rem;
|
|
2893
2995
|
height: 2rem;
|
|
2894
2996
|
}
|
|
2997
|
+
|
|
2895
2998
|
.p-datascroller .p-paginator-top {
|
|
2896
2999
|
border-width: 0 0 1px 0;
|
|
2897
3000
|
border-radius: 0;
|
|
@@ -2928,10 +3031,12 @@
|
|
|
2928
3031
|
border-bottom-left-radius: 4px;
|
|
2929
3032
|
border-bottom-right-radius: 4px;
|
|
2930
3033
|
}
|
|
3034
|
+
|
|
2931
3035
|
.p-column-filter-row .p-column-filter-menu-button,
|
|
2932
|
-
|
|
3036
|
+
.p-column-filter-row .p-column-filter-clear-button {
|
|
2933
3037
|
margin-left: 0.5rem;
|
|
2934
3038
|
}
|
|
3039
|
+
|
|
2935
3040
|
.p-column-filter-menu-button {
|
|
2936
3041
|
width: 2rem;
|
|
2937
3042
|
height: 2rem;
|
|
@@ -2959,6 +3064,7 @@
|
|
|
2959
3064
|
outline-offset: 0;
|
|
2960
3065
|
box-shadow: 0 0 0 0.2rem #C0D0E0;
|
|
2961
3066
|
}
|
|
3067
|
+
|
|
2962
3068
|
.p-column-filter-clear-button {
|
|
2963
3069
|
width: 2rem;
|
|
2964
3070
|
height: 2rem;
|
|
@@ -2978,6 +3084,7 @@
|
|
|
2978
3084
|
outline-offset: 0;
|
|
2979
3085
|
box-shadow: 0 0 0 0.2rem #C0D0E0;
|
|
2980
3086
|
}
|
|
3087
|
+
|
|
2981
3088
|
.p-column-filter-overlay {
|
|
2982
3089
|
background: #ffffff;
|
|
2983
3090
|
color: #4C566A;
|
|
@@ -3015,6 +3122,7 @@
|
|
|
3015
3122
|
border-top: 1px solid #E5E9F0;
|
|
3016
3123
|
margin: 0.25rem 0;
|
|
3017
3124
|
}
|
|
3125
|
+
|
|
3018
3126
|
.p-column-filter-overlay-menu .p-column-filter-operator {
|
|
3019
3127
|
padding: 0.5rem 1rem;
|
|
3020
3128
|
border-bottom: 0 none;
|
|
@@ -3043,298 +3151,7 @@
|
|
|
3043
3151
|
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
|
|
3044
3152
|
padding: 1rem;
|
|
3045
3153
|
}
|
|
3046
|
-
|
|
3047
|
-
/* FullCalendar 4 */
|
|
3048
|
-
/* FullCalendar 5 */
|
|
3049
|
-
}
|
|
3050
|
-
.fc.fc-unthemed .fc-view-container th {
|
|
3051
|
-
background: #ffffff;
|
|
3052
|
-
border: 1px solid #E5E9F0;
|
|
3053
|
-
color: #4C566A;
|
|
3054
|
-
}
|
|
3055
|
-
.fc.fc-unthemed .fc-view-container td.fc-widget-content {
|
|
3056
|
-
border: 1px solid #E5E9F0;
|
|
3057
|
-
color: #4C566A;
|
|
3058
|
-
}
|
|
3059
|
-
.fc.fc-unthemed .fc-view-container td.fc-head-container {
|
|
3060
|
-
border: 1px solid #E5E9F0;
|
|
3061
|
-
}
|
|
3062
|
-
.fc.fc-unthemed .fc-view-container .fc-view {
|
|
3063
|
-
background: #ffffff;
|
|
3064
|
-
}
|
|
3065
|
-
.fc.fc-unthemed .fc-view-container .fc-row {
|
|
3066
|
-
border-right: 1px solid #E5E9F0;
|
|
3067
|
-
}
|
|
3068
|
-
.fc.fc-unthemed .fc-view-container .fc-event {
|
|
3069
|
-
background: #51749e;
|
|
3070
|
-
border: 1px solid #51749e;
|
|
3071
|
-
color: #ffffff;
|
|
3072
|
-
}
|
|
3073
|
-
.fc.fc-unthemed .fc-view-container .fc-divider {
|
|
3074
|
-
background: #ffffff;
|
|
3075
|
-
border: 1px solid #E5E9F0;
|
|
3076
|
-
}
|
|
3077
|
-
.fc.fc-unthemed .fc-toolbar .fc-button {
|
|
3078
|
-
color: #ffffff;
|
|
3079
|
-
background: #5E81AC;
|
|
3080
|
-
border: 2px solid #5E81AC;
|
|
3081
|
-
font-size: 1rem;
|
|
3082
|
-
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
3083
|
-
border-radius: 4px;
|
|
3084
|
-
display: flex;
|
|
3085
|
-
align-items: center;
|
|
3086
|
-
}
|
|
3087
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
|
|
3088
|
-
background: #81A1C1;
|
|
3089
|
-
color: #ffffff;
|
|
3090
|
-
border-color: #51749e;
|
|
3091
|
-
}
|
|
3092
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
|
|
3093
|
-
background: #48678c;
|
|
3094
|
-
color: #ffffff;
|
|
3095
|
-
border-color: #48678c;
|
|
3096
|
-
}
|
|
3097
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
|
|
3098
|
-
outline: 0 none;
|
|
3099
|
-
outline-offset: 0;
|
|
3100
|
-
box-shadow: 0 0 0 0.2rem #C0D0E0;
|
|
3101
|
-
}
|
|
3102
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left {
|
|
3103
|
-
font-family: "PrimeIcons" !important;
|
|
3104
|
-
text-indent: 0;
|
|
3105
|
-
font-size: 1rem;
|
|
3106
|
-
}
|
|
3107
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
3108
|
-
content: "\e900";
|
|
3109
|
-
}
|
|
3110
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
3111
|
-
font-family: "PrimeIcons" !important;
|
|
3112
|
-
text-indent: 0;
|
|
3113
|
-
font-size: 1rem;
|
|
3114
|
-
}
|
|
3115
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
3116
|
-
content: "\e901";
|
|
3117
|
-
}
|
|
3118
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
3119
|
-
outline: 0 none;
|
|
3120
|
-
outline-offset: 0;
|
|
3121
|
-
box-shadow: 0 0 0 0.2rem #C0D0E0;
|
|
3122
|
-
}
|
|
3123
|
-
.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 {
|
|
3124
|
-
background: #ffffff;
|
|
3125
|
-
border: 2px solid #D8DEE9;
|
|
3126
|
-
color: #4C566A;
|
|
3127
|
-
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
3128
|
-
}
|
|
3129
|
-
.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 {
|
|
3130
|
-
background: #ECEFF4;
|
|
3131
|
-
border-color: #81A1C1;
|
|
3132
|
-
color: #4C566A;
|
|
3133
|
-
}
|
|
3134
|
-
.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 {
|
|
3135
|
-
background: #5E81AC;
|
|
3136
|
-
border-color: #5E81AC;
|
|
3137
|
-
color: #ffffff;
|
|
3138
|
-
}
|
|
3139
|
-
.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 {
|
|
3140
|
-
background: #81A1C1;
|
|
3141
|
-
border-color: #5E81AC;
|
|
3142
|
-
color: #ffffff;
|
|
3143
|
-
}
|
|
3144
|
-
.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 {
|
|
3145
|
-
outline: 0 none;
|
|
3146
|
-
outline-offset: 0;
|
|
3147
|
-
box-shadow: 0 0 0 0.2rem #C0D0E0;
|
|
3148
|
-
z-index: 1;
|
|
3149
|
-
}
|
|
3150
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button {
|
|
3151
|
-
border-radius: 0;
|
|
3152
|
-
}
|
|
3153
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:first-child {
|
|
3154
|
-
border-top-left-radius: 4px;
|
|
3155
|
-
border-bottom-left-radius: 4px;
|
|
3156
|
-
}
|
|
3157
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child {
|
|
3158
|
-
border-top-right-radius: 4px;
|
|
3159
|
-
border-bottom-right-radius: 4px;
|
|
3160
|
-
}
|
|
3161
|
-
.fc.fc-theme-standard .fc-view-harness .fc-scrollgrid {
|
|
3162
|
-
border-color: #E5E9F0;
|
|
3163
|
-
}
|
|
3164
|
-
.fc.fc-theme-standard .fc-view-harness th {
|
|
3165
|
-
background: #ffffff;
|
|
3166
|
-
border-color: #E5E9F0;
|
|
3167
|
-
color: #4C566A;
|
|
3168
|
-
}
|
|
3169
|
-
.fc.fc-theme-standard .fc-view-harness td {
|
|
3170
|
-
color: #4C566A;
|
|
3171
|
-
border-color: #E5E9F0;
|
|
3172
|
-
}
|
|
3173
|
-
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
|
3174
|
-
background: #ffffff;
|
|
3175
|
-
}
|
|
3176
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
|
3177
|
-
background: none;
|
|
3178
|
-
border: 0 none;
|
|
3179
|
-
}
|
|
3180
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
|
3181
|
-
border: 1px solid #E5E9F0;
|
|
3182
|
-
padding: 1rem;
|
|
3183
|
-
background: #ffffff;
|
|
3184
|
-
color: #4C566A;
|
|
3185
|
-
}
|
|
3186
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
|
3187
|
-
opacity: 1;
|
|
3188
|
-
display: flex;
|
|
3189
|
-
align-items: center;
|
|
3190
|
-
justify-content: center;
|
|
3191
|
-
overflow: hidden;
|
|
3192
|
-
font-family: "PrimeIcons" !important;
|
|
3193
|
-
font-size: 1rem;
|
|
3194
|
-
width: 2rem;
|
|
3195
|
-
height: 2rem;
|
|
3196
|
-
color: #81A1C1;
|
|
3197
|
-
border: 2px solid transparent;
|
|
3198
|
-
background: transparent;
|
|
3199
|
-
border-radius: 50%;
|
|
3200
|
-
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
3201
|
-
}
|
|
3202
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
|
3203
|
-
content: "\e90b";
|
|
3204
|
-
}
|
|
3205
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
|
3206
|
-
color: #4C566A;
|
|
3207
|
-
border-color: #5E81AC;
|
|
3208
|
-
background: #ffffff;
|
|
3209
|
-
}
|
|
3210
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus-visible {
|
|
3211
|
-
outline: 0 none;
|
|
3212
|
-
outline-offset: 0;
|
|
3213
|
-
box-shadow: 0 0 0 0.2rem #C0D0E0;
|
|
3214
|
-
}
|
|
3215
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
|
3216
|
-
padding: 1rem;
|
|
3217
|
-
border: 1px solid #E5E9F0;
|
|
3218
|
-
background: #ffffff;
|
|
3219
|
-
color: #4C566A;
|
|
3220
|
-
border-top: 0 none;
|
|
3221
|
-
}
|
|
3222
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
|
3223
|
-
color: #ffffff;
|
|
3224
|
-
background: #51749e;
|
|
3225
|
-
border-color: #51749e;
|
|
3226
|
-
}
|
|
3227
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
|
|
3228
|
-
color: #ffffff;
|
|
3229
|
-
}
|
|
3230
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
|
|
3231
|
-
background: #51749e;
|
|
3232
|
-
border-color: #51749e;
|
|
3233
|
-
}
|
|
3234
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
|
|
3235
|
-
background: transparent;
|
|
3236
|
-
color: #4C566A;
|
|
3237
|
-
}
|
|
3238
|
-
.fc.fc-theme-standard .fc-view-harness .fc-cell-shaded {
|
|
3239
|
-
background: #ffffff;
|
|
3240
|
-
}
|
|
3241
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button {
|
|
3242
|
-
color: #ffffff;
|
|
3243
|
-
background: #5E81AC;
|
|
3244
|
-
border: 2px solid #5E81AC;
|
|
3245
|
-
font-size: 1rem;
|
|
3246
|
-
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
3247
|
-
border-radius: 4px;
|
|
3248
|
-
line-height: 1;
|
|
3249
|
-
min-height: 2.07rem;
|
|
3250
|
-
}
|
|
3251
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
|
|
3252
|
-
background: #81A1C1;
|
|
3253
|
-
color: #ffffff;
|
|
3254
|
-
border-color: #51749e;
|
|
3255
|
-
}
|
|
3256
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
|
|
3257
|
-
background: #48678c;
|
|
3258
|
-
color: #ffffff;
|
|
3259
|
-
border-color: #48678c;
|
|
3260
|
-
}
|
|
3261
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
|
|
3262
|
-
outline: 0 none;
|
|
3263
|
-
outline-offset: 0;
|
|
3264
|
-
box-shadow: 0 0 0 0.2rem #C0D0E0;
|
|
3265
|
-
}
|
|
3266
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:disabled {
|
|
3267
|
-
opacity: 0.6;
|
|
3268
|
-
color: #ffffff;
|
|
3269
|
-
background: #5E81AC;
|
|
3270
|
-
border: 2px solid #5E81AC;
|
|
3271
|
-
}
|
|
3272
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left {
|
|
3273
|
-
font-family: "PrimeIcons" !important;
|
|
3274
|
-
text-indent: 0;
|
|
3275
|
-
font-size: 1rem;
|
|
3276
|
-
}
|
|
3277
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
3278
|
-
content: "\e900";
|
|
3279
|
-
}
|
|
3280
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
3281
|
-
font-family: "PrimeIcons" !important;
|
|
3282
|
-
text-indent: 0;
|
|
3283
|
-
font-size: 1rem;
|
|
3284
|
-
}
|
|
3285
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
3286
|
-
content: "\e901";
|
|
3287
|
-
}
|
|
3288
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
3289
|
-
outline: 0 none;
|
|
3290
|
-
outline-offset: 0;
|
|
3291
|
-
box-shadow: 0 0 0 0.2rem #C0D0E0;
|
|
3292
|
-
}
|
|
3293
|
-
.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 {
|
|
3294
|
-
background: #ffffff;
|
|
3295
|
-
border: 2px solid #D8DEE9;
|
|
3296
|
-
color: #4C566A;
|
|
3297
|
-
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
3298
|
-
}
|
|
3299
|
-
.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 {
|
|
3300
|
-
background: #ECEFF4;
|
|
3301
|
-
border-color: #81A1C1;
|
|
3302
|
-
color: #4C566A;
|
|
3303
|
-
}
|
|
3304
|
-
.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 {
|
|
3305
|
-
background: #5E81AC;
|
|
3306
|
-
border-color: #5E81AC;
|
|
3307
|
-
color: #ffffff;
|
|
3308
|
-
}
|
|
3309
|
-
.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 {
|
|
3310
|
-
background: #81A1C1;
|
|
3311
|
-
border-color: #5E81AC;
|
|
3312
|
-
color: #ffffff;
|
|
3313
|
-
}
|
|
3314
|
-
.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 {
|
|
3315
|
-
outline: 0 none;
|
|
3316
|
-
outline-offset: 0;
|
|
3317
|
-
box-shadow: 0 0 0 0.2rem #C0D0E0;
|
|
3318
|
-
z-index: 1;
|
|
3319
|
-
}
|
|
3320
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button {
|
|
3321
|
-
border-radius: 0;
|
|
3322
|
-
}
|
|
3323
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:first-child {
|
|
3324
|
-
border-top-left-radius: 4px;
|
|
3325
|
-
border-bottom-left-radius: 4px;
|
|
3326
|
-
}
|
|
3327
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:last-child {
|
|
3328
|
-
border-top-right-radius: 4px;
|
|
3329
|
-
border-bottom-right-radius: 4px;
|
|
3330
|
-
}
|
|
3331
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-icon {
|
|
3332
|
-
vertical-align: unset;
|
|
3333
|
-
}
|
|
3334
|
-
.fc.fc-theme-standard .fc-highlight {
|
|
3335
|
-
color: #2E3440;
|
|
3336
|
-
background: #D8DEE9;
|
|
3337
|
-
}
|
|
3154
|
+
|
|
3338
3155
|
.p-orderlist .p-orderlist-controls {
|
|
3339
3156
|
padding: 1rem;
|
|
3340
3157
|
}
|
|
@@ -3399,6 +3216,7 @@
|
|
|
3399
3216
|
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
|
|
3400
3217
|
background: transparent;
|
|
3401
3218
|
}
|
|
3219
|
+
|
|
3402
3220
|
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
|
3403
3221
|
background: transparent;
|
|
3404
3222
|
color: #4C566A;
|
|
@@ -3437,6 +3255,7 @@
|
|
|
3437
3255
|
outline-offset: 0;
|
|
3438
3256
|
box-shadow: 0 0 0 0.2rem #C0D0E0;
|
|
3439
3257
|
}
|
|
3258
|
+
|
|
3440
3259
|
.p-paginator {
|
|
3441
3260
|
background: #ffffff;
|
|
3442
3261
|
color: #4C566A;
|
|
@@ -3446,9 +3265,9 @@
|
|
|
3446
3265
|
border-radius: 4px;
|
|
3447
3266
|
}
|
|
3448
3267
|
.p-paginator .p-paginator-first,
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3268
|
+
.p-paginator .p-paginator-prev,
|
|
3269
|
+
.p-paginator .p-paginator-next,
|
|
3270
|
+
.p-paginator .p-paginator-last {
|
|
3452
3271
|
background-color: transparent;
|
|
3453
3272
|
border: 0 none;
|
|
3454
3273
|
color: #4C566A;
|
|
@@ -3459,9 +3278,9 @@
|
|
|
3459
3278
|
border-radius: 4px;
|
|
3460
3279
|
}
|
|
3461
3280
|
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3281
|
+
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
|
3282
|
+
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
|
3283
|
+
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
|
3465
3284
|
background: #ECEFF4;
|
|
3466
3285
|
border-color: #5E81AC;
|
|
3467
3286
|
color: #4C566A;
|
|
@@ -3517,6 +3336,7 @@
|
|
|
3517
3336
|
border-color: #5E81AC;
|
|
3518
3337
|
color: #4C566A;
|
|
3519
3338
|
}
|
|
3339
|
+
|
|
3520
3340
|
.p-picklist .p-picklist-buttons {
|
|
3521
3341
|
padding: 1rem;
|
|
3522
3342
|
}
|
|
@@ -3575,6 +3395,7 @@
|
|
|
3575
3395
|
color: #2E3440;
|
|
3576
3396
|
background: #D8DEE9;
|
|
3577
3397
|
}
|
|
3398
|
+
|
|
3578
3399
|
.p-tree {
|
|
3579
3400
|
border: 1px solid #E5E9F0;
|
|
3580
3401
|
background: #ffffff;
|
|
@@ -3630,11 +3451,11 @@
|
|
|
3630
3451
|
color: #2E3440;
|
|
3631
3452
|
}
|
|
3632
3453
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
|
|
3633
|
-
|
|
3454
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
|
3634
3455
|
color: #2E3440;
|
|
3635
3456
|
}
|
|
3636
3457
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
|
3637
|
-
|
|
3458
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
|
3638
3459
|
color: #2E3440;
|
|
3639
3460
|
}
|
|
3640
3461
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
|
@@ -3672,6 +3493,7 @@
|
|
|
3672
3493
|
.p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
|
|
3673
3494
|
background: #9fadc9;
|
|
3674
3495
|
}
|
|
3496
|
+
|
|
3675
3497
|
.p-treetable .p-paginator-top {
|
|
3676
3498
|
border-width: 0 0 1px 0;
|
|
3677
3499
|
border-radius: 0;
|
|
@@ -3807,7 +3629,7 @@
|
|
|
3807
3629
|
background: #5E81AC;
|
|
3808
3630
|
}
|
|
3809
3631
|
.p-treetable .p-treetable-scrollable-header,
|
|
3810
|
-
|
|
3632
|
+
.p-treetable .p-treetable-scrollable-footer {
|
|
3811
3633
|
background: #ffffff;
|
|
3812
3634
|
}
|
|
3813
3635
|
.p-treetable .p-treetable-loading-icon {
|
|
@@ -3884,6 +3706,7 @@
|
|
|
3884
3706
|
.p-treetable.p-treetable-lg .p-treetable-footer {
|
|
3885
3707
|
padding: 1.25rem 1.25rem;
|
|
3886
3708
|
}
|
|
3709
|
+
|
|
3887
3710
|
.p-timeline .p-timeline-event-marker {
|
|
3888
3711
|
border: 0 none;
|
|
3889
3712
|
border-radius: 50%;
|
|
@@ -3895,19 +3718,20 @@
|
|
|
3895
3718
|
background-color: #E5E9F0;
|
|
3896
3719
|
}
|
|
3897
3720
|
.p-timeline.p-timeline-vertical .p-timeline-event-opposite,
|
|
3898
|
-
|
|
3721
|
+
.p-timeline.p-timeline-vertical .p-timeline-event-content {
|
|
3899
3722
|
padding: 0 1rem;
|
|
3900
3723
|
}
|
|
3901
3724
|
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
|
|
3902
3725
|
width: 2px;
|
|
3903
3726
|
}
|
|
3904
3727
|
.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
|
|
3905
|
-
|
|
3728
|
+
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
|
|
3906
3729
|
padding: 1rem 0;
|
|
3907
3730
|
}
|
|
3908
3731
|
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
|
|
3909
3732
|
height: 2px;
|
|
3910
3733
|
}
|
|
3734
|
+
|
|
3911
3735
|
.p-accordion .p-accordion-header .p-accordion-header-link {
|
|
3912
3736
|
padding: 1rem;
|
|
3913
3737
|
border: 1px solid #E5E9F0;
|
|
@@ -3981,6 +3805,7 @@
|
|
|
3981
3805
|
border-bottom-right-radius: 4px;
|
|
3982
3806
|
border-bottom-left-radius: 4px;
|
|
3983
3807
|
}
|
|
3808
|
+
|
|
3984
3809
|
.p-card {
|
|
3985
3810
|
background: #ffffff;
|
|
3986
3811
|
color: #4C566A;
|
|
@@ -4006,6 +3831,7 @@
|
|
|
4006
3831
|
.p-card .p-card-footer {
|
|
4007
3832
|
padding: 1rem 0 0 0;
|
|
4008
3833
|
}
|
|
3834
|
+
|
|
4009
3835
|
.p-fieldset {
|
|
4010
3836
|
border: 1px solid #E5E9F0;
|
|
4011
3837
|
background: #ffffff;
|
|
@@ -4046,6 +3872,7 @@
|
|
|
4046
3872
|
.p-fieldset .p-fieldset-content {
|
|
4047
3873
|
padding: 1rem;
|
|
4048
3874
|
}
|
|
3875
|
+
|
|
4049
3876
|
.p-divider .p-divider-content {
|
|
4050
3877
|
background-color: #ffffff;
|
|
4051
3878
|
}
|
|
@@ -4069,6 +3896,7 @@
|
|
|
4069
3896
|
.p-divider.p-divider-vertical .p-divider-content {
|
|
4070
3897
|
padding: 0.5rem 0;
|
|
4071
3898
|
}
|
|
3899
|
+
|
|
4072
3900
|
.p-panel .p-panel-header {
|
|
4073
3901
|
border: 1px solid #E5E9F0;
|
|
4074
3902
|
padding: 1rem;
|
|
@@ -4118,6 +3946,7 @@
|
|
|
4118
3946
|
color: #4C566A;
|
|
4119
3947
|
border-top: 0 none;
|
|
4120
3948
|
}
|
|
3949
|
+
|
|
4121
3950
|
.p-splitter {
|
|
4122
3951
|
border: 1px solid #E5E9F0;
|
|
4123
3952
|
background: #ffffff;
|
|
@@ -4134,10 +3963,12 @@
|
|
|
4134
3963
|
.p-splitter .p-splitter-gutter-resizing {
|
|
4135
3964
|
background: #c2c7d1;
|
|
4136
3965
|
}
|
|
3966
|
+
|
|
4137
3967
|
.p-scrollpanel .p-scrollpanel-bar {
|
|
4138
3968
|
background: #ECEFF4;
|
|
4139
3969
|
border: 0 none;
|
|
4140
3970
|
}
|
|
3971
|
+
|
|
4141
3972
|
.p-tabview .p-tabview-nav {
|
|
4142
3973
|
background: #ffffff;
|
|
4143
3974
|
border: 2px solid #E5E9F0;
|
|
@@ -4197,6 +4028,7 @@
|
|
|
4197
4028
|
border-bottom-right-radius: 4px;
|
|
4198
4029
|
border-bottom-left-radius: 4px;
|
|
4199
4030
|
}
|
|
4031
|
+
|
|
4200
4032
|
.p-toolbar {
|
|
4201
4033
|
background: #ffffff;
|
|
4202
4034
|
border: 1px solid #E5E9F0;
|
|
@@ -4207,6 +4039,7 @@
|
|
|
4207
4039
|
.p-toolbar .p-toolbar-separator {
|
|
4208
4040
|
margin: 0 0.5rem;
|
|
4209
4041
|
}
|
|
4042
|
+
|
|
4210
4043
|
.p-confirm-popup {
|
|
4211
4044
|
background: #ffffff;
|
|
4212
4045
|
color: #4C566A;
|
|
@@ -4254,6 +4087,7 @@
|
|
|
4254
4087
|
.p-confirm-popup .p-confirm-popup-message {
|
|
4255
4088
|
margin-left: 1rem;
|
|
4256
4089
|
}
|
|
4090
|
+
|
|
4257
4091
|
.p-dialog {
|
|
4258
4092
|
border-radius: 4px;
|
|
4259
4093
|
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);
|
|
@@ -4329,6 +4163,7 @@
|
|
|
4329
4163
|
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
|
|
4330
4164
|
margin-left: 1rem;
|
|
4331
4165
|
}
|
|
4166
|
+
|
|
4332
4167
|
.p-overlaypanel {
|
|
4333
4168
|
background: #ffffff;
|
|
4334
4169
|
color: #4C566A;
|
|
@@ -4370,6 +4205,7 @@
|
|
|
4370
4205
|
.p-overlaypanel.p-overlaypanel-flipped:before {
|
|
4371
4206
|
border-top-color: #ffffff;
|
|
4372
4207
|
}
|
|
4208
|
+
|
|
4373
4209
|
.p-sidebar {
|
|
4374
4210
|
background: #ffffff;
|
|
4375
4211
|
color: #4C566A;
|
|
@@ -4380,7 +4216,7 @@
|
|
|
4380
4216
|
padding: 1rem;
|
|
4381
4217
|
}
|
|
4382
4218
|
.p-sidebar .p-sidebar-header .p-sidebar-close,
|
|
4383
|
-
|
|
4219
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon {
|
|
4384
4220
|
width: 2rem;
|
|
4385
4221
|
height: 2rem;
|
|
4386
4222
|
color: #81A1C1;
|
|
@@ -4390,13 +4226,13 @@
|
|
|
4390
4226
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
4391
4227
|
}
|
|
4392
4228
|
.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
|
|
4393
|
-
|
|
4229
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
|
|
4394
4230
|
color: #4C566A;
|
|
4395
4231
|
border-color: #5E81AC;
|
|
4396
4232
|
background: #ffffff;
|
|
4397
4233
|
}
|
|
4398
4234
|
.p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
|
|
4399
|
-
|
|
4235
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
|
|
4400
4236
|
outline: 0 none;
|
|
4401
4237
|
outline-offset: 0;
|
|
4402
4238
|
box-shadow: 0 0 0 0.2rem #C0D0E0;
|
|
@@ -4407,6 +4243,7 @@
|
|
|
4407
4243
|
.p-sidebar .p-sidebar-content {
|
|
4408
4244
|
padding: 1rem;
|
|
4409
4245
|
}
|
|
4246
|
+
|
|
4410
4247
|
.p-tooltip .p-tooltip-text {
|
|
4411
4248
|
background: #4C566A;
|
|
4412
4249
|
color: #ffffff;
|
|
@@ -4426,6 +4263,7 @@
|
|
|
4426
4263
|
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
|
|
4427
4264
|
border-bottom-color: #4C566A;
|
|
4428
4265
|
}
|
|
4266
|
+
|
|
4429
4267
|
.p-fileupload .p-fileupload-buttonbar {
|
|
4430
4268
|
background: #ffffff;
|
|
4431
4269
|
padding: 1rem;
|
|
@@ -4456,6 +4294,7 @@
|
|
|
4456
4294
|
.p-fileupload.p-fileupload-advanced .p-message {
|
|
4457
4295
|
margin-top: 0;
|
|
4458
4296
|
}
|
|
4297
|
+
|
|
4459
4298
|
.p-breadcrumb {
|
|
4460
4299
|
background: #ffffff;
|
|
4461
4300
|
border: 1px solid #E5E9F0;
|
|
@@ -4487,6 +4326,7 @@
|
|
|
4487
4326
|
.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
|
|
4488
4327
|
color: #81A1C1;
|
|
4489
4328
|
}
|
|
4329
|
+
|
|
4490
4330
|
.p-contextmenu {
|
|
4491
4331
|
padding: 0.25rem 0;
|
|
4492
4332
|
background: #ffffff;
|
|
@@ -4558,6 +4398,7 @@
|
|
|
4558
4398
|
width: 0.875rem;
|
|
4559
4399
|
height: 0.875rem;
|
|
4560
4400
|
}
|
|
4401
|
+
|
|
4561
4402
|
.p-dock .p-dock-list {
|
|
4562
4403
|
background: rgba(255, 255, 255, 0.1);
|
|
4563
4404
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
@@ -4572,31 +4413,32 @@
|
|
|
4572
4413
|
height: 4rem;
|
|
4573
4414
|
}
|
|
4574
4415
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
|
|
4575
|
-
|
|
4576
|
-
|
|
4416
|
+
.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,
|
|
4417
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-next {
|
|
4577
4418
|
margin: 0 0.9rem;
|
|
4578
4419
|
}
|
|
4579
4420
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-prev,
|
|
4580
|
-
|
|
4581
|
-
|
|
4421
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
|
|
4422
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-next {
|
|
4582
4423
|
margin: 0 1.3rem;
|
|
4583
4424
|
}
|
|
4584
4425
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-current {
|
|
4585
4426
|
margin: 0 1.5rem;
|
|
4586
4427
|
}
|
|
4587
4428
|
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-prev,
|
|
4588
|
-
|
|
4589
|
-
|
|
4429
|
+
.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,
|
|
4430
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-next {
|
|
4590
4431
|
margin: 0.9rem 0;
|
|
4591
4432
|
}
|
|
4592
4433
|
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-prev,
|
|
4593
|
-
|
|
4594
|
-
|
|
4434
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-prev,
|
|
4435
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-next {
|
|
4595
4436
|
margin: 1.3rem 0;
|
|
4596
4437
|
}
|
|
4597
4438
|
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-current {
|
|
4598
4439
|
margin: 1.5rem 0;
|
|
4599
4440
|
}
|
|
4441
|
+
|
|
4600
4442
|
@media screen and (max-width: 960px) {
|
|
4601
4443
|
.p-dock.p-dock-top .p-dock-container, .p-dock.p-dock-bottom .p-dock-container {
|
|
4602
4444
|
overflow-x: auto;
|
|
@@ -4613,22 +4455,22 @@
|
|
|
4613
4455
|
margin: auto 0;
|
|
4614
4456
|
}
|
|
4615
4457
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
|
|
4616
|
-
|
|
4617
|
-
|
|
4618
|
-
|
|
4619
|
-
|
|
4620
|
-
|
|
4621
|
-
|
|
4622
|
-
|
|
4623
|
-
|
|
4624
|
-
|
|
4625
|
-
|
|
4626
|
-
|
|
4627
|
-
|
|
4628
|
-
|
|
4629
|
-
|
|
4630
|
-
|
|
4631
|
-
|
|
4458
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-next,
|
|
4459
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-prev,
|
|
4460
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-next,
|
|
4461
|
+
.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,
|
|
4462
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-next,
|
|
4463
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
|
|
4464
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-next,
|
|
4465
|
+
.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,
|
|
4466
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-next,
|
|
4467
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-prev,
|
|
4468
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-next,
|
|
4469
|
+
.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,
|
|
4470
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-next,
|
|
4471
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-prev,
|
|
4472
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-next,
|
|
4473
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-current {
|
|
4632
4474
|
transform: none;
|
|
4633
4475
|
margin: 0;
|
|
4634
4476
|
}
|
|
@@ -4679,19 +4521,19 @@
|
|
|
4679
4521
|
margin-left: auto;
|
|
4680
4522
|
}
|
|
4681
4523
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
|
|
4682
|
-
|
|
4524
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
|
|
4683
4525
|
background: #ffffff;
|
|
4684
4526
|
}
|
|
4685
4527
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
|
|
4686
|
-
|
|
4528
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
|
4687
4529
|
color: #4C566A;
|
|
4688
4530
|
}
|
|
4689
4531
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
|
|
4690
|
-
|
|
4532
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
|
4691
4533
|
color: #81A1C1;
|
|
4692
4534
|
}
|
|
4693
4535
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
|
|
4694
|
-
|
|
4536
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
|
4695
4537
|
color: #81A1C1;
|
|
4696
4538
|
}
|
|
4697
4539
|
.p-megamenu .p-menuitem-link {
|
|
@@ -4861,6 +4703,7 @@
|
|
|
4861
4703
|
width: 100%;
|
|
4862
4704
|
position: static;
|
|
4863
4705
|
}
|
|
4706
|
+
|
|
4864
4707
|
.p-menu {
|
|
4865
4708
|
padding: 0.25rem 0;
|
|
4866
4709
|
background: #ffffff;
|
|
@@ -4921,6 +4764,7 @@
|
|
|
4921
4764
|
border-top: 1px solid #E5E9F0;
|
|
4922
4765
|
margin: 0.25rem 0;
|
|
4923
4766
|
}
|
|
4767
|
+
|
|
4924
4768
|
.p-menubar {
|
|
4925
4769
|
padding: 0.5rem;
|
|
4926
4770
|
background: #ECEFF4;
|
|
@@ -4998,19 +4842,19 @@
|
|
|
4998
4842
|
box-shadow: inset 0 0 0 0.15rem #C0D0E0;
|
|
4999
4843
|
}
|
|
5000
4844
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
|
|
5001
|
-
|
|
4845
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
|
|
5002
4846
|
background: #ffffff;
|
|
5003
4847
|
}
|
|
5004
4848
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
|
|
5005
|
-
|
|
4849
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
|
5006
4850
|
color: #4C566A;
|
|
5007
4851
|
}
|
|
5008
4852
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
|
|
5009
|
-
|
|
4853
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
|
5010
4854
|
color: #81A1C1;
|
|
5011
4855
|
}
|
|
5012
4856
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
|
|
5013
|
-
|
|
4857
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
|
5014
4858
|
color: #81A1C1;
|
|
5015
4859
|
}
|
|
5016
4860
|
.p-menubar .p-submenu-list {
|
|
@@ -5040,6 +4884,7 @@
|
|
|
5040
4884
|
.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 {
|
|
5041
4885
|
color: #81A1C1;
|
|
5042
4886
|
}
|
|
4887
|
+
|
|
5043
4888
|
@media screen and (max-width: 960px) {
|
|
5044
4889
|
.p-menubar {
|
|
5045
4890
|
position: relative;
|
|
@@ -5284,6 +5129,7 @@
|
|
|
5284
5129
|
border-bottom-right-radius: 4px;
|
|
5285
5130
|
border-bottom-left-radius: 4px;
|
|
5286
5131
|
}
|
|
5132
|
+
|
|
5287
5133
|
.p-slidemenu {
|
|
5288
5134
|
padding: 0.25rem 0;
|
|
5289
5135
|
background: #ffffff;
|
|
@@ -5361,6 +5207,7 @@
|
|
|
5361
5207
|
padding: 0.75rem 1rem;
|
|
5362
5208
|
color: #4C566A;
|
|
5363
5209
|
}
|
|
5210
|
+
|
|
5364
5211
|
.p-steps .p-steps-item .p-menuitem-link {
|
|
5365
5212
|
background: transparent;
|
|
5366
5213
|
transition: none;
|
|
@@ -5405,6 +5252,7 @@
|
|
|
5405
5252
|
position: absolute;
|
|
5406
5253
|
margin-top: -1rem;
|
|
5407
5254
|
}
|
|
5255
|
+
|
|
5408
5256
|
.p-tabmenu .p-tabmenu-nav {
|
|
5409
5257
|
background: #ffffff;
|
|
5410
5258
|
border: 2px solid #E5E9F0;
|
|
@@ -5445,6 +5293,7 @@
|
|
|
5445
5293
|
border-color: #5E81AC;
|
|
5446
5294
|
color: #4C566A;
|
|
5447
5295
|
}
|
|
5296
|
+
|
|
5448
5297
|
.p-tieredmenu {
|
|
5449
5298
|
padding: 0.25rem 0;
|
|
5450
5299
|
background: #ffffff;
|
|
@@ -5519,6 +5368,7 @@
|
|
|
5519
5368
|
width: 0.875rem;
|
|
5520
5369
|
height: 0.875rem;
|
|
5521
5370
|
}
|
|
5371
|
+
|
|
5522
5372
|
.p-inline-message {
|
|
5523
5373
|
padding: 0.5rem 0.5rem;
|
|
5524
5374
|
margin: 0;
|
|
@@ -5574,6 +5424,7 @@
|
|
|
5574
5424
|
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
|
|
5575
5425
|
margin-right: 0;
|
|
5576
5426
|
}
|
|
5427
|
+
|
|
5577
5428
|
.p-message {
|
|
5578
5429
|
margin: 1rem 0;
|
|
5579
5430
|
border-radius: 4px;
|
|
@@ -5662,6 +5513,7 @@
|
|
|
5662
5513
|
.p-message .p-message-detail {
|
|
5663
5514
|
margin-left: 0.5rem;
|
|
5664
5515
|
}
|
|
5516
|
+
|
|
5665
5517
|
.p-toast {
|
|
5666
5518
|
opacity: 0.9;
|
|
5667
5519
|
}
|
|
@@ -5712,7 +5564,7 @@
|
|
|
5712
5564
|
color: #2e4f5d;
|
|
5713
5565
|
}
|
|
5714
5566
|
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
|
|
5715
|
-
|
|
5567
|
+
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
|
|
5716
5568
|
color: #17282e;
|
|
5717
5569
|
}
|
|
5718
5570
|
.p-toast .p-toast-message.p-toast-message-success {
|
|
@@ -5722,7 +5574,7 @@
|
|
|
5722
5574
|
color: #202919;
|
|
5723
5575
|
}
|
|
5724
5576
|
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
|
|
5725
|
-
|
|
5577
|
+
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
|
|
5726
5578
|
color: #202919;
|
|
5727
5579
|
}
|
|
5728
5580
|
.p-toast .p-toast-message.p-toast-message-warn {
|
|
@@ -5732,7 +5584,7 @@
|
|
|
5732
5584
|
color: #3c1d14;
|
|
5733
5585
|
}
|
|
5734
5586
|
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
|
|
5735
|
-
|
|
5587
|
+
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
|
|
5736
5588
|
color: #3c1d14;
|
|
5737
5589
|
}
|
|
5738
5590
|
.p-toast .p-toast-message.p-toast-message-error {
|
|
@@ -5742,9 +5594,10 @@
|
|
|
5742
5594
|
color: #331518;
|
|
5743
5595
|
}
|
|
5744
5596
|
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
|
|
5745
|
-
|
|
5597
|
+
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
|
|
5746
5598
|
color: #331518;
|
|
5747
5599
|
}
|
|
5600
|
+
|
|
5748
5601
|
.p-galleria .p-galleria-close {
|
|
5749
5602
|
margin: 0.5rem;
|
|
5750
5603
|
background: transparent;
|
|
@@ -5775,11 +5628,11 @@
|
|
|
5775
5628
|
margin: 0 0.5rem;
|
|
5776
5629
|
}
|
|
5777
5630
|
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
|
|
5778
|
-
|
|
5631
|
+
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
|
|
5779
5632
|
font-size: 2rem;
|
|
5780
5633
|
}
|
|
5781
5634
|
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon.p-icon,
|
|
5782
|
-
|
|
5635
|
+
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon.p-icon {
|
|
5783
5636
|
width: 2rem;
|
|
5784
5637
|
height: 2rem;
|
|
5785
5638
|
}
|
|
@@ -5833,7 +5686,7 @@
|
|
|
5833
5686
|
padding: 1rem 0.25rem;
|
|
5834
5687
|
}
|
|
5835
5688
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
|
|
5836
|
-
|
|
5689
|
+
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
|
|
5837
5690
|
margin: 0.5rem;
|
|
5838
5691
|
background-color: transparent;
|
|
5839
5692
|
color: #ECEFF4;
|
|
@@ -5843,7 +5696,7 @@
|
|
|
5843
5696
|
border-radius: 50%;
|
|
5844
5697
|
}
|
|
5845
5698
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
|
|
5846
|
-
|
|
5699
|
+
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
|
|
5847
5700
|
background: rgba(255, 255, 255, 0.1);
|
|
5848
5701
|
color: #ECEFF4;
|
|
5849
5702
|
}
|
|
@@ -5855,12 +5708,15 @@
|
|
|
5855
5708
|
outline-offset: 0;
|
|
5856
5709
|
box-shadow: 0 0 0 0.2rem #C0D0E0;
|
|
5857
5710
|
}
|
|
5711
|
+
|
|
5858
5712
|
.p-galleria-mask {
|
|
5859
5713
|
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5860
5714
|
}
|
|
5715
|
+
|
|
5861
5716
|
.p-image-mask {
|
|
5862
5717
|
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5863
5718
|
}
|
|
5719
|
+
|
|
5864
5720
|
.p-image-preview-indicator {
|
|
5865
5721
|
background-color: transparent;
|
|
5866
5722
|
color: #f8f9fa;
|
|
@@ -5870,12 +5726,15 @@
|
|
|
5870
5726
|
width: 1.5rem;
|
|
5871
5727
|
height: 1.5rem;
|
|
5872
5728
|
}
|
|
5729
|
+
|
|
5873
5730
|
.p-image-preview-container:hover > .p-image-preview-indicator {
|
|
5874
5731
|
background-color: rgba(0, 0, 0, 0.5);
|
|
5875
5732
|
}
|
|
5733
|
+
|
|
5876
5734
|
.p-image-toolbar {
|
|
5877
5735
|
padding: 1rem;
|
|
5878
5736
|
}
|
|
5737
|
+
|
|
5879
5738
|
.p-image-action.p-link {
|
|
5880
5739
|
color: #f8f9fa;
|
|
5881
5740
|
background-color: transparent;
|
|
@@ -5899,6 +5758,7 @@
|
|
|
5899
5758
|
width: 1.5rem;
|
|
5900
5759
|
height: 1.5rem;
|
|
5901
5760
|
}
|
|
5761
|
+
|
|
5902
5762
|
.p-avatar {
|
|
5903
5763
|
background-color: #E5E9F0;
|
|
5904
5764
|
border-radius: 4px;
|
|
@@ -5919,12 +5779,15 @@
|
|
|
5919
5779
|
.p-avatar.p-avatar-xl .p-avatar-icon {
|
|
5920
5780
|
font-size: 2rem;
|
|
5921
5781
|
}
|
|
5782
|
+
|
|
5922
5783
|
.p-avatar-circle {
|
|
5923
5784
|
border-radius: 50%;
|
|
5924
5785
|
}
|
|
5786
|
+
|
|
5925
5787
|
.p-avatar-group .p-avatar {
|
|
5926
5788
|
border: 2px solid #ffffff;
|
|
5927
5789
|
}
|
|
5790
|
+
|
|
5928
5791
|
.p-chip {
|
|
5929
5792
|
background-color: #E5E9F0;
|
|
5930
5793
|
color: #4C566A;
|
|
@@ -5955,6 +5818,10 @@
|
|
|
5955
5818
|
outline-offset: 0;
|
|
5956
5819
|
box-shadow: 0 0 0 0.2rem #C0D0E0;
|
|
5957
5820
|
}
|
|
5821
|
+
.p-chip .p-chip-remove-icon:focus {
|
|
5822
|
+
outline: 0 none;
|
|
5823
|
+
}
|
|
5824
|
+
|
|
5958
5825
|
.p-scrolltop {
|
|
5959
5826
|
width: 3rem;
|
|
5960
5827
|
height: 3rem;
|
|
@@ -5976,6 +5843,7 @@
|
|
|
5976
5843
|
width: 1.5rem;
|
|
5977
5844
|
height: 1.5rem;
|
|
5978
5845
|
}
|
|
5846
|
+
|
|
5979
5847
|
.p-skeleton {
|
|
5980
5848
|
background-color: #E5E9F0;
|
|
5981
5849
|
border-radius: 4px;
|
|
@@ -5983,6 +5851,7 @@
|
|
|
5983
5851
|
.p-skeleton:after {
|
|
5984
5852
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
|
|
5985
5853
|
}
|
|
5854
|
+
|
|
5986
5855
|
.p-tag {
|
|
5987
5856
|
background: #5E81AC;
|
|
5988
5857
|
color: #ffffff;
|
|
@@ -6015,6 +5884,7 @@
|
|
|
6015
5884
|
width: 0.75rem;
|
|
6016
5885
|
height: 0.75rem;
|
|
6017
5886
|
}
|
|
5887
|
+
|
|
6018
5888
|
.p-inplace .p-inplace-display {
|
|
6019
5889
|
padding: 0.5rem 0.5rem;
|
|
6020
5890
|
border-radius: 4px;
|
|
@@ -6029,6 +5899,7 @@
|
|
|
6029
5899
|
outline-offset: 0;
|
|
6030
5900
|
box-shadow: 0 0 0 0.2rem #C0D0E0;
|
|
6031
5901
|
}
|
|
5902
|
+
|
|
6032
5903
|
.p-progressbar {
|
|
6033
5904
|
border: 0 none;
|
|
6034
5905
|
height: 1.5rem;
|
|
@@ -6044,6 +5915,7 @@
|
|
|
6044
5915
|
color: #ffffff;
|
|
6045
5916
|
line-height: 1.5rem;
|
|
6046
5917
|
}
|
|
5918
|
+
|
|
6047
5919
|
.p-terminal {
|
|
6048
5920
|
background: #ffffff;
|
|
6049
5921
|
color: #4C566A;
|
|
@@ -6051,10 +5923,11 @@
|
|
|
6051
5923
|
padding: 1rem;
|
|
6052
5924
|
}
|
|
6053
5925
|
.p-terminal .p-terminal-input {
|
|
6054
|
-
font-family:
|
|
6055
|
-
font-feature-settings:
|
|
6056
|
-
font-size:
|
|
5926
|
+
font-family: var(--font-family);
|
|
5927
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
5928
|
+
font-size: 1rem;
|
|
6057
5929
|
}
|
|
5930
|
+
|
|
6058
5931
|
.p-badge {
|
|
6059
5932
|
background: #5E81AC;
|
|
6060
5933
|
color: #ffffff;
|
|
@@ -6096,6 +5969,7 @@
|
|
|
6096
5969
|
height: 3rem;
|
|
6097
5970
|
line-height: 3rem;
|
|
6098
5971
|
}
|
|
5972
|
+
|
|
6099
5973
|
.p-tag {
|
|
6100
5974
|
background: #5E81AC;
|
|
6101
5975
|
color: #ffffff;
|
|
@@ -6129,48 +6003,59 @@
|
|
|
6129
6003
|
.p-inputtext:enabled:focus {
|
|
6130
6004
|
background-color: #ffffff;
|
|
6131
6005
|
}
|
|
6006
|
+
|
|
6132
6007
|
.p-chips .p-chips-multiple-container:not(.p-disabled):hover {
|
|
6133
6008
|
background-color: #ECEFF4;
|
|
6134
6009
|
}
|
|
6135
6010
|
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
|
|
6136
6011
|
background-color: #ffffff;
|
|
6137
6012
|
}
|
|
6013
|
+
|
|
6138
6014
|
.p-autocomplete .p-autocomplete-panel .p-autocomplete-item:not(.p-disabled):hover {
|
|
6139
6015
|
box-shadow: inset 0 0 0 0.1rem #81A1C1;
|
|
6140
6016
|
}
|
|
6141
6017
|
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover {
|
|
6142
6018
|
background-color: #ECEFF4;
|
|
6143
6019
|
}
|
|
6020
|
+
|
|
6144
6021
|
.p-dropdown:not(.p-disabled):hover {
|
|
6145
6022
|
background-color: #ECEFF4;
|
|
6146
6023
|
}
|
|
6024
|
+
|
|
6147
6025
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
|
6148
6026
|
box-shadow: inset 0 0 0 0.1rem #81A1C1;
|
|
6149
6027
|
}
|
|
6028
|
+
|
|
6150
6029
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-disabled):hover {
|
|
6151
6030
|
box-shadow: inset 0 0 0 0.1rem #81A1C1;
|
|
6152
6031
|
}
|
|
6032
|
+
|
|
6153
6033
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
|
6154
6034
|
box-shadow: inset 0 0 0 0.1rem #81A1C1;
|
|
6155
6035
|
}
|
|
6036
|
+
|
|
6156
6037
|
.p-multiselect:not(.p-disabled):hover {
|
|
6157
6038
|
background-color: #ECEFF4;
|
|
6158
6039
|
}
|
|
6040
|
+
|
|
6159
6041
|
.p-button {
|
|
6160
6042
|
font-weight: 500;
|
|
6161
6043
|
}
|
|
6044
|
+
|
|
6162
6045
|
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
|
|
6163
6046
|
background-color: #D8DEE9;
|
|
6164
6047
|
}
|
|
6165
6048
|
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
|
|
6166
6049
|
border-color: transparent;
|
|
6167
6050
|
}
|
|
6051
|
+
|
|
6168
6052
|
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
|
6169
6053
|
background-color: #D8DEE9;
|
|
6170
6054
|
}
|
|
6171
6055
|
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
|
|
6172
6056
|
border-color: transparent;
|
|
6173
6057
|
}
|
|
6058
|
+
|
|
6174
6059
|
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover:not(.p-disabled) .p-accordion-header-link:focus {
|
|
6175
6060
|
box-shadow: inset 0 0 0 0.1rem #81A1C1;
|
|
6176
6061
|
}
|
|
@@ -6180,6 +6065,7 @@
|
|
|
6180
6065
|
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
|
6181
6066
|
box-shadow: inset 0 0 0 0.1rem #81A1C1;
|
|
6182
6067
|
}
|
|
6068
|
+
|
|
6183
6069
|
.p-datepicker table td > span.p-highlight {
|
|
6184
6070
|
color: #ffffff;
|
|
6185
6071
|
background: #5E81AC;
|
|
@@ -6192,33 +6078,40 @@
|
|
|
6192
6078
|
color: #ffffff;
|
|
6193
6079
|
background: #5E81AC;
|
|
6194
6080
|
}
|
|
6081
|
+
|
|
6195
6082
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
|
6196
6083
|
box-shadow: inset 0 0 0 0.1rem #81A1C1;
|
|
6197
6084
|
}
|
|
6085
|
+
|
|
6198
6086
|
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
|
6199
6087
|
box-shadow: inset 0 0 0 0.1rem #81A1C1;
|
|
6200
6088
|
}
|
|
6201
6089
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
|
6202
6090
|
box-shadow: inset 0 0 0 0.1rem #81A1C1;
|
|
6203
6091
|
}
|
|
6092
|
+
|
|
6204
6093
|
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
|
6205
6094
|
box-shadow: inset 0 0 0 0.1rem #81A1C1;
|
|
6206
6095
|
}
|
|
6096
|
+
|
|
6207
6097
|
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
|
6208
6098
|
box-shadow: inset 0 0 0 0.1rem #81A1C1;
|
|
6209
6099
|
}
|
|
6100
|
+
|
|
6210
6101
|
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
|
6211
6102
|
box-shadow: inset 0 0 0 0.1rem #81A1C1;
|
|
6212
6103
|
}
|
|
6104
|
+
|
|
6213
6105
|
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
|
6214
|
-
|
|
6215
|
-
|
|
6216
|
-
|
|
6106
|
+
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
|
6107
|
+
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
|
6108
|
+
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
|
6217
6109
|
border: 1px solid #5E81AC;
|
|
6218
6110
|
}
|
|
6219
6111
|
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
|
6220
6112
|
border: 1px solid #5E81AC;
|
|
6221
6113
|
}
|
|
6114
|
+
|
|
6222
6115
|
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
|
6223
6116
|
box-shadow: inset 0 0 0 0.1rem #81A1C1;
|
|
6224
6117
|
}
|
|
@@ -6231,18 +6124,22 @@
|
|
|
6231
6124
|
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
|
6232
6125
|
outline: 1px solid #81A1C1;
|
|
6233
6126
|
}
|
|
6127
|
+
|
|
6234
6128
|
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
|
|
6235
6129
|
background: #81A1C1;
|
|
6236
6130
|
color: #ffffff;
|
|
6237
6131
|
border: 2px solid #51749e;
|
|
6238
6132
|
}
|
|
6133
|
+
|
|
6239
6134
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
|
6240
6135
|
box-shadow: inset 0 0 0 0.1rem #81A1C1;
|
|
6241
6136
|
}
|
|
6137
|
+
|
|
6242
6138
|
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
|
6243
6139
|
background: #ffffff;
|
|
6244
6140
|
box-shadow: inset 0 0 0 0.1rem #81A1C1;
|
|
6245
6141
|
}
|
|
6142
|
+
|
|
6246
6143
|
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
|
6247
6144
|
box-shadow: inset 0 0 0 0.1rem #81A1C1;
|
|
6248
6145
|
}
|
|
@@ -6260,12 +6157,14 @@
|
|
|
6260
6157
|
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
|
6261
6158
|
outline: 1px solid #81A1C1;
|
|
6262
6159
|
}
|
|
6160
|
+
|
|
6263
6161
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
|
6264
6162
|
box-shadow: inset 0 0 0 0.1rem #81A1C1;
|
|
6265
6163
|
}
|
|
6266
6164
|
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
|
6267
6165
|
box-shadow: inset 0 0 0 0.1rem #81A1C1;
|
|
6268
6166
|
}
|
|
6167
|
+
|
|
6269
6168
|
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
|
|
6270
6169
|
box-shadow: inset 0 0 0 0.1rem #81A1C1;
|
|
6271
6170
|
}
|
|
@@ -6275,17 +6174,21 @@
|
|
|
6275
6174
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
|
6276
6175
|
box-shadow: inset 0 0 0 0.1rem #81A1C1;
|
|
6277
6176
|
}
|
|
6177
|
+
|
|
6278
6178
|
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover {
|
|
6279
6179
|
box-shadow: inset 0 0 0 0.1rem #81A1C1;
|
|
6280
6180
|
}
|
|
6181
|
+
|
|
6281
6182
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
|
6282
6183
|
background: #5E81AC;
|
|
6283
6184
|
color: #ffffff;
|
|
6284
6185
|
}
|
|
6186
|
+
|
|
6285
6187
|
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
|
6286
6188
|
background: #5E81AC;
|
|
6287
6189
|
color: #ffffff;
|
|
6288
6190
|
}
|
|
6191
|
+
|
|
6289
6192
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
|
6290
6193
|
box-shadow: inset 0 2px 0 0 #5E81AC;
|
|
6291
6194
|
}
|