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
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
|
4
4
|
font-variation-settings: normal;
|
|
5
5
|
--font-family:"Inter var", sans-serif;
|
|
6
|
+
--font-feature-settings: "cv02","cv03","cv04","cv11";
|
|
6
7
|
--surface-a:#ffffff;
|
|
7
8
|
--surface-b:#f8f9fa;
|
|
8
9
|
--surface-c:#e9ecef;
|
|
@@ -46,7 +47,7 @@
|
|
|
46
47
|
--focus-ring: 0 0 0 0.2rem #BFDBFE;
|
|
47
48
|
--maskbg: rgba(0, 0, 0, 0.4);
|
|
48
49
|
--highlight-bg: #EFF6FF;
|
|
49
|
-
--highlight-text-color: #
|
|
50
|
+
--highlight-text-color: #1D4ED8;
|
|
50
51
|
color-scheme: light;
|
|
51
52
|
}
|
|
52
53
|
|
|
@@ -189,40 +190,147 @@
|
|
|
189
190
|
--primary-900:#183462;
|
|
190
191
|
}
|
|
191
192
|
|
|
193
|
+
.p-editor-container .p-editor-toolbar {
|
|
194
|
+
background: #f8f9fa;
|
|
195
|
+
border-top-right-radius: 6px;
|
|
196
|
+
border-top-left-radius: 6px;
|
|
197
|
+
}
|
|
198
|
+
.p-editor-container .p-editor-toolbar.ql-snow {
|
|
199
|
+
border: 1px solid #dee2e6;
|
|
200
|
+
}
|
|
201
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
|
|
202
|
+
stroke: #6c757d;
|
|
203
|
+
}
|
|
204
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
|
|
205
|
+
fill: #6c757d;
|
|
206
|
+
}
|
|
207
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
|
|
208
|
+
border: 0 none;
|
|
209
|
+
color: #6c757d;
|
|
210
|
+
}
|
|
211
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
|
|
212
|
+
color: #495057;
|
|
213
|
+
}
|
|
214
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
|
|
215
|
+
stroke: #495057;
|
|
216
|
+
}
|
|
217
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
|
|
218
|
+
fill: #495057;
|
|
219
|
+
}
|
|
220
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
|
|
221
|
+
color: #495057;
|
|
222
|
+
}
|
|
223
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
|
|
224
|
+
stroke: #495057;
|
|
225
|
+
}
|
|
226
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
|
|
227
|
+
fill: #495057;
|
|
228
|
+
}
|
|
229
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
|
|
230
|
+
background: #ffffff;
|
|
231
|
+
border: 0 none;
|
|
232
|
+
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
233
|
+
border-radius: 6px;
|
|
234
|
+
padding: 0.75rem 0;
|
|
235
|
+
}
|
|
236
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
|
|
237
|
+
color: #495057;
|
|
238
|
+
}
|
|
239
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
|
|
240
|
+
color: #495057;
|
|
241
|
+
background: #e9ecef;
|
|
242
|
+
}
|
|
243
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
|
|
244
|
+
padding: 0.75rem 1.25rem;
|
|
245
|
+
}
|
|
246
|
+
.p-editor-container .p-editor-content {
|
|
247
|
+
border-bottom-right-radius: 6px;
|
|
248
|
+
border-bottom-left-radius: 6px;
|
|
249
|
+
}
|
|
250
|
+
.p-editor-container .p-editor-content.ql-snow {
|
|
251
|
+
border: 1px solid #dee2e6;
|
|
252
|
+
}
|
|
253
|
+
.p-editor-container .p-editor-content .ql-editor {
|
|
254
|
+
background: #ffffff;
|
|
255
|
+
color: #495057;
|
|
256
|
+
border-bottom-right-radius: 6px;
|
|
257
|
+
border-bottom-left-radius: 6px;
|
|
258
|
+
}
|
|
259
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover,
|
|
260
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus {
|
|
261
|
+
color: #495057;
|
|
262
|
+
}
|
|
263
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
|
|
264
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
|
|
265
|
+
stroke: #495057;
|
|
266
|
+
}
|
|
267
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
|
|
268
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
|
|
269
|
+
fill: #495057;
|
|
270
|
+
}
|
|
271
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
|
|
272
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
|
|
273
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
|
|
274
|
+
color: #3B82F6;
|
|
275
|
+
}
|
|
276
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
|
|
277
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
|
|
278
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
|
|
279
|
+
stroke: #3B82F6;
|
|
280
|
+
}
|
|
281
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
|
|
282
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
|
|
283
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
|
|
284
|
+
fill: #3B82F6;
|
|
285
|
+
}
|
|
286
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
|
|
287
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
|
|
288
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
|
|
289
|
+
color: #3B82F6;
|
|
290
|
+
}
|
|
291
|
+
|
|
192
292
|
@layer primereact {
|
|
193
293
|
* {
|
|
194
294
|
box-sizing: border-box;
|
|
195
295
|
}
|
|
296
|
+
|
|
196
297
|
.p-component {
|
|
197
|
-
font-family:
|
|
198
|
-
font-feature-settings:
|
|
298
|
+
font-family: var(--font-family);
|
|
299
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
199
300
|
font-size: 1rem;
|
|
200
301
|
font-weight: normal;
|
|
201
302
|
}
|
|
303
|
+
|
|
202
304
|
.p-component-overlay {
|
|
203
305
|
background-color: rgba(0, 0, 0, 0.4);
|
|
204
306
|
transition-duration: 0.2s;
|
|
205
307
|
}
|
|
308
|
+
|
|
206
309
|
.p-disabled, .p-component:disabled {
|
|
207
310
|
opacity: 0.6;
|
|
208
311
|
}
|
|
312
|
+
|
|
209
313
|
.p-error {
|
|
210
314
|
color: #e24c4c;
|
|
211
315
|
}
|
|
316
|
+
|
|
212
317
|
.p-text-secondary {
|
|
213
318
|
color: #6c757d;
|
|
214
319
|
}
|
|
320
|
+
|
|
215
321
|
.pi {
|
|
216
322
|
font-size: 1rem;
|
|
217
323
|
}
|
|
324
|
+
|
|
218
325
|
.p-icon {
|
|
219
326
|
width: 1rem;
|
|
220
327
|
height: 1rem;
|
|
221
328
|
}
|
|
329
|
+
|
|
222
330
|
.p-link {
|
|
331
|
+
font-family: var(--font-family);
|
|
332
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
223
333
|
font-size: 1rem;
|
|
224
|
-
font-family: inherit;
|
|
225
|
-
font-feature-settings: inherit;
|
|
226
334
|
border-radius: 6px;
|
|
227
335
|
}
|
|
228
336
|
.p-link:focus-visible {
|
|
@@ -230,12 +338,15 @@
|
|
|
230
338
|
outline-offset: 0;
|
|
231
339
|
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
|
232
340
|
}
|
|
341
|
+
|
|
233
342
|
.p-component-overlay-enter {
|
|
234
343
|
animation: p-component-overlay-enter-animation 150ms forwards;
|
|
235
344
|
}
|
|
345
|
+
|
|
236
346
|
.p-component-overlay-leave {
|
|
237
347
|
animation: p-component-overlay-leave-animation 150ms forwards;
|
|
238
348
|
}
|
|
349
|
+
|
|
239
350
|
@keyframes p-component-overlay-enter-animation {
|
|
240
351
|
from {
|
|
241
352
|
background-color: transparent;
|
|
@@ -252,6 +363,7 @@
|
|
|
252
363
|
background-color: transparent;
|
|
253
364
|
}
|
|
254
365
|
}
|
|
366
|
+
|
|
255
367
|
.p-autocomplete .p-autocomplete-loader {
|
|
256
368
|
right: 0.75rem;
|
|
257
369
|
}
|
|
@@ -275,9 +387,9 @@
|
|
|
275
387
|
padding: 0.375rem 0;
|
|
276
388
|
}
|
|
277
389
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
|
278
|
-
font-family:
|
|
279
|
-
font-feature-settings:
|
|
280
|
-
font-size:
|
|
390
|
+
font-family: var(--font-family);
|
|
391
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
392
|
+
font-size: 1rem;
|
|
281
393
|
color: #495057;
|
|
282
394
|
padding: 0;
|
|
283
395
|
margin: 0;
|
|
@@ -286,7 +398,7 @@
|
|
|
286
398
|
padding: 0.375rem 0.75rem;
|
|
287
399
|
margin-right: 0.5rem;
|
|
288
400
|
background: #EFF6FF;
|
|
289
|
-
color: #
|
|
401
|
+
color: #1D4ED8;
|
|
290
402
|
border-radius: 6px;
|
|
291
403
|
}
|
|
292
404
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
|
|
@@ -295,6 +407,7 @@
|
|
|
295
407
|
.p-autocomplete.p-invalid.p-component > .p-inputtext {
|
|
296
408
|
border-color: #e24c4c;
|
|
297
409
|
}
|
|
410
|
+
|
|
298
411
|
.p-autocomplete-panel {
|
|
299
412
|
background: #ffffff;
|
|
300
413
|
color: #495057;
|
|
@@ -319,7 +432,7 @@
|
|
|
319
432
|
background: #e9ecef;
|
|
320
433
|
}
|
|
321
434
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
|
322
|
-
color: #
|
|
435
|
+
color: #1D4ED8;
|
|
323
436
|
background: #EFF6FF;
|
|
324
437
|
}
|
|
325
438
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
|
|
@@ -329,9 +442,11 @@
|
|
|
329
442
|
background: #ffffff;
|
|
330
443
|
font-weight: 700;
|
|
331
444
|
}
|
|
445
|
+
|
|
332
446
|
.p-calendar.p-invalid.p-component > .p-inputtext {
|
|
333
447
|
border-color: #e24c4c;
|
|
334
448
|
}
|
|
449
|
+
|
|
335
450
|
.p-datepicker {
|
|
336
451
|
padding: 0.5rem;
|
|
337
452
|
background: #ffffff;
|
|
@@ -358,7 +473,7 @@
|
|
|
358
473
|
border-top-left-radius: 6px;
|
|
359
474
|
}
|
|
360
475
|
.p-datepicker .p-datepicker-header .p-datepicker-prev,
|
|
361
|
-
|
|
476
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next {
|
|
362
477
|
width: 2rem;
|
|
363
478
|
height: 2rem;
|
|
364
479
|
color: #6c757d;
|
|
@@ -368,13 +483,13 @@
|
|
|
368
483
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
369
484
|
}
|
|
370
485
|
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
|
|
371
|
-
|
|
486
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
|
|
372
487
|
color: #343a40;
|
|
373
488
|
border-color: transparent;
|
|
374
489
|
background: #e9ecef;
|
|
375
490
|
}
|
|
376
491
|
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
|
|
377
|
-
|
|
492
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
|
|
378
493
|
outline: 0 none;
|
|
379
494
|
outline-offset: 0;
|
|
380
495
|
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
|
@@ -383,14 +498,14 @@
|
|
|
383
498
|
line-height: 2rem;
|
|
384
499
|
}
|
|
385
500
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
|
|
386
|
-
|
|
501
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
387
502
|
color: #495057;
|
|
388
503
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
389
504
|
font-weight: 600;
|
|
390
505
|
padding: 0.5rem;
|
|
391
506
|
}
|
|
392
507
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
|
|
393
|
-
|
|
508
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
|
|
394
509
|
color: #3B82F6;
|
|
395
510
|
}
|
|
396
511
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
@@ -418,7 +533,7 @@
|
|
|
418
533
|
border: 1px solid transparent;
|
|
419
534
|
}
|
|
420
535
|
.p-datepicker table td > span.p-highlight {
|
|
421
|
-
color: #
|
|
536
|
+
color: #1D4ED8;
|
|
422
537
|
background: #EFF6FF;
|
|
423
538
|
}
|
|
424
539
|
.p-datepicker table td > span:focus {
|
|
@@ -432,7 +547,7 @@
|
|
|
432
547
|
border-color: transparent;
|
|
433
548
|
}
|
|
434
549
|
.p-datepicker table td.p-datepicker-today > span.p-highlight {
|
|
435
|
-
color: #
|
|
550
|
+
color: #1D4ED8;
|
|
436
551
|
background: #EFF6FF;
|
|
437
552
|
}
|
|
438
553
|
.p-datepicker .p-datepicker-buttonbar {
|
|
@@ -486,7 +601,7 @@
|
|
|
486
601
|
border-radius: 6px;
|
|
487
602
|
}
|
|
488
603
|
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
|
489
|
-
color: #
|
|
604
|
+
color: #1D4ED8;
|
|
490
605
|
background: #EFF6FF;
|
|
491
606
|
}
|
|
492
607
|
.p-datepicker .p-yearpicker {
|
|
@@ -498,7 +613,7 @@
|
|
|
498
613
|
border-radius: 6px;
|
|
499
614
|
}
|
|
500
615
|
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
|
|
501
|
-
color: #
|
|
616
|
+
color: #1D4ED8;
|
|
502
617
|
background: #EFF6FF;
|
|
503
618
|
}
|
|
504
619
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
|
@@ -539,6 +654,7 @@
|
|
|
539
654
|
outline-offset: 0;
|
|
540
655
|
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
|
541
656
|
}
|
|
657
|
+
|
|
542
658
|
@media screen and (max-width: 769px) {
|
|
543
659
|
.p-datepicker table th, .p-datepicker table td {
|
|
544
660
|
padding: 0;
|
|
@@ -581,6 +697,7 @@
|
|
|
581
697
|
.p-cascadeselect.p-invalid.p-component {
|
|
582
698
|
border-color: #e24c4c;
|
|
583
699
|
}
|
|
700
|
+
|
|
584
701
|
.p-cascadeselect-panel {
|
|
585
702
|
background: #ffffff;
|
|
586
703
|
color: #495057;
|
|
@@ -608,7 +725,7 @@
|
|
|
608
725
|
box-shadow: inset 0 0 0 0.15rem #BFDBFE;
|
|
609
726
|
}
|
|
610
727
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
|
|
611
|
-
color: #
|
|
728
|
+
color: #1D4ED8;
|
|
612
729
|
background: #EFF6FF;
|
|
613
730
|
}
|
|
614
731
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
|
|
@@ -622,6 +739,7 @@
|
|
|
622
739
|
width: 0.875rem;
|
|
623
740
|
height: 0.875rem;
|
|
624
741
|
}
|
|
742
|
+
|
|
625
743
|
.p-input-filled .p-cascadeselect {
|
|
626
744
|
background: #e9ecef;
|
|
627
745
|
}
|
|
@@ -631,6 +749,7 @@
|
|
|
631
749
|
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
|
|
632
750
|
background-color: #ffffff;
|
|
633
751
|
}
|
|
752
|
+
|
|
634
753
|
.p-checkbox {
|
|
635
754
|
width: 22px;
|
|
636
755
|
height: 22px;
|
|
@@ -658,8 +777,8 @@
|
|
|
658
777
|
background: #3B82F6;
|
|
659
778
|
}
|
|
660
779
|
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
|
|
661
|
-
border-color: #
|
|
662
|
-
background: #
|
|
780
|
+
border-color: #1D4ED8;
|
|
781
|
+
background: #1D4ED8;
|
|
663
782
|
color: #ffffff;
|
|
664
783
|
}
|
|
665
784
|
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
|
@@ -672,13 +791,14 @@
|
|
|
672
791
|
border-color: #3B82F6;
|
|
673
792
|
}
|
|
674
793
|
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
|
675
|
-
border-color: #
|
|
676
|
-
background: #
|
|
794
|
+
border-color: #1D4ED8;
|
|
795
|
+
background: #1D4ED8;
|
|
677
796
|
color: #ffffff;
|
|
678
797
|
}
|
|
679
798
|
.p-checkbox.p-invalid > .p-checkbox-box {
|
|
680
799
|
border-color: #e24c4c;
|
|
681
800
|
}
|
|
801
|
+
|
|
682
802
|
.p-input-filled .p-checkbox .p-checkbox-box {
|
|
683
803
|
background-color: #e9ecef;
|
|
684
804
|
}
|
|
@@ -689,8 +809,9 @@
|
|
|
689
809
|
background-color: #e9ecef;
|
|
690
810
|
}
|
|
691
811
|
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
|
692
|
-
background: #
|
|
812
|
+
background: #1D4ED8;
|
|
693
813
|
}
|
|
814
|
+
|
|
694
815
|
.p-chips .p-chips-multiple-container {
|
|
695
816
|
padding: 0.375rem 0.75rem;
|
|
696
817
|
gap: 0.5rem;
|
|
@@ -718,9 +839,9 @@
|
|
|
718
839
|
padding: 0.375rem 0;
|
|
719
840
|
}
|
|
720
841
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
|
721
|
-
font-family:
|
|
722
|
-
font-feature-settings:
|
|
723
|
-
font-size:
|
|
842
|
+
font-family: var(--font-family);
|
|
843
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
844
|
+
font-size: 1rem;
|
|
724
845
|
color: #495057;
|
|
725
846
|
padding: 0;
|
|
726
847
|
margin: 0;
|
|
@@ -728,21 +849,25 @@
|
|
|
728
849
|
.p-chips.p-invalid.p-component > .p-inputtext {
|
|
729
850
|
border-color: #e24c4c;
|
|
730
851
|
}
|
|
852
|
+
|
|
731
853
|
.p-colorpicker-preview {
|
|
732
854
|
width: 2rem;
|
|
733
855
|
height: 2rem;
|
|
734
856
|
}
|
|
857
|
+
|
|
735
858
|
.p-colorpicker-panel {
|
|
736
859
|
background: #323232;
|
|
737
860
|
border: 1px solid #191919;
|
|
738
861
|
}
|
|
739
862
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
|
740
|
-
|
|
863
|
+
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
|
741
864
|
border-color: #ffffff;
|
|
742
865
|
}
|
|
866
|
+
|
|
743
867
|
.p-colorpicker-overlay-panel {
|
|
744
868
|
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
745
869
|
}
|
|
870
|
+
|
|
746
871
|
.p-dropdown {
|
|
747
872
|
background: #ffffff;
|
|
748
873
|
border: 1px solid #ced4da;
|
|
@@ -786,6 +911,7 @@
|
|
|
786
911
|
.p-dropdown.p-invalid.p-component {
|
|
787
912
|
border-color: #e24c4c;
|
|
788
913
|
}
|
|
914
|
+
|
|
789
915
|
.p-dropdown-panel {
|
|
790
916
|
background: #ffffff;
|
|
791
917
|
color: #495057;
|
|
@@ -830,7 +956,7 @@
|
|
|
830
956
|
border-radius: 0;
|
|
831
957
|
}
|
|
832
958
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
|
833
|
-
color: #
|
|
959
|
+
color: #1D4ED8;
|
|
834
960
|
background: #EFF6FF;
|
|
835
961
|
}
|
|
836
962
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
|
@@ -849,6 +975,7 @@
|
|
|
849
975
|
color: #495057;
|
|
850
976
|
background: transparent;
|
|
851
977
|
}
|
|
978
|
+
|
|
852
979
|
.p-input-filled .p-dropdown {
|
|
853
980
|
background: #e9ecef;
|
|
854
981
|
}
|
|
@@ -861,104 +988,7 @@
|
|
|
861
988
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
|
|
862
989
|
background-color: transparent;
|
|
863
990
|
}
|
|
864
|
-
|
|
865
|
-
background: #f8f9fa;
|
|
866
|
-
border-top-right-radius: 6px;
|
|
867
|
-
border-top-left-radius: 6px;
|
|
868
|
-
}
|
|
869
|
-
.p-editor-container .p-editor-toolbar.ql-snow {
|
|
870
|
-
border: 1px solid #dee2e6;
|
|
871
|
-
}
|
|
872
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
|
|
873
|
-
stroke: #6c757d;
|
|
874
|
-
}
|
|
875
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
|
|
876
|
-
fill: #6c757d;
|
|
877
|
-
}
|
|
878
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
|
|
879
|
-
border: 0 none;
|
|
880
|
-
color: #6c757d;
|
|
881
|
-
}
|
|
882
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
|
|
883
|
-
color: #495057;
|
|
884
|
-
}
|
|
885
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
|
|
886
|
-
stroke: #495057;
|
|
887
|
-
}
|
|
888
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
|
|
889
|
-
fill: #495057;
|
|
890
|
-
}
|
|
891
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
|
|
892
|
-
color: #495057;
|
|
893
|
-
}
|
|
894
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
|
|
895
|
-
stroke: #495057;
|
|
896
|
-
}
|
|
897
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
|
|
898
|
-
fill: #495057;
|
|
899
|
-
}
|
|
900
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
|
|
901
|
-
background: #ffffff;
|
|
902
|
-
border: 0 none;
|
|
903
|
-
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
904
|
-
border-radius: 6px;
|
|
905
|
-
padding: 0.75rem 0;
|
|
906
|
-
}
|
|
907
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
|
|
908
|
-
color: #495057;
|
|
909
|
-
}
|
|
910
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
|
|
911
|
-
color: #495057;
|
|
912
|
-
background: #e9ecef;
|
|
913
|
-
}
|
|
914
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
|
|
915
|
-
padding: 0.75rem 1.25rem;
|
|
916
|
-
}
|
|
917
|
-
.p-editor-container .p-editor-content {
|
|
918
|
-
border-bottom-right-radius: 6px;
|
|
919
|
-
border-bottom-left-radius: 6px;
|
|
920
|
-
}
|
|
921
|
-
.p-editor-container .p-editor-content.ql-snow {
|
|
922
|
-
border: 1px solid #dee2e6;
|
|
923
|
-
}
|
|
924
|
-
.p-editor-container .p-editor-content .ql-editor {
|
|
925
|
-
background: #ffffff;
|
|
926
|
-
color: #495057;
|
|
927
|
-
border-bottom-right-radius: 6px;
|
|
928
|
-
border-bottom-left-radius: 6px;
|
|
929
|
-
}
|
|
930
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover,
|
|
931
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus {
|
|
932
|
-
color: #495057;
|
|
933
|
-
}
|
|
934
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
|
|
935
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
|
|
936
|
-
stroke: #495057;
|
|
937
|
-
}
|
|
938
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
|
|
939
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
|
|
940
|
-
fill: #495057;
|
|
941
|
-
}
|
|
942
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
|
|
943
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
|
|
944
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
|
|
945
|
-
color: #3B82F6;
|
|
946
|
-
}
|
|
947
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
|
|
948
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
|
|
949
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
|
|
950
|
-
stroke: #3B82F6;
|
|
951
|
-
}
|
|
952
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
|
|
953
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
|
|
954
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
|
|
955
|
-
fill: #3B82F6;
|
|
956
|
-
}
|
|
957
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
|
|
958
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
|
|
959
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
|
|
960
|
-
color: #3B82F6;
|
|
961
|
-
}
|
|
991
|
+
|
|
962
992
|
.p-inputgroup-addon {
|
|
963
993
|
background: #e9ecef;
|
|
964
994
|
color: #6c757d;
|
|
@@ -971,60 +1001,68 @@
|
|
|
971
1001
|
.p-inputgroup-addon:last-child {
|
|
972
1002
|
border-right: 1px solid #ced4da;
|
|
973
1003
|
}
|
|
1004
|
+
|
|
974
1005
|
.p-inputgroup > .p-component,
|
|
975
|
-
|
|
976
|
-
|
|
1006
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext,
|
|
1007
|
+
.p-inputgroup > .p-float-label > .p-component {
|
|
977
1008
|
border-radius: 0;
|
|
978
1009
|
margin: 0;
|
|
979
1010
|
}
|
|
980
1011
|
.p-inputgroup > .p-component + .p-inputgroup-addon,
|
|
981
|
-
|
|
982
|
-
|
|
1012
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
|
|
1013
|
+
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
|
|
983
1014
|
border-left: 0 none;
|
|
984
1015
|
}
|
|
985
1016
|
.p-inputgroup > .p-component:focus,
|
|
986
|
-
|
|
987
|
-
|
|
1017
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
|
|
1018
|
+
.p-inputgroup > .p-float-label > .p-component:focus {
|
|
988
1019
|
z-index: 1;
|
|
989
1020
|
}
|
|
990
1021
|
.p-inputgroup > .p-component:focus ~ label,
|
|
991
|
-
|
|
992
|
-
|
|
1022
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
|
|
1023
|
+
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
|
|
993
1024
|
z-index: 1;
|
|
994
1025
|
}
|
|
1026
|
+
|
|
995
1027
|
.p-inputgroup-addon:first-child,
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1028
|
+
.p-inputgroup button:first-child,
|
|
1029
|
+
.p-inputgroup input:first-child,
|
|
1030
|
+
.p-inputgroup > .p-inputwrapper:first-child,
|
|
1031
|
+
.p-inputgroup > .p-inputwrapper:first-child > .p-inputtext {
|
|
1000
1032
|
border-top-left-radius: 6px;
|
|
1001
1033
|
border-bottom-left-radius: 6px;
|
|
1002
1034
|
}
|
|
1035
|
+
|
|
1003
1036
|
.p-inputgroup .p-float-label:first-child input {
|
|
1004
1037
|
border-top-left-radius: 6px;
|
|
1005
1038
|
border-bottom-left-radius: 6px;
|
|
1006
1039
|
}
|
|
1040
|
+
|
|
1007
1041
|
.p-inputgroup-addon:last-child,
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1042
|
+
.p-inputgroup button:last-child,
|
|
1043
|
+
.p-inputgroup input:last-child,
|
|
1044
|
+
.p-inputgroup > .p-inputwrapper:last-child,
|
|
1045
|
+
.p-inputgroup > .p-inputwrapper:last-child > .p-inputtext {
|
|
1012
1046
|
border-top-right-radius: 6px;
|
|
1013
1047
|
border-bottom-right-radius: 6px;
|
|
1014
1048
|
}
|
|
1049
|
+
|
|
1015
1050
|
.p-inputgroup .p-float-label:last-child input {
|
|
1016
1051
|
border-top-right-radius: 6px;
|
|
1017
1052
|
border-bottom-right-radius: 6px;
|
|
1018
1053
|
}
|
|
1054
|
+
|
|
1019
1055
|
.p-fluid .p-inputgroup .p-button {
|
|
1020
1056
|
width: auto;
|
|
1021
1057
|
}
|
|
1022
1058
|
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
|
|
1023
1059
|
width: 3rem;
|
|
1024
1060
|
}
|
|
1061
|
+
|
|
1025
1062
|
.p-inputnumber.p-invalid.p-component > .p-inputtext {
|
|
1026
1063
|
border-color: #e24c4c;
|
|
1027
1064
|
}
|
|
1065
|
+
|
|
1028
1066
|
.p-inputswitch {
|
|
1029
1067
|
width: 3rem;
|
|
1030
1068
|
height: 1.75rem;
|
|
@@ -1061,14 +1099,15 @@
|
|
|
1061
1099
|
background: #ffffff;
|
|
1062
1100
|
}
|
|
1063
1101
|
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
|
|
1064
|
-
background: #
|
|
1102
|
+
background: #2563eb;
|
|
1065
1103
|
}
|
|
1066
1104
|
.p-inputswitch.p-invalid .p-inputswitch-slider {
|
|
1067
1105
|
border-color: #e24c4c;
|
|
1068
1106
|
}
|
|
1107
|
+
|
|
1069
1108
|
.p-inputtext {
|
|
1070
|
-
font-family:
|
|
1071
|
-
font-feature-settings:
|
|
1109
|
+
font-family: var(--font-family);
|
|
1110
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
1072
1111
|
font-size: 1rem;
|
|
1073
1112
|
color: #495057;
|
|
1074
1113
|
background: #ffffff;
|
|
@@ -1098,47 +1137,59 @@
|
|
|
1098
1137
|
font-size: 1.25rem;
|
|
1099
1138
|
padding: 0.9375rem 0.9375rem;
|
|
1100
1139
|
}
|
|
1140
|
+
|
|
1101
1141
|
.p-float-label > label {
|
|
1102
1142
|
left: 0.75rem;
|
|
1103
1143
|
color: #6c757d;
|
|
1104
1144
|
transition-duration: 0.2s;
|
|
1105
1145
|
}
|
|
1146
|
+
|
|
1106
1147
|
.p-float-label > label.p-error {
|
|
1107
1148
|
color: #e24c4c;
|
|
1108
1149
|
}
|
|
1150
|
+
|
|
1109
1151
|
.p-input-icon-left > i:first-of-type,
|
|
1110
|
-
|
|
1111
|
-
|
|
1152
|
+
.p-input-icon-left > svg:first-of-type,
|
|
1153
|
+
.p-input-icon-left > .p-input-prefix {
|
|
1112
1154
|
left: 0.75rem;
|
|
1113
1155
|
color: #6c757d;
|
|
1114
1156
|
}
|
|
1157
|
+
|
|
1115
1158
|
.p-input-icon-left > .p-inputtext {
|
|
1116
1159
|
padding-left: 2.5rem;
|
|
1117
1160
|
}
|
|
1161
|
+
|
|
1118
1162
|
.p-input-icon-left.p-float-label > label {
|
|
1119
1163
|
left: 2.5rem;
|
|
1120
1164
|
}
|
|
1165
|
+
|
|
1121
1166
|
.p-input-icon-right > i:last-of-type,
|
|
1122
|
-
|
|
1123
|
-
|
|
1167
|
+
.p-input-icon-right > svg:last-of-type,
|
|
1168
|
+
.p-input-icon-right > .p-input-suffix {
|
|
1124
1169
|
right: 0.75rem;
|
|
1125
1170
|
color: #6c757d;
|
|
1126
1171
|
}
|
|
1172
|
+
|
|
1127
1173
|
.p-input-icon-right > .p-inputtext {
|
|
1128
1174
|
padding-right: 2.5rem;
|
|
1129
1175
|
}
|
|
1176
|
+
|
|
1130
1177
|
::-webkit-input-placeholder {
|
|
1131
1178
|
color: #6c757d;
|
|
1132
1179
|
}
|
|
1180
|
+
|
|
1133
1181
|
:-moz-placeholder {
|
|
1134
1182
|
color: #6c757d;
|
|
1135
1183
|
}
|
|
1184
|
+
|
|
1136
1185
|
::-moz-placeholder {
|
|
1137
1186
|
color: #6c757d;
|
|
1138
1187
|
}
|
|
1188
|
+
|
|
1139
1189
|
:-ms-input-placeholder {
|
|
1140
1190
|
color: #6c757d;
|
|
1141
1191
|
}
|
|
1192
|
+
|
|
1142
1193
|
.p-input-filled .p-inputtext {
|
|
1143
1194
|
background-color: #e9ecef;
|
|
1144
1195
|
}
|
|
@@ -1148,14 +1199,17 @@
|
|
|
1148
1199
|
.p-input-filled .p-inputtext:enabled:focus {
|
|
1149
1200
|
background-color: #ffffff;
|
|
1150
1201
|
}
|
|
1202
|
+
|
|
1151
1203
|
.p-inputtext-sm .p-inputtext {
|
|
1152
1204
|
font-size: 0.875rem;
|
|
1153
1205
|
padding: 0.65625rem 0.65625rem;
|
|
1154
1206
|
}
|
|
1207
|
+
|
|
1155
1208
|
.p-inputtext-lg .p-inputtext {
|
|
1156
1209
|
font-size: 1.25rem;
|
|
1157
1210
|
padding: 0.9375rem 0.9375rem;
|
|
1158
1211
|
}
|
|
1212
|
+
|
|
1159
1213
|
.p-listbox {
|
|
1160
1214
|
background: #ffffff;
|
|
1161
1215
|
color: #495057;
|
|
@@ -1190,7 +1244,7 @@
|
|
|
1190
1244
|
border-radius: 0;
|
|
1191
1245
|
}
|
|
1192
1246
|
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
|
1193
|
-
color: #
|
|
1247
|
+
color: #1D4ED8;
|
|
1194
1248
|
background: #EFF6FF;
|
|
1195
1249
|
}
|
|
1196
1250
|
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
|
@@ -1217,6 +1271,7 @@
|
|
|
1217
1271
|
.p-listbox.p-invalid {
|
|
1218
1272
|
border-color: #e24c4c;
|
|
1219
1273
|
}
|
|
1274
|
+
|
|
1220
1275
|
.p-mention-panel {
|
|
1221
1276
|
background: #ffffff;
|
|
1222
1277
|
color: #495057;
|
|
@@ -1241,9 +1296,10 @@
|
|
|
1241
1296
|
background: #e9ecef;
|
|
1242
1297
|
}
|
|
1243
1298
|
.p-mention-panel .p-mention-items .p-mention-item.p-highlight {
|
|
1244
|
-
color: #
|
|
1299
|
+
color: #1D4ED8;
|
|
1245
1300
|
background: #EFF6FF;
|
|
1246
1301
|
}
|
|
1302
|
+
|
|
1247
1303
|
.p-multiselect {
|
|
1248
1304
|
background: #ffffff;
|
|
1249
1305
|
border: 1px solid #ced4da;
|
|
@@ -1293,6 +1349,7 @@
|
|
|
1293
1349
|
.p-multiselect.p-invalid.p-component {
|
|
1294
1350
|
border-color: #e24c4c;
|
|
1295
1351
|
}
|
|
1352
|
+
|
|
1296
1353
|
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
|
1297
1354
|
padding: 0.375rem 0.75rem;
|
|
1298
1355
|
}
|
|
@@ -1302,6 +1359,7 @@
|
|
|
1302
1359
|
.p-inputwrapper-filled.p-multiselect.p-multiselect-clearable .p-multiselect-label {
|
|
1303
1360
|
padding-right: 1.75rem;
|
|
1304
1361
|
}
|
|
1362
|
+
|
|
1305
1363
|
.p-multiselect-panel {
|
|
1306
1364
|
background: #ffffff;
|
|
1307
1365
|
color: #495057;
|
|
@@ -1360,7 +1418,7 @@
|
|
|
1360
1418
|
border-radius: 0;
|
|
1361
1419
|
}
|
|
1362
1420
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
|
1363
|
-
color: #
|
|
1421
|
+
color: #1D4ED8;
|
|
1364
1422
|
background: #EFF6FF;
|
|
1365
1423
|
}
|
|
1366
1424
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
|
@@ -1387,6 +1445,7 @@
|
|
|
1387
1445
|
color: #495057;
|
|
1388
1446
|
background: transparent;
|
|
1389
1447
|
}
|
|
1448
|
+
|
|
1390
1449
|
.p-input-filled .p-multiselect {
|
|
1391
1450
|
background: #e9ecef;
|
|
1392
1451
|
}
|
|
@@ -1396,9 +1455,11 @@
|
|
|
1396
1455
|
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
|
|
1397
1456
|
background-color: #ffffff;
|
|
1398
1457
|
}
|
|
1458
|
+
|
|
1399
1459
|
.p-password.p-invalid.p-component > .p-inputtext {
|
|
1400
1460
|
border-color: #e24c4c;
|
|
1401
1461
|
}
|
|
1462
|
+
|
|
1402
1463
|
.p-password-panel {
|
|
1403
1464
|
padding: 1.25rem;
|
|
1404
1465
|
background: #ffffff;
|
|
@@ -1420,6 +1481,7 @@
|
|
|
1420
1481
|
.p-password-panel .p-password-meter .p-password-strength.strong {
|
|
1421
1482
|
background: #29c76f;
|
|
1422
1483
|
}
|
|
1484
|
+
|
|
1423
1485
|
.p-radiobutton {
|
|
1424
1486
|
width: 22px;
|
|
1425
1487
|
height: 22px;
|
|
@@ -1453,8 +1515,8 @@
|
|
|
1453
1515
|
background: #3B82F6;
|
|
1454
1516
|
}
|
|
1455
1517
|
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
|
1456
|
-
border-color: #
|
|
1457
|
-
background: #
|
|
1518
|
+
border-color: #1D4ED8;
|
|
1519
|
+
background: #1D4ED8;
|
|
1458
1520
|
color: #ffffff;
|
|
1459
1521
|
}
|
|
1460
1522
|
.p-radiobutton.p-invalid > .p-radiobutton-box {
|
|
@@ -1463,6 +1525,7 @@
|
|
|
1463
1525
|
.p-radiobutton:focus {
|
|
1464
1526
|
outline: 0 none;
|
|
1465
1527
|
}
|
|
1528
|
+
|
|
1466
1529
|
.p-input-filled .p-radiobutton .p-radiobutton-box {
|
|
1467
1530
|
background-color: #e9ecef;
|
|
1468
1531
|
}
|
|
@@ -1473,8 +1536,9 @@
|
|
|
1473
1536
|
background: #3B82F6;
|
|
1474
1537
|
}
|
|
1475
1538
|
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
|
1476
|
-
background: #
|
|
1539
|
+
background: #1D4ED8;
|
|
1477
1540
|
}
|
|
1541
|
+
|
|
1478
1542
|
.p-rating {
|
|
1479
1543
|
gap: 0.5rem;
|
|
1480
1544
|
}
|
|
@@ -1504,6 +1568,7 @@
|
|
|
1504
1568
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
|
|
1505
1569
|
color: #e73d3e;
|
|
1506
1570
|
}
|
|
1571
|
+
|
|
1507
1572
|
.p-selectbutton .p-button {
|
|
1508
1573
|
background: #ffffff;
|
|
1509
1574
|
border: 1px solid #ced4da;
|
|
@@ -1511,7 +1576,7 @@
|
|
|
1511
1576
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
1512
1577
|
}
|
|
1513
1578
|
.p-selectbutton .p-button .p-button-icon-left,
|
|
1514
|
-
|
|
1579
|
+
.p-selectbutton .p-button .p-button-icon-right {
|
|
1515
1580
|
color: #6c757d;
|
|
1516
1581
|
}
|
|
1517
1582
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
|
@@ -1520,7 +1585,7 @@
|
|
|
1520
1585
|
color: #495057;
|
|
1521
1586
|
}
|
|
1522
1587
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
|
|
1523
|
-
|
|
1588
|
+
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
|
1524
1589
|
color: #343a40;
|
|
1525
1590
|
}
|
|
1526
1591
|
.p-selectbutton .p-button.p-highlight {
|
|
@@ -1529,21 +1594,22 @@
|
|
|
1529
1594
|
color: #ffffff;
|
|
1530
1595
|
}
|
|
1531
1596
|
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
|
|
1532
|
-
|
|
1597
|
+
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
|
|
1533
1598
|
color: #ffffff;
|
|
1534
1599
|
}
|
|
1535
1600
|
.p-selectbutton .p-button.p-highlight:hover {
|
|
1536
|
-
background: #
|
|
1537
|
-
border-color: #
|
|
1601
|
+
background: #2563eb;
|
|
1602
|
+
border-color: #2563eb;
|
|
1538
1603
|
color: #ffffff;
|
|
1539
1604
|
}
|
|
1540
1605
|
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
|
|
1541
|
-
|
|
1606
|
+
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
|
|
1542
1607
|
color: #ffffff;
|
|
1543
1608
|
}
|
|
1544
1609
|
.p-selectbutton.p-invalid > .p-button {
|
|
1545
1610
|
border-color: #e24c4c;
|
|
1546
1611
|
}
|
|
1612
|
+
|
|
1547
1613
|
.p-slider {
|
|
1548
1614
|
background: #dee2e6;
|
|
1549
1615
|
border: 0 none;
|
|
@@ -1583,6 +1649,7 @@
|
|
|
1583
1649
|
background: #3B82F6;
|
|
1584
1650
|
border-color: #3B82F6;
|
|
1585
1651
|
}
|
|
1652
|
+
|
|
1586
1653
|
.p-treeselect {
|
|
1587
1654
|
background: #ffffff;
|
|
1588
1655
|
border: 1px solid #ced4da;
|
|
@@ -1622,9 +1689,11 @@
|
|
|
1622
1689
|
.p-treeselect.p-invalid.p-component {
|
|
1623
1690
|
border-color: #e24c4c;
|
|
1624
1691
|
}
|
|
1692
|
+
|
|
1625
1693
|
.p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label {
|
|
1626
1694
|
padding: 0.375rem 0.75rem;
|
|
1627
1695
|
}
|
|
1696
|
+
|
|
1628
1697
|
.p-treeselect-panel {
|
|
1629
1698
|
background: #ffffff;
|
|
1630
1699
|
color: #495057;
|
|
@@ -1684,6 +1753,7 @@
|
|
|
1684
1753
|
color: #495057;
|
|
1685
1754
|
background: transparent;
|
|
1686
1755
|
}
|
|
1756
|
+
|
|
1687
1757
|
.p-input-filled .p-treeselect {
|
|
1688
1758
|
background: #e9ecef;
|
|
1689
1759
|
}
|
|
@@ -1693,6 +1763,7 @@
|
|
|
1693
1763
|
.p-input-filled .p-treeselect:not(.p-disabled).p-focus {
|
|
1694
1764
|
background-color: #ffffff;
|
|
1695
1765
|
}
|
|
1766
|
+
|
|
1696
1767
|
.p-togglebutton.p-button {
|
|
1697
1768
|
background: #ffffff;
|
|
1698
1769
|
border: 1px solid #ced4da;
|
|
@@ -1700,7 +1771,7 @@
|
|
|
1700
1771
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
1701
1772
|
}
|
|
1702
1773
|
.p-togglebutton.p-button .p-button-icon-left,
|
|
1703
|
-
|
|
1774
|
+
.p-togglebutton.p-button .p-button-icon-right {
|
|
1704
1775
|
color: #6c757d;
|
|
1705
1776
|
}
|
|
1706
1777
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
|
@@ -1709,7 +1780,7 @@
|
|
|
1709
1780
|
color: #495057;
|
|
1710
1781
|
}
|
|
1711
1782
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
|
|
1712
|
-
|
|
1783
|
+
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
|
1713
1784
|
color: #343a40;
|
|
1714
1785
|
}
|
|
1715
1786
|
.p-togglebutton.p-button.p-highlight {
|
|
@@ -1718,21 +1789,22 @@
|
|
|
1718
1789
|
color: #ffffff;
|
|
1719
1790
|
}
|
|
1720
1791
|
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
|
|
1721
|
-
|
|
1792
|
+
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
|
|
1722
1793
|
color: #ffffff;
|
|
1723
1794
|
}
|
|
1724
1795
|
.p-togglebutton.p-button.p-highlight:hover {
|
|
1725
|
-
background: #
|
|
1726
|
-
border-color: #
|
|
1796
|
+
background: #2563eb;
|
|
1797
|
+
border-color: #2563eb;
|
|
1727
1798
|
color: #ffffff;
|
|
1728
1799
|
}
|
|
1729
1800
|
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
|
|
1730
|
-
|
|
1801
|
+
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
|
|
1731
1802
|
color: #ffffff;
|
|
1732
1803
|
}
|
|
1733
1804
|
.p-togglebutton.p-button.p-invalid > .p-button {
|
|
1734
1805
|
border-color: #e24c4c;
|
|
1735
1806
|
}
|
|
1807
|
+
|
|
1736
1808
|
.p-button {
|
|
1737
1809
|
color: #ffffff;
|
|
1738
1810
|
background: #3B82F6;
|
|
@@ -1743,14 +1815,14 @@
|
|
|
1743
1815
|
border-radius: 6px;
|
|
1744
1816
|
}
|
|
1745
1817
|
.p-button:enabled:hover, .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
1746
|
-
background: #
|
|
1818
|
+
background: #2563eb;
|
|
1747
1819
|
color: #ffffff;
|
|
1748
|
-
border-color: #
|
|
1820
|
+
border-color: #2563eb;
|
|
1749
1821
|
}
|
|
1750
1822
|
.p-button:enabled:active, .p-button:not(button):not(a):not(.p-disabled):active {
|
|
1751
|
-
background: #
|
|
1823
|
+
background: #1D4ED8;
|
|
1752
1824
|
color: #ffffff;
|
|
1753
|
-
border-color: #
|
|
1825
|
+
border-color: #1D4ED8;
|
|
1754
1826
|
}
|
|
1755
1827
|
.p-button.p-button-outlined {
|
|
1756
1828
|
background-color: transparent;
|
|
@@ -1844,7 +1916,7 @@
|
|
|
1844
1916
|
padding: 0.75rem 0;
|
|
1845
1917
|
}
|
|
1846
1918
|
.p-button.p-button-icon-only .p-button-icon-left,
|
|
1847
|
-
|
|
1919
|
+
.p-button.p-button-icon-only .p-button-icon-right {
|
|
1848
1920
|
margin: 0;
|
|
1849
1921
|
}
|
|
1850
1922
|
.p-button.p-button-icon-only.p-button-rounded {
|
|
@@ -1880,6 +1952,7 @@
|
|
|
1880
1952
|
.p-button.p-button-loading-label-only .p-button-loading-icon {
|
|
1881
1953
|
margin: 0;
|
|
1882
1954
|
}
|
|
1955
|
+
|
|
1883
1956
|
.p-fluid .p-button {
|
|
1884
1957
|
width: 100%;
|
|
1885
1958
|
}
|
|
@@ -1892,6 +1965,7 @@
|
|
|
1892
1965
|
.p-fluid .p-buttonset .p-button {
|
|
1893
1966
|
flex: 1;
|
|
1894
1967
|
}
|
|
1968
|
+
|
|
1895
1969
|
.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 {
|
|
1896
1970
|
color: #ffffff;
|
|
1897
1971
|
background: #64748B;
|
|
@@ -1940,6 +2014,7 @@
|
|
|
1940
2014
|
border-color: transparent;
|
|
1941
2015
|
color: #64748B;
|
|
1942
2016
|
}
|
|
2017
|
+
|
|
1943
2018
|
.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 {
|
|
1944
2019
|
color: #ffffff;
|
|
1945
2020
|
background: #3B82F6;
|
|
@@ -1988,6 +2063,7 @@
|
|
|
1988
2063
|
border-color: transparent;
|
|
1989
2064
|
color: #3B82F6;
|
|
1990
2065
|
}
|
|
2066
|
+
|
|
1991
2067
|
.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 {
|
|
1992
2068
|
color: #ffffff;
|
|
1993
2069
|
background: #22C55E;
|
|
@@ -2036,6 +2112,7 @@
|
|
|
2036
2112
|
border-color: transparent;
|
|
2037
2113
|
color: #22C55E;
|
|
2038
2114
|
}
|
|
2115
|
+
|
|
2039
2116
|
.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 {
|
|
2040
2117
|
color: #ffffff;
|
|
2041
2118
|
background: #F59E0B;
|
|
@@ -2084,6 +2161,7 @@
|
|
|
2084
2161
|
border-color: transparent;
|
|
2085
2162
|
color: #F59E0B;
|
|
2086
2163
|
}
|
|
2164
|
+
|
|
2087
2165
|
.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 {
|
|
2088
2166
|
color: #ffffff;
|
|
2089
2167
|
background: #A855F7;
|
|
@@ -2132,6 +2210,7 @@
|
|
|
2132
2210
|
border-color: transparent;
|
|
2133
2211
|
color: #A855F7;
|
|
2134
2212
|
}
|
|
2213
|
+
|
|
2135
2214
|
.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 {
|
|
2136
2215
|
color: #ffffff;
|
|
2137
2216
|
background: #EF4444;
|
|
@@ -2180,14 +2259,15 @@
|
|
|
2180
2259
|
border-color: transparent;
|
|
2181
2260
|
color: #EF4444;
|
|
2182
2261
|
}
|
|
2262
|
+
|
|
2183
2263
|
.p-button.p-button-link {
|
|
2184
|
-
color: #
|
|
2264
|
+
color: #1D4ED8;
|
|
2185
2265
|
background: transparent;
|
|
2186
2266
|
border: transparent;
|
|
2187
2267
|
}
|
|
2188
2268
|
.p-button.p-button-link:enabled:hover, .p-button.p-button-link:not(button):not(a):not(.p-disabled):hover {
|
|
2189
2269
|
background: transparent;
|
|
2190
|
-
color: #
|
|
2270
|
+
color: #1D4ED8;
|
|
2191
2271
|
border-color: transparent;
|
|
2192
2272
|
}
|
|
2193
2273
|
.p-button.p-button-link:enabled:hover .p-button-label, .p-button.p-button-link:not(button):not(a):not(.p-disabled):hover .p-button-label {
|
|
@@ -2200,9 +2280,10 @@
|
|
|
2200
2280
|
}
|
|
2201
2281
|
.p-button.p-button-link:enabled:active, .p-button.p-button-link:not(button):not(a):not(.p-disabled):active {
|
|
2202
2282
|
background: transparent;
|
|
2203
|
-
color: #
|
|
2283
|
+
color: #1D4ED8;
|
|
2204
2284
|
border-color: transparent;
|
|
2205
2285
|
}
|
|
2286
|
+
|
|
2206
2287
|
.p-splitbutton {
|
|
2207
2288
|
border-radius: 6px;
|
|
2208
2289
|
}
|
|
@@ -2284,11 +2365,12 @@
|
|
|
2284
2365
|
font-size: 1.25rem;
|
|
2285
2366
|
}
|
|
2286
2367
|
.p-splitbutton .p-splitbutton-menubutton,
|
|
2287
|
-
|
|
2288
|
-
|
|
2368
|
+
.p-splitbutton .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,
|
|
2369
|
+
.p-splitbutton .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button {
|
|
2289
2370
|
border-top-left-radius: 0;
|
|
2290
2371
|
border-bottom-left-radius: 0;
|
|
2291
2372
|
}
|
|
2373
|
+
|
|
2292
2374
|
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
|
2293
2375
|
background-color: transparent;
|
|
2294
2376
|
color: #64748B;
|
|
@@ -2317,6 +2399,7 @@
|
|
|
2317
2399
|
border-color: transparent;
|
|
2318
2400
|
color: #64748B;
|
|
2319
2401
|
}
|
|
2402
|
+
|
|
2320
2403
|
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
|
2321
2404
|
background-color: transparent;
|
|
2322
2405
|
color: #3B82F6;
|
|
@@ -2345,6 +2428,7 @@
|
|
|
2345
2428
|
border-color: transparent;
|
|
2346
2429
|
color: #3B82F6;
|
|
2347
2430
|
}
|
|
2431
|
+
|
|
2348
2432
|
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
|
2349
2433
|
background-color: transparent;
|
|
2350
2434
|
color: #22C55E;
|
|
@@ -2373,6 +2457,7 @@
|
|
|
2373
2457
|
border-color: transparent;
|
|
2374
2458
|
color: #22C55E;
|
|
2375
2459
|
}
|
|
2460
|
+
|
|
2376
2461
|
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
|
2377
2462
|
background-color: transparent;
|
|
2378
2463
|
color: #F59E0B;
|
|
@@ -2401,6 +2486,7 @@
|
|
|
2401
2486
|
border-color: transparent;
|
|
2402
2487
|
color: #F59E0B;
|
|
2403
2488
|
}
|
|
2489
|
+
|
|
2404
2490
|
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
|
2405
2491
|
background-color: transparent;
|
|
2406
2492
|
color: #A855F7;
|
|
@@ -2429,6 +2515,7 @@
|
|
|
2429
2515
|
border-color: transparent;
|
|
2430
2516
|
color: #A855F7;
|
|
2431
2517
|
}
|
|
2518
|
+
|
|
2432
2519
|
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
|
2433
2520
|
background-color: transparent;
|
|
2434
2521
|
color: #EF4444;
|
|
@@ -2457,6 +2544,7 @@
|
|
|
2457
2544
|
border-color: transparent;
|
|
2458
2545
|
color: #EF4444;
|
|
2459
2546
|
}
|
|
2547
|
+
|
|
2460
2548
|
.p-speeddial-button.p-button.p-button-icon-only {
|
|
2461
2549
|
width: 4rem;
|
|
2462
2550
|
height: 4rem;
|
|
@@ -2468,6 +2556,7 @@
|
|
|
2468
2556
|
width: 1.3rem;
|
|
2469
2557
|
height: 1.3rem;
|
|
2470
2558
|
}
|
|
2559
|
+
|
|
2471
2560
|
.p-speeddial-action {
|
|
2472
2561
|
width: 3rem;
|
|
2473
2562
|
height: 3rem;
|
|
@@ -2478,47 +2567,54 @@
|
|
|
2478
2567
|
background: #022354;
|
|
2479
2568
|
color: #fff;
|
|
2480
2569
|
}
|
|
2570
|
+
|
|
2481
2571
|
.p-speeddial-direction-up .p-speeddial-item {
|
|
2482
2572
|
margin: 0.25rem;
|
|
2483
2573
|
}
|
|
2484
2574
|
.p-speeddial-direction-up .p-speeddial-item:first-child {
|
|
2485
2575
|
margin-bottom: 0.5rem;
|
|
2486
2576
|
}
|
|
2577
|
+
|
|
2487
2578
|
.p-speeddial-direction-down .p-speeddial-item {
|
|
2488
2579
|
margin: 0.25rem;
|
|
2489
2580
|
}
|
|
2490
2581
|
.p-speeddial-direction-down .p-speeddial-item:first-child {
|
|
2491
2582
|
margin-top: 0.5rem;
|
|
2492
2583
|
}
|
|
2584
|
+
|
|
2493
2585
|
.p-speeddial-direction-left .p-speeddial-item {
|
|
2494
2586
|
margin: 0 0.25rem;
|
|
2495
2587
|
}
|
|
2496
2588
|
.p-speeddial-direction-left .p-speeddial-item:first-child {
|
|
2497
2589
|
margin-right: 0.5rem;
|
|
2498
2590
|
}
|
|
2591
|
+
|
|
2499
2592
|
.p-speeddial-direction-right .p-speeddial-item {
|
|
2500
2593
|
margin: 0 0.25rem;
|
|
2501
2594
|
}
|
|
2502
2595
|
.p-speeddial-direction-right .p-speeddial-item:first-child {
|
|
2503
2596
|
margin-left: 0.5rem;
|
|
2504
2597
|
}
|
|
2598
|
+
|
|
2505
2599
|
.p-speeddial-circle .p-speeddial-item,
|
|
2506
|
-
|
|
2507
|
-
|
|
2600
|
+
.p-speeddial-semi-circle .p-speeddial-item,
|
|
2601
|
+
.p-speeddial-quarter-circle .p-speeddial-item {
|
|
2508
2602
|
margin: 0;
|
|
2509
2603
|
}
|
|
2510
2604
|
.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2605
|
+
.p-speeddial-semi-circle .p-speeddial-item:first-child,
|
|
2606
|
+
.p-speeddial-semi-circle .p-speeddial-item:last-child,
|
|
2607
|
+
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
|
|
2608
|
+
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
|
|
2515
2609
|
margin: 0;
|
|
2516
2610
|
}
|
|
2611
|
+
|
|
2517
2612
|
.p-speeddial-mask {
|
|
2518
2613
|
background-color: rgba(0, 0, 0, 0.4);
|
|
2519
2614
|
}
|
|
2615
|
+
|
|
2520
2616
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
|
2521
|
-
|
|
2617
|
+
.p-carousel .p-carousel-content .p-carousel-next {
|
|
2522
2618
|
width: 2rem;
|
|
2523
2619
|
height: 2rem;
|
|
2524
2620
|
color: #6c757d;
|
|
@@ -2529,13 +2625,13 @@
|
|
|
2529
2625
|
margin: 0.5rem;
|
|
2530
2626
|
}
|
|
2531
2627
|
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
|
|
2532
|
-
|
|
2628
|
+
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
|
|
2533
2629
|
color: #343a40;
|
|
2534
2630
|
border-color: transparent;
|
|
2535
2631
|
background: #e9ecef;
|
|
2536
2632
|
}
|
|
2537
2633
|
.p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
|
|
2538
|
-
|
|
2634
|
+
.p-carousel .p-carousel-content .p-carousel-next:focus-visible {
|
|
2539
2635
|
outline: 0 none;
|
|
2540
2636
|
outline-offset: 0;
|
|
2541
2637
|
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
|
@@ -2559,8 +2655,9 @@
|
|
|
2559
2655
|
}
|
|
2560
2656
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
|
2561
2657
|
background: #EFF6FF;
|
|
2562
|
-
color: #
|
|
2658
|
+
color: #1D4ED8;
|
|
2563
2659
|
}
|
|
2660
|
+
|
|
2564
2661
|
.p-datatable .p-paginator-top {
|
|
2565
2662
|
border-width: 0 0 1px 0;
|
|
2566
2663
|
border-radius: 0;
|
|
@@ -2613,7 +2710,7 @@
|
|
|
2613
2710
|
height: 1.143rem;
|
|
2614
2711
|
min-width: 1.143rem;
|
|
2615
2712
|
line-height: 1.143rem;
|
|
2616
|
-
color: #
|
|
2713
|
+
color: #1D4ED8;
|
|
2617
2714
|
background: #EFF6FF;
|
|
2618
2715
|
margin-left: 0.5rem;
|
|
2619
2716
|
}
|
|
@@ -2626,17 +2723,17 @@
|
|
|
2626
2723
|
}
|
|
2627
2724
|
.p-datatable .p-sortable-column.p-highlight {
|
|
2628
2725
|
background: #EFF6FF;
|
|
2629
|
-
color: #
|
|
2726
|
+
color: #1D4ED8;
|
|
2630
2727
|
}
|
|
2631
2728
|
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
|
2632
|
-
color: #
|
|
2729
|
+
color: #1D4ED8;
|
|
2633
2730
|
}
|
|
2634
2731
|
.p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover {
|
|
2635
2732
|
background: #EFF6FF;
|
|
2636
|
-
color: #
|
|
2733
|
+
color: #1D4ED8;
|
|
2637
2734
|
}
|
|
2638
2735
|
.p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover .p-sortable-column-icon {
|
|
2639
|
-
color: #
|
|
2736
|
+
color: #1D4ED8;
|
|
2640
2737
|
}
|
|
2641
2738
|
.p-datatable .p-sortable-column:focus-visible {
|
|
2642
2739
|
box-shadow: inset 0 0 0 0.15rem #BFDBFE;
|
|
@@ -2654,9 +2751,9 @@
|
|
|
2654
2751
|
padding: 1rem 1rem;
|
|
2655
2752
|
}
|
|
2656
2753
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2754
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
|
|
2755
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
|
|
2756
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
|
|
2660
2757
|
width: 2rem;
|
|
2661
2758
|
height: 2rem;
|
|
2662
2759
|
color: #6c757d;
|
|
@@ -2666,17 +2763,17 @@
|
|
|
2666
2763
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2667
2764
|
}
|
|
2668
2765
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2766
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
|
|
2767
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
|
|
2768
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
|
|
2672
2769
|
color: #343a40;
|
|
2673
2770
|
border-color: transparent;
|
|
2674
2771
|
background: #e9ecef;
|
|
2675
2772
|
}
|
|
2676
2773
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2774
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
|
|
2775
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
|
|
2776
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
|
|
2680
2777
|
outline: 0 none;
|
|
2681
2778
|
outline-offset: 0;
|
|
2682
2779
|
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
|
@@ -2689,11 +2786,11 @@
|
|
|
2689
2786
|
}
|
|
2690
2787
|
.p-datatable .p-datatable-tbody > tr > td.p-highlight {
|
|
2691
2788
|
background: #EFF6FF;
|
|
2692
|
-
color: #
|
|
2789
|
+
color: #1D4ED8;
|
|
2693
2790
|
}
|
|
2694
2791
|
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
|
2695
2792
|
background: #EFF6FF;
|
|
2696
|
-
color: #
|
|
2793
|
+
color: #1D4ED8;
|
|
2697
2794
|
}
|
|
2698
2795
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
|
2699
2796
|
box-shadow: inset 0 2px 0 0 #EFF6FF;
|
|
@@ -2725,12 +2822,12 @@
|
|
|
2725
2822
|
background: #3B82F6;
|
|
2726
2823
|
}
|
|
2727
2824
|
.p-datatable .p-datatable-scrollable-header,
|
|
2728
|
-
|
|
2825
|
+
.p-datatable .p-datatable-scrollable-footer {
|
|
2729
2826
|
background: #f8f9fa;
|
|
2730
2827
|
}
|
|
2731
2828
|
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
|
|
2732
|
-
|
|
2733
|
-
|
|
2829
|
+
.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,
|
|
2830
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot {
|
|
2734
2831
|
background-color: #f8f9fa;
|
|
2735
2832
|
}
|
|
2736
2833
|
.p-datatable .p-datatable-loading-icon {
|
|
@@ -2799,13 +2896,13 @@
|
|
|
2799
2896
|
}
|
|
2800
2897
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight {
|
|
2801
2898
|
background: #EFF6FF;
|
|
2802
|
-
color: #
|
|
2899
|
+
color: #1D4ED8;
|
|
2803
2900
|
}
|
|
2804
2901
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler {
|
|
2805
|
-
color: #
|
|
2902
|
+
color: #1D4ED8;
|
|
2806
2903
|
}
|
|
2807
2904
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover {
|
|
2808
|
-
color: #
|
|
2905
|
+
color: #1D4ED8;
|
|
2809
2906
|
}
|
|
2810
2907
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd + .p-row-expanded {
|
|
2811
2908
|
background: #fcfcfc;
|
|
@@ -2840,9 +2937,11 @@
|
|
|
2840
2937
|
.p-datatable.p-datatable-lg .p-datatable-footer {
|
|
2841
2938
|
padding: 1.25rem 1.25rem;
|
|
2842
2939
|
}
|
|
2940
|
+
|
|
2843
2941
|
.p-datatable-drag-selection-helper {
|
|
2844
2942
|
background: rgba(59, 130, 246, 0.16);
|
|
2845
2943
|
}
|
|
2944
|
+
|
|
2846
2945
|
.p-dataview .p-paginator-top {
|
|
2847
2946
|
border-width: 0 0 1px 0;
|
|
2848
2947
|
border-radius: 0;
|
|
@@ -2886,6 +2985,7 @@
|
|
|
2886
2985
|
width: 2rem;
|
|
2887
2986
|
height: 2rem;
|
|
2888
2987
|
}
|
|
2988
|
+
|
|
2889
2989
|
.p-datascroller .p-paginator-top {
|
|
2890
2990
|
border-width: 0 0 1px 0;
|
|
2891
2991
|
border-radius: 0;
|
|
@@ -2908,283 +3008,27 @@
|
|
|
2908
3008
|
border: 0 none;
|
|
2909
3009
|
padding: 0;
|
|
2910
3010
|
}
|
|
2911
|
-
.p-datascroller.p-datascroller-inline .p-datascroller-list > li {
|
|
2912
|
-
border: solid #dee2e6;
|
|
2913
|
-
border-width: 0 0 1px 0;
|
|
2914
|
-
}
|
|
2915
|
-
.p-datascroller .p-datascroller-footer {
|
|
2916
|
-
background: #f8f9fa;
|
|
2917
|
-
color: #343a40;
|
|
2918
|
-
border: 1px solid #dee2e6;
|
|
2919
|
-
border-width: 0 0 1px 0;
|
|
2920
|
-
padding: 1rem 1rem;
|
|
2921
|
-
font-weight: 700;
|
|
2922
|
-
border-bottom-left-radius: 6px;
|
|
2923
|
-
border-bottom-right-radius: 6px;
|
|
2924
|
-
}
|
|
2925
|
-
.p-column-filter-row .p-column-filter-menu-button,
|
|
2926
|
-
.p-column-filter-row .p-column-filter-clear-button {
|
|
2927
|
-
margin-left: 0.5rem;
|
|
2928
|
-
}
|
|
2929
|
-
.p-column-filter-menu-button {
|
|
2930
|
-
width: 2rem;
|
|
2931
|
-
height: 2rem;
|
|
2932
|
-
color: #6c757d;
|
|
2933
|
-
border: 0 none;
|
|
2934
|
-
background: transparent;
|
|
2935
|
-
border-radius: 50%;
|
|
2936
|
-
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2937
|
-
}
|
|
2938
|
-
.p-column-filter-menu-button:hover {
|
|
2939
|
-
color: #343a40;
|
|
2940
|
-
border-color: transparent;
|
|
2941
|
-
background: #e9ecef;
|
|
2942
|
-
}
|
|
2943
|
-
.p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
|
|
2944
|
-
background: #e9ecef;
|
|
2945
|
-
color: #343a40;
|
|
2946
|
-
}
|
|
2947
|
-
.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
|
|
2948
|
-
background: #EFF6FF;
|
|
2949
|
-
color: #3B82F6;
|
|
2950
|
-
}
|
|
2951
|
-
.p-column-filter-menu-button:focus-visible {
|
|
2952
|
-
outline: 0 none;
|
|
2953
|
-
outline-offset: 0;
|
|
2954
|
-
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
|
2955
|
-
}
|
|
2956
|
-
.p-column-filter-clear-button {
|
|
2957
|
-
width: 2rem;
|
|
2958
|
-
height: 2rem;
|
|
2959
|
-
color: #6c757d;
|
|
2960
|
-
border: 0 none;
|
|
2961
|
-
background: transparent;
|
|
2962
|
-
border-radius: 50%;
|
|
2963
|
-
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2964
|
-
}
|
|
2965
|
-
.p-column-filter-clear-button:hover {
|
|
2966
|
-
color: #343a40;
|
|
2967
|
-
border-color: transparent;
|
|
2968
|
-
background: #e9ecef;
|
|
2969
|
-
}
|
|
2970
|
-
.p-column-filter-clear-button:focus-visible {
|
|
2971
|
-
outline: 0 none;
|
|
2972
|
-
outline-offset: 0;
|
|
2973
|
-
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
|
2974
|
-
}
|
|
2975
|
-
.p-column-filter-overlay {
|
|
2976
|
-
background: #ffffff;
|
|
2977
|
-
color: #495057;
|
|
2978
|
-
border: 0 none;
|
|
2979
|
-
border-radius: 6px;
|
|
2980
|
-
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
2981
|
-
min-width: 12.5rem;
|
|
2982
|
-
}
|
|
2983
|
-
.p-column-filter-overlay .p-column-filter-row-items {
|
|
2984
|
-
padding: 0.75rem 0;
|
|
2985
|
-
}
|
|
2986
|
-
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
|
|
2987
|
-
margin: 0;
|
|
2988
|
-
padding: 0.75rem 1.25rem;
|
|
2989
|
-
border: 0 none;
|
|
2990
|
-
color: #495057;
|
|
2991
|
-
background: transparent;
|
|
2992
|
-
transition: box-shadow 0.2s;
|
|
2993
|
-
border-radius: 0;
|
|
2994
|
-
}
|
|
2995
|
-
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
|
|
2996
|
-
color: #3B82F6;
|
|
2997
|
-
background: #EFF6FF;
|
|
2998
|
-
}
|
|
2999
|
-
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
|
|
3000
|
-
color: #495057;
|
|
3001
|
-
background: #e9ecef;
|
|
3002
|
-
}
|
|
3003
|
-
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
|
|
3004
|
-
outline: 0 none;
|
|
3005
|
-
outline-offset: 0;
|
|
3006
|
-
box-shadow: inset 0 0 0 0.15rem #BFDBFE;
|
|
3007
|
-
}
|
|
3008
|
-
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
|
|
3009
|
-
border-top: 1px solid #dee2e6;
|
|
3010
|
-
margin: 0.25rem 0;
|
|
3011
|
-
}
|
|
3012
|
-
.p-column-filter-overlay-menu .p-column-filter-operator {
|
|
3013
|
-
padding: 0.75rem 1.25rem;
|
|
3014
|
-
border-bottom: 1px solid #dee2e6;
|
|
3015
|
-
color: #343a40;
|
|
3016
|
-
background: #f8f9fa;
|
|
3017
|
-
margin: 0;
|
|
3018
|
-
border-top-right-radius: 6px;
|
|
3019
|
-
border-top-left-radius: 6px;
|
|
3020
|
-
}
|
|
3021
|
-
.p-column-filter-overlay-menu .p-column-filter-constraint {
|
|
3022
|
-
padding: 1.25rem;
|
|
3023
|
-
border-bottom: 1px solid #dee2e6;
|
|
3024
|
-
}
|
|
3025
|
-
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
|
|
3026
|
-
margin-bottom: 0.5rem;
|
|
3027
|
-
}
|
|
3028
|
-
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
|
|
3029
|
-
margin-top: 0.5rem;
|
|
3030
|
-
}
|
|
3031
|
-
.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
|
|
3032
|
-
border-bottom: 0 none;
|
|
3033
|
-
}
|
|
3034
|
-
.p-column-filter-overlay-menu .p-column-filter-add-rule {
|
|
3035
|
-
padding: 0.75rem 1.25rem;
|
|
3036
|
-
}
|
|
3037
|
-
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
|
|
3038
|
-
padding: 1.25rem;
|
|
3039
|
-
}
|
|
3040
|
-
.fc {
|
|
3041
|
-
/* FullCalendar 4 */
|
|
3042
|
-
/* FullCalendar 5 */
|
|
3043
|
-
}
|
|
3044
|
-
.fc.fc-unthemed .fc-view-container th {
|
|
3045
|
-
background: #f8f9fa;
|
|
3046
|
-
border: 1px solid #dee2e6;
|
|
3047
|
-
color: #343a40;
|
|
3048
|
-
}
|
|
3049
|
-
.fc.fc-unthemed .fc-view-container td.fc-widget-content {
|
|
3050
|
-
border: 1px solid #dee2e6;
|
|
3051
|
-
color: #495057;
|
|
3052
|
-
}
|
|
3053
|
-
.fc.fc-unthemed .fc-view-container td.fc-head-container {
|
|
3054
|
-
border: 1px solid #dee2e6;
|
|
3055
|
-
}
|
|
3056
|
-
.fc.fc-unthemed .fc-view-container .fc-view {
|
|
3057
|
-
background: #ffffff;
|
|
3058
|
-
}
|
|
3059
|
-
.fc.fc-unthemed .fc-view-container .fc-row {
|
|
3060
|
-
border-right: 1px solid #dee2e6;
|
|
3061
|
-
}
|
|
3062
|
-
.fc.fc-unthemed .fc-view-container .fc-event {
|
|
3063
|
-
background: #3B82F6;
|
|
3064
|
-
border: 1px solid #3B82F6;
|
|
3065
|
-
color: #ffffff;
|
|
3066
|
-
}
|
|
3067
|
-
.fc.fc-unthemed .fc-view-container .fc-divider {
|
|
3068
|
-
background: #f8f9fa;
|
|
3069
|
-
border: 1px solid #dee2e6;
|
|
3070
|
-
}
|
|
3071
|
-
.fc.fc-unthemed .fc-toolbar .fc-button {
|
|
3072
|
-
color: #ffffff;
|
|
3073
|
-
background: #3B82F6;
|
|
3074
|
-
border: 1px solid #3B82F6;
|
|
3075
|
-
font-size: 1rem;
|
|
3076
|
-
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
3077
|
-
border-radius: 6px;
|
|
3078
|
-
display: flex;
|
|
3079
|
-
align-items: center;
|
|
3080
|
-
}
|
|
3081
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
|
|
3082
|
-
background: #3B82F6;
|
|
3083
|
-
color: #ffffff;
|
|
3084
|
-
border-color: #3B82F6;
|
|
3085
|
-
}
|
|
3086
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
|
|
3087
|
-
background: #3B82F6;
|
|
3088
|
-
color: #ffffff;
|
|
3089
|
-
border-color: #3B82F6;
|
|
3090
|
-
}
|
|
3091
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
|
|
3092
|
-
outline: 0 none;
|
|
3093
|
-
outline-offset: 0;
|
|
3094
|
-
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
|
3095
|
-
}
|
|
3096
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left {
|
|
3097
|
-
font-family: "PrimeIcons" !important;
|
|
3098
|
-
text-indent: 0;
|
|
3099
|
-
font-size: 1rem;
|
|
3100
|
-
}
|
|
3101
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
3102
|
-
content: "\e900";
|
|
3103
|
-
}
|
|
3104
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
3105
|
-
font-family: "PrimeIcons" !important;
|
|
3106
|
-
text-indent: 0;
|
|
3107
|
-
font-size: 1rem;
|
|
3108
|
-
}
|
|
3109
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
3110
|
-
content: "\e901";
|
|
3111
|
-
}
|
|
3112
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
3113
|
-
outline: 0 none;
|
|
3114
|
-
outline-offset: 0;
|
|
3115
|
-
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
|
3116
|
-
}
|
|
3117
|
-
.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 {
|
|
3118
|
-
background: #ffffff;
|
|
3119
|
-
border: 1px solid #ced4da;
|
|
3120
|
-
color: #495057;
|
|
3121
|
-
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
3122
|
-
}
|
|
3123
|
-
.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 {
|
|
3124
|
-
background: #e9ecef;
|
|
3125
|
-
border-color: #ced4da;
|
|
3126
|
-
color: #495057;
|
|
3127
|
-
}
|
|
3128
|
-
.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 {
|
|
3129
|
-
background: #3B82F6;
|
|
3130
|
-
border-color: #3B82F6;
|
|
3131
|
-
color: #ffffff;
|
|
3132
|
-
}
|
|
3133
|
-
.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 {
|
|
3134
|
-
background: #3B82F6;
|
|
3135
|
-
border-color: #3B82F6;
|
|
3136
|
-
color: #ffffff;
|
|
3137
|
-
}
|
|
3138
|
-
.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 {
|
|
3139
|
-
outline: 0 none;
|
|
3140
|
-
outline-offset: 0;
|
|
3141
|
-
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
|
3142
|
-
z-index: 1;
|
|
3143
|
-
}
|
|
3144
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button {
|
|
3145
|
-
border-radius: 0;
|
|
3146
|
-
}
|
|
3147
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:first-child {
|
|
3148
|
-
border-top-left-radius: 6px;
|
|
3149
|
-
border-bottom-left-radius: 6px;
|
|
3150
|
-
}
|
|
3151
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child {
|
|
3152
|
-
border-top-right-radius: 6px;
|
|
3153
|
-
border-bottom-right-radius: 6px;
|
|
3154
|
-
}
|
|
3155
|
-
.fc.fc-theme-standard .fc-view-harness .fc-scrollgrid {
|
|
3156
|
-
border-color: #dee2e6;
|
|
3157
|
-
}
|
|
3158
|
-
.fc.fc-theme-standard .fc-view-harness th {
|
|
3159
|
-
background: #f8f9fa;
|
|
3160
|
-
border-color: #dee2e6;
|
|
3161
|
-
color: #343a40;
|
|
3162
|
-
}
|
|
3163
|
-
.fc.fc-theme-standard .fc-view-harness td {
|
|
3164
|
-
color: #495057;
|
|
3165
|
-
border-color: #dee2e6;
|
|
3166
|
-
}
|
|
3167
|
-
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
|
3168
|
-
background: #ffffff;
|
|
3169
|
-
}
|
|
3170
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
|
3171
|
-
background: none;
|
|
3172
|
-
border: 0 none;
|
|
3011
|
+
.p-datascroller.p-datascroller-inline .p-datascroller-list > li {
|
|
3012
|
+
border: solid #dee2e6;
|
|
3013
|
+
border-width: 0 0 1px 0;
|
|
3173
3014
|
}
|
|
3174
|
-
.
|
|
3175
|
-
border: 1px solid #dee2e6;
|
|
3176
|
-
padding: 1.25rem;
|
|
3015
|
+
.p-datascroller .p-datascroller-footer {
|
|
3177
3016
|
background: #f8f9fa;
|
|
3178
3017
|
color: #343a40;
|
|
3018
|
+
border: 1px solid #dee2e6;
|
|
3019
|
+
border-width: 0 0 1px 0;
|
|
3020
|
+
padding: 1rem 1rem;
|
|
3021
|
+
font-weight: 700;
|
|
3022
|
+
border-bottom-left-radius: 6px;
|
|
3023
|
+
border-bottom-right-radius: 6px;
|
|
3179
3024
|
}
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
font-size: 1rem;
|
|
3025
|
+
|
|
3026
|
+
.p-column-filter-row .p-column-filter-menu-button,
|
|
3027
|
+
.p-column-filter-row .p-column-filter-clear-button {
|
|
3028
|
+
margin-left: 0.5rem;
|
|
3029
|
+
}
|
|
3030
|
+
|
|
3031
|
+
.p-column-filter-menu-button {
|
|
3188
3032
|
width: 2rem;
|
|
3189
3033
|
height: 2rem;
|
|
3190
3034
|
color: #6c757d;
|
|
@@ -3193,142 +3037,112 @@
|
|
|
3193
3037
|
border-radius: 50%;
|
|
3194
3038
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
3195
3039
|
}
|
|
3196
|
-
.
|
|
3197
|
-
content: "\e90b";
|
|
3198
|
-
}
|
|
3199
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
|
3040
|
+
.p-column-filter-menu-button:hover {
|
|
3200
3041
|
color: #343a40;
|
|
3201
3042
|
border-color: transparent;
|
|
3202
3043
|
background: #e9ecef;
|
|
3203
3044
|
}
|
|
3204
|
-
.
|
|
3205
|
-
outline: 0 none;
|
|
3206
|
-
outline-offset: 0;
|
|
3207
|
-
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
|
3208
|
-
}
|
|
3209
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
|
3210
|
-
padding: 1.25rem;
|
|
3211
|
-
border: 1px solid #dee2e6;
|
|
3212
|
-
background: #ffffff;
|
|
3213
|
-
color: #495057;
|
|
3214
|
-
border-top: 0 none;
|
|
3215
|
-
}
|
|
3216
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
|
3217
|
-
color: #ffffff;
|
|
3218
|
-
background: #3B82F6;
|
|
3219
|
-
border-color: #3B82F6;
|
|
3220
|
-
}
|
|
3221
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
|
|
3222
|
-
color: #ffffff;
|
|
3223
|
-
}
|
|
3224
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
|
|
3225
|
-
background: #3B82F6;
|
|
3226
|
-
border-color: #3B82F6;
|
|
3227
|
-
}
|
|
3228
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
|
|
3045
|
+
.p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
|
|
3229
3046
|
background: #e9ecef;
|
|
3230
|
-
color: #
|
|
3231
|
-
}
|
|
3232
|
-
.fc.fc-theme-standard .fc-view-harness .fc-cell-shaded {
|
|
3233
|
-
background: #f8f9fa;
|
|
3234
|
-
}
|
|
3235
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button {
|
|
3236
|
-
color: #ffffff;
|
|
3237
|
-
background: #3B82F6;
|
|
3238
|
-
border: 1px solid #3B82F6;
|
|
3239
|
-
font-size: 1rem;
|
|
3240
|
-
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
3241
|
-
border-radius: 6px;
|
|
3242
|
-
line-height: 1;
|
|
3243
|
-
min-height: 2.07rem;
|
|
3244
|
-
}
|
|
3245
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
|
|
3246
|
-
background: #3B82F6;
|
|
3247
|
-
color: #ffffff;
|
|
3248
|
-
border-color: #3B82F6;
|
|
3047
|
+
color: #343a40;
|
|
3249
3048
|
}
|
|
3250
|
-
.
|
|
3251
|
-
background: #
|
|
3252
|
-
color: #
|
|
3253
|
-
border-color: #3B82F6;
|
|
3049
|
+
.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
|
|
3050
|
+
background: #EFF6FF;
|
|
3051
|
+
color: #1D4ED8;
|
|
3254
3052
|
}
|
|
3255
|
-
.
|
|
3053
|
+
.p-column-filter-menu-button:focus-visible {
|
|
3256
3054
|
outline: 0 none;
|
|
3257
3055
|
outline-offset: 0;
|
|
3258
3056
|
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
|
3259
3057
|
}
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
font-size: 1rem;
|
|
3270
|
-
}
|
|
3271
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
3272
|
-
content: "\e900";
|
|
3273
|
-
}
|
|
3274
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
3275
|
-
font-family: "PrimeIcons" !important;
|
|
3276
|
-
text-indent: 0;
|
|
3277
|
-
font-size: 1rem;
|
|
3058
|
+
|
|
3059
|
+
.p-column-filter-clear-button {
|
|
3060
|
+
width: 2rem;
|
|
3061
|
+
height: 2rem;
|
|
3062
|
+
color: #6c757d;
|
|
3063
|
+
border: 0 none;
|
|
3064
|
+
background: transparent;
|
|
3065
|
+
border-radius: 50%;
|
|
3066
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
3278
3067
|
}
|
|
3279
|
-
.
|
|
3280
|
-
|
|
3068
|
+
.p-column-filter-clear-button:hover {
|
|
3069
|
+
color: #343a40;
|
|
3070
|
+
border-color: transparent;
|
|
3071
|
+
background: #e9ecef;
|
|
3281
3072
|
}
|
|
3282
|
-
.
|
|
3073
|
+
.p-column-filter-clear-button:focus-visible {
|
|
3283
3074
|
outline: 0 none;
|
|
3284
3075
|
outline-offset: 0;
|
|
3285
3076
|
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
|
3286
3077
|
}
|
|
3287
|
-
|
|
3078
|
+
|
|
3079
|
+
.p-column-filter-overlay {
|
|
3288
3080
|
background: #ffffff;
|
|
3289
|
-
border: 1px solid #ced4da;
|
|
3290
3081
|
color: #495057;
|
|
3291
|
-
|
|
3082
|
+
border: 0 none;
|
|
3083
|
+
border-radius: 6px;
|
|
3084
|
+
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
3085
|
+
min-width: 12.5rem;
|
|
3292
3086
|
}
|
|
3293
|
-
.
|
|
3294
|
-
|
|
3295
|
-
|
|
3087
|
+
.p-column-filter-overlay .p-column-filter-row-items {
|
|
3088
|
+
padding: 0.75rem 0;
|
|
3089
|
+
}
|
|
3090
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
|
|
3091
|
+
margin: 0;
|
|
3092
|
+
padding: 0.75rem 1.25rem;
|
|
3093
|
+
border: 0 none;
|
|
3296
3094
|
color: #495057;
|
|
3095
|
+
background: transparent;
|
|
3096
|
+
transition: box-shadow 0.2s;
|
|
3097
|
+
border-radius: 0;
|
|
3297
3098
|
}
|
|
3298
|
-
.
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
color: #ffffff;
|
|
3099
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
|
|
3100
|
+
color: #1D4ED8;
|
|
3101
|
+
background: #EFF6FF;
|
|
3302
3102
|
}
|
|
3303
|
-
.
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
color: #ffffff;
|
|
3103
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
|
|
3104
|
+
color: #495057;
|
|
3105
|
+
background: #e9ecef;
|
|
3307
3106
|
}
|
|
3308
|
-
.
|
|
3107
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
|
|
3309
3108
|
outline: 0 none;
|
|
3310
3109
|
outline-offset: 0;
|
|
3311
|
-
box-shadow: 0 0 0 0.
|
|
3312
|
-
z-index: 1;
|
|
3110
|
+
box-shadow: inset 0 0 0 0.15rem #BFDBFE;
|
|
3313
3111
|
}
|
|
3314
|
-
.
|
|
3315
|
-
border-
|
|
3112
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
|
|
3113
|
+
border-top: 1px solid #dee2e6;
|
|
3114
|
+
margin: 0.25rem 0;
|
|
3316
3115
|
}
|
|
3317
|
-
|
|
3116
|
+
|
|
3117
|
+
.p-column-filter-overlay-menu .p-column-filter-operator {
|
|
3118
|
+
padding: 0.75rem 1.25rem;
|
|
3119
|
+
border-bottom: 1px solid #dee2e6;
|
|
3120
|
+
color: #343a40;
|
|
3121
|
+
background: #f8f9fa;
|
|
3122
|
+
margin: 0;
|
|
3123
|
+
border-top-right-radius: 6px;
|
|
3318
3124
|
border-top-left-radius: 6px;
|
|
3319
|
-
border-bottom-left-radius: 6px;
|
|
3320
3125
|
}
|
|
3321
|
-
.
|
|
3322
|
-
|
|
3323
|
-
border-bottom
|
|
3126
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint {
|
|
3127
|
+
padding: 1.25rem;
|
|
3128
|
+
border-bottom: 1px solid #dee2e6;
|
|
3324
3129
|
}
|
|
3325
|
-
.
|
|
3326
|
-
|
|
3130
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
|
|
3131
|
+
margin-bottom: 0.5rem;
|
|
3327
3132
|
}
|
|
3328
|
-
.
|
|
3329
|
-
|
|
3330
|
-
|
|
3133
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
|
|
3134
|
+
margin-top: 0.5rem;
|
|
3135
|
+
}
|
|
3136
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
|
|
3137
|
+
border-bottom: 0 none;
|
|
3138
|
+
}
|
|
3139
|
+
.p-column-filter-overlay-menu .p-column-filter-add-rule {
|
|
3140
|
+
padding: 0.75rem 1.25rem;
|
|
3331
3141
|
}
|
|
3142
|
+
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
|
|
3143
|
+
padding: 1.25rem;
|
|
3144
|
+
}
|
|
3145
|
+
|
|
3332
3146
|
.p-orderlist .p-orderlist-controls {
|
|
3333
3147
|
padding: 1.25rem;
|
|
3334
3148
|
}
|
|
@@ -3384,7 +3198,7 @@
|
|
|
3384
3198
|
box-shadow: inset 0 0 0 0.15rem #BFDBFE;
|
|
3385
3199
|
}
|
|
3386
3200
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
|
3387
|
-
color: #
|
|
3201
|
+
color: #1D4ED8;
|
|
3388
3202
|
background: #EFF6FF;
|
|
3389
3203
|
}
|
|
3390
3204
|
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
|
|
@@ -3393,13 +3207,14 @@
|
|
|
3393
3207
|
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
|
|
3394
3208
|
background: #e9ecef;
|
|
3395
3209
|
}
|
|
3210
|
+
|
|
3396
3211
|
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
|
3397
3212
|
background: #e9ecef;
|
|
3398
3213
|
color: #495057;
|
|
3399
3214
|
}
|
|
3400
3215
|
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
|
3401
3216
|
background: #EFF6FF;
|
|
3402
|
-
color: #
|
|
3217
|
+
color: #1D4ED8;
|
|
3403
3218
|
}
|
|
3404
3219
|
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
|
|
3405
3220
|
color: #70aeff;
|
|
@@ -3431,6 +3246,7 @@
|
|
|
3431
3246
|
outline-offset: 0;
|
|
3432
3247
|
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
|
3433
3248
|
}
|
|
3249
|
+
|
|
3434
3250
|
.p-paginator {
|
|
3435
3251
|
background: #ffffff;
|
|
3436
3252
|
color: #6c757d;
|
|
@@ -3440,9 +3256,9 @@
|
|
|
3440
3256
|
border-radius: 6px;
|
|
3441
3257
|
}
|
|
3442
3258
|
.p-paginator .p-paginator-first,
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3259
|
+
.p-paginator .p-paginator-prev,
|
|
3260
|
+
.p-paginator .p-paginator-next,
|
|
3261
|
+
.p-paginator .p-paginator-last {
|
|
3446
3262
|
background-color: transparent;
|
|
3447
3263
|
border: 0 none;
|
|
3448
3264
|
color: #6c757d;
|
|
@@ -3453,9 +3269,9 @@
|
|
|
3453
3269
|
border-radius: 50%;
|
|
3454
3270
|
}
|
|
3455
3271
|
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3272
|
+
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
|
3273
|
+
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
|
3274
|
+
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
|
3459
3275
|
background: #e9ecef;
|
|
3460
3276
|
border-color: transparent;
|
|
3461
3277
|
color: #343a40;
|
|
@@ -3504,13 +3320,14 @@
|
|
|
3504
3320
|
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
|
3505
3321
|
background: #EFF6FF;
|
|
3506
3322
|
border-color: #EFF6FF;
|
|
3507
|
-
color: #
|
|
3323
|
+
color: #1D4ED8;
|
|
3508
3324
|
}
|
|
3509
3325
|
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
|
3510
3326
|
background: #e9ecef;
|
|
3511
3327
|
border-color: transparent;
|
|
3512
3328
|
color: #343a40;
|
|
3513
3329
|
}
|
|
3330
|
+
|
|
3514
3331
|
.p-picklist .p-picklist-buttons {
|
|
3515
3332
|
padding: 1.25rem;
|
|
3516
3333
|
}
|
|
@@ -3566,9 +3383,10 @@
|
|
|
3566
3383
|
box-shadow: inset 0 0 0 0.15rem #BFDBFE;
|
|
3567
3384
|
}
|
|
3568
3385
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
3569
|
-
color: #
|
|
3386
|
+
color: #1D4ED8;
|
|
3570
3387
|
background: #EFF6FF;
|
|
3571
3388
|
}
|
|
3389
|
+
|
|
3572
3390
|
.p-tree {
|
|
3573
3391
|
border: 1px solid #dee2e6;
|
|
3574
3392
|
background: #ffffff;
|
|
@@ -3621,15 +3439,15 @@
|
|
|
3621
3439
|
}
|
|
3622
3440
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3623
3441
|
background: #EFF6FF;
|
|
3624
|
-
color: #
|
|
3442
|
+
color: #1D4ED8;
|
|
3625
3443
|
}
|
|
3626
3444
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
|
|
3627
|
-
|
|
3628
|
-
color: #
|
|
3445
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
|
3446
|
+
color: #1D4ED8;
|
|
3629
3447
|
}
|
|
3630
3448
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
|
3631
|
-
|
|
3632
|
-
color: #
|
|
3449
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
|
3450
|
+
color: #1D4ED8;
|
|
3633
3451
|
}
|
|
3634
3452
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
|
3635
3453
|
background: #e9ecef;
|
|
@@ -3666,6 +3484,7 @@
|
|
|
3666
3484
|
.p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
|
|
3667
3485
|
background: #8cbeff;
|
|
3668
3486
|
}
|
|
3487
|
+
|
|
3669
3488
|
.p-treetable .p-paginator-top {
|
|
3670
3489
|
border-width: 0 0 1px 0;
|
|
3671
3490
|
border-radius: 0;
|
|
@@ -3721,7 +3540,7 @@
|
|
|
3721
3540
|
height: 1.143rem;
|
|
3722
3541
|
min-width: 1.143rem;
|
|
3723
3542
|
line-height: 1.143rem;
|
|
3724
|
-
color: #
|
|
3543
|
+
color: #1D4ED8;
|
|
3725
3544
|
background: #EFF6FF;
|
|
3726
3545
|
margin-left: 0.5rem;
|
|
3727
3546
|
}
|
|
@@ -3734,10 +3553,10 @@
|
|
|
3734
3553
|
}
|
|
3735
3554
|
.p-treetable .p-sortable-column.p-highlight {
|
|
3736
3555
|
background: #EFF6FF;
|
|
3737
|
-
color: #
|
|
3556
|
+
color: #1D4ED8;
|
|
3738
3557
|
}
|
|
3739
3558
|
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
|
3740
|
-
color: #
|
|
3559
|
+
color: #1D4ED8;
|
|
3741
3560
|
}
|
|
3742
3561
|
.p-treetable .p-treetable-tbody > tr {
|
|
3743
3562
|
background: #ffffff;
|
|
@@ -3782,13 +3601,13 @@
|
|
|
3782
3601
|
}
|
|
3783
3602
|
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
|
3784
3603
|
background: #EFF6FF;
|
|
3785
|
-
color: #
|
|
3604
|
+
color: #1D4ED8;
|
|
3786
3605
|
}
|
|
3787
3606
|
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
|
|
3788
|
-
color: #
|
|
3607
|
+
color: #1D4ED8;
|
|
3789
3608
|
}
|
|
3790
3609
|
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
|
|
3791
|
-
color: #
|
|
3610
|
+
color: #1D4ED8;
|
|
3792
3611
|
}
|
|
3793
3612
|
.p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
|
3794
3613
|
background: #e9ecef;
|
|
@@ -3801,7 +3620,7 @@
|
|
|
3801
3620
|
background: #3B82F6;
|
|
3802
3621
|
}
|
|
3803
3622
|
.p-treetable .p-treetable-scrollable-header,
|
|
3804
|
-
|
|
3623
|
+
.p-treetable .p-treetable-scrollable-footer {
|
|
3805
3624
|
background: #f8f9fa;
|
|
3806
3625
|
}
|
|
3807
3626
|
.p-treetable .p-treetable-loading-icon {
|
|
@@ -3837,13 +3656,13 @@
|
|
|
3837
3656
|
}
|
|
3838
3657
|
.p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight {
|
|
3839
3658
|
background: #EFF6FF;
|
|
3840
|
-
color: #
|
|
3659
|
+
color: #1D4ED8;
|
|
3841
3660
|
}
|
|
3842
3661
|
.p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler {
|
|
3843
|
-
color: #
|
|
3662
|
+
color: #1D4ED8;
|
|
3844
3663
|
}
|
|
3845
3664
|
.p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover {
|
|
3846
|
-
color: #
|
|
3665
|
+
color: #1D4ED8;
|
|
3847
3666
|
}
|
|
3848
3667
|
.p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd + .p-row-expanded {
|
|
3849
3668
|
background: #fcfcfc;
|
|
@@ -3878,6 +3697,7 @@
|
|
|
3878
3697
|
.p-treetable.p-treetable-lg .p-treetable-footer {
|
|
3879
3698
|
padding: 1.25rem 1.25rem;
|
|
3880
3699
|
}
|
|
3700
|
+
|
|
3881
3701
|
.p-timeline .p-timeline-event-marker {
|
|
3882
3702
|
border: 2px solid #3B82F6;
|
|
3883
3703
|
border-radius: 50%;
|
|
@@ -3889,19 +3709,20 @@
|
|
|
3889
3709
|
background-color: #dee2e6;
|
|
3890
3710
|
}
|
|
3891
3711
|
.p-timeline.p-timeline-vertical .p-timeline-event-opposite,
|
|
3892
|
-
|
|
3712
|
+
.p-timeline.p-timeline-vertical .p-timeline-event-content {
|
|
3893
3713
|
padding: 0 1rem;
|
|
3894
3714
|
}
|
|
3895
3715
|
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
|
|
3896
3716
|
width: 2px;
|
|
3897
3717
|
}
|
|
3898
3718
|
.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
|
|
3899
|
-
|
|
3719
|
+
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
|
|
3900
3720
|
padding: 1rem 0;
|
|
3901
3721
|
}
|
|
3902
3722
|
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
|
|
3903
3723
|
height: 2px;
|
|
3904
3724
|
}
|
|
3725
|
+
|
|
3905
3726
|
.p-accordion .p-accordion-header .p-accordion-header-link {
|
|
3906
3727
|
padding: 1.25rem;
|
|
3907
3728
|
border: 1px solid #dee2e6;
|
|
@@ -3950,6 +3771,7 @@
|
|
|
3950
3771
|
.p-accordion .p-accordion-tab {
|
|
3951
3772
|
margin-bottom: 4px;
|
|
3952
3773
|
}
|
|
3774
|
+
|
|
3953
3775
|
.p-card {
|
|
3954
3776
|
background: #ffffff;
|
|
3955
3777
|
color: #495057;
|
|
@@ -3975,6 +3797,7 @@
|
|
|
3975
3797
|
.p-card .p-card-footer {
|
|
3976
3798
|
padding: 1.25rem 0 0 0;
|
|
3977
3799
|
}
|
|
3800
|
+
|
|
3978
3801
|
.p-fieldset {
|
|
3979
3802
|
border: 1px solid #dee2e6;
|
|
3980
3803
|
background: #ffffff;
|
|
@@ -4015,6 +3838,7 @@
|
|
|
4015
3838
|
.p-fieldset .p-fieldset-content {
|
|
4016
3839
|
padding: 1.25rem;
|
|
4017
3840
|
}
|
|
3841
|
+
|
|
4018
3842
|
.p-divider .p-divider-content {
|
|
4019
3843
|
background-color: #ffffff;
|
|
4020
3844
|
}
|
|
@@ -4038,6 +3862,7 @@
|
|
|
4038
3862
|
.p-divider.p-divider-vertical .p-divider-content {
|
|
4039
3863
|
padding: 0.5rem 0;
|
|
4040
3864
|
}
|
|
3865
|
+
|
|
4041
3866
|
.p-panel .p-panel-header {
|
|
4042
3867
|
border: 1px solid #dee2e6;
|
|
4043
3868
|
padding: 1.25rem;
|
|
@@ -4087,6 +3912,7 @@
|
|
|
4087
3912
|
color: #495057;
|
|
4088
3913
|
border-top: 0 none;
|
|
4089
3914
|
}
|
|
3915
|
+
|
|
4090
3916
|
.p-splitter {
|
|
4091
3917
|
border: 1px solid #dee2e6;
|
|
4092
3918
|
background: #ffffff;
|
|
@@ -4103,10 +3929,12 @@
|
|
|
4103
3929
|
.p-splitter .p-splitter-gutter-resizing {
|
|
4104
3930
|
background: #dee2e6;
|
|
4105
3931
|
}
|
|
3932
|
+
|
|
4106
3933
|
.p-scrollpanel .p-scrollpanel-bar {
|
|
4107
3934
|
background: #f8f9fa;
|
|
4108
3935
|
border: 0 none;
|
|
4109
3936
|
}
|
|
3937
|
+
|
|
4110
3938
|
.p-tabview .p-tabview-nav {
|
|
4111
3939
|
background: #ffffff;
|
|
4112
3940
|
border: 1px solid #dee2e6;
|
|
@@ -4166,6 +3994,7 @@
|
|
|
4166
3994
|
border-bottom-right-radius: 6px;
|
|
4167
3995
|
border-bottom-left-radius: 6px;
|
|
4168
3996
|
}
|
|
3997
|
+
|
|
4169
3998
|
.p-toolbar {
|
|
4170
3999
|
background: #f8f9fa;
|
|
4171
4000
|
border: 1px solid #dee2e6;
|
|
@@ -4176,6 +4005,7 @@
|
|
|
4176
4005
|
.p-toolbar .p-toolbar-separator {
|
|
4177
4006
|
margin: 0 0.5rem;
|
|
4178
4007
|
}
|
|
4008
|
+
|
|
4179
4009
|
.p-confirm-popup {
|
|
4180
4010
|
background: #ffffff;
|
|
4181
4011
|
color: #495057;
|
|
@@ -4223,6 +4053,7 @@
|
|
|
4223
4053
|
.p-confirm-popup .p-confirm-popup-message {
|
|
4224
4054
|
margin-left: 1rem;
|
|
4225
4055
|
}
|
|
4056
|
+
|
|
4226
4057
|
.p-dialog {
|
|
4227
4058
|
border-radius: 6px;
|
|
4228
4059
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
|
|
@@ -4298,6 +4129,7 @@
|
|
|
4298
4129
|
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
|
|
4299
4130
|
margin-left: 1rem;
|
|
4300
4131
|
}
|
|
4132
|
+
|
|
4301
4133
|
.p-overlaypanel {
|
|
4302
4134
|
background: #ffffff;
|
|
4303
4135
|
color: #495057;
|
|
@@ -4320,7 +4152,7 @@
|
|
|
4320
4152
|
right: -1rem;
|
|
4321
4153
|
}
|
|
4322
4154
|
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
|
|
4323
|
-
background: #
|
|
4155
|
+
background: #2563eb;
|
|
4324
4156
|
color: #ffffff;
|
|
4325
4157
|
}
|
|
4326
4158
|
.p-overlaypanel:after {
|
|
@@ -4339,6 +4171,7 @@
|
|
|
4339
4171
|
.p-overlaypanel.p-overlaypanel-flipped:before {
|
|
4340
4172
|
border-top-color: #ffffff;
|
|
4341
4173
|
}
|
|
4174
|
+
|
|
4342
4175
|
.p-sidebar {
|
|
4343
4176
|
background: #ffffff;
|
|
4344
4177
|
color: #495057;
|
|
@@ -4349,7 +4182,7 @@
|
|
|
4349
4182
|
padding: 1.25rem;
|
|
4350
4183
|
}
|
|
4351
4184
|
.p-sidebar .p-sidebar-header .p-sidebar-close,
|
|
4352
|
-
|
|
4185
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon {
|
|
4353
4186
|
width: 2rem;
|
|
4354
4187
|
height: 2rem;
|
|
4355
4188
|
color: #6c757d;
|
|
@@ -4359,13 +4192,13 @@
|
|
|
4359
4192
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
4360
4193
|
}
|
|
4361
4194
|
.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
|
|
4362
|
-
|
|
4195
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
|
|
4363
4196
|
color: #343a40;
|
|
4364
4197
|
border-color: transparent;
|
|
4365
4198
|
background: #e9ecef;
|
|
4366
4199
|
}
|
|
4367
4200
|
.p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
|
|
4368
|
-
|
|
4201
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
|
|
4369
4202
|
outline: 0 none;
|
|
4370
4203
|
outline-offset: 0;
|
|
4371
4204
|
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
|
@@ -4376,6 +4209,7 @@
|
|
|
4376
4209
|
.p-sidebar .p-sidebar-content {
|
|
4377
4210
|
padding: 1.25rem;
|
|
4378
4211
|
}
|
|
4212
|
+
|
|
4379
4213
|
.p-tooltip .p-tooltip-text {
|
|
4380
4214
|
background: #495057;
|
|
4381
4215
|
color: #ffffff;
|
|
@@ -4395,6 +4229,7 @@
|
|
|
4395
4229
|
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
|
|
4396
4230
|
border-bottom-color: #495057;
|
|
4397
4231
|
}
|
|
4232
|
+
|
|
4398
4233
|
.p-fileupload .p-fileupload-buttonbar {
|
|
4399
4234
|
background: #f8f9fa;
|
|
4400
4235
|
padding: 1.25rem;
|
|
@@ -4425,6 +4260,7 @@
|
|
|
4425
4260
|
.p-fileupload.p-fileupload-advanced .p-message {
|
|
4426
4261
|
margin-top: 0;
|
|
4427
4262
|
}
|
|
4263
|
+
|
|
4428
4264
|
.p-breadcrumb {
|
|
4429
4265
|
background: #ffffff;
|
|
4430
4266
|
border: 1px solid #dee2e6;
|
|
@@ -4456,6 +4292,7 @@
|
|
|
4456
4292
|
.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
|
|
4457
4293
|
color: #6c757d;
|
|
4458
4294
|
}
|
|
4295
|
+
|
|
4459
4296
|
.p-contextmenu {
|
|
4460
4297
|
padding: 0.25rem 0;
|
|
4461
4298
|
background: #ffffff;
|
|
@@ -4510,10 +4347,10 @@
|
|
|
4510
4347
|
background: #EFF6FF;
|
|
4511
4348
|
}
|
|
4512
4349
|
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
|
|
4513
|
-
color: #
|
|
4350
|
+
color: #1D4ED8;
|
|
4514
4351
|
}
|
|
4515
4352
|
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
|
|
4516
|
-
color: #
|
|
4353
|
+
color: #1D4ED8;
|
|
4517
4354
|
}
|
|
4518
4355
|
.p-contextmenu .p-menu-separator {
|
|
4519
4356
|
border-top: 1px solid #dee2e6;
|
|
@@ -4527,6 +4364,7 @@
|
|
|
4527
4364
|
width: 0.875rem;
|
|
4528
4365
|
height: 0.875rem;
|
|
4529
4366
|
}
|
|
4367
|
+
|
|
4530
4368
|
.p-dock .p-dock-list {
|
|
4531
4369
|
background: rgba(255, 255, 255, 0.1);
|
|
4532
4370
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
@@ -4541,31 +4379,32 @@
|
|
|
4541
4379
|
height: 4rem;
|
|
4542
4380
|
}
|
|
4543
4381
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
|
|
4544
|
-
|
|
4545
|
-
|
|
4382
|
+
.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,
|
|
4383
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-next {
|
|
4546
4384
|
margin: 0 0.9rem;
|
|
4547
4385
|
}
|
|
4548
4386
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-prev,
|
|
4549
|
-
|
|
4550
|
-
|
|
4387
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
|
|
4388
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-next {
|
|
4551
4389
|
margin: 0 1.3rem;
|
|
4552
4390
|
}
|
|
4553
4391
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-current {
|
|
4554
4392
|
margin: 0 1.5rem;
|
|
4555
4393
|
}
|
|
4556
4394
|
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-prev,
|
|
4557
|
-
|
|
4558
|
-
|
|
4395
|
+
.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,
|
|
4396
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-next {
|
|
4559
4397
|
margin: 0.9rem 0;
|
|
4560
4398
|
}
|
|
4561
4399
|
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-prev,
|
|
4562
|
-
|
|
4563
|
-
|
|
4400
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-prev,
|
|
4401
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-next {
|
|
4564
4402
|
margin: 1.3rem 0;
|
|
4565
4403
|
}
|
|
4566
4404
|
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-current {
|
|
4567
4405
|
margin: 1.5rem 0;
|
|
4568
4406
|
}
|
|
4407
|
+
|
|
4569
4408
|
@media screen and (max-width: 960px) {
|
|
4570
4409
|
.p-dock.p-dock-top .p-dock-container, .p-dock.p-dock-bottom .p-dock-container {
|
|
4571
4410
|
overflow-x: auto;
|
|
@@ -4582,22 +4421,22 @@
|
|
|
4582
4421
|
margin: auto 0;
|
|
4583
4422
|
}
|
|
4584
4423
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
|
|
4585
|
-
|
|
4586
|
-
|
|
4587
|
-
|
|
4588
|
-
|
|
4589
|
-
|
|
4590
|
-
|
|
4591
|
-
|
|
4592
|
-
|
|
4593
|
-
|
|
4594
|
-
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
|
|
4598
|
-
|
|
4599
|
-
|
|
4600
|
-
|
|
4424
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-next,
|
|
4425
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-prev,
|
|
4426
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-next,
|
|
4427
|
+
.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,
|
|
4428
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-next,
|
|
4429
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
|
|
4430
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-next,
|
|
4431
|
+
.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,
|
|
4432
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-next,
|
|
4433
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-prev,
|
|
4434
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-next,
|
|
4435
|
+
.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,
|
|
4436
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-next,
|
|
4437
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-prev,
|
|
4438
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-next,
|
|
4439
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-current {
|
|
4601
4440
|
transform: none;
|
|
4602
4441
|
margin: 0;
|
|
4603
4442
|
}
|
|
@@ -4648,20 +4487,20 @@
|
|
|
4648
4487
|
margin-left: auto;
|
|
4649
4488
|
}
|
|
4650
4489
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
|
|
4651
|
-
|
|
4490
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
|
|
4652
4491
|
background: #EFF6FF;
|
|
4653
4492
|
}
|
|
4654
4493
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
|
|
4655
|
-
|
|
4656
|
-
color: #
|
|
4494
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
|
4495
|
+
color: #1D4ED8;
|
|
4657
4496
|
}
|
|
4658
4497
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
|
|
4659
|
-
|
|
4660
|
-
color: #
|
|
4498
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
|
4499
|
+
color: #1D4ED8;
|
|
4661
4500
|
}
|
|
4662
4501
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
|
|
4663
|
-
|
|
4664
|
-
color: #
|
|
4502
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
|
4503
|
+
color: #1D4ED8;
|
|
4665
4504
|
}
|
|
4666
4505
|
.p-megamenu .p-menuitem-link {
|
|
4667
4506
|
padding: 0.75rem 1.25rem;
|
|
@@ -4724,10 +4563,10 @@
|
|
|
4724
4563
|
background: #EFF6FF;
|
|
4725
4564
|
}
|
|
4726
4565
|
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
|
|
4727
|
-
color: #
|
|
4566
|
+
color: #1D4ED8;
|
|
4728
4567
|
}
|
|
4729
4568
|
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
|
|
4730
|
-
color: #
|
|
4569
|
+
color: #1D4ED8;
|
|
4731
4570
|
}
|
|
4732
4571
|
.p-megamenu.p-megamenu-vertical {
|
|
4733
4572
|
width: 12.5rem;
|
|
@@ -4830,6 +4669,7 @@
|
|
|
4830
4669
|
width: 100%;
|
|
4831
4670
|
position: static;
|
|
4832
4671
|
}
|
|
4672
|
+
|
|
4833
4673
|
.p-menu {
|
|
4834
4674
|
padding: 0.25rem 0;
|
|
4835
4675
|
background: #ffffff;
|
|
@@ -4890,6 +4730,7 @@
|
|
|
4890
4730
|
border-top: 1px solid #dee2e6;
|
|
4891
4731
|
margin: 0.25rem 0;
|
|
4892
4732
|
}
|
|
4733
|
+
|
|
4893
4734
|
.p-menubar {
|
|
4894
4735
|
padding: 0.5rem;
|
|
4895
4736
|
background: #f8f9fa;
|
|
@@ -4967,20 +4808,20 @@
|
|
|
4967
4808
|
box-shadow: inset 0 0 0 0.15rem #BFDBFE;
|
|
4968
4809
|
}
|
|
4969
4810
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
|
|
4970
|
-
|
|
4811
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
|
|
4971
4812
|
background: #EFF6FF;
|
|
4972
4813
|
}
|
|
4973
4814
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
|
|
4974
|
-
|
|
4975
|
-
color: #
|
|
4815
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
|
4816
|
+
color: #1D4ED8;
|
|
4976
4817
|
}
|
|
4977
4818
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
|
|
4978
|
-
|
|
4979
|
-
color: #
|
|
4819
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
|
4820
|
+
color: #1D4ED8;
|
|
4980
4821
|
}
|
|
4981
4822
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
|
|
4982
|
-
|
|
4983
|
-
color: #
|
|
4823
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
|
4824
|
+
color: #1D4ED8;
|
|
4984
4825
|
}
|
|
4985
4826
|
.p-menubar .p-submenu-list {
|
|
4986
4827
|
padding: 0.25rem 0;
|
|
@@ -5004,11 +4845,12 @@
|
|
|
5004
4845
|
background: #EFF6FF;
|
|
5005
4846
|
}
|
|
5006
4847
|
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
|
|
5007
|
-
color: #
|
|
4848
|
+
color: #1D4ED8;
|
|
5008
4849
|
}
|
|
5009
4850
|
.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 {
|
|
5010
|
-
color: #
|
|
4851
|
+
color: #1D4ED8;
|
|
5011
4852
|
}
|
|
4853
|
+
|
|
5012
4854
|
@media screen and (max-width: 960px) {
|
|
5013
4855
|
.p-menubar {
|
|
5014
4856
|
position: relative;
|
|
@@ -5229,6 +5071,7 @@
|
|
|
5229
5071
|
.p-panelmenu .p-panelmenu-panel {
|
|
5230
5072
|
margin-bottom: 4px;
|
|
5231
5073
|
}
|
|
5074
|
+
|
|
5232
5075
|
.p-slidemenu {
|
|
5233
5076
|
padding: 0.25rem 0;
|
|
5234
5077
|
background: #ffffff;
|
|
@@ -5286,10 +5129,10 @@
|
|
|
5286
5129
|
background: #EFF6FF;
|
|
5287
5130
|
}
|
|
5288
5131
|
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text {
|
|
5289
|
-
color: #
|
|
5132
|
+
color: #1D4ED8;
|
|
5290
5133
|
}
|
|
5291
5134
|
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon {
|
|
5292
|
-
color: #
|
|
5135
|
+
color: #1D4ED8;
|
|
5293
5136
|
}
|
|
5294
5137
|
.p-slidemenu .p-slidemenu-separator {
|
|
5295
5138
|
border-top: 1px solid #dee2e6;
|
|
@@ -5306,6 +5149,7 @@
|
|
|
5306
5149
|
padding: 0.75rem 1.25rem;
|
|
5307
5150
|
color: #495057;
|
|
5308
5151
|
}
|
|
5152
|
+
|
|
5309
5153
|
.p-steps .p-steps-item .p-menuitem-link {
|
|
5310
5154
|
background: transparent;
|
|
5311
5155
|
transition: box-shadow 0.2s;
|
|
@@ -5334,7 +5178,7 @@
|
|
|
5334
5178
|
}
|
|
5335
5179
|
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
|
5336
5180
|
background: #EFF6FF;
|
|
5337
|
-
color: #
|
|
5181
|
+
color: #1D4ED8;
|
|
5338
5182
|
}
|
|
5339
5183
|
.p-steps .p-steps-item.p-highlight .p-steps-title {
|
|
5340
5184
|
font-weight: 700;
|
|
@@ -5350,6 +5194,7 @@
|
|
|
5350
5194
|
position: absolute;
|
|
5351
5195
|
margin-top: -1rem;
|
|
5352
5196
|
}
|
|
5197
|
+
|
|
5353
5198
|
.p-tabmenu .p-tabmenu-nav {
|
|
5354
5199
|
background: #ffffff;
|
|
5355
5200
|
border: 1px solid #dee2e6;
|
|
@@ -5390,6 +5235,7 @@
|
|
|
5390
5235
|
border-color: #3B82F6;
|
|
5391
5236
|
color: #3B82F6;
|
|
5392
5237
|
}
|
|
5238
|
+
|
|
5393
5239
|
.p-tieredmenu {
|
|
5394
5240
|
padding: 0.25rem 0;
|
|
5395
5241
|
background: #ffffff;
|
|
@@ -5447,10 +5293,10 @@
|
|
|
5447
5293
|
background: #EFF6FF;
|
|
5448
5294
|
}
|
|
5449
5295
|
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
|
|
5450
|
-
color: #
|
|
5296
|
+
color: #1D4ED8;
|
|
5451
5297
|
}
|
|
5452
5298
|
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
|
|
5453
|
-
color: #
|
|
5299
|
+
color: #1D4ED8;
|
|
5454
5300
|
}
|
|
5455
5301
|
.p-tieredmenu .p-menu-separator {
|
|
5456
5302
|
border-top: 1px solid #dee2e6;
|
|
@@ -5464,6 +5310,7 @@
|
|
|
5464
5310
|
width: 0.875rem;
|
|
5465
5311
|
height: 0.875rem;
|
|
5466
5312
|
}
|
|
5313
|
+
|
|
5467
5314
|
.p-inline-message {
|
|
5468
5315
|
padding: 0.75rem 0.75rem;
|
|
5469
5316
|
margin: 0;
|
|
@@ -5519,6 +5366,7 @@
|
|
|
5519
5366
|
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
|
|
5520
5367
|
margin-right: 0;
|
|
5521
5368
|
}
|
|
5369
|
+
|
|
5522
5370
|
.p-message {
|
|
5523
5371
|
margin: 1rem 0;
|
|
5524
5372
|
border-radius: 6px;
|
|
@@ -5607,6 +5455,7 @@
|
|
|
5607
5455
|
.p-message .p-message-detail {
|
|
5608
5456
|
margin-left: 0.5rem;
|
|
5609
5457
|
}
|
|
5458
|
+
|
|
5610
5459
|
.p-toast {
|
|
5611
5460
|
opacity: 0.9;
|
|
5612
5461
|
}
|
|
@@ -5657,7 +5506,7 @@
|
|
|
5657
5506
|
color: #696cff;
|
|
5658
5507
|
}
|
|
5659
5508
|
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
|
|
5660
|
-
|
|
5509
|
+
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
|
|
5661
5510
|
color: #696cff;
|
|
5662
5511
|
}
|
|
5663
5512
|
.p-toast .p-toast-message.p-toast-message-success {
|
|
@@ -5667,7 +5516,7 @@
|
|
|
5667
5516
|
color: #1ea97c;
|
|
5668
5517
|
}
|
|
5669
5518
|
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
|
|
5670
|
-
|
|
5519
|
+
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
|
|
5671
5520
|
color: #1ea97c;
|
|
5672
5521
|
}
|
|
5673
5522
|
.p-toast .p-toast-message.p-toast-message-warn {
|
|
@@ -5677,7 +5526,7 @@
|
|
|
5677
5526
|
color: #cc8925;
|
|
5678
5527
|
}
|
|
5679
5528
|
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
|
|
5680
|
-
|
|
5529
|
+
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
|
|
5681
5530
|
color: #cc8925;
|
|
5682
5531
|
}
|
|
5683
5532
|
.p-toast .p-toast-message.p-toast-message-error {
|
|
@@ -5687,9 +5536,10 @@
|
|
|
5687
5536
|
color: #ff5757;
|
|
5688
5537
|
}
|
|
5689
5538
|
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
|
|
5690
|
-
|
|
5539
|
+
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
|
|
5691
5540
|
color: #ff5757;
|
|
5692
5541
|
}
|
|
5542
|
+
|
|
5693
5543
|
.p-galleria .p-galleria-close {
|
|
5694
5544
|
margin: 0.5rem;
|
|
5695
5545
|
background: transparent;
|
|
@@ -5720,11 +5570,11 @@
|
|
|
5720
5570
|
margin: 0 0.5rem;
|
|
5721
5571
|
}
|
|
5722
5572
|
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
|
|
5723
|
-
|
|
5573
|
+
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
|
|
5724
5574
|
font-size: 2rem;
|
|
5725
5575
|
}
|
|
5726
5576
|
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon.p-icon,
|
|
5727
|
-
|
|
5577
|
+
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon.p-icon {
|
|
5728
5578
|
width: 2rem;
|
|
5729
5579
|
height: 2rem;
|
|
5730
5580
|
}
|
|
@@ -5752,7 +5602,7 @@
|
|
|
5752
5602
|
}
|
|
5753
5603
|
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
|
5754
5604
|
background: #EFF6FF;
|
|
5755
|
-
color: #
|
|
5605
|
+
color: #1D4ED8;
|
|
5756
5606
|
}
|
|
5757
5607
|
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
|
|
5758
5608
|
margin-right: 0.5rem;
|
|
@@ -5771,14 +5621,14 @@
|
|
|
5771
5621
|
}
|
|
5772
5622
|
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
|
5773
5623
|
background: #EFF6FF;
|
|
5774
|
-
color: #
|
|
5624
|
+
color: #1D4ED8;
|
|
5775
5625
|
}
|
|
5776
5626
|
.p-galleria .p-galleria-thumbnail-container {
|
|
5777
5627
|
background: rgba(0, 0, 0, 0.9);
|
|
5778
5628
|
padding: 1rem 0.25rem;
|
|
5779
5629
|
}
|
|
5780
5630
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
|
|
5781
|
-
|
|
5631
|
+
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
|
|
5782
5632
|
margin: 0.5rem;
|
|
5783
5633
|
background-color: transparent;
|
|
5784
5634
|
color: #f8f9fa;
|
|
@@ -5788,7 +5638,7 @@
|
|
|
5788
5638
|
border-radius: 50%;
|
|
5789
5639
|
}
|
|
5790
5640
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
|
|
5791
|
-
|
|
5641
|
+
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
|
|
5792
5642
|
background: rgba(255, 255, 255, 0.1);
|
|
5793
5643
|
color: #f8f9fa;
|
|
5794
5644
|
}
|
|
@@ -5800,12 +5650,15 @@
|
|
|
5800
5650
|
outline-offset: 0;
|
|
5801
5651
|
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
|
5802
5652
|
}
|
|
5653
|
+
|
|
5803
5654
|
.p-galleria-mask {
|
|
5804
5655
|
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5805
5656
|
}
|
|
5657
|
+
|
|
5806
5658
|
.p-image-mask {
|
|
5807
5659
|
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5808
5660
|
}
|
|
5661
|
+
|
|
5809
5662
|
.p-image-preview-indicator {
|
|
5810
5663
|
background-color: transparent;
|
|
5811
5664
|
color: #f8f9fa;
|
|
@@ -5815,12 +5668,15 @@
|
|
|
5815
5668
|
width: 1.5rem;
|
|
5816
5669
|
height: 1.5rem;
|
|
5817
5670
|
}
|
|
5671
|
+
|
|
5818
5672
|
.p-image-preview-container:hover > .p-image-preview-indicator {
|
|
5819
5673
|
background-color: rgba(0, 0, 0, 0.5);
|
|
5820
5674
|
}
|
|
5675
|
+
|
|
5821
5676
|
.p-image-toolbar {
|
|
5822
5677
|
padding: 1rem;
|
|
5823
5678
|
}
|
|
5679
|
+
|
|
5824
5680
|
.p-image-action.p-link {
|
|
5825
5681
|
color: #f8f9fa;
|
|
5826
5682
|
background-color: transparent;
|
|
@@ -5844,6 +5700,7 @@
|
|
|
5844
5700
|
width: 1.5rem;
|
|
5845
5701
|
height: 1.5rem;
|
|
5846
5702
|
}
|
|
5703
|
+
|
|
5847
5704
|
.p-avatar {
|
|
5848
5705
|
background-color: #dee2e6;
|
|
5849
5706
|
border-radius: 6px;
|
|
@@ -5864,12 +5721,15 @@
|
|
|
5864
5721
|
.p-avatar.p-avatar-xl .p-avatar-icon {
|
|
5865
5722
|
font-size: 2rem;
|
|
5866
5723
|
}
|
|
5724
|
+
|
|
5867
5725
|
.p-avatar-circle {
|
|
5868
5726
|
border-radius: 50%;
|
|
5869
5727
|
}
|
|
5728
|
+
|
|
5870
5729
|
.p-avatar-group .p-avatar {
|
|
5871
5730
|
border: 2px solid #ffffff;
|
|
5872
5731
|
}
|
|
5732
|
+
|
|
5873
5733
|
.p-chip {
|
|
5874
5734
|
background-color: #dee2e6;
|
|
5875
5735
|
color: #495057;
|
|
@@ -5900,6 +5760,10 @@
|
|
|
5900
5760
|
outline-offset: 0;
|
|
5901
5761
|
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
|
5902
5762
|
}
|
|
5763
|
+
.p-chip .p-chip-remove-icon:focus {
|
|
5764
|
+
outline: 0 none;
|
|
5765
|
+
}
|
|
5766
|
+
|
|
5903
5767
|
.p-scrolltop {
|
|
5904
5768
|
width: 3rem;
|
|
5905
5769
|
height: 3rem;
|
|
@@ -5921,6 +5785,7 @@
|
|
|
5921
5785
|
width: 1.5rem;
|
|
5922
5786
|
height: 1.5rem;
|
|
5923
5787
|
}
|
|
5788
|
+
|
|
5924
5789
|
.p-skeleton {
|
|
5925
5790
|
background-color: #dee2e6;
|
|
5926
5791
|
border-radius: 6px;
|
|
@@ -5928,6 +5793,7 @@
|
|
|
5928
5793
|
.p-skeleton:after {
|
|
5929
5794
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
|
|
5930
5795
|
}
|
|
5796
|
+
|
|
5931
5797
|
.p-tag {
|
|
5932
5798
|
background: #3B82F6;
|
|
5933
5799
|
color: #ffffff;
|
|
@@ -5960,6 +5826,7 @@
|
|
|
5960
5826
|
width: 0.75rem;
|
|
5961
5827
|
height: 0.75rem;
|
|
5962
5828
|
}
|
|
5829
|
+
|
|
5963
5830
|
.p-inplace .p-inplace-display {
|
|
5964
5831
|
padding: 0.75rem 0.75rem;
|
|
5965
5832
|
border-radius: 6px;
|
|
@@ -5974,6 +5841,7 @@
|
|
|
5974
5841
|
outline-offset: 0;
|
|
5975
5842
|
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
|
5976
5843
|
}
|
|
5844
|
+
|
|
5977
5845
|
.p-progressbar {
|
|
5978
5846
|
border: 0 none;
|
|
5979
5847
|
height: 1.5rem;
|
|
@@ -5989,6 +5857,7 @@
|
|
|
5989
5857
|
color: #ffffff;
|
|
5990
5858
|
line-height: 1.5rem;
|
|
5991
5859
|
}
|
|
5860
|
+
|
|
5992
5861
|
.p-terminal {
|
|
5993
5862
|
background: #ffffff;
|
|
5994
5863
|
color: #495057;
|
|
@@ -5996,10 +5865,11 @@
|
|
|
5996
5865
|
padding: 1.25rem;
|
|
5997
5866
|
}
|
|
5998
5867
|
.p-terminal .p-terminal-input {
|
|
5999
|
-
font-family:
|
|
6000
|
-
font-feature-settings:
|
|
6001
|
-
font-size:
|
|
5868
|
+
font-family: var(--font-family);
|
|
5869
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
5870
|
+
font-size: 1rem;
|
|
6002
5871
|
}
|
|
5872
|
+
|
|
6003
5873
|
.p-badge {
|
|
6004
5874
|
background: #3B82F6;
|
|
6005
5875
|
color: #ffffff;
|
|
@@ -6041,6 +5911,7 @@
|
|
|
6041
5911
|
height: 3rem;
|
|
6042
5912
|
line-height: 3rem;
|
|
6043
5913
|
}
|
|
5914
|
+
|
|
6044
5915
|
.p-tag {
|
|
6045
5916
|
background: #3B82F6;
|
|
6046
5917
|
color: #ffffff;
|
|
@@ -6070,9 +5941,11 @@
|
|
|
6070
5941
|
.p-button-label {
|
|
6071
5942
|
font-weight: 700;
|
|
6072
5943
|
}
|
|
5944
|
+
|
|
6073
5945
|
.p-accordion .p-accordion-header .p-accordion-header-link {
|
|
6074
5946
|
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
6075
5947
|
}
|
|
5948
|
+
|
|
6076
5949
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
|
6077
5950
|
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
6078
5951
|
}
|
|
@@ -6085,33 +5958,37 @@
|
|
|
6085
5958
|
background-color: #3B82F6;
|
|
6086
5959
|
transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
|
|
6087
5960
|
}
|
|
5961
|
+
|
|
6088
5962
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
|
6089
5963
|
background-color: #3B82F6;
|
|
6090
5964
|
}
|
|
5965
|
+
|
|
6091
5966
|
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
|
6092
5967
|
background-color: #3B82F6;
|
|
6093
5968
|
}
|
|
5969
|
+
|
|
6094
5970
|
.p-button:focus {
|
|
6095
|
-
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #9dc1fb, 0 1px 2px 0
|
|
5971
|
+
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #9dc1fb, 0 1px 2px 0 black;
|
|
6096
5972
|
}
|
|
6097
5973
|
.p-button.p-button-secondary:enabled:focus {
|
|
6098
|
-
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b0b9c6, 0 1px 2px 0
|
|
5974
|
+
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b0b9c6, 0 1px 2px 0 black;
|
|
6099
5975
|
}
|
|
6100
5976
|
.p-button.p-button-success:enabled:focus {
|
|
6101
|
-
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #88eaac, 0 1px 2px 0
|
|
5977
|
+
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #88eaac, 0 1px 2px 0 black;
|
|
6102
5978
|
}
|
|
6103
5979
|
.p-button.p-button-info:enabled:focus {
|
|
6104
|
-
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #9dc1fb, 0 1px 2px 0
|
|
5980
|
+
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #9dc1fb, 0 1px 2px 0 black;
|
|
6105
5981
|
}
|
|
6106
5982
|
.p-button.p-button-warning:enabled:focus {
|
|
6107
|
-
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #facf85, 0 1px 2px 0
|
|
5983
|
+
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #facf85, 0 1px 2px 0 black;
|
|
6108
5984
|
}
|
|
6109
5985
|
.p-button.p-button-help:enabled:focus {
|
|
6110
|
-
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #d4aafb, 0 1px 2px 0
|
|
5986
|
+
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #d4aafb, 0 1px 2px 0 black;
|
|
6111
5987
|
}
|
|
6112
5988
|
.p-button.p-button-danger:enabled:focus {
|
|
6113
|
-
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #f7a2a2, 0 1px 2px 0
|
|
5989
|
+
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #f7a2a2, 0 1px 2px 0 black;
|
|
6114
5990
|
}
|
|
5991
|
+
|
|
6115
5992
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
|
6116
5993
|
box-shadow: inset 0 2px 0 0 #3B82F6;
|
|
6117
5994
|
}
|