primereact 10.0.2 → 10.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -4
- package/autocomplete/autocomplete.cjs.js +4 -2
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +4 -2
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +4 -2
- package/autocomplete/autocomplete.min.js +1 -1
- package/blockui/blockui.cjs.js +3 -6
- package/blockui/blockui.cjs.min.js +1 -1
- package/blockui/blockui.esm.js +3 -6
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +3 -6
- package/blockui/blockui.min.js +1 -1
- package/calendar/calendar.cjs.js +3 -5
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +3 -5
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +3 -5
- package/calendar/calendar.min.js +1 -1
- package/carousel/carousel.cjs.js +3 -1
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +3 -1
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +3 -1
- package/carousel/carousel.min.js +1 -1
- package/checkbox/checkbox.d.ts +5 -5
- package/componentbase/componentbase.d.ts +8 -0
- package/contextmenu/contextmenu.cjs.js +4 -1
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +4 -1
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +4 -1
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +64 -27
- package/core/core.min.js +6 -6
- package/datatable/datatable.cjs.js +92 -41
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.d.ts +27 -0
- package/datatable/datatable.esm.js +92 -41
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +92 -41
- package/datatable/datatable.min.js +1 -1
- package/dataview/dataview.cjs.js +24 -22
- package/dataview/dataview.cjs.min.js +1 -1
- package/dataview/dataview.esm.js +24 -22
- package/dataview/dataview.esm.min.js +1 -1
- package/dataview/dataview.js +24 -22
- package/dataview/dataview.min.js +1 -1
- package/dialog/dialog.cjs.js +2 -4
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +2 -4
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +2 -4
- package/dialog/dialog.min.js +1 -1
- package/dropdown/dropdown.cjs.js +29 -17
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +29 -17
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +29 -17
- package/dropdown/dropdown.min.js +1 -1
- package/editor/editor.cjs.js +1 -1
- package/editor/editor.cjs.min.js +1 -1
- package/editor/editor.esm.js +1 -1
- package/editor/editor.esm.min.js +1 -1
- package/editor/editor.js +1 -1
- package/editor/editor.min.js +1 -1
- package/galleria/galleria.cjs.js +3 -5
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +3 -5
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +3 -5
- package/galleria/galleria.min.js +1 -1
- package/hooks/hooks.cjs.js +2 -1
- package/hooks/hooks.cjs.min.js +1 -1
- package/hooks/hooks.d.ts +1 -1
- package/hooks/hooks.esm.js +2 -1
- package/hooks/hooks.esm.min.js +1 -1
- package/hooks/hooks.js +2 -1
- package/hooks/hooks.min.js +1 -1
- package/image/image.cjs.js +104 -106
- package/image/image.cjs.min.js +1 -1
- package/image/image.esm.js +104 -106
- package/image/image.esm.min.js +1 -1
- package/image/image.js +105 -107
- package/image/image.min.js +1 -1
- package/inputnumber/inputnumber.cjs.js +7 -4
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +7 -4
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +7 -4
- package/inputnumber/inputnumber.min.js +1 -1
- package/menu/menu.cjs.js +105 -1
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.d.ts +5 -0
- package/menu/menu.esm.js +108 -4
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +105 -1
- package/menu/menu.min.js +1 -1
- package/multiselect/multiselect.cjs.js +26 -12
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.d.ts +4 -0
- package/multiselect/multiselect.esm.js +26 -12
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +26 -12
- package/multiselect/multiselect.min.js +1 -1
- package/orderlist/orderlist.cjs.js +32 -34
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +32 -34
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +32 -34
- package/orderlist/orderlist.min.js +1 -1
- package/package.json +1 -1
- package/primereact.all.cjs.js +275 -171
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +275 -171
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +275 -171
- package/primereact.all.min.js +1 -1
- package/progressbar/progressbar.cjs.js +1 -1
- package/progressbar/progressbar.cjs.min.js +1 -1
- package/progressbar/progressbar.esm.js +1 -1
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +1 -1
- package/progressbar/progressbar.min.js +1 -1
- package/radiobutton/radiobutton.d.ts +3 -3
- package/resources/themes/arya-blue/theme.css +390 -518
- package/resources/themes/arya-green/theme.css +390 -518
- package/resources/themes/arya-orange/theme.css +390 -518
- package/resources/themes/arya-purple/theme.css +390 -518
- package/resources/themes/bootstrap4-dark-blue/theme.css +391 -518
- package/resources/themes/bootstrap4-dark-purple/theme.css +391 -518
- package/resources/themes/bootstrap4-light-blue/theme.css +391 -518
- package/resources/themes/bootstrap4-light-purple/theme.css +391 -518
- package/resources/themes/fluent-light/theme.css +417 -529
- package/resources/themes/lara-dark-blue/theme.css +395 -518
- package/resources/themes/lara-dark-indigo/theme.css +395 -518
- package/resources/themes/lara-dark-purple/theme.css +395 -518
- package/resources/themes/lara-dark-teal/theme.css +395 -518
- package/resources/themes/lara-light-blue/theme.css +564 -687
- package/resources/themes/lara-light-indigo/theme.css +402 -525
- package/resources/themes/lara-light-purple/theme.css +402 -525
- package/resources/themes/lara-light-teal/theme.css +402 -525
- package/resources/themes/luna-amber/theme.css +404 -531
- package/resources/themes/luna-blue/theme.css +404 -531
- package/resources/themes/luna-green/theme.css +404 -531
- package/resources/themes/luna-pink/theme.css +404 -531
- package/resources/themes/md-dark-deeppurple/theme.css +662 -739
- package/resources/themes/md-dark-indigo/theme.css +662 -739
- package/resources/themes/md-light-deeppurple/theme.css +567 -644
- package/resources/themes/md-light-indigo/theme.css +567 -644
- package/resources/themes/mdc-dark-deeppurple/theme.css +662 -739
- package/resources/themes/mdc-dark-indigo/theme.css +662 -739
- package/resources/themes/mdc-light-deeppurple/theme.css +567 -644
- package/resources/themes/mdc-light-indigo/theme.css +567 -644
- package/resources/themes/mira/theme.css +428 -525
- package/resources/themes/nano/theme.css +388 -518
- package/resources/themes/nova/theme.css +392 -518
- package/resources/themes/nova-accent/theme.css +389 -518
- package/resources/themes/nova-alt/theme.css +392 -518
- package/resources/themes/rhea/theme.css +389 -518
- package/resources/themes/saga-blue/theme.css +390 -518
- package/resources/themes/saga-green/theme.css +390 -518
- package/resources/themes/saga-orange/theme.css +390 -518
- package/resources/themes/saga-purple/theme.css +390 -518
- package/resources/themes/soho-dark/theme.css +421 -546
- package/resources/themes/soho-light/theme.css +400 -523
- package/resources/themes/tailwind-light/theme.css +432 -547
- package/resources/themes/vela-blue/theme.css +390 -518
- package/resources/themes/vela-green/theme.css +390 -518
- package/resources/themes/vela-orange/theme.css +390 -518
- package/resources/themes/vela-purple/theme.css +390 -518
- package/resources/themes/viva-dark/theme.css +414 -523
- package/resources/themes/viva-light/theme.css +414 -523
- package/scrollpanel/scrollpanel.cjs.js +33 -17
- package/scrollpanel/scrollpanel.cjs.min.js +1 -1
- package/scrollpanel/scrollpanel.esm.js +19 -3
- package/scrollpanel/scrollpanel.esm.min.js +1 -1
- package/scrollpanel/scrollpanel.js +226 -210
- package/scrollpanel/scrollpanel.min.js +1 -1
- package/selectbutton/selectbutton.cjs.js +3 -2
- package/selectbutton/selectbutton.cjs.min.js +1 -1
- package/selectbutton/selectbutton.d.ts +6 -0
- package/selectbutton/selectbutton.esm.js +3 -2
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +4 -3
- package/selectbutton/selectbutton.min.js +1 -1
- package/sidebar/sidebar.cjs.js +87 -89
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +87 -89
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +88 -90
- package/sidebar/sidebar.min.js +1 -1
- package/utils/utils.cjs.js +23 -0
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.d.ts +3 -0
- package/utils/utils.esm.js +23 -0
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +23 -0
- package/utils/utils.min.js +1 -1
- package/web-types.json +28 -1
|
@@ -53,21 +53,24 @@
|
|
|
53
53
|
font-family: "Roboto";
|
|
54
54
|
font-style: normal;
|
|
55
55
|
font-weight: 400;
|
|
56
|
-
src: local("Roboto"), local("Roboto-Regular"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff") format("woff");
|
|
56
|
+
src: local("Roboto"), local("Roboto-Regular"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff") format("woff");
|
|
57
|
+
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
57
58
|
}
|
|
58
59
|
/* roboto-500 - latin-ext_latin */
|
|
59
60
|
@font-face {
|
|
60
61
|
font-family: "Roboto";
|
|
61
62
|
font-style: normal;
|
|
62
63
|
font-weight: 500;
|
|
63
|
-
src: local("Roboto Medium"), local("Roboto-Medium"), url("./fonts/roboto-v20-latin-ext_latin-500.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-500.woff") format("woff");
|
|
64
|
+
src: local("Roboto Medium"), local("Roboto-Medium"), url("./fonts/roboto-v20-latin-ext_latin-500.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-500.woff") format("woff");
|
|
65
|
+
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
64
66
|
}
|
|
65
67
|
/* roboto-700 - latin-ext_latin */
|
|
66
68
|
@font-face {
|
|
67
69
|
font-family: "Roboto";
|
|
68
70
|
font-style: normal;
|
|
69
71
|
font-weight: 700;
|
|
70
|
-
src: local("Roboto Bold"), local("Roboto-Bold"), url("./fonts/roboto-v20-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-700.woff") format("woff");
|
|
72
|
+
src: local("Roboto Bold"), local("Roboto-Bold"), url("./fonts/roboto-v20-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-700.woff") format("woff");
|
|
73
|
+
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
71
74
|
}
|
|
72
75
|
:root {
|
|
73
76
|
--blue-50:#f4fafe;
|
|
@@ -192,40 +195,147 @@
|
|
|
192
195
|
--primary-900:#192048;
|
|
193
196
|
}
|
|
194
197
|
|
|
198
|
+
.p-editor-container .p-editor-toolbar {
|
|
199
|
+
background: #ffffff;
|
|
200
|
+
border-top-right-radius: 4px;
|
|
201
|
+
border-top-left-radius: 4px;
|
|
202
|
+
}
|
|
203
|
+
.p-editor-container .p-editor-toolbar.ql-snow {
|
|
204
|
+
border: 1px solid #e0e0e0;
|
|
205
|
+
}
|
|
206
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
|
|
207
|
+
stroke: rgba(0, 0, 0, 0.6);
|
|
208
|
+
}
|
|
209
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
|
|
210
|
+
fill: rgba(0, 0, 0, 0.6);
|
|
211
|
+
}
|
|
212
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
|
|
213
|
+
border: 0 none;
|
|
214
|
+
color: rgba(0, 0, 0, 0.6);
|
|
215
|
+
}
|
|
216
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
|
|
217
|
+
color: rgba(0, 0, 0, 0.87);
|
|
218
|
+
}
|
|
219
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
|
|
220
|
+
stroke: rgba(0, 0, 0, 0.87);
|
|
221
|
+
}
|
|
222
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
|
|
223
|
+
fill: rgba(0, 0, 0, 0.87);
|
|
224
|
+
}
|
|
225
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
|
|
226
|
+
color: rgba(0, 0, 0, 0.87);
|
|
227
|
+
}
|
|
228
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
|
|
229
|
+
stroke: rgba(0, 0, 0, 0.87);
|
|
230
|
+
}
|
|
231
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
|
|
232
|
+
fill: rgba(0, 0, 0, 0.87);
|
|
233
|
+
}
|
|
234
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
|
|
235
|
+
background: #ffffff;
|
|
236
|
+
border: 0 none;
|
|
237
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
238
|
+
border-radius: 4px;
|
|
239
|
+
padding: 0;
|
|
240
|
+
}
|
|
241
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
|
|
242
|
+
color: rgba(0, 0, 0, 0.87);
|
|
243
|
+
}
|
|
244
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
|
|
245
|
+
color: rgba(0, 0, 0, 0.87);
|
|
246
|
+
background: rgba(0, 0, 0, 0.04);
|
|
247
|
+
}
|
|
248
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
|
|
249
|
+
padding: 0.75rem 0.75rem;
|
|
250
|
+
}
|
|
251
|
+
.p-editor-container .p-editor-content {
|
|
252
|
+
border-bottom-right-radius: 4px;
|
|
253
|
+
border-bottom-left-radius: 4px;
|
|
254
|
+
}
|
|
255
|
+
.p-editor-container .p-editor-content.ql-snow {
|
|
256
|
+
border: 1px solid #e0e0e0;
|
|
257
|
+
}
|
|
258
|
+
.p-editor-container .p-editor-content .ql-editor {
|
|
259
|
+
background: #ffffff;
|
|
260
|
+
color: rgba(0, 0, 0, 0.87);
|
|
261
|
+
border-bottom-right-radius: 4px;
|
|
262
|
+
border-bottom-left-radius: 4px;
|
|
263
|
+
}
|
|
264
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover,
|
|
265
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus {
|
|
266
|
+
color: rgba(0, 0, 0, 0.87);
|
|
267
|
+
}
|
|
268
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
|
|
269
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
|
|
270
|
+
stroke: rgba(0, 0, 0, 0.87);
|
|
271
|
+
}
|
|
272
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
|
|
273
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
|
|
274
|
+
fill: rgba(0, 0, 0, 0.87);
|
|
275
|
+
}
|
|
276
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
|
|
277
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
|
|
278
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
|
|
279
|
+
color: #3F51B5;
|
|
280
|
+
}
|
|
281
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
|
|
282
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
|
|
283
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
|
|
284
|
+
stroke: #3F51B5;
|
|
285
|
+
}
|
|
286
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
|
|
287
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
|
|
288
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
|
|
289
|
+
fill: #3F51B5;
|
|
290
|
+
}
|
|
291
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
|
|
292
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
|
|
293
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
|
|
294
|
+
color: #3F51B5;
|
|
295
|
+
}
|
|
296
|
+
|
|
195
297
|
@layer primereact {
|
|
196
298
|
* {
|
|
197
299
|
box-sizing: border-box;
|
|
198
300
|
}
|
|
301
|
+
|
|
199
302
|
.p-component {
|
|
200
|
-
font-family:
|
|
201
|
-
font-feature-settings:
|
|
303
|
+
font-family: var(--font-family);
|
|
304
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
202
305
|
font-size: 1rem;
|
|
203
306
|
font-weight: normal;
|
|
204
307
|
}
|
|
308
|
+
|
|
205
309
|
.p-component-overlay {
|
|
206
310
|
background-color: rgba(0, 0, 0, 0.32);
|
|
207
311
|
transition-duration: 0.2s;
|
|
208
312
|
}
|
|
313
|
+
|
|
209
314
|
.p-disabled, .p-component:disabled {
|
|
210
315
|
opacity: 0.38;
|
|
211
316
|
}
|
|
317
|
+
|
|
212
318
|
.p-error {
|
|
213
319
|
color: #B00020;
|
|
214
320
|
}
|
|
321
|
+
|
|
215
322
|
.p-text-secondary {
|
|
216
323
|
color: rgba(0, 0, 0, 0.6);
|
|
217
324
|
}
|
|
325
|
+
|
|
218
326
|
.pi {
|
|
219
327
|
font-size: 1rem;
|
|
220
328
|
}
|
|
329
|
+
|
|
221
330
|
.p-icon {
|
|
222
331
|
width: 1rem;
|
|
223
332
|
height: 1rem;
|
|
224
333
|
}
|
|
334
|
+
|
|
225
335
|
.p-link {
|
|
336
|
+
font-family: var(--font-family);
|
|
337
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
226
338
|
font-size: 1rem;
|
|
227
|
-
font-family: inherit;
|
|
228
|
-
font-feature-settings: inherit;
|
|
229
339
|
border-radius: 4px;
|
|
230
340
|
}
|
|
231
341
|
.p-link:focus-visible {
|
|
@@ -233,12 +343,15 @@
|
|
|
233
343
|
outline-offset: 0;
|
|
234
344
|
box-shadow: none;
|
|
235
345
|
}
|
|
346
|
+
|
|
236
347
|
.p-component-overlay-enter {
|
|
237
348
|
animation: p-component-overlay-enter-animation 150ms forwards;
|
|
238
349
|
}
|
|
350
|
+
|
|
239
351
|
.p-component-overlay-leave {
|
|
240
352
|
animation: p-component-overlay-leave-animation 150ms forwards;
|
|
241
353
|
}
|
|
354
|
+
|
|
242
355
|
@keyframes p-component-overlay-enter-animation {
|
|
243
356
|
from {
|
|
244
357
|
background-color: transparent;
|
|
@@ -255,6 +368,7 @@
|
|
|
255
368
|
background-color: transparent;
|
|
256
369
|
}
|
|
257
370
|
}
|
|
371
|
+
|
|
258
372
|
.p-autocomplete .p-autocomplete-loader {
|
|
259
373
|
right: 0.75rem;
|
|
260
374
|
}
|
|
@@ -278,9 +392,9 @@
|
|
|
278
392
|
padding: 0.375rem 0;
|
|
279
393
|
}
|
|
280
394
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
|
281
|
-
font-family:
|
|
282
|
-
font-feature-settings:
|
|
283
|
-
font-size:
|
|
395
|
+
font-family: var(--font-family);
|
|
396
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
397
|
+
font-size: 1rem;
|
|
284
398
|
color: rgba(0, 0, 0, 0.87);
|
|
285
399
|
padding: 0;
|
|
286
400
|
margin: 0;
|
|
@@ -298,6 +412,7 @@
|
|
|
298
412
|
.p-autocomplete.p-invalid.p-component > .p-inputtext {
|
|
299
413
|
border-color: #B00020;
|
|
300
414
|
}
|
|
415
|
+
|
|
301
416
|
.p-autocomplete-panel {
|
|
302
417
|
background: #ffffff;
|
|
303
418
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -332,9 +447,11 @@
|
|
|
332
447
|
background: #ffffff;
|
|
333
448
|
font-weight: 400;
|
|
334
449
|
}
|
|
450
|
+
|
|
335
451
|
.p-calendar.p-invalid.p-component > .p-inputtext {
|
|
336
452
|
border-color: #B00020;
|
|
337
453
|
}
|
|
454
|
+
|
|
338
455
|
.p-datepicker {
|
|
339
456
|
padding: 0.5rem;
|
|
340
457
|
background: #ffffff;
|
|
@@ -361,7 +478,7 @@
|
|
|
361
478
|
border-top-left-radius: 4px;
|
|
362
479
|
}
|
|
363
480
|
.p-datepicker .p-datepicker-header .p-datepicker-prev,
|
|
364
|
-
|
|
481
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next {
|
|
365
482
|
width: 2rem;
|
|
366
483
|
height: 2rem;
|
|
367
484
|
color: rgba(0, 0, 0, 0.6);
|
|
@@ -371,13 +488,13 @@
|
|
|
371
488
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
372
489
|
}
|
|
373
490
|
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
|
|
374
|
-
|
|
491
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
|
|
375
492
|
color: rgba(0, 0, 0, 0.6);
|
|
376
493
|
border-color: transparent;
|
|
377
494
|
background: rgba(0, 0, 0, 0.04);
|
|
378
495
|
}
|
|
379
496
|
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
|
|
380
|
-
|
|
497
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
|
|
381
498
|
outline: 0 none;
|
|
382
499
|
outline-offset: 0;
|
|
383
500
|
box-shadow: none;
|
|
@@ -386,14 +503,14 @@
|
|
|
386
503
|
line-height: 2rem;
|
|
387
504
|
}
|
|
388
505
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
|
|
389
|
-
|
|
506
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
390
507
|
color: rgba(0, 0, 0, 0.87);
|
|
391
508
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
392
509
|
font-weight: 500;
|
|
393
510
|
padding: 0.5rem;
|
|
394
511
|
}
|
|
395
512
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
|
|
396
|
-
|
|
513
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
|
|
397
514
|
color: #3F51B5;
|
|
398
515
|
}
|
|
399
516
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
@@ -432,7 +549,7 @@
|
|
|
432
549
|
.p-datepicker table td.p-datepicker-today > span {
|
|
433
550
|
background: #ffffff;
|
|
434
551
|
color: rgba(0, 0, 0, 0.87);
|
|
435
|
-
border-color:
|
|
552
|
+
border-color: black;
|
|
436
553
|
}
|
|
437
554
|
.p-datepicker table td.p-datepicker-today > span.p-highlight {
|
|
438
555
|
color: #3F51B5;
|
|
@@ -542,6 +659,7 @@
|
|
|
542
659
|
outline-offset: 0;
|
|
543
660
|
box-shadow: none;
|
|
544
661
|
}
|
|
662
|
+
|
|
545
663
|
@media screen and (max-width: 769px) {
|
|
546
664
|
.p-datepicker table th, .p-datepicker table td {
|
|
547
665
|
padding: 0;
|
|
@@ -584,6 +702,7 @@
|
|
|
584
702
|
.p-cascadeselect.p-invalid.p-component {
|
|
585
703
|
border-color: #B00020;
|
|
586
704
|
}
|
|
705
|
+
|
|
587
706
|
.p-cascadeselect-panel {
|
|
588
707
|
background: #ffffff;
|
|
589
708
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -625,6 +744,7 @@
|
|
|
625
744
|
width: 0.875rem;
|
|
626
745
|
height: 0.875rem;
|
|
627
746
|
}
|
|
747
|
+
|
|
628
748
|
.p-input-filled .p-cascadeselect {
|
|
629
749
|
background: #f5f5f5;
|
|
630
750
|
}
|
|
@@ -634,6 +754,7 @@
|
|
|
634
754
|
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
|
|
635
755
|
background-color: #dcdcdc;
|
|
636
756
|
}
|
|
757
|
+
|
|
637
758
|
.p-checkbox {
|
|
638
759
|
width: 18px;
|
|
639
760
|
height: 18px;
|
|
@@ -682,6 +803,7 @@
|
|
|
682
803
|
.p-checkbox.p-invalid > .p-checkbox-box {
|
|
683
804
|
border-color: #B00020;
|
|
684
805
|
}
|
|
806
|
+
|
|
685
807
|
.p-input-filled .p-checkbox .p-checkbox-box {
|
|
686
808
|
background-color: #f5f5f5;
|
|
687
809
|
}
|
|
@@ -694,6 +816,7 @@
|
|
|
694
816
|
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
|
695
817
|
background: #3F51B5;
|
|
696
818
|
}
|
|
819
|
+
|
|
697
820
|
.p-chips .p-chips-multiple-container {
|
|
698
821
|
padding: 0.375rem 0.75rem;
|
|
699
822
|
gap: 0.5rem;
|
|
@@ -721,9 +844,9 @@
|
|
|
721
844
|
padding: 0.375rem 0;
|
|
722
845
|
}
|
|
723
846
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
|
724
|
-
font-family:
|
|
725
|
-
font-feature-settings:
|
|
726
|
-
font-size:
|
|
847
|
+
font-family: var(--font-family);
|
|
848
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
849
|
+
font-size: 1rem;
|
|
727
850
|
color: rgba(0, 0, 0, 0.87);
|
|
728
851
|
padding: 0;
|
|
729
852
|
margin: 0;
|
|
@@ -731,21 +854,25 @@
|
|
|
731
854
|
.p-chips.p-invalid.p-component > .p-inputtext {
|
|
732
855
|
border-color: #B00020;
|
|
733
856
|
}
|
|
857
|
+
|
|
734
858
|
.p-colorpicker-preview {
|
|
735
859
|
width: 2rem;
|
|
736
860
|
height: 2rem;
|
|
737
861
|
}
|
|
862
|
+
|
|
738
863
|
.p-colorpicker-panel {
|
|
739
864
|
background: #323232;
|
|
740
865
|
border: 1px solid #191919;
|
|
741
866
|
}
|
|
742
867
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
|
743
|
-
|
|
868
|
+
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
|
744
869
|
border-color: #ffffff;
|
|
745
870
|
}
|
|
871
|
+
|
|
746
872
|
.p-colorpicker-overlay-panel {
|
|
747
873
|
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
748
874
|
}
|
|
875
|
+
|
|
749
876
|
.p-dropdown {
|
|
750
877
|
background: #ffffff;
|
|
751
878
|
border: 1px solid rgba(0, 0, 0, 0.38);
|
|
@@ -789,6 +916,7 @@
|
|
|
789
916
|
.p-dropdown.p-invalid.p-component {
|
|
790
917
|
border-color: #B00020;
|
|
791
918
|
}
|
|
919
|
+
|
|
792
920
|
.p-dropdown-panel {
|
|
793
921
|
background: #ffffff;
|
|
794
922
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -852,6 +980,7 @@
|
|
|
852
980
|
color: rgba(0, 0, 0, 0.87);
|
|
853
981
|
background: transparent;
|
|
854
982
|
}
|
|
983
|
+
|
|
855
984
|
.p-input-filled .p-dropdown {
|
|
856
985
|
background: #f5f5f5;
|
|
857
986
|
}
|
|
@@ -864,104 +993,7 @@
|
|
|
864
993
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
|
|
865
994
|
background-color: transparent;
|
|
866
995
|
}
|
|
867
|
-
|
|
868
|
-
background: #ffffff;
|
|
869
|
-
border-top-right-radius: 4px;
|
|
870
|
-
border-top-left-radius: 4px;
|
|
871
|
-
}
|
|
872
|
-
.p-editor-container .p-editor-toolbar.ql-snow {
|
|
873
|
-
border: 1px solid #e0e0e0;
|
|
874
|
-
}
|
|
875
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
|
|
876
|
-
stroke: rgba(0, 0, 0, 0.6);
|
|
877
|
-
}
|
|
878
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
|
|
879
|
-
fill: rgba(0, 0, 0, 0.6);
|
|
880
|
-
}
|
|
881
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
|
|
882
|
-
border: 0 none;
|
|
883
|
-
color: rgba(0, 0, 0, 0.6);
|
|
884
|
-
}
|
|
885
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
|
|
886
|
-
color: rgba(0, 0, 0, 0.87);
|
|
887
|
-
}
|
|
888
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
|
|
889
|
-
stroke: rgba(0, 0, 0, 0.87);
|
|
890
|
-
}
|
|
891
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
|
|
892
|
-
fill: rgba(0, 0, 0, 0.87);
|
|
893
|
-
}
|
|
894
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
|
|
895
|
-
color: rgba(0, 0, 0, 0.87);
|
|
896
|
-
}
|
|
897
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
|
|
898
|
-
stroke: rgba(0, 0, 0, 0.87);
|
|
899
|
-
}
|
|
900
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
|
|
901
|
-
fill: rgba(0, 0, 0, 0.87);
|
|
902
|
-
}
|
|
903
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
|
|
904
|
-
background: #ffffff;
|
|
905
|
-
border: 0 none;
|
|
906
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
907
|
-
border-radius: 4px;
|
|
908
|
-
padding: 0;
|
|
909
|
-
}
|
|
910
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
|
|
911
|
-
color: rgba(0, 0, 0, 0.87);
|
|
912
|
-
}
|
|
913
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
|
|
914
|
-
color: rgba(0, 0, 0, 0.87);
|
|
915
|
-
background: rgba(0, 0, 0, 0.04);
|
|
916
|
-
}
|
|
917
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
|
|
918
|
-
padding: 0.75rem 0.75rem;
|
|
919
|
-
}
|
|
920
|
-
.p-editor-container .p-editor-content {
|
|
921
|
-
border-bottom-right-radius: 4px;
|
|
922
|
-
border-bottom-left-radius: 4px;
|
|
923
|
-
}
|
|
924
|
-
.p-editor-container .p-editor-content.ql-snow {
|
|
925
|
-
border: 1px solid #e0e0e0;
|
|
926
|
-
}
|
|
927
|
-
.p-editor-container .p-editor-content .ql-editor {
|
|
928
|
-
background: #ffffff;
|
|
929
|
-
color: rgba(0, 0, 0, 0.87);
|
|
930
|
-
border-bottom-right-radius: 4px;
|
|
931
|
-
border-bottom-left-radius: 4px;
|
|
932
|
-
}
|
|
933
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover,
|
|
934
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus {
|
|
935
|
-
color: rgba(0, 0, 0, 0.87);
|
|
936
|
-
}
|
|
937
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
|
|
938
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
|
|
939
|
-
stroke: rgba(0, 0, 0, 0.87);
|
|
940
|
-
}
|
|
941
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
|
|
942
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
|
|
943
|
-
fill: rgba(0, 0, 0, 0.87);
|
|
944
|
-
}
|
|
945
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
|
|
946
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
|
|
947
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
|
|
948
|
-
color: #3F51B5;
|
|
949
|
-
}
|
|
950
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
|
|
951
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
|
|
952
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
|
|
953
|
-
stroke: #3F51B5;
|
|
954
|
-
}
|
|
955
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
|
|
956
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
|
|
957
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
|
|
958
|
-
fill: #3F51B5;
|
|
959
|
-
}
|
|
960
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
|
|
961
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
|
|
962
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
|
|
963
|
-
color: #3F51B5;
|
|
964
|
-
}
|
|
996
|
+
|
|
965
997
|
.p-inputgroup-addon {
|
|
966
998
|
background: #ffffff;
|
|
967
999
|
color: rgba(0, 0, 0, 0.6);
|
|
@@ -974,60 +1006,68 @@
|
|
|
974
1006
|
.p-inputgroup-addon:last-child {
|
|
975
1007
|
border-right: 1px solid rgba(0, 0, 0, 0.38);
|
|
976
1008
|
}
|
|
1009
|
+
|
|
977
1010
|
.p-inputgroup > .p-component,
|
|
978
|
-
|
|
979
|
-
|
|
1011
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext,
|
|
1012
|
+
.p-inputgroup > .p-float-label > .p-component {
|
|
980
1013
|
border-radius: 0;
|
|
981
1014
|
margin: 0;
|
|
982
1015
|
}
|
|
983
1016
|
.p-inputgroup > .p-component + .p-inputgroup-addon,
|
|
984
|
-
|
|
985
|
-
|
|
1017
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
|
|
1018
|
+
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
|
|
986
1019
|
border-left: 0 none;
|
|
987
1020
|
}
|
|
988
1021
|
.p-inputgroup > .p-component:focus,
|
|
989
|
-
|
|
990
|
-
|
|
1022
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
|
|
1023
|
+
.p-inputgroup > .p-float-label > .p-component:focus {
|
|
991
1024
|
z-index: 1;
|
|
992
1025
|
}
|
|
993
1026
|
.p-inputgroup > .p-component:focus ~ label,
|
|
994
|
-
|
|
995
|
-
|
|
1027
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
|
|
1028
|
+
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
|
|
996
1029
|
z-index: 1;
|
|
997
1030
|
}
|
|
1031
|
+
|
|
998
1032
|
.p-inputgroup-addon:first-child,
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1033
|
+
.p-inputgroup button:first-child,
|
|
1034
|
+
.p-inputgroup input:first-child,
|
|
1035
|
+
.p-inputgroup > .p-inputwrapper:first-child,
|
|
1036
|
+
.p-inputgroup > .p-inputwrapper:first-child > .p-inputtext {
|
|
1003
1037
|
border-top-left-radius: 4px;
|
|
1004
1038
|
border-bottom-left-radius: 4px;
|
|
1005
1039
|
}
|
|
1040
|
+
|
|
1006
1041
|
.p-inputgroup .p-float-label:first-child input {
|
|
1007
1042
|
border-top-left-radius: 4px;
|
|
1008
1043
|
border-bottom-left-radius: 4px;
|
|
1009
1044
|
}
|
|
1045
|
+
|
|
1010
1046
|
.p-inputgroup-addon:last-child,
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1047
|
+
.p-inputgroup button:last-child,
|
|
1048
|
+
.p-inputgroup input:last-child,
|
|
1049
|
+
.p-inputgroup > .p-inputwrapper:last-child,
|
|
1050
|
+
.p-inputgroup > .p-inputwrapper:last-child > .p-inputtext {
|
|
1015
1051
|
border-top-right-radius: 4px;
|
|
1016
1052
|
border-bottom-right-radius: 4px;
|
|
1017
1053
|
}
|
|
1054
|
+
|
|
1018
1055
|
.p-inputgroup .p-float-label:last-child input {
|
|
1019
1056
|
border-top-right-radius: 4px;
|
|
1020
1057
|
border-bottom-right-radius: 4px;
|
|
1021
1058
|
}
|
|
1059
|
+
|
|
1022
1060
|
.p-fluid .p-inputgroup .p-button {
|
|
1023
1061
|
width: auto;
|
|
1024
1062
|
}
|
|
1025
1063
|
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
|
|
1026
1064
|
width: 2.25rem;
|
|
1027
1065
|
}
|
|
1066
|
+
|
|
1028
1067
|
.p-inputnumber.p-invalid.p-component > .p-inputtext {
|
|
1029
1068
|
border-color: #B00020;
|
|
1030
1069
|
}
|
|
1070
|
+
|
|
1031
1071
|
.p-inputswitch {
|
|
1032
1072
|
width: 2.75rem;
|
|
1033
1073
|
height: 1rem;
|
|
@@ -1069,9 +1109,10 @@
|
|
|
1069
1109
|
.p-inputswitch.p-invalid .p-inputswitch-slider {
|
|
1070
1110
|
border-color: #B00020;
|
|
1071
1111
|
}
|
|
1112
|
+
|
|
1072
1113
|
.p-inputtext {
|
|
1073
|
-
font-family:
|
|
1074
|
-
font-feature-settings:
|
|
1114
|
+
font-family: var(--font-family);
|
|
1115
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
1075
1116
|
font-size: 1rem;
|
|
1076
1117
|
color: rgba(0, 0, 0, 0.87);
|
|
1077
1118
|
background: #ffffff;
|
|
@@ -1101,47 +1142,59 @@
|
|
|
1101
1142
|
font-size: 1.25rem;
|
|
1102
1143
|
padding: 0.9375rem 0.9375rem;
|
|
1103
1144
|
}
|
|
1145
|
+
|
|
1104
1146
|
.p-float-label > label {
|
|
1105
1147
|
left: 0.75rem;
|
|
1106
1148
|
color: rgba(0, 0, 0, 0.6);
|
|
1107
1149
|
transition-duration: 0.2s;
|
|
1108
1150
|
}
|
|
1151
|
+
|
|
1109
1152
|
.p-float-label > label.p-error {
|
|
1110
1153
|
color: #B00020;
|
|
1111
1154
|
}
|
|
1155
|
+
|
|
1112
1156
|
.p-input-icon-left > i:first-of-type,
|
|
1113
|
-
|
|
1114
|
-
|
|
1157
|
+
.p-input-icon-left > svg:first-of-type,
|
|
1158
|
+
.p-input-icon-left > .p-input-prefix {
|
|
1115
1159
|
left: 0.75rem;
|
|
1116
1160
|
color: rgba(0, 0, 0, 0.6);
|
|
1117
1161
|
}
|
|
1162
|
+
|
|
1118
1163
|
.p-input-icon-left > .p-inputtext {
|
|
1119
1164
|
padding-left: 2.5rem;
|
|
1120
1165
|
}
|
|
1166
|
+
|
|
1121
1167
|
.p-input-icon-left.p-float-label > label {
|
|
1122
1168
|
left: 2.5rem;
|
|
1123
1169
|
}
|
|
1170
|
+
|
|
1124
1171
|
.p-input-icon-right > i:last-of-type,
|
|
1125
|
-
|
|
1126
|
-
|
|
1172
|
+
.p-input-icon-right > svg:last-of-type,
|
|
1173
|
+
.p-input-icon-right > .p-input-suffix {
|
|
1127
1174
|
right: 0.75rem;
|
|
1128
1175
|
color: rgba(0, 0, 0, 0.6);
|
|
1129
1176
|
}
|
|
1177
|
+
|
|
1130
1178
|
.p-input-icon-right > .p-inputtext {
|
|
1131
1179
|
padding-right: 2.5rem;
|
|
1132
1180
|
}
|
|
1181
|
+
|
|
1133
1182
|
::-webkit-input-placeholder {
|
|
1134
1183
|
color: rgba(0, 0, 0, 0.6);
|
|
1135
1184
|
}
|
|
1185
|
+
|
|
1136
1186
|
:-moz-placeholder {
|
|
1137
1187
|
color: rgba(0, 0, 0, 0.6);
|
|
1138
1188
|
}
|
|
1189
|
+
|
|
1139
1190
|
::-moz-placeholder {
|
|
1140
1191
|
color: rgba(0, 0, 0, 0.6);
|
|
1141
1192
|
}
|
|
1193
|
+
|
|
1142
1194
|
:-ms-input-placeholder {
|
|
1143
1195
|
color: rgba(0, 0, 0, 0.6);
|
|
1144
1196
|
}
|
|
1197
|
+
|
|
1145
1198
|
.p-input-filled .p-inputtext {
|
|
1146
1199
|
background-color: #f5f5f5;
|
|
1147
1200
|
}
|
|
@@ -1151,14 +1204,17 @@
|
|
|
1151
1204
|
.p-input-filled .p-inputtext:enabled:focus {
|
|
1152
1205
|
background-color: #dcdcdc;
|
|
1153
1206
|
}
|
|
1207
|
+
|
|
1154
1208
|
.p-inputtext-sm .p-inputtext {
|
|
1155
1209
|
font-size: 0.875rem;
|
|
1156
1210
|
padding: 0.65625rem 0.65625rem;
|
|
1157
1211
|
}
|
|
1212
|
+
|
|
1158
1213
|
.p-inputtext-lg .p-inputtext {
|
|
1159
1214
|
font-size: 1.25rem;
|
|
1160
1215
|
padding: 0.9375rem 0.9375rem;
|
|
1161
1216
|
}
|
|
1217
|
+
|
|
1162
1218
|
.p-listbox {
|
|
1163
1219
|
background: #ffffff;
|
|
1164
1220
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -1220,6 +1276,7 @@
|
|
|
1220
1276
|
.p-listbox.p-invalid {
|
|
1221
1277
|
border-color: #B00020;
|
|
1222
1278
|
}
|
|
1279
|
+
|
|
1223
1280
|
.p-mention-panel {
|
|
1224
1281
|
background: #ffffff;
|
|
1225
1282
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -1247,6 +1304,7 @@
|
|
|
1247
1304
|
color: #3F51B5;
|
|
1248
1305
|
background: rgba(63, 81, 181, 0.12);
|
|
1249
1306
|
}
|
|
1307
|
+
|
|
1250
1308
|
.p-multiselect {
|
|
1251
1309
|
background: #ffffff;
|
|
1252
1310
|
border: 1px solid rgba(0, 0, 0, 0.38);
|
|
@@ -1296,6 +1354,7 @@
|
|
|
1296
1354
|
.p-multiselect.p-invalid.p-component {
|
|
1297
1355
|
border-color: #B00020;
|
|
1298
1356
|
}
|
|
1357
|
+
|
|
1299
1358
|
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
|
1300
1359
|
padding: 0.375rem 0.75rem;
|
|
1301
1360
|
}
|
|
@@ -1305,6 +1364,7 @@
|
|
|
1305
1364
|
.p-inputwrapper-filled.p-multiselect.p-multiselect-clearable .p-multiselect-label {
|
|
1306
1365
|
padding-right: 1.75rem;
|
|
1307
1366
|
}
|
|
1367
|
+
|
|
1308
1368
|
.p-multiselect-panel {
|
|
1309
1369
|
background: #ffffff;
|
|
1310
1370
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -1390,6 +1450,7 @@
|
|
|
1390
1450
|
color: rgba(0, 0, 0, 0.87);
|
|
1391
1451
|
background: transparent;
|
|
1392
1452
|
}
|
|
1453
|
+
|
|
1393
1454
|
.p-input-filled .p-multiselect {
|
|
1394
1455
|
background: #f5f5f5;
|
|
1395
1456
|
}
|
|
@@ -1399,9 +1460,11 @@
|
|
|
1399
1460
|
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
|
|
1400
1461
|
background-color: #dcdcdc;
|
|
1401
1462
|
}
|
|
1463
|
+
|
|
1402
1464
|
.p-password.p-invalid.p-component > .p-inputtext {
|
|
1403
1465
|
border-color: #B00020;
|
|
1404
1466
|
}
|
|
1467
|
+
|
|
1405
1468
|
.p-password-panel {
|
|
1406
1469
|
padding: 0.75rem;
|
|
1407
1470
|
background: #ffffff;
|
|
@@ -1423,6 +1486,7 @@
|
|
|
1423
1486
|
.p-password-panel .p-password-meter .p-password-strength.strong {
|
|
1424
1487
|
background: #689F38;
|
|
1425
1488
|
}
|
|
1489
|
+
|
|
1426
1490
|
.p-radiobutton {
|
|
1427
1491
|
width: 20px;
|
|
1428
1492
|
height: 20px;
|
|
@@ -1466,6 +1530,7 @@
|
|
|
1466
1530
|
.p-radiobutton:focus {
|
|
1467
1531
|
outline: 0 none;
|
|
1468
1532
|
}
|
|
1533
|
+
|
|
1469
1534
|
.p-input-filled .p-radiobutton .p-radiobutton-box {
|
|
1470
1535
|
background-color: #f5f5f5;
|
|
1471
1536
|
}
|
|
@@ -1478,6 +1543,7 @@
|
|
|
1478
1543
|
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
|
1479
1544
|
background: #ffffff;
|
|
1480
1545
|
}
|
|
1546
|
+
|
|
1481
1547
|
.p-rating {
|
|
1482
1548
|
gap: 0.5rem;
|
|
1483
1549
|
}
|
|
@@ -1507,6 +1573,7 @@
|
|
|
1507
1573
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
|
|
1508
1574
|
color: #B00020;
|
|
1509
1575
|
}
|
|
1576
|
+
|
|
1510
1577
|
.p-selectbutton .p-button {
|
|
1511
1578
|
background: #ffffff;
|
|
1512
1579
|
border: 1px solid rgba(0, 0, 0, 0.12);
|
|
@@ -1514,7 +1581,7 @@
|
|
|
1514
1581
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
1515
1582
|
}
|
|
1516
1583
|
.p-selectbutton .p-button .p-button-icon-left,
|
|
1517
|
-
|
|
1584
|
+
.p-selectbutton .p-button .p-button-icon-right {
|
|
1518
1585
|
color: rgba(0, 0, 0, 0.6);
|
|
1519
1586
|
}
|
|
1520
1587
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
|
@@ -1523,7 +1590,7 @@
|
|
|
1523
1590
|
color: rgba(0, 0, 0, 0.87);
|
|
1524
1591
|
}
|
|
1525
1592
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
|
|
1526
|
-
|
|
1593
|
+
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
|
1527
1594
|
color: rgba(0, 0, 0, 0.6);
|
|
1528
1595
|
}
|
|
1529
1596
|
.p-selectbutton .p-button.p-highlight {
|
|
@@ -1532,7 +1599,7 @@
|
|
|
1532
1599
|
color: rgba(0, 0, 0, 0.87);
|
|
1533
1600
|
}
|
|
1534
1601
|
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
|
|
1535
|
-
|
|
1602
|
+
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
|
|
1536
1603
|
color: rgba(0, 0, 0, 0.6);
|
|
1537
1604
|
}
|
|
1538
1605
|
.p-selectbutton .p-button.p-highlight:hover {
|
|
@@ -1541,12 +1608,13 @@
|
|
|
1541
1608
|
color: rgba(0, 0, 0, 0.87);
|
|
1542
1609
|
}
|
|
1543
1610
|
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
|
|
1544
|
-
|
|
1611
|
+
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
|
|
1545
1612
|
color: rgba(0, 0, 0, 0.6);
|
|
1546
1613
|
}
|
|
1547
1614
|
.p-selectbutton.p-invalid > .p-button {
|
|
1548
1615
|
border-color: #B00020;
|
|
1549
1616
|
}
|
|
1617
|
+
|
|
1550
1618
|
.p-slider {
|
|
1551
1619
|
background: #c1c1c1;
|
|
1552
1620
|
border: 0 none;
|
|
@@ -1586,6 +1654,7 @@
|
|
|
1586
1654
|
background: #3F51B5;
|
|
1587
1655
|
border-color: 0 none;
|
|
1588
1656
|
}
|
|
1657
|
+
|
|
1589
1658
|
.p-treeselect {
|
|
1590
1659
|
background: #ffffff;
|
|
1591
1660
|
border: 1px solid rgba(0, 0, 0, 0.38);
|
|
@@ -1625,9 +1694,11 @@
|
|
|
1625
1694
|
.p-treeselect.p-invalid.p-component {
|
|
1626
1695
|
border-color: #B00020;
|
|
1627
1696
|
}
|
|
1697
|
+
|
|
1628
1698
|
.p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label {
|
|
1629
1699
|
padding: 0.375rem 0.75rem;
|
|
1630
1700
|
}
|
|
1701
|
+
|
|
1631
1702
|
.p-treeselect-panel {
|
|
1632
1703
|
background: #ffffff;
|
|
1633
1704
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -1687,6 +1758,7 @@
|
|
|
1687
1758
|
color: rgba(0, 0, 0, 0.87);
|
|
1688
1759
|
background: transparent;
|
|
1689
1760
|
}
|
|
1761
|
+
|
|
1690
1762
|
.p-input-filled .p-treeselect {
|
|
1691
1763
|
background: #f5f5f5;
|
|
1692
1764
|
}
|
|
@@ -1696,6 +1768,7 @@
|
|
|
1696
1768
|
.p-input-filled .p-treeselect:not(.p-disabled).p-focus {
|
|
1697
1769
|
background-color: #dcdcdc;
|
|
1698
1770
|
}
|
|
1771
|
+
|
|
1699
1772
|
.p-togglebutton.p-button {
|
|
1700
1773
|
background: #ffffff;
|
|
1701
1774
|
border: 1px solid rgba(0, 0, 0, 0.12);
|
|
@@ -1703,7 +1776,7 @@
|
|
|
1703
1776
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
1704
1777
|
}
|
|
1705
1778
|
.p-togglebutton.p-button .p-button-icon-left,
|
|
1706
|
-
|
|
1779
|
+
.p-togglebutton.p-button .p-button-icon-right {
|
|
1707
1780
|
color: rgba(0, 0, 0, 0.6);
|
|
1708
1781
|
}
|
|
1709
1782
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
|
@@ -1712,7 +1785,7 @@
|
|
|
1712
1785
|
color: rgba(0, 0, 0, 0.87);
|
|
1713
1786
|
}
|
|
1714
1787
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
|
|
1715
|
-
|
|
1788
|
+
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
|
1716
1789
|
color: rgba(0, 0, 0, 0.6);
|
|
1717
1790
|
}
|
|
1718
1791
|
.p-togglebutton.p-button.p-highlight {
|
|
@@ -1721,7 +1794,7 @@
|
|
|
1721
1794
|
color: rgba(0, 0, 0, 0.87);
|
|
1722
1795
|
}
|
|
1723
1796
|
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
|
|
1724
|
-
|
|
1797
|
+
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
|
|
1725
1798
|
color: rgba(0, 0, 0, 0.6);
|
|
1726
1799
|
}
|
|
1727
1800
|
.p-togglebutton.p-button.p-highlight:hover {
|
|
@@ -1730,12 +1803,13 @@
|
|
|
1730
1803
|
color: rgba(0, 0, 0, 0.87);
|
|
1731
1804
|
}
|
|
1732
1805
|
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
|
|
1733
|
-
|
|
1806
|
+
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
|
|
1734
1807
|
color: rgba(0, 0, 0, 0.6);
|
|
1735
1808
|
}
|
|
1736
1809
|
.p-togglebutton.p-button.p-invalid > .p-button {
|
|
1737
1810
|
border-color: #B00020;
|
|
1738
1811
|
}
|
|
1812
|
+
|
|
1739
1813
|
.p-button {
|
|
1740
1814
|
color: #ffffff;
|
|
1741
1815
|
background: #3F51B5;
|
|
@@ -1847,7 +1921,7 @@
|
|
|
1847
1921
|
padding: 0.571rem;
|
|
1848
1922
|
}
|
|
1849
1923
|
.p-button.p-button-icon-only .p-button-icon-left,
|
|
1850
|
-
|
|
1924
|
+
.p-button.p-button-icon-only .p-button-icon-right {
|
|
1851
1925
|
margin: 0;
|
|
1852
1926
|
}
|
|
1853
1927
|
.p-button.p-button-icon-only.p-button-rounded {
|
|
@@ -1883,6 +1957,7 @@
|
|
|
1883
1957
|
.p-button.p-button-loading-label-only .p-button-loading-icon {
|
|
1884
1958
|
margin: 0;
|
|
1885
1959
|
}
|
|
1960
|
+
|
|
1886
1961
|
.p-fluid .p-button {
|
|
1887
1962
|
width: 100%;
|
|
1888
1963
|
}
|
|
@@ -1895,6 +1970,7 @@
|
|
|
1895
1970
|
.p-fluid .p-buttonset .p-button {
|
|
1896
1971
|
flex: 1;
|
|
1897
1972
|
}
|
|
1973
|
+
|
|
1898
1974
|
.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 {
|
|
1899
1975
|
color: #ffffff;
|
|
1900
1976
|
background: #ff4081;
|
|
@@ -1943,6 +2019,7 @@
|
|
|
1943
2019
|
border-color: transparent;
|
|
1944
2020
|
color: #ff4081;
|
|
1945
2021
|
}
|
|
2022
|
+
|
|
1946
2023
|
.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 {
|
|
1947
2024
|
color: #ffffff;
|
|
1948
2025
|
background: #2196F3;
|
|
@@ -1991,6 +2068,7 @@
|
|
|
1991
2068
|
border-color: transparent;
|
|
1992
2069
|
color: #2196F3;
|
|
1993
2070
|
}
|
|
2071
|
+
|
|
1994
2072
|
.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 {
|
|
1995
2073
|
color: #ffffff;
|
|
1996
2074
|
background: #689F38;
|
|
@@ -2039,6 +2117,7 @@
|
|
|
2039
2117
|
border-color: transparent;
|
|
2040
2118
|
color: #689F38;
|
|
2041
2119
|
}
|
|
2120
|
+
|
|
2042
2121
|
.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 {
|
|
2043
2122
|
color: #212529;
|
|
2044
2123
|
background: #FBC02D;
|
|
@@ -2087,6 +2166,7 @@
|
|
|
2087
2166
|
border-color: transparent;
|
|
2088
2167
|
color: #FBC02D;
|
|
2089
2168
|
}
|
|
2169
|
+
|
|
2090
2170
|
.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 {
|
|
2091
2171
|
color: #ffffff;
|
|
2092
2172
|
background: #9C27B0;
|
|
@@ -2135,6 +2215,7 @@
|
|
|
2135
2215
|
border-color: transparent;
|
|
2136
2216
|
color: #9C27B0;
|
|
2137
2217
|
}
|
|
2218
|
+
|
|
2138
2219
|
.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 {
|
|
2139
2220
|
color: #ffffff;
|
|
2140
2221
|
background: #D32F2F;
|
|
@@ -2183,6 +2264,7 @@
|
|
|
2183
2264
|
border-color: transparent;
|
|
2184
2265
|
color: #D32F2F;
|
|
2185
2266
|
}
|
|
2267
|
+
|
|
2186
2268
|
.p-button.p-button-link {
|
|
2187
2269
|
color: #3F51B5;
|
|
2188
2270
|
background: transparent;
|
|
@@ -2206,6 +2288,7 @@
|
|
|
2206
2288
|
color: #3F51B5;
|
|
2207
2289
|
border-color: transparent;
|
|
2208
2290
|
}
|
|
2291
|
+
|
|
2209
2292
|
.p-splitbutton {
|
|
2210
2293
|
border-radius: 4px;
|
|
2211
2294
|
}
|
|
@@ -2287,11 +2370,12 @@
|
|
|
2287
2370
|
font-size: 1.25rem;
|
|
2288
2371
|
}
|
|
2289
2372
|
.p-splitbutton .p-splitbutton-menubutton,
|
|
2290
|
-
|
|
2291
|
-
|
|
2373
|
+
.p-splitbutton .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,
|
|
2374
|
+
.p-splitbutton .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button {
|
|
2292
2375
|
border-top-left-radius: 0;
|
|
2293
2376
|
border-bottom-left-radius: 0;
|
|
2294
2377
|
}
|
|
2378
|
+
|
|
2295
2379
|
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
|
2296
2380
|
background-color: transparent;
|
|
2297
2381
|
color: #ff4081;
|
|
@@ -2320,6 +2404,7 @@
|
|
|
2320
2404
|
border-color: transparent;
|
|
2321
2405
|
color: #ff4081;
|
|
2322
2406
|
}
|
|
2407
|
+
|
|
2323
2408
|
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
|
2324
2409
|
background-color: transparent;
|
|
2325
2410
|
color: #2196F3;
|
|
@@ -2348,6 +2433,7 @@
|
|
|
2348
2433
|
border-color: transparent;
|
|
2349
2434
|
color: #2196F3;
|
|
2350
2435
|
}
|
|
2436
|
+
|
|
2351
2437
|
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
|
2352
2438
|
background-color: transparent;
|
|
2353
2439
|
color: #689F38;
|
|
@@ -2376,6 +2462,7 @@
|
|
|
2376
2462
|
border-color: transparent;
|
|
2377
2463
|
color: #689F38;
|
|
2378
2464
|
}
|
|
2465
|
+
|
|
2379
2466
|
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
|
2380
2467
|
background-color: transparent;
|
|
2381
2468
|
color: #FBC02D;
|
|
@@ -2404,6 +2491,7 @@
|
|
|
2404
2491
|
border-color: transparent;
|
|
2405
2492
|
color: #FBC02D;
|
|
2406
2493
|
}
|
|
2494
|
+
|
|
2407
2495
|
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
|
2408
2496
|
background-color: transparent;
|
|
2409
2497
|
color: #9C27B0;
|
|
@@ -2432,6 +2520,7 @@
|
|
|
2432
2520
|
border-color: transparent;
|
|
2433
2521
|
color: #9C27B0;
|
|
2434
2522
|
}
|
|
2523
|
+
|
|
2435
2524
|
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
|
2436
2525
|
background-color: transparent;
|
|
2437
2526
|
color: #D32F2F;
|
|
@@ -2460,6 +2549,7 @@
|
|
|
2460
2549
|
border-color: transparent;
|
|
2461
2550
|
color: #D32F2F;
|
|
2462
2551
|
}
|
|
2552
|
+
|
|
2463
2553
|
.p-speeddial-button.p-button.p-button-icon-only {
|
|
2464
2554
|
width: 4rem;
|
|
2465
2555
|
height: 4rem;
|
|
@@ -2471,6 +2561,7 @@
|
|
|
2471
2561
|
width: 2rem;
|
|
2472
2562
|
height: 2rem;
|
|
2473
2563
|
}
|
|
2564
|
+
|
|
2474
2565
|
.p-speeddial-action {
|
|
2475
2566
|
width: 3rem;
|
|
2476
2567
|
height: 3rem;
|
|
@@ -2481,47 +2572,54 @@
|
|
|
2481
2572
|
background: rgba(255, 64, 129, 0.92);
|
|
2482
2573
|
color: #fff;
|
|
2483
2574
|
}
|
|
2575
|
+
|
|
2484
2576
|
.p-speeddial-direction-up .p-speeddial-item {
|
|
2485
2577
|
margin: 0.25rem;
|
|
2486
2578
|
}
|
|
2487
2579
|
.p-speeddial-direction-up .p-speeddial-item:first-child {
|
|
2488
2580
|
margin-bottom: 0.5rem;
|
|
2489
2581
|
}
|
|
2582
|
+
|
|
2490
2583
|
.p-speeddial-direction-down .p-speeddial-item {
|
|
2491
2584
|
margin: 0.25rem;
|
|
2492
2585
|
}
|
|
2493
2586
|
.p-speeddial-direction-down .p-speeddial-item:first-child {
|
|
2494
2587
|
margin-top: 0.5rem;
|
|
2495
2588
|
}
|
|
2589
|
+
|
|
2496
2590
|
.p-speeddial-direction-left .p-speeddial-item {
|
|
2497
2591
|
margin: 0 0.25rem;
|
|
2498
2592
|
}
|
|
2499
2593
|
.p-speeddial-direction-left .p-speeddial-item:first-child {
|
|
2500
2594
|
margin-right: 0.5rem;
|
|
2501
2595
|
}
|
|
2596
|
+
|
|
2502
2597
|
.p-speeddial-direction-right .p-speeddial-item {
|
|
2503
2598
|
margin: 0 0.25rem;
|
|
2504
2599
|
}
|
|
2505
2600
|
.p-speeddial-direction-right .p-speeddial-item:first-child {
|
|
2506
2601
|
margin-left: 0.5rem;
|
|
2507
2602
|
}
|
|
2603
|
+
|
|
2508
2604
|
.p-speeddial-circle .p-speeddial-item,
|
|
2509
|
-
|
|
2510
|
-
|
|
2605
|
+
.p-speeddial-semi-circle .p-speeddial-item,
|
|
2606
|
+
.p-speeddial-quarter-circle .p-speeddial-item {
|
|
2511
2607
|
margin: 0;
|
|
2512
2608
|
}
|
|
2513
2609
|
.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2610
|
+
.p-speeddial-semi-circle .p-speeddial-item:first-child,
|
|
2611
|
+
.p-speeddial-semi-circle .p-speeddial-item:last-child,
|
|
2612
|
+
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
|
|
2613
|
+
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
|
|
2518
2614
|
margin: 0;
|
|
2519
2615
|
}
|
|
2616
|
+
|
|
2520
2617
|
.p-speeddial-mask {
|
|
2521
2618
|
background-color: rgba(0, 0, 0, 0.32);
|
|
2522
2619
|
}
|
|
2620
|
+
|
|
2523
2621
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
|
2524
|
-
|
|
2622
|
+
.p-carousel .p-carousel-content .p-carousel-next {
|
|
2525
2623
|
width: 2rem;
|
|
2526
2624
|
height: 2rem;
|
|
2527
2625
|
color: rgba(0, 0, 0, 0.6);
|
|
@@ -2532,13 +2630,13 @@
|
|
|
2532
2630
|
margin: 0.5rem;
|
|
2533
2631
|
}
|
|
2534
2632
|
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
|
|
2535
|
-
|
|
2633
|
+
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
|
|
2536
2634
|
color: rgba(0, 0, 0, 0.6);
|
|
2537
2635
|
border-color: transparent;
|
|
2538
2636
|
background: rgba(0, 0, 0, 0.04);
|
|
2539
2637
|
}
|
|
2540
2638
|
.p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
|
|
2541
|
-
|
|
2639
|
+
.p-carousel .p-carousel-content .p-carousel-next:focus-visible {
|
|
2542
2640
|
outline: 0 none;
|
|
2543
2641
|
outline-offset: 0;
|
|
2544
2642
|
box-shadow: none;
|
|
@@ -2564,6 +2662,7 @@
|
|
|
2564
2662
|
background: rgba(63, 81, 181, 0.12);
|
|
2565
2663
|
color: #3F51B5;
|
|
2566
2664
|
}
|
|
2665
|
+
|
|
2567
2666
|
.p-datatable .p-paginator-top {
|
|
2568
2667
|
border-width: 0 0 1px 0;
|
|
2569
2668
|
border-radius: 0;
|
|
@@ -2657,9 +2756,9 @@
|
|
|
2657
2756
|
padding: 0.75rem 0.75rem;
|
|
2658
2757
|
}
|
|
2659
2758
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2759
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
|
|
2760
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
|
|
2761
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
|
|
2663
2762
|
width: 2rem;
|
|
2664
2763
|
height: 2rem;
|
|
2665
2764
|
color: rgba(0, 0, 0, 0.6);
|
|
@@ -2669,17 +2768,17 @@
|
|
|
2669
2768
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2670
2769
|
}
|
|
2671
2770
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2771
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
|
|
2772
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
|
|
2773
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
|
|
2675
2774
|
color: rgba(0, 0, 0, 0.6);
|
|
2676
2775
|
border-color: transparent;
|
|
2677
2776
|
background: rgba(0, 0, 0, 0.04);
|
|
2678
2777
|
}
|
|
2679
2778
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2779
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
|
|
2780
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
|
|
2781
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
|
|
2683
2782
|
outline: 0 none;
|
|
2684
2783
|
outline-offset: 0;
|
|
2685
2784
|
box-shadow: none;
|
|
@@ -2728,12 +2827,12 @@
|
|
|
2728
2827
|
background: #3F51B5;
|
|
2729
2828
|
}
|
|
2730
2829
|
.p-datatable .p-datatable-scrollable-header,
|
|
2731
|
-
|
|
2830
|
+
.p-datatable .p-datatable-scrollable-footer {
|
|
2732
2831
|
background: #ffffff;
|
|
2733
2832
|
}
|
|
2734
2833
|
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
|
|
2735
|
-
|
|
2736
|
-
|
|
2834
|
+
.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,
|
|
2835
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot {
|
|
2737
2836
|
background-color: #ffffff;
|
|
2738
2837
|
}
|
|
2739
2838
|
.p-datatable .p-datatable-loading-icon {
|
|
@@ -2843,9 +2942,11 @@
|
|
|
2843
2942
|
.p-datatable.p-datatable-lg .p-datatable-footer {
|
|
2844
2943
|
padding: 0.9375rem 0.9375rem;
|
|
2845
2944
|
}
|
|
2945
|
+
|
|
2846
2946
|
.p-datatable-drag-selection-helper {
|
|
2847
2947
|
background: rgba(63, 81, 181, 0.16);
|
|
2848
2948
|
}
|
|
2949
|
+
|
|
2849
2950
|
.p-dataview .p-paginator-top {
|
|
2850
2951
|
border-width: 0 0 1px 0;
|
|
2851
2952
|
border-radius: 0;
|
|
@@ -2889,6 +2990,7 @@
|
|
|
2889
2990
|
width: 2rem;
|
|
2890
2991
|
height: 2rem;
|
|
2891
2992
|
}
|
|
2993
|
+
|
|
2892
2994
|
.p-datascroller .p-paginator-top {
|
|
2893
2995
|
border-width: 0 0 1px 0;
|
|
2894
2996
|
border-radius: 0;
|
|
@@ -2925,10 +3027,12 @@
|
|
|
2925
3027
|
border-bottom-left-radius: 4px;
|
|
2926
3028
|
border-bottom-right-radius: 4px;
|
|
2927
3029
|
}
|
|
3030
|
+
|
|
2928
3031
|
.p-column-filter-row .p-column-filter-menu-button,
|
|
2929
|
-
|
|
3032
|
+
.p-column-filter-row .p-column-filter-clear-button {
|
|
2930
3033
|
margin-left: 0.5rem;
|
|
2931
3034
|
}
|
|
3035
|
+
|
|
2932
3036
|
.p-column-filter-menu-button {
|
|
2933
3037
|
width: 2rem;
|
|
2934
3038
|
height: 2rem;
|
|
@@ -2956,382 +3060,94 @@
|
|
|
2956
3060
|
outline-offset: 0;
|
|
2957
3061
|
box-shadow: none;
|
|
2958
3062
|
}
|
|
3063
|
+
|
|
2959
3064
|
.p-column-filter-clear-button {
|
|
2960
3065
|
width: 2rem;
|
|
2961
3066
|
height: 2rem;
|
|
2962
3067
|
color: rgba(0, 0, 0, 0.6);
|
|
2963
3068
|
border: 0 none;
|
|
2964
|
-
background: transparent;
|
|
2965
|
-
border-radius: 50%;
|
|
2966
|
-
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2967
|
-
}
|
|
2968
|
-
.p-column-filter-clear-button:hover {
|
|
2969
|
-
color: rgba(0, 0, 0, 0.6);
|
|
2970
|
-
border-color: transparent;
|
|
2971
|
-
background: rgba(0, 0, 0, 0.04);
|
|
2972
|
-
}
|
|
2973
|
-
.p-column-filter-clear-button:focus-visible {
|
|
2974
|
-
outline: 0 none;
|
|
2975
|
-
outline-offset: 0;
|
|
2976
|
-
box-shadow: none;
|
|
2977
|
-
}
|
|
2978
|
-
.p-column-filter-overlay {
|
|
2979
|
-
background: #ffffff;
|
|
2980
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2981
|
-
border: 0 none;
|
|
2982
|
-
border-radius: 4px;
|
|
2983
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
2984
|
-
min-width: 12.5rem;
|
|
2985
|
-
}
|
|
2986
|
-
.p-column-filter-overlay .p-column-filter-row-items {
|
|
2987
|
-
padding: 0;
|
|
2988
|
-
}
|
|
2989
|
-
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
|
|
2990
|
-
margin: 0;
|
|
2991
|
-
padding: 0.75rem 0.75rem;
|
|
2992
|
-
border: 0 none;
|
|
2993
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2994
|
-
background: transparent;
|
|
2995
|
-
transition: none;
|
|
2996
|
-
border-radius: 0;
|
|
2997
|
-
}
|
|
2998
|
-
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
|
|
2999
|
-
color: #3F51B5;
|
|
3000
|
-
background: rgba(63, 81, 181, 0.12);
|
|
3001
|
-
}
|
|
3002
|
-
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
|
|
3003
|
-
color: rgba(0, 0, 0, 0.87);
|
|
3004
|
-
background: rgba(0, 0, 0, 0.04);
|
|
3005
|
-
}
|
|
3006
|
-
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
|
|
3007
|
-
outline: 0 none;
|
|
3008
|
-
outline-offset: 0;
|
|
3009
|
-
box-shadow: none;
|
|
3010
|
-
}
|
|
3011
|
-
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
|
|
3012
|
-
border-top: 1px solid rgba(0, 0, 0, 0.12);
|
|
3013
|
-
margin: 0.5rem 0;
|
|
3014
|
-
}
|
|
3015
|
-
.p-column-filter-overlay-menu .p-column-filter-operator {
|
|
3016
|
-
padding: 0.75rem;
|
|
3017
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
|
|
3018
|
-
color: rgba(0, 0, 0, 0.87);
|
|
3019
|
-
background: #ffffff;
|
|
3020
|
-
margin: 0;
|
|
3021
|
-
border-top-right-radius: 4px;
|
|
3022
|
-
border-top-left-radius: 4px;
|
|
3023
|
-
}
|
|
3024
|
-
.p-column-filter-overlay-menu .p-column-filter-constraint {
|
|
3025
|
-
padding: 0.75rem;
|
|
3026
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
|
|
3027
|
-
}
|
|
3028
|
-
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
|
|
3029
|
-
margin-bottom: 0.5rem;
|
|
3030
|
-
}
|
|
3031
|
-
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
|
|
3032
|
-
margin-top: 0.5rem;
|
|
3033
|
-
}
|
|
3034
|
-
.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
|
|
3035
|
-
border-bottom: 0 none;
|
|
3036
|
-
}
|
|
3037
|
-
.p-column-filter-overlay-menu .p-column-filter-add-rule {
|
|
3038
|
-
padding: 0.75rem 0.75rem;
|
|
3039
|
-
}
|
|
3040
|
-
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
|
|
3041
|
-
padding: 0.75rem;
|
|
3042
|
-
}
|
|
3043
|
-
.fc {
|
|
3044
|
-
/* FullCalendar 4 */
|
|
3045
|
-
/* FullCalendar 5 */
|
|
3046
|
-
}
|
|
3047
|
-
.fc.fc-unthemed .fc-view-container th {
|
|
3048
|
-
background: #ffffff;
|
|
3049
|
-
border: 1px solid #e0e0e0;
|
|
3050
|
-
color: rgba(0, 0, 0, 0.87);
|
|
3051
|
-
}
|
|
3052
|
-
.fc.fc-unthemed .fc-view-container td.fc-widget-content {
|
|
3053
|
-
border: 1px solid #e0e0e0;
|
|
3054
|
-
color: rgba(0, 0, 0, 0.87);
|
|
3055
|
-
}
|
|
3056
|
-
.fc.fc-unthemed .fc-view-container td.fc-head-container {
|
|
3057
|
-
border: 1px solid #e0e0e0;
|
|
3058
|
-
}
|
|
3059
|
-
.fc.fc-unthemed .fc-view-container .fc-view {
|
|
3060
|
-
background: #ffffff;
|
|
3061
|
-
}
|
|
3062
|
-
.fc.fc-unthemed .fc-view-container .fc-row {
|
|
3063
|
-
border-right: 1px solid #e0e0e0;
|
|
3064
|
-
}
|
|
3065
|
-
.fc.fc-unthemed .fc-view-container .fc-event {
|
|
3066
|
-
background: rgba(63, 81, 181, 0.12);
|
|
3067
|
-
border: 1px solid rgba(63, 81, 181, 0.12);
|
|
3068
|
-
color: #3F51B5;
|
|
3069
|
-
}
|
|
3070
|
-
.fc.fc-unthemed .fc-view-container .fc-divider {
|
|
3071
|
-
background: #ffffff;
|
|
3072
|
-
border: 1px solid #e0e0e0;
|
|
3073
|
-
}
|
|
3074
|
-
.fc.fc-unthemed .fc-toolbar .fc-button {
|
|
3075
|
-
color: #ffffff;
|
|
3076
|
-
background: #3F51B5;
|
|
3077
|
-
border: 0 none;
|
|
3078
|
-
font-size: 1rem;
|
|
3079
|
-
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
3080
|
-
border-radius: 4px;
|
|
3081
|
-
display: flex;
|
|
3082
|
-
align-items: center;
|
|
3083
|
-
}
|
|
3084
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
|
|
3085
|
-
background: rgba(63, 81, 181, 0.92);
|
|
3086
|
-
color: #ffffff;
|
|
3087
|
-
border-color: transparent;
|
|
3088
|
-
}
|
|
3089
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
|
|
3090
|
-
background: rgba(63, 81, 181, 0.68);
|
|
3091
|
-
color: #ffffff;
|
|
3092
|
-
border-color: transparent;
|
|
3093
|
-
}
|
|
3094
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
|
|
3095
|
-
outline: 0 none;
|
|
3096
|
-
outline-offset: 0;
|
|
3097
|
-
box-shadow: none;
|
|
3098
|
-
}
|
|
3099
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left {
|
|
3100
|
-
font-family: "PrimeIcons" !important;
|
|
3101
|
-
text-indent: 0;
|
|
3102
|
-
font-size: 1rem;
|
|
3103
|
-
}
|
|
3104
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
3105
|
-
content: "\e900";
|
|
3106
|
-
}
|
|
3107
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
3108
|
-
font-family: "PrimeIcons" !important;
|
|
3109
|
-
text-indent: 0;
|
|
3110
|
-
font-size: 1rem;
|
|
3111
|
-
}
|
|
3112
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
3113
|
-
content: "\e901";
|
|
3114
|
-
}
|
|
3115
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
3116
|
-
outline: 0 none;
|
|
3117
|
-
outline-offset: 0;
|
|
3118
|
-
box-shadow: none;
|
|
3119
|
-
}
|
|
3120
|
-
.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 {
|
|
3121
|
-
background: #ffffff;
|
|
3122
|
-
border: 1px solid rgba(0, 0, 0, 0.12);
|
|
3123
|
-
color: rgba(0, 0, 0, 0.87);
|
|
3124
|
-
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
3125
|
-
}
|
|
3126
|
-
.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 {
|
|
3127
|
-
background: #f6f6f6;
|
|
3128
|
-
border-color: rgba(0, 0, 0, 0.12);
|
|
3129
|
-
color: rgba(0, 0, 0, 0.87);
|
|
3130
|
-
}
|
|
3131
|
-
.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 {
|
|
3132
|
-
background: #e0e0e1;
|
|
3133
|
-
border-color: #e0e0e1;
|
|
3134
|
-
color: rgba(0, 0, 0, 0.87);
|
|
3135
|
-
}
|
|
3136
|
-
.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 {
|
|
3137
|
-
background: #d9d8d9;
|
|
3138
|
-
border-color: #d9d8d9;
|
|
3139
|
-
color: rgba(0, 0, 0, 0.87);
|
|
3140
|
-
}
|
|
3141
|
-
.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 {
|
|
3142
|
-
outline: 0 none;
|
|
3143
|
-
outline-offset: 0;
|
|
3144
|
-
box-shadow: none;
|
|
3145
|
-
z-index: 1;
|
|
3146
|
-
}
|
|
3147
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button {
|
|
3148
|
-
border-radius: 0;
|
|
3149
|
-
}
|
|
3150
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:first-child {
|
|
3151
|
-
border-top-left-radius: 4px;
|
|
3152
|
-
border-bottom-left-radius: 4px;
|
|
3153
|
-
}
|
|
3154
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child {
|
|
3155
|
-
border-top-right-radius: 4px;
|
|
3156
|
-
border-bottom-right-radius: 4px;
|
|
3157
|
-
}
|
|
3158
|
-
.fc.fc-theme-standard .fc-view-harness .fc-scrollgrid {
|
|
3159
|
-
border-color: #e0e0e0;
|
|
3160
|
-
}
|
|
3161
|
-
.fc.fc-theme-standard .fc-view-harness th {
|
|
3162
|
-
background: #ffffff;
|
|
3163
|
-
border-color: #e0e0e0;
|
|
3164
|
-
color: rgba(0, 0, 0, 0.87);
|
|
3165
|
-
}
|
|
3166
|
-
.fc.fc-theme-standard .fc-view-harness td {
|
|
3167
|
-
color: rgba(0, 0, 0, 0.87);
|
|
3168
|
-
border-color: #e0e0e0;
|
|
3169
|
-
}
|
|
3170
|
-
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
|
3171
|
-
background: #ffffff;
|
|
3172
|
-
}
|
|
3173
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
|
3174
|
-
background: none;
|
|
3175
|
-
border: 0 none;
|
|
3176
|
-
}
|
|
3177
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
|
3178
|
-
border: 1px solid #e0e0e0;
|
|
3179
|
-
padding: 0.75rem;
|
|
3180
|
-
background: #ffffff;
|
|
3181
|
-
color: rgba(0, 0, 0, 0.87);
|
|
3182
|
-
}
|
|
3183
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
|
3184
|
-
opacity: 1;
|
|
3185
|
-
display: flex;
|
|
3186
|
-
align-items: center;
|
|
3187
|
-
justify-content: center;
|
|
3188
|
-
overflow: hidden;
|
|
3189
|
-
font-family: "PrimeIcons" !important;
|
|
3190
|
-
font-size: 1rem;
|
|
3191
|
-
width: 2rem;
|
|
3192
|
-
height: 2rem;
|
|
3193
|
-
color: rgba(0, 0, 0, 0.6);
|
|
3194
|
-
border: 0 none;
|
|
3195
|
-
background: transparent;
|
|
3196
|
-
border-radius: 50%;
|
|
3197
|
-
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
3198
|
-
}
|
|
3199
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
|
3200
|
-
content: "\e90b";
|
|
3201
|
-
}
|
|
3202
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
|
3203
|
-
color: rgba(0, 0, 0, 0.6);
|
|
3204
|
-
border-color: transparent;
|
|
3205
|
-
background: rgba(0, 0, 0, 0.04);
|
|
3206
|
-
}
|
|
3207
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus-visible {
|
|
3208
|
-
outline: 0 none;
|
|
3209
|
-
outline-offset: 0;
|
|
3210
|
-
box-shadow: none;
|
|
3211
|
-
}
|
|
3212
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
|
3213
|
-
padding: 0.75rem;
|
|
3214
|
-
border: 1px solid #e0e0e0;
|
|
3215
|
-
background: #ffffff;
|
|
3216
|
-
color: rgba(0, 0, 0, 0.87);
|
|
3217
|
-
border-top: 0 none;
|
|
3218
|
-
}
|
|
3219
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
|
3220
|
-
color: #3F51B5;
|
|
3221
|
-
background: rgba(63, 81, 181, 0.12);
|
|
3222
|
-
border-color: rgba(63, 81, 181, 0.12);
|
|
3223
|
-
}
|
|
3224
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
|
|
3225
|
-
color: #3F51B5;
|
|
3226
|
-
}
|
|
3227
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
|
|
3228
|
-
background: rgba(63, 81, 181, 0.12);
|
|
3229
|
-
border-color: rgba(63, 81, 181, 0.12);
|
|
3230
|
-
}
|
|
3231
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
|
|
3232
|
-
background: rgba(0, 0, 0, 0.04);
|
|
3233
|
-
color: rgba(0, 0, 0, 0.87);
|
|
3234
|
-
}
|
|
3235
|
-
.fc.fc-theme-standard .fc-view-harness .fc-cell-shaded {
|
|
3236
|
-
background: #ffffff;
|
|
3237
|
-
}
|
|
3238
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button {
|
|
3239
|
-
color: #ffffff;
|
|
3240
|
-
background: #3F51B5;
|
|
3241
|
-
border: 0 none;
|
|
3242
|
-
font-size: 1rem;
|
|
3243
|
-
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
3244
|
-
border-radius: 4px;
|
|
3245
|
-
line-height: 1;
|
|
3246
|
-
min-height: 2.07rem;
|
|
3247
|
-
}
|
|
3248
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
|
|
3249
|
-
background: rgba(63, 81, 181, 0.92);
|
|
3250
|
-
color: #ffffff;
|
|
3251
|
-
border-color: transparent;
|
|
3252
|
-
}
|
|
3253
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
|
|
3254
|
-
background: rgba(63, 81, 181, 0.68);
|
|
3255
|
-
color: #ffffff;
|
|
3256
|
-
border-color: transparent;
|
|
3257
|
-
}
|
|
3258
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
|
|
3259
|
-
outline: 0 none;
|
|
3260
|
-
outline-offset: 0;
|
|
3261
|
-
box-shadow: none;
|
|
3262
|
-
}
|
|
3263
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:disabled {
|
|
3264
|
-
opacity: 0.38;
|
|
3265
|
-
color: #ffffff;
|
|
3266
|
-
background: #3F51B5;
|
|
3267
|
-
border: 0 none;
|
|
3268
|
-
}
|
|
3269
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left {
|
|
3270
|
-
font-family: "PrimeIcons" !important;
|
|
3271
|
-
text-indent: 0;
|
|
3272
|
-
font-size: 1rem;
|
|
3273
|
-
}
|
|
3274
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
3275
|
-
content: "\e900";
|
|
3276
|
-
}
|
|
3277
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
3278
|
-
font-family: "PrimeIcons" !important;
|
|
3279
|
-
text-indent: 0;
|
|
3280
|
-
font-size: 1rem;
|
|
3069
|
+
background: transparent;
|
|
3070
|
+
border-radius: 50%;
|
|
3071
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
3281
3072
|
}
|
|
3282
|
-
.
|
|
3283
|
-
|
|
3073
|
+
.p-column-filter-clear-button:hover {
|
|
3074
|
+
color: rgba(0, 0, 0, 0.6);
|
|
3075
|
+
border-color: transparent;
|
|
3076
|
+
background: rgba(0, 0, 0, 0.04);
|
|
3284
3077
|
}
|
|
3285
|
-
.
|
|
3078
|
+
.p-column-filter-clear-button:focus-visible {
|
|
3286
3079
|
outline: 0 none;
|
|
3287
3080
|
outline-offset: 0;
|
|
3288
3081
|
box-shadow: none;
|
|
3289
3082
|
}
|
|
3290
|
-
|
|
3083
|
+
|
|
3084
|
+
.p-column-filter-overlay {
|
|
3291
3085
|
background: #ffffff;
|
|
3292
|
-
border: 1px solid rgba(0, 0, 0, 0.12);
|
|
3293
3086
|
color: rgba(0, 0, 0, 0.87);
|
|
3294
|
-
|
|
3087
|
+
border: 0 none;
|
|
3088
|
+
border-radius: 4px;
|
|
3089
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
3090
|
+
min-width: 12.5rem;
|
|
3295
3091
|
}
|
|
3296
|
-
.
|
|
3297
|
-
|
|
3298
|
-
border-color: rgba(0, 0, 0, 0.12);
|
|
3299
|
-
color: rgba(0, 0, 0, 0.87);
|
|
3092
|
+
.p-column-filter-overlay .p-column-filter-row-items {
|
|
3093
|
+
padding: 0;
|
|
3300
3094
|
}
|
|
3301
|
-
.
|
|
3302
|
-
|
|
3303
|
-
|
|
3095
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
|
|
3096
|
+
margin: 0;
|
|
3097
|
+
padding: 0.75rem 0.75rem;
|
|
3098
|
+
border: 0 none;
|
|
3304
3099
|
color: rgba(0, 0, 0, 0.87);
|
|
3100
|
+
background: transparent;
|
|
3101
|
+
transition: none;
|
|
3102
|
+
border-radius: 0;
|
|
3305
3103
|
}
|
|
3306
|
-
.
|
|
3307
|
-
|
|
3308
|
-
|
|
3104
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
|
|
3105
|
+
color: #3F51B5;
|
|
3106
|
+
background: rgba(63, 81, 181, 0.12);
|
|
3107
|
+
}
|
|
3108
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
|
|
3309
3109
|
color: rgba(0, 0, 0, 0.87);
|
|
3110
|
+
background: rgba(0, 0, 0, 0.04);
|
|
3310
3111
|
}
|
|
3311
|
-
.
|
|
3112
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
|
|
3312
3113
|
outline: 0 none;
|
|
3313
3114
|
outline-offset: 0;
|
|
3314
3115
|
box-shadow: none;
|
|
3315
|
-
z-index: 1;
|
|
3316
3116
|
}
|
|
3317
|
-
.
|
|
3318
|
-
border-
|
|
3117
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
|
|
3118
|
+
border-top: 1px solid rgba(0, 0, 0, 0.12);
|
|
3119
|
+
margin: 0.5rem 0;
|
|
3319
3120
|
}
|
|
3320
|
-
|
|
3121
|
+
|
|
3122
|
+
.p-column-filter-overlay-menu .p-column-filter-operator {
|
|
3123
|
+
padding: 0.75rem;
|
|
3124
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
|
|
3125
|
+
color: rgba(0, 0, 0, 0.87);
|
|
3126
|
+
background: #ffffff;
|
|
3127
|
+
margin: 0;
|
|
3128
|
+
border-top-right-radius: 4px;
|
|
3321
3129
|
border-top-left-radius: 4px;
|
|
3322
|
-
border-bottom-left-radius: 4px;
|
|
3323
3130
|
}
|
|
3324
|
-
.
|
|
3325
|
-
|
|
3326
|
-
border-bottom
|
|
3131
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint {
|
|
3132
|
+
padding: 0.75rem;
|
|
3133
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
|
|
3327
3134
|
}
|
|
3328
|
-
.
|
|
3329
|
-
|
|
3135
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
|
|
3136
|
+
margin-bottom: 0.5rem;
|
|
3330
3137
|
}
|
|
3331
|
-
.
|
|
3332
|
-
|
|
3333
|
-
background: rgba(63, 81, 181, 0.12);
|
|
3138
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
|
|
3139
|
+
margin-top: 0.5rem;
|
|
3334
3140
|
}
|
|
3141
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
|
|
3142
|
+
border-bottom: 0 none;
|
|
3143
|
+
}
|
|
3144
|
+
.p-column-filter-overlay-menu .p-column-filter-add-rule {
|
|
3145
|
+
padding: 0.75rem 0.75rem;
|
|
3146
|
+
}
|
|
3147
|
+
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
|
|
3148
|
+
padding: 0.75rem;
|
|
3149
|
+
}
|
|
3150
|
+
|
|
3335
3151
|
.p-orderlist .p-orderlist-controls {
|
|
3336
3152
|
padding: 0.75rem;
|
|
3337
3153
|
}
|
|
@@ -3396,6 +3212,7 @@
|
|
|
3396
3212
|
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
|
|
3397
3213
|
background: rgba(0, 0, 0, 0.04);
|
|
3398
3214
|
}
|
|
3215
|
+
|
|
3399
3216
|
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
|
3400
3217
|
background: rgba(0, 0, 0, 0.04);
|
|
3401
3218
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -3434,6 +3251,7 @@
|
|
|
3434
3251
|
outline-offset: 0;
|
|
3435
3252
|
box-shadow: none;
|
|
3436
3253
|
}
|
|
3254
|
+
|
|
3437
3255
|
.p-paginator {
|
|
3438
3256
|
background: #ffffff;
|
|
3439
3257
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -3443,9 +3261,9 @@
|
|
|
3443
3261
|
border-radius: 4px;
|
|
3444
3262
|
}
|
|
3445
3263
|
.p-paginator .p-paginator-first,
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3264
|
+
.p-paginator .p-paginator-prev,
|
|
3265
|
+
.p-paginator .p-paginator-next,
|
|
3266
|
+
.p-paginator .p-paginator-last {
|
|
3449
3267
|
background-color: transparent;
|
|
3450
3268
|
border: 0 none;
|
|
3451
3269
|
color: rgba(0, 0, 0, 0.6);
|
|
@@ -3456,9 +3274,9 @@
|
|
|
3456
3274
|
border-radius: 50%;
|
|
3457
3275
|
}
|
|
3458
3276
|
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3277
|
+
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
|
3278
|
+
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
|
3279
|
+
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
|
3462
3280
|
background: rgba(0, 0, 0, 0.04);
|
|
3463
3281
|
border-color: transparent;
|
|
3464
3282
|
color: rgba(0, 0, 0, 0.6);
|
|
@@ -3514,6 +3332,7 @@
|
|
|
3514
3332
|
border-color: transparent;
|
|
3515
3333
|
color: rgba(0, 0, 0, 0.6);
|
|
3516
3334
|
}
|
|
3335
|
+
|
|
3517
3336
|
.p-picklist .p-picklist-buttons {
|
|
3518
3337
|
padding: 0.75rem;
|
|
3519
3338
|
}
|
|
@@ -3572,6 +3391,7 @@
|
|
|
3572
3391
|
color: #3F51B5;
|
|
3573
3392
|
background: rgba(63, 81, 181, 0.12);
|
|
3574
3393
|
}
|
|
3394
|
+
|
|
3575
3395
|
.p-tree {
|
|
3576
3396
|
border: 1px solid #e0e0e0;
|
|
3577
3397
|
background: #ffffff;
|
|
@@ -3627,11 +3447,11 @@
|
|
|
3627
3447
|
color: #3F51B5;
|
|
3628
3448
|
}
|
|
3629
3449
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
|
|
3630
|
-
|
|
3450
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
|
3631
3451
|
color: #3F51B5;
|
|
3632
3452
|
}
|
|
3633
3453
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
|
3634
|
-
|
|
3454
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
|
3635
3455
|
color: #3F51B5;
|
|
3636
3456
|
}
|
|
3637
3457
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
|
@@ -3669,6 +3489,7 @@
|
|
|
3669
3489
|
.p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
|
|
3670
3490
|
background: rgba(50, 65, 145, 0.12);
|
|
3671
3491
|
}
|
|
3492
|
+
|
|
3672
3493
|
.p-treetable .p-paginator-top {
|
|
3673
3494
|
border-width: 0 0 1px 0;
|
|
3674
3495
|
border-radius: 0;
|
|
@@ -3804,7 +3625,7 @@
|
|
|
3804
3625
|
background: #3F51B5;
|
|
3805
3626
|
}
|
|
3806
3627
|
.p-treetable .p-treetable-scrollable-header,
|
|
3807
|
-
|
|
3628
|
+
.p-treetable .p-treetable-scrollable-footer {
|
|
3808
3629
|
background: #ffffff;
|
|
3809
3630
|
}
|
|
3810
3631
|
.p-treetable .p-treetable-loading-icon {
|
|
@@ -3881,6 +3702,7 @@
|
|
|
3881
3702
|
.p-treetable.p-treetable-lg .p-treetable-footer {
|
|
3882
3703
|
padding: 0.9375rem 0.9375rem;
|
|
3883
3704
|
}
|
|
3705
|
+
|
|
3884
3706
|
.p-timeline .p-timeline-event-marker {
|
|
3885
3707
|
border: 0 none;
|
|
3886
3708
|
border-radius: 50%;
|
|
@@ -3892,19 +3714,20 @@
|
|
|
3892
3714
|
background-color: #bdbdbd;
|
|
3893
3715
|
}
|
|
3894
3716
|
.p-timeline.p-timeline-vertical .p-timeline-event-opposite,
|
|
3895
|
-
|
|
3717
|
+
.p-timeline.p-timeline-vertical .p-timeline-event-content {
|
|
3896
3718
|
padding: 0 1rem;
|
|
3897
3719
|
}
|
|
3898
3720
|
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
|
|
3899
3721
|
width: 2px;
|
|
3900
3722
|
}
|
|
3901
3723
|
.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
|
|
3902
|
-
|
|
3724
|
+
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
|
|
3903
3725
|
padding: 1rem 0;
|
|
3904
3726
|
}
|
|
3905
3727
|
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
|
|
3906
3728
|
height: 2px;
|
|
3907
3729
|
}
|
|
3730
|
+
|
|
3908
3731
|
.p-accordion .p-accordion-header .p-accordion-header-link {
|
|
3909
3732
|
padding: 1.25rem;
|
|
3910
3733
|
border: 0 none;
|
|
@@ -3978,6 +3801,7 @@
|
|
|
3978
3801
|
border-bottom-right-radius: 4px;
|
|
3979
3802
|
border-bottom-left-radius: 4px;
|
|
3980
3803
|
}
|
|
3804
|
+
|
|
3981
3805
|
.p-card {
|
|
3982
3806
|
background: #ffffff;
|
|
3983
3807
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -4003,6 +3827,7 @@
|
|
|
4003
3827
|
.p-card .p-card-footer {
|
|
4004
3828
|
padding: 0.75rem 0 0 0;
|
|
4005
3829
|
}
|
|
3830
|
+
|
|
4006
3831
|
.p-fieldset {
|
|
4007
3832
|
border: 1px solid #e0e0e0;
|
|
4008
3833
|
background: #ffffff;
|
|
@@ -4043,6 +3868,7 @@
|
|
|
4043
3868
|
.p-fieldset .p-fieldset-content {
|
|
4044
3869
|
padding: 0.75rem;
|
|
4045
3870
|
}
|
|
3871
|
+
|
|
4046
3872
|
.p-divider .p-divider-content {
|
|
4047
3873
|
background-color: #ffffff;
|
|
4048
3874
|
}
|
|
@@ -4066,6 +3892,7 @@
|
|
|
4066
3892
|
.p-divider.p-divider-vertical .p-divider-content {
|
|
4067
3893
|
padding: 0.5rem 0;
|
|
4068
3894
|
}
|
|
3895
|
+
|
|
4069
3896
|
.p-panel .p-panel-header {
|
|
4070
3897
|
border: 1px solid #e0e0e0;
|
|
4071
3898
|
padding: 0.75rem;
|
|
@@ -4115,6 +3942,7 @@
|
|
|
4115
3942
|
color: rgba(0, 0, 0, 0.87);
|
|
4116
3943
|
border-top: 0 none;
|
|
4117
3944
|
}
|
|
3945
|
+
|
|
4118
3946
|
.p-splitter {
|
|
4119
3947
|
border: 1px solid #e0e0e0;
|
|
4120
3948
|
background: #ffffff;
|
|
@@ -4131,10 +3959,12 @@
|
|
|
4131
3959
|
.p-splitter .p-splitter-gutter-resizing {
|
|
4132
3960
|
background: rgba(0, 0, 0, 0.12);
|
|
4133
3961
|
}
|
|
3962
|
+
|
|
4134
3963
|
.p-scrollpanel .p-scrollpanel-bar {
|
|
4135
3964
|
background: rgba(0, 0, 0, 0.12);
|
|
4136
3965
|
border: 0 none;
|
|
4137
3966
|
}
|
|
3967
|
+
|
|
4138
3968
|
.p-tabview .p-tabview-nav {
|
|
4139
3969
|
background: #ffffff;
|
|
4140
3970
|
border: solid rgba(0, 0, 0, 0.12);
|
|
@@ -4194,6 +4024,7 @@
|
|
|
4194
4024
|
border-bottom-right-radius: 4px;
|
|
4195
4025
|
border-bottom-left-radius: 4px;
|
|
4196
4026
|
}
|
|
4027
|
+
|
|
4197
4028
|
.p-toolbar {
|
|
4198
4029
|
background: #ffffff;
|
|
4199
4030
|
border: 1px solid #e0e0e0;
|
|
@@ -4204,6 +4035,7 @@
|
|
|
4204
4035
|
.p-toolbar .p-toolbar-separator {
|
|
4205
4036
|
margin: 0 0.5rem;
|
|
4206
4037
|
}
|
|
4038
|
+
|
|
4207
4039
|
.p-confirm-popup {
|
|
4208
4040
|
background: #ffffff;
|
|
4209
4041
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -4251,6 +4083,7 @@
|
|
|
4251
4083
|
.p-confirm-popup .p-confirm-popup-message {
|
|
4252
4084
|
margin-left: 1rem;
|
|
4253
4085
|
}
|
|
4086
|
+
|
|
4254
4087
|
.p-dialog {
|
|
4255
4088
|
border-radius: 4px;
|
|
4256
4089
|
box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
|
|
@@ -4326,6 +4159,7 @@
|
|
|
4326
4159
|
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
|
|
4327
4160
|
margin-left: 1rem;
|
|
4328
4161
|
}
|
|
4162
|
+
|
|
4329
4163
|
.p-overlaypanel {
|
|
4330
4164
|
background: #ffffff;
|
|
4331
4165
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -4367,6 +4201,7 @@
|
|
|
4367
4201
|
.p-overlaypanel.p-overlaypanel-flipped:before {
|
|
4368
4202
|
border-top-color: #ffffff;
|
|
4369
4203
|
}
|
|
4204
|
+
|
|
4370
4205
|
.p-sidebar {
|
|
4371
4206
|
background: #ffffff;
|
|
4372
4207
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -4377,7 +4212,7 @@
|
|
|
4377
4212
|
padding: 0.75rem;
|
|
4378
4213
|
}
|
|
4379
4214
|
.p-sidebar .p-sidebar-header .p-sidebar-close,
|
|
4380
|
-
|
|
4215
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon {
|
|
4381
4216
|
width: 2rem;
|
|
4382
4217
|
height: 2rem;
|
|
4383
4218
|
color: rgba(0, 0, 0, 0.6);
|
|
@@ -4387,13 +4222,13 @@
|
|
|
4387
4222
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
4388
4223
|
}
|
|
4389
4224
|
.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
|
|
4390
|
-
|
|
4225
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
|
|
4391
4226
|
color: rgba(0, 0, 0, 0.6);
|
|
4392
4227
|
border-color: transparent;
|
|
4393
4228
|
background: rgba(0, 0, 0, 0.04);
|
|
4394
4229
|
}
|
|
4395
4230
|
.p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
|
|
4396
|
-
|
|
4231
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
|
|
4397
4232
|
outline: 0 none;
|
|
4398
4233
|
outline-offset: 0;
|
|
4399
4234
|
box-shadow: none;
|
|
@@ -4404,6 +4239,7 @@
|
|
|
4404
4239
|
.p-sidebar .p-sidebar-content {
|
|
4405
4240
|
padding: 0.75rem;
|
|
4406
4241
|
}
|
|
4242
|
+
|
|
4407
4243
|
.p-tooltip .p-tooltip-text {
|
|
4408
4244
|
background: rgba(97, 97, 97, 0.9);
|
|
4409
4245
|
color: #ffffff;
|
|
@@ -4423,6 +4259,7 @@
|
|
|
4423
4259
|
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
|
|
4424
4260
|
border-bottom-color: rgba(97, 97, 97, 0.9);
|
|
4425
4261
|
}
|
|
4262
|
+
|
|
4426
4263
|
.p-fileupload .p-fileupload-buttonbar {
|
|
4427
4264
|
background: #ffffff;
|
|
4428
4265
|
padding: 0.75rem;
|
|
@@ -4453,6 +4290,7 @@
|
|
|
4453
4290
|
.p-fileupload.p-fileupload-advanced .p-message {
|
|
4454
4291
|
margin-top: 0;
|
|
4455
4292
|
}
|
|
4293
|
+
|
|
4456
4294
|
.p-breadcrumb {
|
|
4457
4295
|
background: #ffffff;
|
|
4458
4296
|
border: 1px solid #e5e5e5;
|
|
@@ -4484,6 +4322,7 @@
|
|
|
4484
4322
|
.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
|
|
4485
4323
|
color: rgba(0, 0, 0, 0.6);
|
|
4486
4324
|
}
|
|
4325
|
+
|
|
4487
4326
|
.p-contextmenu {
|
|
4488
4327
|
padding: 0.5rem 0;
|
|
4489
4328
|
background: #ffffff;
|
|
@@ -4555,6 +4394,7 @@
|
|
|
4555
4394
|
width: 0.875rem;
|
|
4556
4395
|
height: 0.875rem;
|
|
4557
4396
|
}
|
|
4397
|
+
|
|
4558
4398
|
.p-dock .p-dock-list {
|
|
4559
4399
|
background: rgba(255, 255, 255, 0.1);
|
|
4560
4400
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
@@ -4569,31 +4409,32 @@
|
|
|
4569
4409
|
height: 4rem;
|
|
4570
4410
|
}
|
|
4571
4411
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
|
|
4572
|
-
|
|
4573
|
-
|
|
4412
|
+
.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,
|
|
4413
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-next {
|
|
4574
4414
|
margin: 0 0.9rem;
|
|
4575
4415
|
}
|
|
4576
4416
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-prev,
|
|
4577
|
-
|
|
4578
|
-
|
|
4417
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
|
|
4418
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-next {
|
|
4579
4419
|
margin: 0 1.3rem;
|
|
4580
4420
|
}
|
|
4581
4421
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-current {
|
|
4582
4422
|
margin: 0 1.5rem;
|
|
4583
4423
|
}
|
|
4584
4424
|
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-prev,
|
|
4585
|
-
|
|
4586
|
-
|
|
4425
|
+
.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,
|
|
4426
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-next {
|
|
4587
4427
|
margin: 0.9rem 0;
|
|
4588
4428
|
}
|
|
4589
4429
|
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-prev,
|
|
4590
|
-
|
|
4591
|
-
|
|
4430
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-prev,
|
|
4431
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-next {
|
|
4592
4432
|
margin: 1.3rem 0;
|
|
4593
4433
|
}
|
|
4594
4434
|
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-current {
|
|
4595
4435
|
margin: 1.5rem 0;
|
|
4596
4436
|
}
|
|
4437
|
+
|
|
4597
4438
|
@media screen and (max-width: 960px) {
|
|
4598
4439
|
.p-dock.p-dock-top .p-dock-container, .p-dock.p-dock-bottom .p-dock-container {
|
|
4599
4440
|
overflow-x: auto;
|
|
@@ -4610,22 +4451,22 @@
|
|
|
4610
4451
|
margin: auto 0;
|
|
4611
4452
|
}
|
|
4612
4453
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
|
|
4613
|
-
|
|
4614
|
-
|
|
4615
|
-
|
|
4616
|
-
|
|
4617
|
-
|
|
4618
|
-
|
|
4619
|
-
|
|
4620
|
-
|
|
4621
|
-
|
|
4622
|
-
|
|
4623
|
-
|
|
4624
|
-
|
|
4625
|
-
|
|
4626
|
-
|
|
4627
|
-
|
|
4628
|
-
|
|
4454
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-next,
|
|
4455
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-prev,
|
|
4456
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-next,
|
|
4457
|
+
.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,
|
|
4458
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-next,
|
|
4459
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
|
|
4460
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-next,
|
|
4461
|
+
.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,
|
|
4462
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-next,
|
|
4463
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-prev,
|
|
4464
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-next,
|
|
4465
|
+
.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,
|
|
4466
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-next,
|
|
4467
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-prev,
|
|
4468
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-next,
|
|
4469
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-current {
|
|
4629
4470
|
transform: none;
|
|
4630
4471
|
margin: 0;
|
|
4631
4472
|
}
|
|
@@ -4676,19 +4517,19 @@
|
|
|
4676
4517
|
margin-left: auto;
|
|
4677
4518
|
}
|
|
4678
4519
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
|
|
4679
|
-
|
|
4520
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
|
|
4680
4521
|
background: rgba(0, 0, 0, 0.04);
|
|
4681
4522
|
}
|
|
4682
4523
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
|
|
4683
|
-
|
|
4524
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
|
4684
4525
|
color: rgba(0, 0, 0, 0.87);
|
|
4685
4526
|
}
|
|
4686
4527
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
|
|
4687
|
-
|
|
4528
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
|
4688
4529
|
color: rgba(0, 0, 0, 0.6);
|
|
4689
4530
|
}
|
|
4690
4531
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
|
|
4691
|
-
|
|
4532
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
|
4692
4533
|
color: rgba(0, 0, 0, 0.6);
|
|
4693
4534
|
}
|
|
4694
4535
|
.p-megamenu .p-menuitem-link {
|
|
@@ -4858,6 +4699,7 @@
|
|
|
4858
4699
|
width: 100%;
|
|
4859
4700
|
position: static;
|
|
4860
4701
|
}
|
|
4702
|
+
|
|
4861
4703
|
.p-menu {
|
|
4862
4704
|
padding: 0.5rem 0;
|
|
4863
4705
|
background: #ffffff;
|
|
@@ -4918,6 +4760,7 @@
|
|
|
4918
4760
|
border-top: 1px solid rgba(0, 0, 0, 0.12);
|
|
4919
4761
|
margin: 0.5rem 0;
|
|
4920
4762
|
}
|
|
4763
|
+
|
|
4921
4764
|
.p-menubar {
|
|
4922
4765
|
padding: 0.75rem;
|
|
4923
4766
|
background: transparent;
|
|
@@ -4995,19 +4838,19 @@
|
|
|
4995
4838
|
box-shadow: none;
|
|
4996
4839
|
}
|
|
4997
4840
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
|
|
4998
|
-
|
|
4841
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
|
|
4999
4842
|
background: rgba(0, 0, 0, 0.04);
|
|
5000
4843
|
}
|
|
5001
4844
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
|
|
5002
|
-
|
|
4845
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
|
5003
4846
|
color: rgba(0, 0, 0, 0.87);
|
|
5004
4847
|
}
|
|
5005
4848
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
|
|
5006
|
-
|
|
4849
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
|
5007
4850
|
color: rgba(0, 0, 0, 0.6);
|
|
5008
4851
|
}
|
|
5009
4852
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
|
|
5010
|
-
|
|
4853
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
|
5011
4854
|
color: rgba(0, 0, 0, 0.6);
|
|
5012
4855
|
}
|
|
5013
4856
|
.p-menubar .p-submenu-list {
|
|
@@ -5037,6 +4880,7 @@
|
|
|
5037
4880
|
.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 {
|
|
5038
4881
|
color: rgba(0, 0, 0, 0.6);
|
|
5039
4882
|
}
|
|
4883
|
+
|
|
5040
4884
|
@media screen and (max-width: 960px) {
|
|
5041
4885
|
.p-menubar {
|
|
5042
4886
|
position: relative;
|
|
@@ -5281,6 +5125,7 @@
|
|
|
5281
5125
|
border-bottom-right-radius: 4px;
|
|
5282
5126
|
border-bottom-left-radius: 4px;
|
|
5283
5127
|
}
|
|
5128
|
+
|
|
5284
5129
|
.p-slidemenu {
|
|
5285
5130
|
padding: 0.5rem 0;
|
|
5286
5131
|
background: #ffffff;
|
|
@@ -5358,6 +5203,7 @@
|
|
|
5358
5203
|
padding: 0.75rem 0.75rem;
|
|
5359
5204
|
color: rgba(0, 0, 0, 0.87);
|
|
5360
5205
|
}
|
|
5206
|
+
|
|
5361
5207
|
.p-steps .p-steps-item .p-menuitem-link {
|
|
5362
5208
|
background: transparent;
|
|
5363
5209
|
transition: none;
|
|
@@ -5402,6 +5248,7 @@
|
|
|
5402
5248
|
position: absolute;
|
|
5403
5249
|
margin-top: -1rem;
|
|
5404
5250
|
}
|
|
5251
|
+
|
|
5405
5252
|
.p-tabmenu .p-tabmenu-nav {
|
|
5406
5253
|
background: #ffffff;
|
|
5407
5254
|
border: solid rgba(0, 0, 0, 0.12);
|
|
@@ -5442,6 +5289,7 @@
|
|
|
5442
5289
|
border-color: rgba(0, 0, 0, 0.12);
|
|
5443
5290
|
color: #3F51B5;
|
|
5444
5291
|
}
|
|
5292
|
+
|
|
5445
5293
|
.p-tieredmenu {
|
|
5446
5294
|
padding: 0.5rem 0;
|
|
5447
5295
|
background: #ffffff;
|
|
@@ -5516,6 +5364,7 @@
|
|
|
5516
5364
|
width: 0.875rem;
|
|
5517
5365
|
height: 0.875rem;
|
|
5518
5366
|
}
|
|
5367
|
+
|
|
5519
5368
|
.p-inline-message {
|
|
5520
5369
|
padding: 0.75rem 0.75rem;
|
|
5521
5370
|
margin: 0;
|
|
@@ -5571,6 +5420,7 @@
|
|
|
5571
5420
|
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
|
|
5572
5421
|
margin-right: 0;
|
|
5573
5422
|
}
|
|
5423
|
+
|
|
5574
5424
|
.p-message {
|
|
5575
5425
|
margin: 0.75rem 0;
|
|
5576
5426
|
border-radius: 4px;
|
|
@@ -5659,6 +5509,7 @@
|
|
|
5659
5509
|
.p-message .p-message-detail {
|
|
5660
5510
|
margin-left: 0.5rem;
|
|
5661
5511
|
}
|
|
5512
|
+
|
|
5662
5513
|
.p-toast {
|
|
5663
5514
|
opacity: 0.9;
|
|
5664
5515
|
}
|
|
@@ -5709,7 +5560,7 @@
|
|
|
5709
5560
|
color: #01579B;
|
|
5710
5561
|
}
|
|
5711
5562
|
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
|
|
5712
|
-
|
|
5563
|
+
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
|
|
5713
5564
|
color: #01579B;
|
|
5714
5565
|
}
|
|
5715
5566
|
.p-toast .p-toast-message.p-toast-message-success {
|
|
@@ -5719,7 +5570,7 @@
|
|
|
5719
5570
|
color: #1B5E20;
|
|
5720
5571
|
}
|
|
5721
5572
|
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
|
|
5722
|
-
|
|
5573
|
+
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
|
|
5723
5574
|
color: #1B5E20;
|
|
5724
5575
|
}
|
|
5725
5576
|
.p-toast .p-toast-message.p-toast-message-warn {
|
|
@@ -5729,7 +5580,7 @@
|
|
|
5729
5580
|
color: #7f6003;
|
|
5730
5581
|
}
|
|
5731
5582
|
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
|
|
5732
|
-
|
|
5583
|
+
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
|
|
5733
5584
|
color: #7f6003;
|
|
5734
5585
|
}
|
|
5735
5586
|
.p-toast .p-toast-message.p-toast-message-error {
|
|
@@ -5739,9 +5590,10 @@
|
|
|
5739
5590
|
color: #B71C1C;
|
|
5740
5591
|
}
|
|
5741
5592
|
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
|
|
5742
|
-
|
|
5593
|
+
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
|
|
5743
5594
|
color: #B71C1C;
|
|
5744
5595
|
}
|
|
5596
|
+
|
|
5745
5597
|
.p-galleria .p-galleria-close {
|
|
5746
5598
|
margin: 0.5rem;
|
|
5747
5599
|
background: transparent;
|
|
@@ -5772,11 +5624,11 @@
|
|
|
5772
5624
|
margin: 0 0.5rem;
|
|
5773
5625
|
}
|
|
5774
5626
|
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
|
|
5775
|
-
|
|
5627
|
+
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
|
|
5776
5628
|
font-size: 2rem;
|
|
5777
5629
|
}
|
|
5778
5630
|
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon.p-icon,
|
|
5779
|
-
|
|
5631
|
+
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon.p-icon {
|
|
5780
5632
|
width: 2rem;
|
|
5781
5633
|
height: 2rem;
|
|
5782
5634
|
}
|
|
@@ -5830,7 +5682,7 @@
|
|
|
5830
5682
|
padding: 1rem 0.25rem;
|
|
5831
5683
|
}
|
|
5832
5684
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
|
|
5833
|
-
|
|
5685
|
+
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
|
|
5834
5686
|
margin: 0.5rem;
|
|
5835
5687
|
background-color: transparent;
|
|
5836
5688
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -5840,7 +5692,7 @@
|
|
|
5840
5692
|
border-radius: 50%;
|
|
5841
5693
|
}
|
|
5842
5694
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
|
|
5843
|
-
|
|
5695
|
+
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
|
|
5844
5696
|
background: rgba(255, 255, 255, 0.1);
|
|
5845
5697
|
color: rgba(255, 255, 255, 0.87);
|
|
5846
5698
|
}
|
|
@@ -5852,12 +5704,15 @@
|
|
|
5852
5704
|
outline-offset: 0;
|
|
5853
5705
|
box-shadow: none;
|
|
5854
5706
|
}
|
|
5707
|
+
|
|
5855
5708
|
.p-galleria-mask {
|
|
5856
5709
|
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5857
5710
|
}
|
|
5711
|
+
|
|
5858
5712
|
.p-image-mask {
|
|
5859
5713
|
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5860
5714
|
}
|
|
5715
|
+
|
|
5861
5716
|
.p-image-preview-indicator {
|
|
5862
5717
|
background-color: transparent;
|
|
5863
5718
|
color: #f8f9fa;
|
|
@@ -5867,12 +5722,15 @@
|
|
|
5867
5722
|
width: 1.5rem;
|
|
5868
5723
|
height: 1.5rem;
|
|
5869
5724
|
}
|
|
5725
|
+
|
|
5870
5726
|
.p-image-preview-container:hover > .p-image-preview-indicator {
|
|
5871
5727
|
background-color: rgba(0, 0, 0, 0.5);
|
|
5872
5728
|
}
|
|
5729
|
+
|
|
5873
5730
|
.p-image-toolbar {
|
|
5874
5731
|
padding: 1rem;
|
|
5875
5732
|
}
|
|
5733
|
+
|
|
5876
5734
|
.p-image-action.p-link {
|
|
5877
5735
|
color: #f8f9fa;
|
|
5878
5736
|
background-color: transparent;
|
|
@@ -5896,6 +5754,7 @@
|
|
|
5896
5754
|
width: 1.5rem;
|
|
5897
5755
|
height: 1.5rem;
|
|
5898
5756
|
}
|
|
5757
|
+
|
|
5899
5758
|
.p-avatar {
|
|
5900
5759
|
background-color: rgba(0, 0, 0, 0.12);
|
|
5901
5760
|
border-radius: 4px;
|
|
@@ -5916,12 +5775,15 @@
|
|
|
5916
5775
|
.p-avatar.p-avatar-xl .p-avatar-icon {
|
|
5917
5776
|
font-size: 2rem;
|
|
5918
5777
|
}
|
|
5778
|
+
|
|
5919
5779
|
.p-avatar-circle {
|
|
5920
5780
|
border-radius: 50%;
|
|
5921
5781
|
}
|
|
5782
|
+
|
|
5922
5783
|
.p-avatar-group .p-avatar {
|
|
5923
5784
|
border: 2px solid #ffffff;
|
|
5924
5785
|
}
|
|
5786
|
+
|
|
5925
5787
|
.p-chip {
|
|
5926
5788
|
background-color: rgba(0, 0, 0, 0.12);
|
|
5927
5789
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -5952,6 +5814,10 @@
|
|
|
5952
5814
|
outline-offset: 0;
|
|
5953
5815
|
box-shadow: none;
|
|
5954
5816
|
}
|
|
5817
|
+
.p-chip .p-chip-remove-icon:focus {
|
|
5818
|
+
outline: 0 none;
|
|
5819
|
+
}
|
|
5820
|
+
|
|
5955
5821
|
.p-scrolltop {
|
|
5956
5822
|
width: 3rem;
|
|
5957
5823
|
height: 3rem;
|
|
@@ -5973,6 +5839,7 @@
|
|
|
5973
5839
|
width: 1.5rem;
|
|
5974
5840
|
height: 1.5rem;
|
|
5975
5841
|
}
|
|
5842
|
+
|
|
5976
5843
|
.p-skeleton {
|
|
5977
5844
|
background-color: rgba(0, 0, 0, 0.08);
|
|
5978
5845
|
border-radius: 4px;
|
|
@@ -5980,6 +5847,7 @@
|
|
|
5980
5847
|
.p-skeleton:after {
|
|
5981
5848
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
|
|
5982
5849
|
}
|
|
5850
|
+
|
|
5983
5851
|
.p-tag {
|
|
5984
5852
|
background: #3F51B5;
|
|
5985
5853
|
color: #ffffff;
|
|
@@ -6012,6 +5880,7 @@
|
|
|
6012
5880
|
width: 0.75rem;
|
|
6013
5881
|
height: 0.75rem;
|
|
6014
5882
|
}
|
|
5883
|
+
|
|
6015
5884
|
.p-inplace .p-inplace-display {
|
|
6016
5885
|
padding: 1rem 1rem;
|
|
6017
5886
|
border-radius: 4px;
|
|
@@ -6026,6 +5895,7 @@
|
|
|
6026
5895
|
outline-offset: 0;
|
|
6027
5896
|
box-shadow: none;
|
|
6028
5897
|
}
|
|
5898
|
+
|
|
6029
5899
|
.p-progressbar {
|
|
6030
5900
|
border: 0 none;
|
|
6031
5901
|
height: 4px;
|
|
@@ -6041,6 +5911,7 @@
|
|
|
6041
5911
|
color: #ffffff;
|
|
6042
5912
|
line-height: 4px;
|
|
6043
5913
|
}
|
|
5914
|
+
|
|
6044
5915
|
.p-terminal {
|
|
6045
5916
|
background: #ffffff;
|
|
6046
5917
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -6048,10 +5919,11 @@
|
|
|
6048
5919
|
padding: 0.75rem;
|
|
6049
5920
|
}
|
|
6050
5921
|
.p-terminal .p-terminal-input {
|
|
6051
|
-
font-family:
|
|
6052
|
-
font-feature-settings:
|
|
6053
|
-
font-size:
|
|
5922
|
+
font-family: var(--font-family);
|
|
5923
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
5924
|
+
font-size: 1rem;
|
|
6054
5925
|
}
|
|
5926
|
+
|
|
6055
5927
|
.p-badge {
|
|
6056
5928
|
background: #3F51B5;
|
|
6057
5929
|
color: #ffffff;
|
|
@@ -6093,6 +5965,7 @@
|
|
|
6093
5965
|
height: 3rem;
|
|
6094
5966
|
line-height: 3rem;
|
|
6095
5967
|
}
|
|
5968
|
+
|
|
6096
5969
|
.p-tag {
|
|
6097
5970
|
background: #3F51B5;
|
|
6098
5971
|
color: #ffffff;
|
|
@@ -6157,9 +6030,11 @@
|
|
|
6157
6030
|
.p-accordion .p-accordion-tab .p-accordion-header.p-disabled .p-accordion-header-link > * {
|
|
6158
6031
|
opacity: 0.38;
|
|
6159
6032
|
}
|
|
6033
|
+
|
|
6160
6034
|
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
|
|
6161
6035
|
box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5;
|
|
6162
6036
|
}
|
|
6037
|
+
|
|
6163
6038
|
.p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container {
|
|
6164
6039
|
border-bottom-left-radius: 0;
|
|
6165
6040
|
border-bottom-right-radius: 0;
|
|
@@ -6189,9 +6064,11 @@
|
|
|
6189
6064
|
background-image: none;
|
|
6190
6065
|
background: transparent;
|
|
6191
6066
|
}
|
|
6067
|
+
|
|
6192
6068
|
.p-float-label .p-autocomplete-multiple-container .p-autocomplete-token {
|
|
6193
6069
|
padding: 0.25rem 1rem;
|
|
6194
6070
|
}
|
|
6071
|
+
|
|
6195
6072
|
.p-input-filled .p-float-label .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
|
|
6196
6073
|
padding-top: 0;
|
|
6197
6074
|
padding-bottom: 0;
|
|
@@ -6225,18 +6102,21 @@
|
|
|
6225
6102
|
box-shadow: none;
|
|
6226
6103
|
background-image: linear-gradient(to bottom, #B00020, #B00020), linear-gradient(to bottom, #B00020, #B00020);
|
|
6227
6104
|
}
|
|
6105
|
+
|
|
6228
6106
|
.p-autocomplete.p-invalid > .p-inputtext:enabled:focus {
|
|
6229
6107
|
box-shadow: inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020;
|
|
6230
6108
|
}
|
|
6231
6109
|
.p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
|
|
6232
6110
|
box-shadow: inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020;
|
|
6233
6111
|
}
|
|
6112
|
+
|
|
6234
6113
|
.p-breadcrumb .p-menuitem-link {
|
|
6235
6114
|
padding: 0.25rem 0.5rem;
|
|
6236
6115
|
}
|
|
6237
6116
|
.p-breadcrumb .p-menuitem-link:focus {
|
|
6238
6117
|
background: rgba(0, 0, 0, 0.12);
|
|
6239
6118
|
}
|
|
6119
|
+
|
|
6240
6120
|
.p-button {
|
|
6241
6121
|
font-weight: 500;
|
|
6242
6122
|
min-width: 4rem;
|
|
@@ -6288,6 +6168,7 @@
|
|
|
6288
6168
|
.p-button.p-button-raised:enabled:focus, .p-button.p-button-raised:not(button):not(a):not(.p-disabled):focus {
|
|
6289
6169
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
6290
6170
|
}
|
|
6171
|
+
|
|
6291
6172
|
.p-button.p-button-secondary:enabled:focus, .p-button.p-button-secondary:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus, .p-buttonset.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button:enabled:focus, .p-splitbutton.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary:enabled:focus, .p-fileupload-choose.p-button-secondary:not(button):not(a):not(.p-disabled):focus {
|
|
6292
6173
|
background: rgba(255, 64, 129, 0.76);
|
|
6293
6174
|
}
|
|
@@ -6303,6 +6184,7 @@
|
|
|
6303
6184
|
.p-button.p-button-secondary.p-button-text .p-ink, .p-button.p-button-secondary.p-button-outlined .p-ink, .p-buttonset.p-button-secondary > .p-button.p-button-text .p-ink, .p-buttonset.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-secondary.p-button-text .p-ink, .p-fileupload-choose.p-button-secondary.p-button-outlined .p-ink {
|
|
6304
6185
|
background-color: rgba(255, 64, 129, 0.16);
|
|
6305
6186
|
}
|
|
6187
|
+
|
|
6306
6188
|
.p-button.p-button-info:enabled:focus, .p-button.p-button-info:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-buttonset.p-button-info > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-info:enabled:focus, .p-fileupload-choose.p-button-info:not(button):not(a):not(.p-disabled):focus {
|
|
6307
6189
|
background: rgba(33, 150, 243, 0.76);
|
|
6308
6190
|
}
|
|
@@ -6318,6 +6200,7 @@
|
|
|
6318
6200
|
.p-button.p-button-info.p-button-text .p-ink, .p-button.p-button-info.p-button-outlined .p-ink, .p-buttonset.p-button-info > .p-button.p-button-text .p-ink, .p-buttonset.p-button-info > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-info.p-button-text .p-ink, .p-fileupload-choose.p-button-info.p-button-outlined .p-ink {
|
|
6319
6201
|
background-color: rgba(33, 150, 243, 0.16);
|
|
6320
6202
|
}
|
|
6203
|
+
|
|
6321
6204
|
.p-button.p-button-success:enabled:focus, .p-button.p-button-success:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-buttonset.p-button-success > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-success:enabled:focus, .p-fileupload-choose.p-button-success:not(button):not(a):not(.p-disabled):focus {
|
|
6322
6205
|
background: rgba(104, 159, 56, 0.76);
|
|
6323
6206
|
}
|
|
@@ -6333,6 +6216,7 @@
|
|
|
6333
6216
|
.p-button.p-button-success.p-button-text .p-ink, .p-button.p-button-success.p-button-outlined .p-ink, .p-buttonset.p-button-success > .p-button.p-button-text .p-ink, .p-buttonset.p-button-success > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-success.p-button-text .p-ink, .p-fileupload-choose.p-button-success.p-button-outlined .p-ink {
|
|
6334
6217
|
background-color: rgba(104, 159, 56, 0.16);
|
|
6335
6218
|
}
|
|
6219
|
+
|
|
6336
6220
|
.p-button.p-button-warning:enabled:focus, .p-button.p-button-warning:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-buttonset.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning:enabled:focus, .p-fileupload-choose.p-button-warning:not(button):not(a):not(.p-disabled):focus {
|
|
6337
6221
|
background: rgba(251, 192, 45, 0.76);
|
|
6338
6222
|
}
|
|
@@ -6348,6 +6232,7 @@
|
|
|
6348
6232
|
.p-button.p-button-warning.p-button-text .p-ink, .p-button.p-button-warning.p-button-outlined .p-ink, .p-buttonset.p-button-warning > .p-button.p-button-text .p-ink, .p-buttonset.p-button-warning > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-warning.p-button-text .p-ink, .p-fileupload-choose.p-button-warning.p-button-outlined .p-ink {
|
|
6349
6233
|
background-color: rgba(251, 192, 45, 0.16);
|
|
6350
6234
|
}
|
|
6235
|
+
|
|
6351
6236
|
.p-button.p-button-help:enabled:focus, .p-button.p-button-help:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-buttonset.p-button-help > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-help:enabled:focus, .p-fileupload-choose.p-button-help:not(button):not(a):not(.p-disabled):focus {
|
|
6352
6237
|
background: rgba(156, 39, 176, 0.76);
|
|
6353
6238
|
}
|
|
@@ -6363,6 +6248,7 @@
|
|
|
6363
6248
|
.p-button.p-button-help.p-button-text .p-ink, .p-button.p-button-help.p-button-outlined .p-ink, .p-buttonset.p-button-help > .p-button.p-button-text .p-ink, .p-buttonset.p-button-help > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-help.p-button-text .p-ink, .p-fileupload-choose.p-button-help.p-button-outlined .p-ink {
|
|
6364
6249
|
background-color: rgba(156, 39, 176, 0.16);
|
|
6365
6250
|
}
|
|
6251
|
+
|
|
6366
6252
|
.p-button.p-button-danger:enabled:focus, .p-button.p-button-danger:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-buttonset.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger:enabled:focus, .p-fileupload-choose.p-button-danger:not(button):not(a):not(.p-disabled):focus {
|
|
6367
6253
|
background: rgba(211, 47, 47, 0.76);
|
|
6368
6254
|
}
|
|
@@ -6378,6 +6264,7 @@
|
|
|
6378
6264
|
.p-button.p-button-danger.p-button-text .p-ink, .p-button.p-button-danger.p-button-outlined .p-ink, .p-buttonset.p-button-danger > .p-button.p-button-text .p-ink, .p-buttonset.p-button-danger > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-danger.p-button-text .p-ink, .p-fileupload-choose.p-button-danger.p-button-outlined .p-ink {
|
|
6379
6265
|
background-color: rgba(211, 47, 47, 0.16);
|
|
6380
6266
|
}
|
|
6267
|
+
|
|
6381
6268
|
.p-calendar-w-btn {
|
|
6382
6269
|
border: 1px solid rgba(0, 0, 0, 0.38);
|
|
6383
6270
|
background: #ffffff;
|
|
@@ -6415,6 +6302,7 @@
|
|
|
6415
6302
|
border-color: #3F51B5;
|
|
6416
6303
|
box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5;
|
|
6417
6304
|
}
|
|
6305
|
+
|
|
6418
6306
|
.p-datepicker .p-datepicker-header {
|
|
6419
6307
|
border-bottom: 0 none;
|
|
6420
6308
|
}
|
|
@@ -6440,6 +6328,7 @@
|
|
|
6440
6328
|
.p-datepicker table td.p-datepicker-today.p-highlight {
|
|
6441
6329
|
box-shadow: 0 0 0 1px rgba(63, 81, 181, 0.12);
|
|
6442
6330
|
}
|
|
6331
|
+
|
|
6443
6332
|
.p-calendar.p-invalid .p-inputtext:enabled:focus {
|
|
6444
6333
|
box-shadow: inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020;
|
|
6445
6334
|
}
|
|
@@ -6452,6 +6341,7 @@
|
|
|
6452
6341
|
.p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus {
|
|
6453
6342
|
box-shadow: inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020;
|
|
6454
6343
|
}
|
|
6344
|
+
|
|
6455
6345
|
.p-input-filled .p-calendar-w-btn {
|
|
6456
6346
|
border-bottom-left-radius: 0;
|
|
6457
6347
|
border-bottom-right-radius: 0;
|
|
@@ -6508,15 +6398,17 @@
|
|
|
6508
6398
|
background-image: linear-gradient(to bottom, #B00020, #B00020), linear-gradient(to bottom, #B00020, #B00020);
|
|
6509
6399
|
}
|
|
6510
6400
|
.p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext,
|
|
6511
|
-
|
|
6512
|
-
|
|
6401
|
+
.p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:hover,
|
|
6402
|
+
.p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:focus {
|
|
6513
6403
|
border: 0 none;
|
|
6514
6404
|
background-image: none;
|
|
6515
6405
|
}
|
|
6406
|
+
|
|
6516
6407
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
|
6517
6408
|
background: #ff4081;
|
|
6518
6409
|
color: #ffffff;
|
|
6519
6410
|
}
|
|
6411
|
+
|
|
6520
6412
|
.p-cascadeselect .p-cascadeselect-label, .p-cascadeselect .p-dropdown-trigger {
|
|
6521
6413
|
background-image: none;
|
|
6522
6414
|
background: transparent;
|
|
@@ -6527,9 +6419,11 @@
|
|
|
6527
6419
|
.p-cascadeselect:not(.p-disabled).p-focus {
|
|
6528
6420
|
box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5;
|
|
6529
6421
|
}
|
|
6422
|
+
|
|
6530
6423
|
.p-cascadeselect-item-content .p-ink {
|
|
6531
6424
|
background-color: rgba(63, 81, 181, 0.16);
|
|
6532
6425
|
}
|
|
6426
|
+
|
|
6533
6427
|
.p-input-filled .p-cascadeselect {
|
|
6534
6428
|
border-bottom-left-radius: 0;
|
|
6535
6429
|
border-bottom-right-radius: 0;
|
|
@@ -6582,9 +6476,11 @@
|
|
|
6582
6476
|
box-shadow: none;
|
|
6583
6477
|
background-image: linear-gradient(to bottom, #B00020, #B00020), linear-gradient(to bottom, #B00020, #B00020);
|
|
6584
6478
|
}
|
|
6479
|
+
|
|
6585
6480
|
.p-cascadeselect.p-invalid:not(.p-disabled).p-focus {
|
|
6586
6481
|
box-shadow: inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020;
|
|
6587
6482
|
}
|
|
6483
|
+
|
|
6588
6484
|
.p-checkbox {
|
|
6589
6485
|
border-radius: 50%;
|
|
6590
6486
|
transition: box-shadow 0.2s;
|
|
@@ -6626,12 +6522,14 @@
|
|
|
6626
6522
|
.p-checkbox.p-checkbox-checked:not(.p-checkbox-disabled).p-checkbox-focused {
|
|
6627
6523
|
box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.12);
|
|
6628
6524
|
}
|
|
6525
|
+
|
|
6629
6526
|
.p-input-filled .p-checkbox .p-checkbox-box {
|
|
6630
6527
|
background-color: #ffffff;
|
|
6631
6528
|
}
|
|
6632
6529
|
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
|
6633
6530
|
background-color: #ffffff;
|
|
6634
6531
|
}
|
|
6532
|
+
|
|
6635
6533
|
@keyframes checkbox-check {
|
|
6636
6534
|
0% {
|
|
6637
6535
|
width: 0;
|
|
@@ -6654,6 +6552,7 @@
|
|
|
6654
6552
|
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
|
|
6655
6553
|
box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5;
|
|
6656
6554
|
}
|
|
6555
|
+
|
|
6657
6556
|
.p-input-filled .p-chips-multiple-container {
|
|
6658
6557
|
border-bottom-left-radius: 0;
|
|
6659
6558
|
border-bottom-right-radius: 0;
|
|
@@ -6683,9 +6582,11 @@
|
|
|
6683
6582
|
background-image: none;
|
|
6684
6583
|
background: transparent;
|
|
6685
6584
|
}
|
|
6585
|
+
|
|
6686
6586
|
.p-float-label .p-chips-multiple-container .p-chips-token {
|
|
6687
6587
|
padding: 0.25rem 1rem;
|
|
6688
6588
|
}
|
|
6589
|
+
|
|
6689
6590
|
.p-input-filled .p-float-label .p-chips .p-chips-multiple-container .p-chips-token {
|
|
6690
6591
|
padding-top: 0;
|
|
6691
6592
|
padding-bottom: 0;
|
|
@@ -6707,9 +6608,11 @@
|
|
|
6707
6608
|
box-shadow: none;
|
|
6708
6609
|
background-image: linear-gradient(to bottom, #B00020, #B00020), linear-gradient(to bottom, #B00020, #B00020);
|
|
6709
6610
|
}
|
|
6611
|
+
|
|
6710
6612
|
.p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-focus {
|
|
6711
6613
|
box-shadow: inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020;
|
|
6712
6614
|
}
|
|
6615
|
+
|
|
6713
6616
|
.p-datatable .p-sortable-column {
|
|
6714
6617
|
outline: 0 none;
|
|
6715
6618
|
}
|
|
@@ -6722,12 +6625,14 @@
|
|
|
6722
6625
|
.p-datatable .p-datatable-tbody > tr:not(.p-highlight):focus {
|
|
6723
6626
|
background-color: rgba(0, 0, 0, 0.03);
|
|
6724
6627
|
}
|
|
6628
|
+
|
|
6725
6629
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
|
6726
6630
|
box-shadow: inset 0 2px 0 0 #3F51B5;
|
|
6727
6631
|
}
|
|
6728
6632
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
|
6729
6633
|
box-shadow: inset 0 -2px 0 0 #3F51B5;
|
|
6730
6634
|
}
|
|
6635
|
+
|
|
6731
6636
|
.p-dropdown .p-inputtext, .p-dropdown .p-dropdown-trigger {
|
|
6732
6637
|
background-image: none;
|
|
6733
6638
|
background: transparent;
|
|
@@ -6738,9 +6643,11 @@
|
|
|
6738
6643
|
.p-dropdown:not(.p-disabled).p-focus {
|
|
6739
6644
|
box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5;
|
|
6740
6645
|
}
|
|
6646
|
+
|
|
6741
6647
|
.p-dropdown-item .p-ink {
|
|
6742
6648
|
background-color: rgba(63, 81, 181, 0.16);
|
|
6743
6649
|
}
|
|
6650
|
+
|
|
6744
6651
|
.p-input-filled .p-dropdown {
|
|
6745
6652
|
border-bottom-left-radius: 0;
|
|
6746
6653
|
border-bottom-right-radius: 0;
|
|
@@ -6784,53 +6691,11 @@
|
|
|
6784
6691
|
box-shadow: none;
|
|
6785
6692
|
background-image: linear-gradient(to bottom, #B00020, #B00020), linear-gradient(to bottom, #B00020, #B00020);
|
|
6786
6693
|
}
|
|
6694
|
+
|
|
6787
6695
|
.p-dropdown.p-invalid:not(.p-disabled).p-focus {
|
|
6788
6696
|
box-shadow: inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020;
|
|
6789
6697
|
}
|
|
6790
|
-
|
|
6791
|
-
/* FullCalendar 4 */
|
|
6792
|
-
/* FullCalendar 5 */
|
|
6793
|
-
}
|
|
6794
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
6795
|
-
background: rgba(63, 81, 181, 0.76);
|
|
6796
|
-
}
|
|
6797
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:active {
|
|
6798
|
-
background: rgba(63, 81, 181, 0.68);
|
|
6799
|
-
}
|
|
6800
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:focus {
|
|
6801
|
-
background: rgba(63, 81, 181, 0.76);
|
|
6802
|
-
}
|
|
6803
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:active {
|
|
6804
|
-
background: rgba(63, 81, 181, 0.68);
|
|
6805
|
-
}
|
|
6806
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus {
|
|
6807
|
-
background: #e0e0e1;
|
|
6808
|
-
border-color: #e0e0e1;
|
|
6809
|
-
}
|
|
6810
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus.p-highlight, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus.p-highlight, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus.p-highlight {
|
|
6811
|
-
background: #d9d8d9;
|
|
6812
|
-
border-color: #d9d8d9;
|
|
6813
|
-
}
|
|
6814
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
6815
|
-
background: rgba(63, 81, 181, 0.76);
|
|
6816
|
-
}
|
|
6817
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:active {
|
|
6818
|
-
background: rgba(63, 81, 181, 0.68);
|
|
6819
|
-
}
|
|
6820
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:focus {
|
|
6821
|
-
background: rgba(63, 81, 181, 0.76);
|
|
6822
|
-
}
|
|
6823
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:active {
|
|
6824
|
-
background: rgba(63, 81, 181, 0.68);
|
|
6825
|
-
}
|
|
6826
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus {
|
|
6827
|
-
background: #e0e0e1;
|
|
6828
|
-
border-color: #e0e0e1;
|
|
6829
|
-
}
|
|
6830
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus.p-highlight, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus.p-highlight, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus.p-highlight {
|
|
6831
|
-
background: #d9d8d9;
|
|
6832
|
-
border-color: #d9d8d9;
|
|
6833
|
-
}
|
|
6698
|
+
|
|
6834
6699
|
.p-galleria .p-galleria-indicators {
|
|
6835
6700
|
padding: 1rem;
|
|
6836
6701
|
}
|
|
@@ -6842,12 +6707,14 @@
|
|
|
6842
6707
|
background: rgba(255, 64, 129, 0.68);
|
|
6843
6708
|
color: #ffffff;
|
|
6844
6709
|
}
|
|
6710
|
+
|
|
6845
6711
|
.p-inputtext:enabled:focus {
|
|
6846
6712
|
box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5;
|
|
6847
6713
|
}
|
|
6848
6714
|
.p-inputtext:enabled:focus.p-invalid {
|
|
6849
6715
|
box-shadow: inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020;
|
|
6850
6716
|
}
|
|
6717
|
+
|
|
6851
6718
|
.p-input-filled .p-inputtext {
|
|
6852
6719
|
border-bottom-left-radius: 0;
|
|
6853
6720
|
border-bottom-right-radius: 0;
|
|
@@ -6881,6 +6748,7 @@
|
|
|
6881
6748
|
box-shadow: none;
|
|
6882
6749
|
border-color: transparent;
|
|
6883
6750
|
}
|
|
6751
|
+
|
|
6884
6752
|
.p-input-filled .p-inputgroup .p-inputgroup-addon {
|
|
6885
6753
|
border-bottom-left-radius: 0;
|
|
6886
6754
|
border-bottom-right-radius: 0;
|
|
@@ -6895,28 +6763,30 @@
|
|
|
6895
6763
|
border-right-color: transparent;
|
|
6896
6764
|
}
|
|
6897
6765
|
.p-input-filled .p-inputgroup-addon:first-child,
|
|
6898
|
-
|
|
6899
|
-
|
|
6900
|
-
|
|
6901
|
-
|
|
6766
|
+
.p-input-filled .p-inputgroup button:first-child,
|
|
6767
|
+
.p-input-filled .p-inputgroup input:first-child,
|
|
6768
|
+
.p-input-filled .p-inputgroup > .p-inputwrapper:first-child,
|
|
6769
|
+
.p-input-filled .p-inputgroup > .p-inputwrapper:first-child > .p-inputtext {
|
|
6902
6770
|
border-bottom-left-radius: 0;
|
|
6903
6771
|
}
|
|
6904
6772
|
.p-input-filled .p-inputgroup .p-float-label:first-child input {
|
|
6905
6773
|
border-bottom-left-radius: 0;
|
|
6906
6774
|
}
|
|
6907
6775
|
.p-input-filled .p-inputgroup-addon:last-child,
|
|
6908
|
-
|
|
6909
|
-
|
|
6910
|
-
|
|
6911
|
-
|
|
6776
|
+
.p-input-filled .p-inputgroup button:last-child,
|
|
6777
|
+
.p-input-filled .p-inputgroup input:last-child,
|
|
6778
|
+
.p-input-filled .p-inputgroup > .p-inputwrapper:last-child,
|
|
6779
|
+
.p-input-filled .p-inputgroup > .p-inputwrapper:last-child > .p-inputtext {
|
|
6912
6780
|
border-bottom-right-radius: 0;
|
|
6913
6781
|
}
|
|
6914
6782
|
.p-input-filled .p-inputgroup .p-float-label:last-child input {
|
|
6915
6783
|
border-bottom-right-radius: 0;
|
|
6916
6784
|
}
|
|
6785
|
+
|
|
6917
6786
|
.p-inputnumber.p-invalid .p-inputtext:enabled:focus {
|
|
6918
6787
|
box-shadow: inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020;
|
|
6919
6788
|
}
|
|
6789
|
+
|
|
6920
6790
|
.p-input-filled .p-inputnumber.p-invalid .p-inputtext {
|
|
6921
6791
|
border-color: transparent;
|
|
6922
6792
|
background-image: linear-gradient(to bottom, #B00020, #B00020), linear-gradient(to bottom, #B00020, #B00020);
|
|
@@ -6929,6 +6799,7 @@
|
|
|
6929
6799
|
box-shadow: none;
|
|
6930
6800
|
border-color: transparent;
|
|
6931
6801
|
}
|
|
6802
|
+
|
|
6932
6803
|
.p-inputswitch .p-inputswitch-slider:before {
|
|
6933
6804
|
transition-property: box-shadow transform;
|
|
6934
6805
|
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
@@ -6945,45 +6816,51 @@
|
|
|
6945
6816
|
.p-inputswitch.p-inputswitch-checked.p-inputswitch-focus .p-inputswitch-slider:before, .p-inputswitch.p-inputswitch-checked.p-inputswitch-focus:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
6946
6817
|
box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
6947
6818
|
}
|
|
6819
|
+
|
|
6948
6820
|
.p-fieldset .p-fieldset-legend {
|
|
6949
6821
|
border: 0 none;
|
|
6950
6822
|
}
|
|
6951
6823
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
|
|
6952
6824
|
background: rgba(0, 0, 0, 0.12);
|
|
6953
6825
|
}
|
|
6826
|
+
|
|
6954
6827
|
.p-float-label input:focus ~ label,
|
|
6955
|
-
|
|
6956
|
-
|
|
6957
|
-
|
|
6958
|
-
|
|
6959
|
-
|
|
6828
|
+
.p-float-label input.p-filled ~ label,
|
|
6829
|
+
.p-float-label textarea:focus ~ label,
|
|
6830
|
+
.p-float-label textarea.p-filled ~ label,
|
|
6831
|
+
.p-float-label .p-inputwrapper-focus ~ label,
|
|
6832
|
+
.p-float-label .p-inputwrapper-filled ~ label {
|
|
6960
6833
|
top: -0.5rem !important;
|
|
6961
6834
|
background-color: #ffffff;
|
|
6962
6835
|
padding: 2px 4px;
|
|
6963
6836
|
margin-left: -4px;
|
|
6964
6837
|
margin-top: 0;
|
|
6965
6838
|
}
|
|
6839
|
+
|
|
6966
6840
|
.p-float-label textarea ~ label {
|
|
6967
6841
|
margin-top: 0;
|
|
6968
6842
|
}
|
|
6843
|
+
|
|
6969
6844
|
.p-float-label input:focus ~ label,
|
|
6970
|
-
|
|
6845
|
+
.p-float-label .p-inputwrapper-focus ~ label {
|
|
6971
6846
|
color: #3F51B5;
|
|
6972
6847
|
}
|
|
6848
|
+
|
|
6973
6849
|
.p-input-filled .p-float-label .p-inputtext {
|
|
6974
6850
|
padding-top: 1.25rem;
|
|
6975
6851
|
padding-bottom: 0.25rem;
|
|
6976
6852
|
}
|
|
6977
6853
|
.p-input-filled .p-float-label input:focus ~ label,
|
|
6978
|
-
|
|
6979
|
-
|
|
6980
|
-
|
|
6981
|
-
|
|
6982
|
-
|
|
6854
|
+
.p-input-filled .p-float-label input.p-filled ~ label,
|
|
6855
|
+
.p-input-filled .p-float-label textarea:focus ~ label,
|
|
6856
|
+
.p-input-filled .p-float-label textarea.p-filled ~ label,
|
|
6857
|
+
.p-input-filled .p-float-label .p-inputwrapper-focus ~ label,
|
|
6858
|
+
.p-input-filled .p-float-label .p-inputwrapper-filled ~ label {
|
|
6983
6859
|
top: 0.25rem !important;
|
|
6984
6860
|
margin-top: 0;
|
|
6985
6861
|
background: transparent;
|
|
6986
6862
|
}
|
|
6863
|
+
|
|
6987
6864
|
.p-listbox .p-listbox-list .p-listbox-item .p-ink {
|
|
6988
6865
|
background-color: rgba(63, 81, 181, 0.16);
|
|
6989
6866
|
}
|
|
@@ -6993,15 +6870,19 @@
|
|
|
6993
6870
|
.p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight {
|
|
6994
6871
|
background: rgba(63, 81, 181, 0.24);
|
|
6995
6872
|
}
|
|
6873
|
+
|
|
6996
6874
|
.p-megamenu .p-menuitem .p-menuitem-link:focus {
|
|
6997
6875
|
background: rgba(0, 0, 0, 0.12);
|
|
6998
6876
|
}
|
|
6877
|
+
|
|
6999
6878
|
.p-menu .p-menuitem .p-menuitem-link:focus {
|
|
7000
6879
|
background: rgba(0, 0, 0, 0.12);
|
|
7001
6880
|
}
|
|
6881
|
+
|
|
7002
6882
|
.p-menubar .p-menuitem .p-menuitem-link:focus {
|
|
7003
6883
|
background: rgba(0, 0, 0, 0.12);
|
|
7004
6884
|
}
|
|
6885
|
+
|
|
7005
6886
|
.p-multiselect .p-multiselect-label, .p-multiselect .p-multiselect-trigger {
|
|
7006
6887
|
background-image: none;
|
|
7007
6888
|
background: transparent;
|
|
@@ -7012,6 +6893,7 @@
|
|
|
7012
6893
|
.p-multiselect:not(.p-disabled).p-focus {
|
|
7013
6894
|
box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5;
|
|
7014
6895
|
}
|
|
6896
|
+
|
|
7015
6897
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink {
|
|
7016
6898
|
background-color: rgba(63, 81, 181, 0.16);
|
|
7017
6899
|
}
|
|
@@ -7024,6 +6906,7 @@
|
|
|
7024
6906
|
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
|
|
7025
6907
|
background: rgba(0, 0, 0, 0.12);
|
|
7026
6908
|
}
|
|
6909
|
+
|
|
7027
6910
|
.p-input-filled .p-multiselect {
|
|
7028
6911
|
border-bottom-left-radius: 0;
|
|
7029
6912
|
border-bottom-right-radius: 0;
|
|
@@ -7057,11 +6940,13 @@
|
|
|
7057
6940
|
background-image: none;
|
|
7058
6941
|
background: transparent;
|
|
7059
6942
|
}
|
|
6943
|
+
|
|
7060
6944
|
.p-float-label .p-multiselect-label .p-multiselect-token {
|
|
7061
6945
|
padding: 0.25rem 1rem;
|
|
7062
6946
|
margin-top: 0.25rem;
|
|
7063
6947
|
margin-bottom: 0.25rem;
|
|
7064
6948
|
}
|
|
6949
|
+
|
|
7065
6950
|
.p-input-filled .p-float-label .p-multiselect .p-multiselect-label {
|
|
7066
6951
|
padding-top: 1.25rem;
|
|
7067
6952
|
padding-bottom: 0.25rem;
|
|
@@ -7090,18 +6975,22 @@
|
|
|
7090
6975
|
box-shadow: none;
|
|
7091
6976
|
background-image: linear-gradient(to bottom, #B00020, #B00020), linear-gradient(to bottom, #B00020, #B00020);
|
|
7092
6977
|
}
|
|
6978
|
+
|
|
7093
6979
|
.p-multiselect.p-invalid:not(.p-disabled).p-focus {
|
|
7094
6980
|
box-shadow: inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020;
|
|
7095
6981
|
}
|
|
6982
|
+
|
|
7096
6983
|
.p-overlaypanel .p-overlaypanel-content {
|
|
7097
6984
|
padding: 1.5rem;
|
|
7098
6985
|
}
|
|
6986
|
+
|
|
7099
6987
|
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
|
7100
6988
|
background: rgba(0, 0, 0, 0.12);
|
|
7101
6989
|
}
|
|
7102
6990
|
.p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight {
|
|
7103
6991
|
background: rgba(63, 81, 181, 0.24);
|
|
7104
6992
|
}
|
|
6993
|
+
|
|
7105
6994
|
.p-paginator {
|
|
7106
6995
|
justify-content: flex-end;
|
|
7107
6996
|
}
|
|
@@ -7111,6 +7000,7 @@
|
|
|
7111
7000
|
.p-paginator .p-paginator-element:focus.p-highlight {
|
|
7112
7001
|
background: rgba(63, 81, 181, 0.24);
|
|
7113
7002
|
}
|
|
7003
|
+
|
|
7114
7004
|
.p-input-filled .p-password.p-invalid > .p-inputtext {
|
|
7115
7005
|
border-color: transparent;
|
|
7116
7006
|
background-image: linear-gradient(to bottom, #B00020, #B00020), linear-gradient(to bottom, #B00020, #B00020);
|
|
@@ -7123,16 +7013,18 @@
|
|
|
7123
7013
|
box-shadow: none;
|
|
7124
7014
|
border-color: transparent;
|
|
7125
7015
|
}
|
|
7016
|
+
|
|
7126
7017
|
.p-password.p-invalid > .p-inputtext:enabled:focus {
|
|
7127
7018
|
box-shadow: inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020;
|
|
7128
7019
|
}
|
|
7020
|
+
|
|
7129
7021
|
.p-panel {
|
|
7130
7022
|
border-radius: 4px;
|
|
7131
7023
|
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
|
|
7132
7024
|
}
|
|
7133
7025
|
.p-panel .p-panel-header,
|
|
7134
|
-
|
|
7135
|
-
|
|
7026
|
+
.p-panel .p-panel-content,
|
|
7027
|
+
.p-panel .p-panel-footer {
|
|
7136
7028
|
border: 0 none;
|
|
7137
7029
|
}
|
|
7138
7030
|
.p-panel .p-panel-content {
|
|
@@ -7144,6 +7036,7 @@
|
|
|
7144
7036
|
.p-panel .p-panel-header-icon:focus {
|
|
7145
7037
|
background: rgba(0, 0, 0, 0.12);
|
|
7146
7038
|
}
|
|
7039
|
+
|
|
7147
7040
|
.p-panelmenu .p-panelmenu-panel {
|
|
7148
7041
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
7149
7042
|
margin-bottom: 0;
|
|
@@ -7176,18 +7069,21 @@
|
|
|
7176
7069
|
.p-panelmenu .p-panelmenu-panel .p-menuitem .p-menuitem-link:focus {
|
|
7177
7070
|
background: rgba(0, 0, 0, 0.12);
|
|
7178
7071
|
}
|
|
7072
|
+
|
|
7179
7073
|
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
|
7180
7074
|
background: rgba(0, 0, 0, 0.12);
|
|
7181
7075
|
}
|
|
7182
7076
|
.p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight {
|
|
7183
7077
|
background: rgba(63, 81, 181, 0.24);
|
|
7184
7078
|
}
|
|
7079
|
+
|
|
7185
7080
|
.p-progressbar {
|
|
7186
7081
|
border-radius: 0;
|
|
7187
7082
|
}
|
|
7188
7083
|
.p-progressbar .p-progressbar-label {
|
|
7189
7084
|
display: none;
|
|
7190
7085
|
}
|
|
7086
|
+
|
|
7191
7087
|
.p-radiobutton {
|
|
7192
7088
|
border-radius: 50%;
|
|
7193
7089
|
transition: box-shadow 0.2s;
|
|
@@ -7213,12 +7109,14 @@
|
|
|
7213
7109
|
.p-radiobutton.p-radiobutton-checked:not(.p-radiobutton-disabled).p-radiobutton-focused {
|
|
7214
7110
|
box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.12);
|
|
7215
7111
|
}
|
|
7112
|
+
|
|
7216
7113
|
.p-input-filled .p-radiobutton .p-radiobutton-box {
|
|
7217
7114
|
background-color: #ffffff;
|
|
7218
7115
|
}
|
|
7219
7116
|
.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
|
|
7220
7117
|
background-color: #ffffff;
|
|
7221
7118
|
}
|
|
7119
|
+
|
|
7222
7120
|
.p-rating {
|
|
7223
7121
|
gap: 0;
|
|
7224
7122
|
}
|
|
@@ -7240,6 +7138,7 @@
|
|
|
7240
7138
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover.p-rating-cancel-item {
|
|
7241
7139
|
background: rgba(176, 0, 32, 0.04);
|
|
7242
7140
|
}
|
|
7141
|
+
|
|
7243
7142
|
.p-selectbutton .p-button:focus {
|
|
7244
7143
|
background: #e0e0e1;
|
|
7245
7144
|
border-color: #e0e0e1;
|
|
@@ -7248,9 +7147,11 @@
|
|
|
7248
7147
|
background: #d9d8d9;
|
|
7249
7148
|
border-color: #d9d8d9;
|
|
7250
7149
|
}
|
|
7150
|
+
|
|
7251
7151
|
.p-slidemenu .p-menuitem-link:focus {
|
|
7252
7152
|
background: rgba(0, 0, 0, 0.12);
|
|
7253
7153
|
}
|
|
7154
|
+
|
|
7254
7155
|
.p-slider .p-slider-handle {
|
|
7255
7156
|
transition: transform 0.2s, box-shadow 0.2s;
|
|
7256
7157
|
transform: scale(0.7);
|
|
@@ -7261,6 +7162,7 @@
|
|
|
7261
7162
|
.p-slider.p-slider-sliding .p-slider-handle {
|
|
7262
7163
|
transform: scale(1);
|
|
7263
7164
|
}
|
|
7165
|
+
|
|
7264
7166
|
.p-splitbutton.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7265
7167
|
background: rgba(63, 81, 181, 0.12);
|
|
7266
7168
|
}
|
|
@@ -7292,42 +7194,49 @@
|
|
|
7292
7194
|
.p-splitbutton.p-button-raised > .p-button:enabled:focus, .p-splitbutton.p-button-raised > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7293
7195
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
7294
7196
|
}
|
|
7197
|
+
|
|
7295
7198
|
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7296
7199
|
background: rgba(255, 64, 129, 0.12);
|
|
7297
7200
|
}
|
|
7298
7201
|
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
7299
7202
|
background: rgba(255, 64, 129, 0.16);
|
|
7300
7203
|
}
|
|
7204
|
+
|
|
7301
7205
|
.p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7302
7206
|
background: rgba(33, 150, 243, 0.12);
|
|
7303
7207
|
}
|
|
7304
7208
|
.p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
7305
7209
|
background: rgba(33, 150, 243, 0.16);
|
|
7306
7210
|
}
|
|
7211
|
+
|
|
7307
7212
|
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7308
7213
|
background: rgba(104, 159, 56, 0.12);
|
|
7309
7214
|
}
|
|
7310
7215
|
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
7311
7216
|
background: rgba(104, 159, 56, 0.16);
|
|
7312
7217
|
}
|
|
7218
|
+
|
|
7313
7219
|
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7314
7220
|
background: rgba(251, 192, 45, 0.12);
|
|
7315
7221
|
}
|
|
7316
7222
|
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
7317
7223
|
background: rgba(251, 192, 45, 0.16);
|
|
7318
7224
|
}
|
|
7225
|
+
|
|
7319
7226
|
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7320
7227
|
background: rgba(156, 39, 176, 0.12);
|
|
7321
7228
|
}
|
|
7322
7229
|
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
7323
7230
|
background: rgba(156, 39, 176, 0.16);
|
|
7324
7231
|
}
|
|
7232
|
+
|
|
7325
7233
|
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7326
7234
|
background: rgba(211, 47, 47, 0.12);
|
|
7327
7235
|
}
|
|
7328
7236
|
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
7329
7237
|
background: rgba(211, 47, 47, 0.16);
|
|
7330
7238
|
}
|
|
7239
|
+
|
|
7331
7240
|
.p-steps {
|
|
7332
7241
|
padding: 1rem 0;
|
|
7333
7242
|
}
|
|
@@ -7380,6 +7289,7 @@
|
|
|
7380
7289
|
.p-steps .p-steps-item.p-disabled {
|
|
7381
7290
|
opacity: 1;
|
|
7382
7291
|
}
|
|
7292
|
+
|
|
7383
7293
|
.p-tabview .p-tabview-nav {
|
|
7384
7294
|
position: relative;
|
|
7385
7295
|
}
|
|
@@ -7402,12 +7312,15 @@
|
|
|
7402
7312
|
background-color: #3F51B5;
|
|
7403
7313
|
transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
|
|
7404
7314
|
}
|
|
7315
|
+
|
|
7405
7316
|
.p-tieredmenu .p-menuitem-link:focus {
|
|
7406
7317
|
background: rgba(0, 0, 0, 0.12);
|
|
7407
7318
|
}
|
|
7319
|
+
|
|
7408
7320
|
.p-toolbar {
|
|
7409
7321
|
border: 0 none;
|
|
7410
7322
|
}
|
|
7323
|
+
|
|
7411
7324
|
.p-tooltip .p-tooltip-text {
|
|
7412
7325
|
box-shadow: none;
|
|
7413
7326
|
font-size: 0.875rem;
|
|
@@ -7415,12 +7328,14 @@
|
|
|
7415
7328
|
.p-tooltip .p-tooltip-arrow {
|
|
7416
7329
|
display: none;
|
|
7417
7330
|
}
|
|
7331
|
+
|
|
7418
7332
|
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
7419
7333
|
background: rgba(0, 0, 0, 0.12);
|
|
7420
7334
|
}
|
|
7421
7335
|
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus.p-highlight {
|
|
7422
7336
|
background: rgba(63, 81, 181, 0.24);
|
|
7423
7337
|
}
|
|
7338
|
+
|
|
7424
7339
|
.p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger {
|
|
7425
7340
|
background-image: none;
|
|
7426
7341
|
background: transparent;
|
|
@@ -7431,9 +7346,11 @@
|
|
|
7431
7346
|
.p-treeselect:not(.p-disabled).p-focus {
|
|
7432
7347
|
box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5;
|
|
7433
7348
|
}
|
|
7349
|
+
|
|
7434
7350
|
.p-treeselect-item .p-ink {
|
|
7435
7351
|
background-color: rgba(63, 81, 181, 0.16);
|
|
7436
7352
|
}
|
|
7353
|
+
|
|
7437
7354
|
.p-input-filled .p-treeselect {
|
|
7438
7355
|
border-bottom-left-radius: 0;
|
|
7439
7356
|
border-bottom-right-radius: 0;
|
|
@@ -7467,11 +7384,13 @@
|
|
|
7467
7384
|
background-image: none;
|
|
7468
7385
|
background: transparent;
|
|
7469
7386
|
}
|
|
7387
|
+
|
|
7470
7388
|
.p-float-label .p-treeselect-label .p-treeselect-token {
|
|
7471
7389
|
padding: 0.25rem 1rem;
|
|
7472
7390
|
margin-top: 0.25rem;
|
|
7473
7391
|
margin-bottom: 0.25rem;
|
|
7474
7392
|
}
|
|
7393
|
+
|
|
7475
7394
|
.p-input-filled .p-float-label .p-treeselect .p-treeselect-label {
|
|
7476
7395
|
padding-top: 1.25rem;
|
|
7477
7396
|
padding-bottom: 0.25rem;
|
|
@@ -7500,9 +7419,11 @@
|
|
|
7500
7419
|
box-shadow: none;
|
|
7501
7420
|
background-image: linear-gradient(to bottom, #B00020, #B00020), linear-gradient(to bottom, #B00020, #B00020);
|
|
7502
7421
|
}
|
|
7422
|
+
|
|
7503
7423
|
.p-treeselect.p-invalid:not(.p-disabled).p-focus {
|
|
7504
7424
|
box-shadow: inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020;
|
|
7505
7425
|
}
|
|
7426
|
+
|
|
7506
7427
|
.p-treetable .p-sortable-column {
|
|
7507
7428
|
outline: 0 none;
|
|
7508
7429
|
}
|
|
@@ -7515,6 +7436,7 @@
|
|
|
7515
7436
|
.p-treetable .p-treetable-tbody > tr:not(.p-highlight):focus {
|
|
7516
7437
|
background-color: rgba(0, 0, 0, 0.03);
|
|
7517
7438
|
}
|
|
7439
|
+
|
|
7518
7440
|
.p-tabmenu .p-tabmenu-nav {
|
|
7519
7441
|
position: relative;
|
|
7520
7442
|
}
|
|
@@ -7539,6 +7461,7 @@
|
|
|
7539
7461
|
background-color: #3F51B5;
|
|
7540
7462
|
transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
|
|
7541
7463
|
}
|
|
7464
|
+
|
|
7542
7465
|
.p-togglebutton.p-button:focus {
|
|
7543
7466
|
background: #e0e0e1;
|
|
7544
7467
|
border-color: #e0e0e1;
|