primeng 13.2.0 → 13.2.1
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/esm2020/breadcrumb/breadcrumb.mjs +5 -5
- package/esm2020/multiselect/multiselect.mjs +2 -2
- package/esm2020/panelmenu/panelmenu.mjs +7 -4
- package/esm2020/splitbutton/splitbutton.mjs +2 -2
- package/fesm2015/primeng-breadcrumb.mjs +4 -4
- package/fesm2015/primeng-breadcrumb.mjs.map +1 -1
- package/fesm2015/primeng-multiselect.mjs +1 -1
- package/fesm2015/primeng-multiselect.mjs.map +1 -1
- package/fesm2015/primeng-panelmenu.mjs +6 -3
- package/fesm2015/primeng-panelmenu.mjs.map +1 -1
- package/fesm2015/primeng-splitbutton.mjs +2 -2
- package/fesm2020/primeng-breadcrumb.mjs +4 -4
- package/fesm2020/primeng-breadcrumb.mjs.map +1 -1
- package/fesm2020/primeng-multiselect.mjs +1 -1
- package/fesm2020/primeng-multiselect.mjs.map +1 -1
- package/fesm2020/primeng-panelmenu.mjs +6 -3
- package/fesm2020/primeng-panelmenu.mjs.map +1 -1
- package/fesm2020/primeng-splitbutton.mjs +2 -2
- package/package.json +1 -1
- package/panelmenu/panelmenu.d.ts +1 -0
- package/resources/components/splitbutton/splitbutton.css +7 -3
- package/resources/themes/arya-blue/theme.css +278 -42
- package/resources/themes/arya-green/theme.css +278 -42
- package/resources/themes/arya-orange/theme.css +278 -42
- package/resources/themes/arya-purple/theme.css +278 -42
- package/resources/themes/bootstrap4-dark-blue/theme.css +278 -42
- package/resources/themes/bootstrap4-dark-purple/theme.css +278 -42
- package/resources/themes/bootstrap4-light-blue/theme.css +277 -41
- package/resources/themes/bootstrap4-light-purple/theme.css +277 -41
- package/resources/themes/fluent-light/theme.css +277 -41
- package/resources/themes/lara-dark-blue/theme.css +285 -84
- package/resources/themes/lara-dark-indigo/theme.css +285 -84
- package/resources/themes/lara-dark-purple/theme.css +285 -84
- package/resources/themes/lara-dark-teal/theme.css +285 -84
- package/resources/themes/lara-light-blue/theme.css +383 -182
- package/resources/themes/lara-light-indigo/theme.css +284 -83
- package/resources/themes/lara-light-purple/theme.css +284 -83
- package/resources/themes/lara-light-teal/theme.css +284 -83
- package/resources/themes/luna-amber/theme.css +277 -41
- package/resources/themes/luna-blue/theme.css +277 -41
- package/resources/themes/luna-green/theme.css +277 -41
- package/resources/themes/luna-pink/theme.css +277 -41
- package/resources/themes/md-dark-deeppurple/theme.css +357 -44
- package/resources/themes/md-dark-indigo/theme.css +357 -44
- package/resources/themes/md-light-deeppurple/theme.css +354 -41
- package/resources/themes/md-light-indigo/theme.css +354 -41
- package/resources/themes/mdc-dark-deeppurple/theme.css +357 -44
- package/resources/themes/mdc-dark-indigo/theme.css +357 -44
- package/resources/themes/mdc-light-deeppurple/theme.css +354 -41
- package/resources/themes/mdc-light-indigo/theme.css +354 -41
- package/resources/themes/nova/theme.css +277 -41
- package/resources/themes/nova-accent/theme.css +277 -41
- package/resources/themes/nova-alt/theme.css +277 -41
- package/resources/themes/rhea/theme.css +277 -41
- package/resources/themes/saga-blue/theme.css +277 -41
- package/resources/themes/saga-green/theme.css +277 -41
- package/resources/themes/saga-orange/theme.css +277 -41
- package/resources/themes/saga-purple/theme.css +277 -41
- package/resources/themes/tailwind-light/theme.css +276 -40
- package/resources/themes/vela-blue/theme.css +278 -42
- package/resources/themes/vela-green/theme.css +278 -42
- package/resources/themes/vela-orange/theme.css +278 -42
- package/resources/themes/vela-purple/theme.css +278 -42
- package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 +0 -0
@@ -9,7 +9,7 @@
|
|
9
9
|
--text-color-secondary:#6c757d;
|
10
10
|
--primary-color:#3B82F6;
|
11
11
|
--primary-color-text:#ffffff;
|
12
|
-
--font-family
|
12
|
+
--font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
13
13
|
--surface-0: #ffffff;
|
14
14
|
--surface-50: #FAFAFA;
|
15
15
|
--surface-100: #F5F5F5;
|
@@ -44,47 +44,12 @@
|
|
44
44
|
--maskbg: rgba(0, 0, 0, 0.4);
|
45
45
|
}
|
46
46
|
|
47
|
-
@font-face {
|
48
|
-
font-family: "Inter";
|
49
|
-
font-style: normal;
|
50
|
-
font-weight: 300;
|
51
|
-
src: local(""), url("./fonts/Inter-Light.woff2") format("woff2"), url("./fonts/Inter-Light.woff") format("woff");
|
52
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
53
|
-
}
|
54
|
-
@font-face {
|
55
|
-
font-family: "Inter";
|
56
|
-
font-style: normal;
|
57
|
-
font-weight: 400;
|
58
|
-
src: local(""), url("./fonts/Inter-Regular.woff2") format("woff2"), url("./fonts/Inter-Regular.woff") format("woff");
|
59
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
60
|
-
}
|
61
|
-
@font-face {
|
62
|
-
font-family: "Inter";
|
63
|
-
font-style: normal;
|
64
|
-
font-weight: 500;
|
65
|
-
src: local(""), url("./fonts/Inter-Medium.woff2") format("woff2"), url("./fonts/Inter-Medium.woff") format("woff");
|
66
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
67
|
-
}
|
68
|
-
@font-face {
|
69
|
-
font-family: "Inter";
|
70
|
-
font-style: normal;
|
71
|
-
font-weight: 600;
|
72
|
-
src: local(""), url("./fonts/Inter-SemiBold.woff2") format("woff2"), url("./fonts/Inter-SemiBold.woff") format("woff");
|
73
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
74
|
-
}
|
75
|
-
@font-face {
|
76
|
-
font-family: "Inter";
|
77
|
-
font-style: normal;
|
78
|
-
font-weight: 700;
|
79
|
-
src: local(""), url("./fonts/Inter-Bold.woff2") format("woff2"), url("./fonts/Inter-Bold.woff") format("woff");
|
80
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
81
|
-
}
|
82
47
|
* {
|
83
48
|
box-sizing: border-box;
|
84
49
|
}
|
85
50
|
|
86
51
|
.p-component {
|
87
|
-
font-family:
|
52
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
88
53
|
font-size: 1rem;
|
89
54
|
font-weight: normal;
|
90
55
|
}
|
@@ -112,7 +77,7 @@
|
|
112
77
|
|
113
78
|
.p-link {
|
114
79
|
font-size: 1rem;
|
115
|
-
font-family:
|
80
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
116
81
|
border-radius: 6px;
|
117
82
|
}
|
118
83
|
.p-link:focus {
|
@@ -247,6 +212,16 @@
|
|
247
212
|
--purple-700:#763cad;
|
248
213
|
--purple-800:#5c2f88;
|
249
214
|
--purple-900:#432263;
|
215
|
+
--red-50:#fff5f5;
|
216
|
+
--red-100:#ffd0ce;
|
217
|
+
--red-200:#ffaca7;
|
218
|
+
--red-300:#ff8780;
|
219
|
+
--red-400:#ff6259;
|
220
|
+
--red-500:#ff3d32;
|
221
|
+
--red-600:#d9342b;
|
222
|
+
--red-700:#b32b23;
|
223
|
+
--red-800:#8c221c;
|
224
|
+
--red-900:#661814;
|
250
225
|
}
|
251
226
|
|
252
227
|
.p-autocomplete .p-autocomplete-loader {
|
@@ -271,7 +246,7 @@
|
|
271
246
|
padding: 0.375rem 0;
|
272
247
|
}
|
273
248
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
274
|
-
font-family:
|
249
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
275
250
|
font-size: 1rem;
|
276
251
|
color: #495057;
|
277
252
|
padding: 0;
|
@@ -281,7 +256,7 @@
|
|
281
256
|
padding: 0.375rem 0.75rem;
|
282
257
|
margin-right: 0.5rem;
|
283
258
|
background: #EFF6FF;
|
284
|
-
color: #
|
259
|
+
color: #1D4ED8;
|
285
260
|
border-radius: 6px;
|
286
261
|
}
|
287
262
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
|
@@ -319,7 +294,7 @@ p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
|
|
319
294
|
background: #e9ecef;
|
320
295
|
}
|
321
296
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
322
|
-
color: #
|
297
|
+
color: #1D4ED8;
|
323
298
|
background: #EFF6FF;
|
324
299
|
}
|
325
300
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
|
@@ -389,16 +364,14 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
389
364
|
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
390
365
|
line-height: 2rem;
|
391
366
|
}
|
392
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
393
|
-
|
394
|
-
color: #495057;
|
395
|
-
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
396
|
-
font-weight: 600;
|
397
|
-
padding: 0.5rem;
|
367
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title select {
|
368
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
398
369
|
}
|
399
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
400
|
-
|
401
|
-
|
370
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
|
371
|
+
outline: 0 none;
|
372
|
+
outline-offset: 0;
|
373
|
+
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
374
|
+
border-color: #3B82F6;
|
402
375
|
}
|
403
376
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
404
377
|
margin-right: 0.5rem;
|
@@ -425,7 +398,7 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
425
398
|
border: 1px solid transparent;
|
426
399
|
}
|
427
400
|
.p-datepicker table td > span.p-highlight {
|
428
|
-
color: #
|
401
|
+
color: #1D4ED8;
|
429
402
|
background: #EFF6FF;
|
430
403
|
}
|
431
404
|
.p-datepicker table td > span:focus {
|
@@ -439,7 +412,7 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
439
412
|
border-color: transparent;
|
440
413
|
}
|
441
414
|
.p-datepicker table td.p-datepicker-today > span.p-highlight {
|
442
|
-
color: #
|
415
|
+
color: #1D4ED8;
|
443
416
|
background: #EFF6FF;
|
444
417
|
}
|
445
418
|
.p-datepicker .p-datepicker-buttonbar {
|
@@ -493,23 +466,11 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
493
466
|
border-radius: 6px;
|
494
467
|
}
|
495
468
|
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
496
|
-
color: #
|
497
|
-
background: #EFF6FF;
|
498
|
-
}
|
499
|
-
.p-datepicker .p-yearpicker {
|
500
|
-
margin: 0.5rem 0;
|
501
|
-
}
|
502
|
-
.p-datepicker .p-yearpicker .p-yearpicker-year {
|
503
|
-
padding: 0.5rem;
|
504
|
-
transition: box-shadow 0.2s;
|
505
|
-
border-radius: 6px;
|
506
|
-
}
|
507
|
-
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
|
508
|
-
color: #3B82F6;
|
469
|
+
color: #1D4ED8;
|
509
470
|
background: #EFF6FF;
|
510
471
|
}
|
511
472
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
512
|
-
border-
|
473
|
+
border-right: 1px solid #dee2e6;
|
513
474
|
padding-right: 0.5rem;
|
514
475
|
padding-left: 0.5rem;
|
515
476
|
padding-top: 0;
|
@@ -517,10 +478,10 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
517
478
|
}
|
518
479
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
|
519
480
|
padding-left: 0;
|
520
|
-
border-left: 0 none;
|
521
481
|
}
|
522
482
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
|
523
483
|
padding-right: 0;
|
484
|
+
border-right: 0 none;
|
524
485
|
}
|
525
486
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
526
487
|
background: #e9ecef;
|
@@ -530,18 +491,10 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
530
491
|
outline-offset: 0;
|
531
492
|
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
532
493
|
}
|
533
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-
|
494
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
|
534
495
|
background: #e9ecef;
|
535
496
|
}
|
536
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
|
537
|
-
outline: 0 none;
|
538
|
-
outline-offset: 0;
|
539
|
-
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
540
|
-
}
|
541
|
-
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
|
542
|
-
background: #e9ecef;
|
543
|
-
}
|
544
|
-
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
|
497
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
|
545
498
|
outline: 0 none;
|
546
499
|
outline-offset: 0;
|
547
500
|
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
@@ -614,7 +567,7 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
614
567
|
box-shadow: inset 0 0 0 0.15rem #BFDBFE;
|
615
568
|
}
|
616
569
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
|
617
|
-
color: #
|
570
|
+
color: #1D4ED8;
|
618
571
|
background: #EFF6FF;
|
619
572
|
}
|
620
573
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
|
@@ -671,8 +624,8 @@ p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
|
|
671
624
|
border-color: #3B82F6;
|
672
625
|
}
|
673
626
|
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
674
|
-
border-color: #
|
675
|
-
background: #
|
627
|
+
border-color: #1D4ED8;
|
628
|
+
background: #1D4ED8;
|
676
629
|
color: #ffffff;
|
677
630
|
}
|
678
631
|
|
@@ -690,7 +643,7 @@ p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
|
690
643
|
background-color: #e9ecef;
|
691
644
|
}
|
692
645
|
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
693
|
-
background: #
|
646
|
+
background: #1D4ED8;
|
694
647
|
}
|
695
648
|
|
696
649
|
.p-checkbox-label {
|
@@ -713,7 +666,7 @@ p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
|
713
666
|
padding: 0.375rem 0.75rem;
|
714
667
|
margin-right: 0.5rem;
|
715
668
|
background: #EFF6FF;
|
716
|
-
color: #
|
669
|
+
color: #1D4ED8;
|
717
670
|
border-radius: 6px;
|
718
671
|
}
|
719
672
|
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
|
@@ -723,7 +676,7 @@ p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
|
723
676
|
padding: 0.375rem 0;
|
724
677
|
}
|
725
678
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
726
|
-
font-family:
|
679
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
727
680
|
font-size: 1rem;
|
728
681
|
color: #495057;
|
729
682
|
padding: 0;
|
@@ -742,7 +695,7 @@ p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
|
|
742
695
|
|
743
696
|
.p-colorpicker-panel {
|
744
697
|
background: #323232;
|
745
|
-
border: 1px solid #191919;
|
698
|
+
border-color: 1px solid #191919;
|
746
699
|
}
|
747
700
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
748
701
|
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
@@ -834,7 +787,7 @@ p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
|
|
834
787
|
border-radius: 0;
|
835
788
|
}
|
836
789
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
837
|
-
color: #
|
790
|
+
color: #1D4ED8;
|
838
791
|
background: #EFF6FF;
|
839
792
|
}
|
840
793
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
@@ -867,9 +820,6 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
|
|
867
820
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
|
868
821
|
background-color: #ffffff;
|
869
822
|
}
|
870
|
-
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
|
871
|
-
background-color: transparent;
|
872
|
-
}
|
873
823
|
|
874
824
|
.p-editor-container .p-editor-toolbar {
|
875
825
|
background: #f8f9fa;
|
@@ -1088,7 +1038,7 @@ p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
|
1088
1038
|
background: #ffffff;
|
1089
1039
|
}
|
1090
1040
|
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
|
1091
|
-
background: #
|
1041
|
+
background: #2563eb;
|
1092
1042
|
}
|
1093
1043
|
|
1094
1044
|
p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
|
@@ -1096,7 +1046,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
|
|
1096
1046
|
}
|
1097
1047
|
|
1098
1048
|
.p-inputtext {
|
1099
|
-
font-family:
|
1049
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
1100
1050
|
font-size: 1rem;
|
1101
1051
|
color: #495057;
|
1102
1052
|
background: #ffffff;
|
@@ -1232,7 +1182,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
|
|
1232
1182
|
border-radius: 0;
|
1233
1183
|
}
|
1234
1184
|
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
1235
|
-
color: #
|
1185
|
+
color: #1D4ED8;
|
1236
1186
|
background: #EFF6FF;
|
1237
1187
|
}
|
1238
1188
|
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
@@ -1290,7 +1240,7 @@ p-listbox.ng-dirty.ng-invalid > .p-listbox {
|
|
1290
1240
|
padding: 0.375rem 0.75rem;
|
1291
1241
|
margin-right: 0.5rem;
|
1292
1242
|
background: #EFF6FF;
|
1293
|
-
color: #
|
1243
|
+
color: #1D4ED8;
|
1294
1244
|
border-radius: 6px;
|
1295
1245
|
}
|
1296
1246
|
.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
|
@@ -1370,7 +1320,7 @@ p-listbox.ng-dirty.ng-invalid > .p-listbox {
|
|
1370
1320
|
border-radius: 0;
|
1371
1321
|
}
|
1372
1322
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
1373
|
-
color: #
|
1323
|
+
color: #1D4ED8;
|
1374
1324
|
background: #EFF6FF;
|
1375
1325
|
}
|
1376
1326
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
@@ -1412,7 +1362,7 @@ p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
|
|
1412
1362
|
background-color: #ffffff;
|
1413
1363
|
}
|
1414
1364
|
|
1415
|
-
p-password.
|
1365
|
+
.p-password.p-invalid.p-component > .p-inputtext {
|
1416
1366
|
border-color: #e24c4c;
|
1417
1367
|
}
|
1418
1368
|
|
@@ -1471,8 +1421,8 @@ p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
|
|
1471
1421
|
background: #3B82F6;
|
1472
1422
|
}
|
1473
1423
|
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1474
|
-
border-color: #
|
1475
|
-
background: #
|
1424
|
+
border-color: #1D4ED8;
|
1425
|
+
background: #1D4ED8;
|
1476
1426
|
color: #ffffff;
|
1477
1427
|
}
|
1478
1428
|
|
@@ -1490,7 +1440,7 @@ p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
|
1490
1440
|
background: #3B82F6;
|
1491
1441
|
}
|
1492
1442
|
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1493
|
-
background: #
|
1443
|
+
background: #1D4ED8;
|
1494
1444
|
}
|
1495
1445
|
|
1496
1446
|
.p-radiobutton-label {
|
@@ -1514,7 +1464,7 @@ p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
|
1514
1464
|
.p-rating .p-rating-icon:first-child {
|
1515
1465
|
margin-left: 0;
|
1516
1466
|
}
|
1517
|
-
.p-rating .p-rating-icon.pi-star
|
1467
|
+
.p-rating .p-rating-icon.pi-star {
|
1518
1468
|
color: #3B82F6;
|
1519
1469
|
}
|
1520
1470
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
@@ -1553,8 +1503,8 @@ p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
|
1553
1503
|
color: #ffffff;
|
1554
1504
|
}
|
1555
1505
|
.p-selectbutton .p-button.p-highlight:hover {
|
1556
|
-
background: #
|
1557
|
-
border-color: #
|
1506
|
+
background: #2563eb;
|
1507
|
+
border-color: #2563eb;
|
1558
1508
|
color: #ffffff;
|
1559
1509
|
}
|
1560
1510
|
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
|
@@ -1647,8 +1597,8 @@ p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
|
|
1647
1597
|
color: #ffffff;
|
1648
1598
|
}
|
1649
1599
|
.p-togglebutton.p-button.p-highlight:hover {
|
1650
|
-
background: #
|
1651
|
-
border-color: #
|
1600
|
+
background: #2563eb;
|
1601
|
+
border-color: #2563eb;
|
1652
1602
|
color: #ffffff;
|
1653
1603
|
}
|
1654
1604
|
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
|
@@ -1696,8 +1646,7 @@ p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
|
|
1696
1646
|
border-top-right-radius: 6px;
|
1697
1647
|
border-bottom-right-radius: 6px;
|
1698
1648
|
}
|
1699
|
-
|
1700
|
-
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1649
|
+
.p-treeselect.p-invalid.p-component {
|
1701
1650
|
border-color: #e24c4c;
|
1702
1651
|
}
|
1703
1652
|
|
@@ -1741,14 +1690,14 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
1741
1690
|
border-radius: 6px;
|
1742
1691
|
}
|
1743
1692
|
.p-button:enabled:hover {
|
1744
|
-
background: #
|
1693
|
+
background: #2563eb;
|
1745
1694
|
color: #ffffff;
|
1746
|
-
border-color: #
|
1695
|
+
border-color: #2563eb;
|
1747
1696
|
}
|
1748
1697
|
.p-button:enabled:active {
|
1749
|
-
background: #
|
1698
|
+
background: #1D4ED8;
|
1750
1699
|
color: #ffffff;
|
1751
|
-
border-color: #
|
1700
|
+
border-color: #1D4ED8;
|
1752
1701
|
}
|
1753
1702
|
.p-button.p-button-outlined {
|
1754
1703
|
background-color: transparent;
|
@@ -2175,13 +2124,13 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2175
2124
|
}
|
2176
2125
|
|
2177
2126
|
.p-button.p-button-link {
|
2178
|
-
color: #
|
2127
|
+
color: #1D4ED8;
|
2179
2128
|
background: transparent;
|
2180
2129
|
border: transparent;
|
2181
2130
|
}
|
2182
2131
|
.p-button.p-button-link:enabled:hover {
|
2183
2132
|
background: transparent;
|
2184
|
-
color: #
|
2133
|
+
color: #1D4ED8;
|
2185
2134
|
border-color: transparent;
|
2186
2135
|
}
|
2187
2136
|
.p-button.p-button-link:enabled:hover .p-button-label {
|
@@ -2194,7 +2143,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2194
2143
|
}
|
2195
2144
|
.p-button.p-button-link:enabled:active {
|
2196
2145
|
background: transparent;
|
2197
|
-
color: #
|
2146
|
+
color: #1D4ED8;
|
2198
2147
|
border-color: transparent;
|
2199
2148
|
}
|
2200
2149
|
|
@@ -2262,6 +2211,258 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2262
2211
|
background-color: rgba(0, 0, 0, 0.4);
|
2263
2212
|
}
|
2264
2213
|
|
2214
|
+
.p-splitbutton {
|
2215
|
+
border-radius: 6px;
|
2216
|
+
}
|
2217
|
+
.p-splitbutton.p-button-outlined > .p-button {
|
2218
|
+
background-color: transparent;
|
2219
|
+
color: #3B82F6;
|
2220
|
+
border: 1px solid;
|
2221
|
+
}
|
2222
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2223
|
+
background: rgba(59, 130, 246, 0.04);
|
2224
|
+
color: #3B82F6;
|
2225
|
+
}
|
2226
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
2227
|
+
background: rgba(59, 130, 246, 0.16);
|
2228
|
+
color: #3B82F6;
|
2229
|
+
}
|
2230
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
|
2231
|
+
color: #6c757d;
|
2232
|
+
border-color: #6c757d;
|
2233
|
+
}
|
2234
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2235
|
+
background: #e9ecef;
|
2236
|
+
color: #6c757d;
|
2237
|
+
}
|
2238
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
|
2239
|
+
background: #dee2e6;
|
2240
|
+
color: #6c757d;
|
2241
|
+
}
|
2242
|
+
.p-splitbutton.p-button-text > .p-button {
|
2243
|
+
background-color: transparent;
|
2244
|
+
color: #3B82F6;
|
2245
|
+
border-color: transparent;
|
2246
|
+
}
|
2247
|
+
.p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2248
|
+
background: rgba(59, 130, 246, 0.04);
|
2249
|
+
color: #3B82F6;
|
2250
|
+
border-color: transparent;
|
2251
|
+
}
|
2252
|
+
.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
2253
|
+
background: rgba(59, 130, 246, 0.16);
|
2254
|
+
color: #3B82F6;
|
2255
|
+
border-color: transparent;
|
2256
|
+
}
|
2257
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button {
|
2258
|
+
color: #6c757d;
|
2259
|
+
}
|
2260
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2261
|
+
background: #e9ecef;
|
2262
|
+
color: #6c757d;
|
2263
|
+
}
|
2264
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
|
2265
|
+
background: #dee2e6;
|
2266
|
+
color: #6c757d;
|
2267
|
+
}
|
2268
|
+
.p-splitbutton.p-button-raised {
|
2269
|
+
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
2270
|
+
}
|
2271
|
+
.p-splitbutton.p-button-rounded {
|
2272
|
+
border-radius: 2rem;
|
2273
|
+
}
|
2274
|
+
.p-splitbutton.p-button-rounded > .p-button {
|
2275
|
+
border-radius: 2rem;
|
2276
|
+
}
|
2277
|
+
.p-splitbutton.p-button-sm > .p-button {
|
2278
|
+
font-size: 0.875rem;
|
2279
|
+
padding: 0.65625rem 1.09375rem;
|
2280
|
+
}
|
2281
|
+
.p-splitbutton.p-button-sm > .p-button .p-button-icon {
|
2282
|
+
font-size: 0.875rem;
|
2283
|
+
}
|
2284
|
+
.p-splitbutton.p-button-lg > .p-button {
|
2285
|
+
font-size: 1.25rem;
|
2286
|
+
padding: 0.9375rem 1.5625rem;
|
2287
|
+
}
|
2288
|
+
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
|
2289
|
+
font-size: 1.25rem;
|
2290
|
+
}
|
2291
|
+
|
2292
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
2293
|
+
background-color: transparent;
|
2294
|
+
color: #64748B;
|
2295
|
+
border: 1px solid;
|
2296
|
+
}
|
2297
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2298
|
+
background: rgba(100, 116, 139, 0.04);
|
2299
|
+
color: #64748B;
|
2300
|
+
}
|
2301
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
2302
|
+
background: rgba(100, 116, 139, 0.16);
|
2303
|
+
color: #64748B;
|
2304
|
+
}
|
2305
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
2306
|
+
background-color: transparent;
|
2307
|
+
color: #64748B;
|
2308
|
+
border-color: transparent;
|
2309
|
+
}
|
2310
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2311
|
+
background: rgba(100, 116, 139, 0.04);
|
2312
|
+
border-color: transparent;
|
2313
|
+
color: #64748B;
|
2314
|
+
}
|
2315
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
2316
|
+
background: rgba(100, 116, 139, 0.16);
|
2317
|
+
border-color: transparent;
|
2318
|
+
color: #64748B;
|
2319
|
+
}
|
2320
|
+
|
2321
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
2322
|
+
background-color: transparent;
|
2323
|
+
color: #3B82F6;
|
2324
|
+
border: 1px solid;
|
2325
|
+
}
|
2326
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2327
|
+
background: rgba(59, 130, 246, 0.04);
|
2328
|
+
color: #3B82F6;
|
2329
|
+
}
|
2330
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
2331
|
+
background: rgba(59, 130, 246, 0.16);
|
2332
|
+
color: #3B82F6;
|
2333
|
+
}
|
2334
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
2335
|
+
background-color: transparent;
|
2336
|
+
color: #3B82F6;
|
2337
|
+
border-color: transparent;
|
2338
|
+
}
|
2339
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2340
|
+
background: rgba(59, 130, 246, 0.04);
|
2341
|
+
border-color: transparent;
|
2342
|
+
color: #3B82F6;
|
2343
|
+
}
|
2344
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
2345
|
+
background: rgba(59, 130, 246, 0.16);
|
2346
|
+
border-color: transparent;
|
2347
|
+
color: #3B82F6;
|
2348
|
+
}
|
2349
|
+
|
2350
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
2351
|
+
background-color: transparent;
|
2352
|
+
color: #22C55E;
|
2353
|
+
border: 1px solid;
|
2354
|
+
}
|
2355
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2356
|
+
background: rgba(34, 197, 94, 0.04);
|
2357
|
+
color: #22C55E;
|
2358
|
+
}
|
2359
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
2360
|
+
background: rgba(34, 197, 94, 0.16);
|
2361
|
+
color: #22C55E;
|
2362
|
+
}
|
2363
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
2364
|
+
background-color: transparent;
|
2365
|
+
color: #22C55E;
|
2366
|
+
border-color: transparent;
|
2367
|
+
}
|
2368
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2369
|
+
background: rgba(34, 197, 94, 0.04);
|
2370
|
+
border-color: transparent;
|
2371
|
+
color: #22C55E;
|
2372
|
+
}
|
2373
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
2374
|
+
background: rgba(34, 197, 94, 0.16);
|
2375
|
+
border-color: transparent;
|
2376
|
+
color: #22C55E;
|
2377
|
+
}
|
2378
|
+
|
2379
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
2380
|
+
background-color: transparent;
|
2381
|
+
color: #F59E0B;
|
2382
|
+
border: 1px solid;
|
2383
|
+
}
|
2384
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2385
|
+
background: rgba(245, 158, 11, 0.04);
|
2386
|
+
color: #F59E0B;
|
2387
|
+
}
|
2388
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
2389
|
+
background: rgba(245, 158, 11, 0.16);
|
2390
|
+
color: #F59E0B;
|
2391
|
+
}
|
2392
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
2393
|
+
background-color: transparent;
|
2394
|
+
color: #F59E0B;
|
2395
|
+
border-color: transparent;
|
2396
|
+
}
|
2397
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2398
|
+
background: rgba(245, 158, 11, 0.04);
|
2399
|
+
border-color: transparent;
|
2400
|
+
color: #F59E0B;
|
2401
|
+
}
|
2402
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
2403
|
+
background: rgba(245, 158, 11, 0.16);
|
2404
|
+
border-color: transparent;
|
2405
|
+
color: #F59E0B;
|
2406
|
+
}
|
2407
|
+
|
2408
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
2409
|
+
background-color: transparent;
|
2410
|
+
color: #A855F7;
|
2411
|
+
border: 1px solid;
|
2412
|
+
}
|
2413
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2414
|
+
background: rgba(168, 85, 247, 0.04);
|
2415
|
+
color: #A855F7;
|
2416
|
+
}
|
2417
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
2418
|
+
background: rgba(168, 85, 247, 0.16);
|
2419
|
+
color: #A855F7;
|
2420
|
+
}
|
2421
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
2422
|
+
background-color: transparent;
|
2423
|
+
color: #A855F7;
|
2424
|
+
border-color: transparent;
|
2425
|
+
}
|
2426
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2427
|
+
background: rgba(168, 85, 247, 0.04);
|
2428
|
+
border-color: transparent;
|
2429
|
+
color: #A855F7;
|
2430
|
+
}
|
2431
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
2432
|
+
background: rgba(168, 85, 247, 0.16);
|
2433
|
+
border-color: transparent;
|
2434
|
+
color: #A855F7;
|
2435
|
+
}
|
2436
|
+
|
2437
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
2438
|
+
background-color: transparent;
|
2439
|
+
color: #EF4444;
|
2440
|
+
border: 1px solid;
|
2441
|
+
}
|
2442
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2443
|
+
background: rgba(239, 68, 68, 0.04);
|
2444
|
+
color: #EF4444;
|
2445
|
+
}
|
2446
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
2447
|
+
background: rgba(239, 68, 68, 0.16);
|
2448
|
+
color: #EF4444;
|
2449
|
+
}
|
2450
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
2451
|
+
background-color: transparent;
|
2452
|
+
color: #EF4444;
|
2453
|
+
border-color: transparent;
|
2454
|
+
}
|
2455
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2456
|
+
background: rgba(239, 68, 68, 0.04);
|
2457
|
+
border-color: transparent;
|
2458
|
+
color: #EF4444;
|
2459
|
+
}
|
2460
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
2461
|
+
background: rgba(239, 68, 68, 0.16);
|
2462
|
+
border-color: transparent;
|
2463
|
+
color: #EF4444;
|
2464
|
+
}
|
2465
|
+
|
2265
2466
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
2266
2467
|
.p-carousel .p-carousel-content .p-carousel-next {
|
2267
2468
|
width: 2rem;
|
@@ -2304,7 +2505,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2304
2505
|
}
|
2305
2506
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
2306
2507
|
background: #EFF6FF;
|
2307
|
-
color: #
|
2508
|
+
color: #1D4ED8;
|
2308
2509
|
}
|
2309
2510
|
|
2310
2511
|
.p-datatable .p-paginator-top {
|
@@ -2359,7 +2560,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2359
2560
|
height: 1.143rem;
|
2360
2561
|
min-width: 1.143rem;
|
2361
2562
|
line-height: 1.143rem;
|
2362
|
-
color: #
|
2563
|
+
color: #1D4ED8;
|
2363
2564
|
background: #EFF6FF;
|
2364
2565
|
margin-left: 0.5rem;
|
2365
2566
|
}
|
@@ -2372,17 +2573,17 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2372
2573
|
}
|
2373
2574
|
.p-datatable .p-sortable-column.p-highlight {
|
2374
2575
|
background: #EFF6FF;
|
2375
|
-
color: #
|
2576
|
+
color: #1D4ED8;
|
2376
2577
|
}
|
2377
2578
|
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
2378
|
-
color: #
|
2579
|
+
color: #1D4ED8;
|
2379
2580
|
}
|
2380
2581
|
.p-datatable .p-sortable-column.p-highlight:hover {
|
2381
2582
|
background: #EFF6FF;
|
2382
|
-
color: #
|
2583
|
+
color: #1D4ED8;
|
2383
2584
|
}
|
2384
2585
|
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
2385
|
-
color: #
|
2586
|
+
color: #1D4ED8;
|
2386
2587
|
}
|
2387
2588
|
.p-datatable .p-sortable-column:focus {
|
2388
2589
|
box-shadow: inset 0 0 0 0.15rem #BFDBFE;
|
@@ -2436,7 +2637,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2436
2637
|
}
|
2437
2638
|
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
2438
2639
|
background: #EFF6FF;
|
2439
|
-
color: #
|
2640
|
+
color: #1D4ED8;
|
2440
2641
|
}
|
2441
2642
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
2442
2643
|
box-shadow: inset 0 2px 0 0 #EFF6FF;
|
@@ -2488,13 +2689,13 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2488
2689
|
}
|
2489
2690
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
2490
2691
|
background: #EFF6FF;
|
2491
|
-
color: #
|
2692
|
+
color: #1D4ED8;
|
2492
2693
|
}
|
2493
2694
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
|
2494
|
-
color: #
|
2695
|
+
color: #1D4ED8;
|
2495
2696
|
}
|
2496
2697
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
|
2497
|
-
color: #
|
2698
|
+
color: #1D4ED8;
|
2498
2699
|
}
|
2499
2700
|
.p-datatable.p-datatable-sm .p-datatable-header {
|
2500
2701
|
padding: 0.5rem 0.5rem;
|
@@ -2595,7 +2796,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2595
2796
|
}
|
2596
2797
|
.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
|
2597
2798
|
background: #EFF6FF;
|
2598
|
-
color: #
|
2799
|
+
color: #1D4ED8;
|
2599
2800
|
}
|
2600
2801
|
.p-column-filter-menu-button:focus {
|
2601
2802
|
outline: 0 none;
|
@@ -2644,7 +2845,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2644
2845
|
border-radius: 0;
|
2645
2846
|
}
|
2646
2847
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
|
2647
|
-
color: #
|
2848
|
+
color: #1D4ED8;
|
2648
2849
|
background: #EFF6FF;
|
2649
2850
|
}
|
2650
2851
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
|
@@ -2711,8 +2912,8 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2711
2912
|
border-right: 1px solid #dee2e6;
|
2712
2913
|
}
|
2713
2914
|
.fc.fc-unthemed .fc-view-container .fc-event {
|
2714
|
-
background: #
|
2715
|
-
border: 1px solid #
|
2915
|
+
background: #2563eb;
|
2916
|
+
border: 1px solid #2563eb;
|
2716
2917
|
color: #ffffff;
|
2717
2918
|
}
|
2718
2919
|
.fc.fc-unthemed .fc-view-container .fc-divider {
|
@@ -2730,14 +2931,14 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2730
2931
|
align-items: center;
|
2731
2932
|
}
|
2732
2933
|
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
|
2733
|
-
background: #
|
2934
|
+
background: #2563eb;
|
2734
2935
|
color: #ffffff;
|
2735
|
-
border-color: #
|
2936
|
+
border-color: #2563eb;
|
2736
2937
|
}
|
2737
2938
|
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
|
2738
|
-
background: #
|
2939
|
+
background: #1D4ED8;
|
2739
2940
|
color: #ffffff;
|
2740
|
-
border-color: #
|
2941
|
+
border-color: #1D4ED8;
|
2741
2942
|
}
|
2742
2943
|
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
|
2743
2944
|
outline: 0 none;
|
@@ -2782,8 +2983,8 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2782
2983
|
color: #ffffff;
|
2783
2984
|
}
|
2784
2985
|
.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 {
|
2785
|
-
background: #
|
2786
|
-
border-color: #
|
2986
|
+
background: #2563eb;
|
2987
|
+
border-color: #2563eb;
|
2787
2988
|
color: #ffffff;
|
2788
2989
|
}
|
2789
2990
|
.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 {
|
@@ -2866,15 +3067,15 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2866
3067
|
}
|
2867
3068
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
2868
3069
|
color: #ffffff;
|
2869
|
-
background: #
|
2870
|
-
border-color: #
|
3070
|
+
background: #2563eb;
|
3071
|
+
border-color: #2563eb;
|
2871
3072
|
}
|
2872
3073
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
|
2873
3074
|
color: #ffffff;
|
2874
3075
|
}
|
2875
3076
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
|
2876
|
-
background: #
|
2877
|
-
border-color: #
|
3077
|
+
background: #2563eb;
|
3078
|
+
border-color: #2563eb;
|
2878
3079
|
}
|
2879
3080
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
|
2880
3081
|
background: #e9ecef;
|
@@ -2892,14 +3093,14 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2892
3093
|
border-radius: 6px;
|
2893
3094
|
}
|
2894
3095
|
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
|
2895
|
-
background: #
|
3096
|
+
background: #2563eb;
|
2896
3097
|
color: #ffffff;
|
2897
|
-
border-color: #
|
3098
|
+
border-color: #2563eb;
|
2898
3099
|
}
|
2899
3100
|
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
|
2900
|
-
background: #
|
3101
|
+
background: #1D4ED8;
|
2901
3102
|
color: #ffffff;
|
2902
|
-
border-color: #
|
3103
|
+
border-color: #1D4ED8;
|
2903
3104
|
}
|
2904
3105
|
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
|
2905
3106
|
outline: 0 none;
|
@@ -2950,8 +3151,8 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2950
3151
|
color: #ffffff;
|
2951
3152
|
}
|
2952
3153
|
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
|
2953
|
-
background: #
|
2954
|
-
border-color: #
|
3154
|
+
background: #2563eb;
|
3155
|
+
border-color: #2563eb;
|
2955
3156
|
color: #ffffff;
|
2956
3157
|
}
|
2957
3158
|
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:not(:disabled):focus {
|
@@ -2975,7 +3176,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2975
3176
|
color: #495057;
|
2976
3177
|
}
|
2977
3178
|
.fc.fc-theme-standard .fc-highlight {
|
2978
|
-
color: #
|
3179
|
+
color: #1D4ED8;
|
2979
3180
|
background: #EFF6FF;
|
2980
3181
|
}
|
2981
3182
|
|
@@ -3032,7 +3233,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3032
3233
|
box-shadow: inset 0 0 0 0.15rem #BFDBFE;
|
3033
3234
|
}
|
3034
3235
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
3035
|
-
color: #
|
3236
|
+
color: #1D4ED8;
|
3036
3237
|
background: #EFF6FF;
|
3037
3238
|
}
|
3038
3239
|
.p-orderlist .p-orderlist-list .p-orderlist-empty-message {
|
@@ -3065,7 +3266,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3065
3266
|
}
|
3066
3267
|
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
3067
3268
|
background: #EFF6FF;
|
3068
|
-
color: #
|
3269
|
+
color: #1D4ED8;
|
3069
3270
|
}
|
3070
3271
|
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
|
3071
3272
|
color: #70aeff;
|
@@ -3172,7 +3373,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3172
3373
|
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
3173
3374
|
background: #EFF6FF;
|
3174
3375
|
border-color: #EFF6FF;
|
3175
|
-
color: #
|
3376
|
+
color: #1D4ED8;
|
3176
3377
|
}
|
3177
3378
|
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
3178
3379
|
background: #e9ecef;
|
@@ -3233,7 +3434,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3233
3434
|
box-shadow: inset 0 0 0 0.15rem #BFDBFE;
|
3234
3435
|
}
|
3235
3436
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
3236
|
-
color: #
|
3437
|
+
color: #1D4ED8;
|
3237
3438
|
background: #EFF6FF;
|
3238
3439
|
}
|
3239
3440
|
.p-picklist .p-picklist-list .p-picklist-empty-message {
|
@@ -3337,15 +3538,15 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3337
3538
|
}
|
3338
3539
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
3339
3540
|
background: #EFF6FF;
|
3340
|
-
color: #
|
3541
|
+
color: #1D4ED8;
|
3341
3542
|
}
|
3342
3543
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
|
3343
3544
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
3344
|
-
color: #
|
3545
|
+
color: #1D4ED8;
|
3345
3546
|
}
|
3346
3547
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
3347
3548
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
3348
|
-
color: #
|
3549
|
+
color: #1D4ED8;
|
3349
3550
|
}
|
3350
3551
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
3351
3552
|
background: #e9ecef;
|
@@ -3385,10 +3586,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3385
3586
|
}
|
3386
3587
|
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
|
3387
3588
|
background-color: #EFF6FF;
|
3388
|
-
color: #
|
3589
|
+
color: #1D4ED8;
|
3389
3590
|
}
|
3390
3591
|
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
3391
|
-
color: #
|
3592
|
+
color: #1D4ED8;
|
3392
3593
|
}
|
3393
3594
|
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
|
3394
3595
|
margin-right: 0.5rem;
|
@@ -3469,7 +3670,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3469
3670
|
height: 1.143rem;
|
3470
3671
|
min-width: 1.143rem;
|
3471
3672
|
line-height: 1.143rem;
|
3472
|
-
color: #
|
3673
|
+
color: #1D4ED8;
|
3473
3674
|
background: #EFF6FF;
|
3474
3675
|
margin-left: 0.5rem;
|
3475
3676
|
}
|
@@ -3482,10 +3683,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3482
3683
|
}
|
3483
3684
|
.p-treetable .p-sortable-column.p-highlight {
|
3484
3685
|
background: #EFF6FF;
|
3485
|
-
color: #
|
3686
|
+
color: #1D4ED8;
|
3486
3687
|
}
|
3487
3688
|
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
3488
|
-
color: #
|
3689
|
+
color: #1D4ED8;
|
3489
3690
|
}
|
3490
3691
|
.p-treetable .p-treetable-tbody > tr {
|
3491
3692
|
background: #ffffff;
|
@@ -3530,13 +3731,13 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3530
3731
|
}
|
3531
3732
|
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
3532
3733
|
background: #EFF6FF;
|
3533
|
-
color: #
|
3734
|
+
color: #1D4ED8;
|
3534
3735
|
}
|
3535
3736
|
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
|
3536
|
-
color: #
|
3737
|
+
color: #1D4ED8;
|
3537
3738
|
}
|
3538
3739
|
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
|
3539
|
-
color: #
|
3740
|
+
color: #1D4ED8;
|
3540
3741
|
}
|
3541
3742
|
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
3542
3743
|
background: #e9ecef;
|
@@ -4064,7 +4265,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
4064
4265
|
right: -1rem;
|
4065
4266
|
}
|
4066
4267
|
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
|
4067
|
-
background: #
|
4268
|
+
background: #2563eb;
|
4068
4269
|
color: #ffffff;
|
4069
4270
|
}
|
4070
4271
|
.p-overlaypanel:after {
|
@@ -4178,14 +4379,14 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
4178
4379
|
}
|
4179
4380
|
|
4180
4381
|
.p-fileupload-choose:not(.p-disabled):hover {
|
4181
|
-
background: #
|
4382
|
+
background: #2563eb;
|
4182
4383
|
color: #ffffff;
|
4183
|
-
border-color: #
|
4384
|
+
border-color: #2563eb;
|
4184
4385
|
}
|
4185
4386
|
.p-fileupload-choose:not(.p-disabled):active {
|
4186
|
-
background: #
|
4387
|
+
background: #1D4ED8;
|
4187
4388
|
color: #ffffff;
|
4188
|
-
border-color: #
|
4389
|
+
border-color: #1D4ED8;
|
4189
4390
|
}
|
4190
4391
|
|
4191
4392
|
.p-breadcrumb {
|
@@ -4280,10 +4481,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
4280
4481
|
background: #EFF6FF;
|
4281
4482
|
}
|
4282
4483
|
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
|
4283
|
-
color: #
|
4484
|
+
color: #1D4ED8;
|
4284
4485
|
}
|
4285
4486
|
.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 {
|
4286
|
-
color: #
|
4487
|
+
color: #1D4ED8;
|
4287
4488
|
}
|
4288
4489
|
.p-contextmenu .p-menu-separator {
|
4289
4490
|
border-top: 1px solid #dee2e6;
|
@@ -4401,15 +4602,15 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
4401
4602
|
}
|
4402
4603
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
|
4403
4604
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
4404
|
-
color: #
|
4605
|
+
color: #1D4ED8;
|
4405
4606
|
}
|
4406
4607
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
|
4407
4608
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
4408
|
-
color: #
|
4609
|
+
color: #1D4ED8;
|
4409
4610
|
}
|
4410
4611
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
|
4411
4612
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
4412
|
-
color: #
|
4613
|
+
color: #1D4ED8;
|
4413
4614
|
}
|
4414
4615
|
.p-megamenu .p-menuitem-link {
|
4415
4616
|
padding: 0.75rem 1.25rem;
|
@@ -4478,10 +4679,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
4478
4679
|
background: #EFF6FF;
|
4479
4680
|
}
|
4480
4681
|
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
|
4481
|
-
color: #
|
4682
|
+
color: #1D4ED8;
|
4482
4683
|
}
|
4483
4684
|
.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 {
|
4484
|
-
color: #
|
4685
|
+
color: #1D4ED8;
|
4485
4686
|
}
|
4486
4687
|
.p-megamenu.p-megamenu-vertical {
|
4487
4688
|
width: 12.5rem;
|
@@ -4643,15 +4844,15 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
4643
4844
|
}
|
4644
4845
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
|
4645
4846
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
4646
|
-
color: #
|
4847
|
+
color: #1D4ED8;
|
4647
4848
|
}
|
4648
4849
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
|
4649
4850
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
4650
|
-
color: #
|
4851
|
+
color: #1D4ED8;
|
4651
4852
|
}
|
4652
4853
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
|
4653
4854
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
4654
|
-
color: #
|
4855
|
+
color: #1D4ED8;
|
4655
4856
|
}
|
4656
4857
|
.p-menubar .p-submenu-list {
|
4657
4858
|
padding: 0.25rem 0;
|
@@ -4677,10 +4878,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
4677
4878
|
background: #EFF6FF;
|
4678
4879
|
}
|
4679
4880
|
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
|
4680
|
-
color: #
|
4881
|
+
color: #1D4ED8;
|
4681
4882
|
}
|
4682
4883
|
.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 {
|
4683
|
-
color: #
|
4884
|
+
color: #1D4ED8;
|
4684
4885
|
}
|
4685
4886
|
|
4686
4887
|
@media screen and (max-width: 960px) {
|
@@ -4958,10 +5159,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
4958
5159
|
background: #EFF6FF;
|
4959
5160
|
}
|
4960
5161
|
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text {
|
4961
|
-
color: #
|
5162
|
+
color: #1D4ED8;
|
4962
5163
|
}
|
4963
5164
|
.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 {
|
4964
|
-
color: #
|
5165
|
+
color: #1D4ED8;
|
4965
5166
|
}
|
4966
5167
|
.p-slidemenu .p-slidemenu-separator {
|
4967
5168
|
border-top: 1px solid #dee2e6;
|
@@ -5003,7 +5204,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
5003
5204
|
}
|
5004
5205
|
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
5005
5206
|
background: #EFF6FF;
|
5006
|
-
color: #
|
5207
|
+
color: #1D4ED8;
|
5007
5208
|
}
|
5008
5209
|
.p-steps .p-steps-item.p-highlight .p-steps-title {
|
5009
5210
|
font-weight: 700;
|
@@ -5141,10 +5342,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
5141
5342
|
background: #EFF6FF;
|
5142
5343
|
}
|
5143
5344
|
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
|
5144
|
-
color: #
|
5345
|
+
color: #1D4ED8;
|
5145
5346
|
}
|
5146
5347
|
.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 {
|
5147
|
-
color: #
|
5348
|
+
color: #1D4ED8;
|
5148
5349
|
}
|
5149
5350
|
.p-tieredmenu .p-menu-separator {
|
5150
5351
|
border-top: 1px solid #dee2e6;
|
@@ -5424,7 +5625,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
5424
5625
|
}
|
5425
5626
|
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
5426
5627
|
background: #EFF6FF;
|
5427
|
-
color: #
|
5628
|
+
color: #1D4ED8;
|
5428
5629
|
}
|
5429
5630
|
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
|
5430
5631
|
margin-right: 0.5rem;
|
@@ -5443,7 +5644,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
5443
5644
|
}
|
5444
5645
|
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
5445
5646
|
background: #EFF6FF;
|
5446
|
-
color: #
|
5647
|
+
color: #1D4ED8;
|
5447
5648
|
}
|
5448
5649
|
.p-galleria .p-galleria-thumbnail-container {
|
5449
5650
|
background: rgba(0, 0, 0, 0.9);
|
@@ -5706,7 +5907,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
5706
5907
|
}
|
5707
5908
|
.p-terminal .p-terminal-input {
|
5708
5909
|
font-size: 1rem;
|
5709
|
-
font-family:
|
5910
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
5710
5911
|
}
|
5711
5912
|
|
5712
5913
|
.p-button-label {
|