primeng 13.1.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/button/button.d.ts +2 -1
- package/dropdown/dropdown.d.ts +2 -1
- package/esm2020/autocomplete/autocomplete.mjs +3 -3
- package/esm2020/breadcrumb/breadcrumb.mjs +5 -5
- package/esm2020/button/button.mjs +6 -4
- package/esm2020/calendar/calendar.mjs +8 -4
- package/esm2020/contextmenu/contextmenu.mjs +2 -1
- package/esm2020/dropdown/dropdown.mjs +12 -10
- package/esm2020/fileupload/fileupload.mjs +1 -1
- package/esm2020/image/image.mjs +1 -1
- package/esm2020/inputnumber/inputnumber.mjs +3 -3
- package/esm2020/inputswitch/inputswitch.mjs +6 -4
- package/esm2020/knob/knob.mjs +2 -2
- package/esm2020/multiselect/multiselect.mjs +11 -5
- package/esm2020/orderlist/orderlist.mjs +6 -4
- package/esm2020/paginator/paginator.mjs +1 -1
- package/esm2020/panel/panel.mjs +11 -8
- package/esm2020/panelmenu/panelmenu.mjs +7 -4
- package/esm2020/picklist/picklist.mjs +6 -4
- package/esm2020/splitbutton/splitbutton.mjs +2 -2
- package/esm2020/table/table.mjs +18 -19
- package/esm2020/tabmenu/tabmenu.mjs +124 -60
- package/esm2020/tabview/tabview.mjs +2 -2
- package/fesm2015/primeng-autocomplete.mjs +2 -2
- package/fesm2015/primeng-autocomplete.mjs.map +1 -1
- package/fesm2015/primeng-breadcrumb.mjs +4 -4
- package/fesm2015/primeng-breadcrumb.mjs.map +1 -1
- package/fesm2015/primeng-button.mjs +5 -3
- package/fesm2015/primeng-button.mjs.map +1 -1
- package/fesm2015/primeng-calendar.mjs +7 -3
- package/fesm2015/primeng-calendar.mjs.map +1 -1
- package/fesm2015/primeng-contextmenu.mjs +1 -0
- package/fesm2015/primeng-contextmenu.mjs.map +1 -1
- package/fesm2015/primeng-dropdown.mjs +11 -9
- package/fesm2015/primeng-dropdown.mjs.map +1 -1
- package/fesm2015/primeng-fileupload.mjs +1 -1
- package/fesm2015/primeng-image.mjs.map +1 -1
- package/fesm2015/primeng-inputnumber.mjs +2 -2
- package/fesm2015/primeng-inputnumber.mjs.map +1 -1
- package/fesm2015/primeng-inputswitch.mjs +5 -3
- package/fesm2015/primeng-inputswitch.mjs.map +1 -1
- package/fesm2015/primeng-knob.mjs +1 -1
- package/fesm2015/primeng-knob.mjs.map +1 -1
- package/fesm2015/primeng-multiselect.mjs +10 -4
- package/fesm2015/primeng-multiselect.mjs.map +1 -1
- package/fesm2015/primeng-orderlist.mjs +5 -3
- package/fesm2015/primeng-orderlist.mjs.map +1 -1
- package/fesm2015/primeng-paginator.mjs +1 -1
- package/fesm2015/primeng-panel.mjs +10 -7
- package/fesm2015/primeng-panel.mjs.map +1 -1
- package/fesm2015/primeng-panelmenu.mjs +6 -3
- package/fesm2015/primeng-panelmenu.mjs.map +1 -1
- package/fesm2015/primeng-picklist.mjs +5 -3
- package/fesm2015/primeng-picklist.mjs.map +1 -1
- package/fesm2015/primeng-splitbutton.mjs +2 -2
- package/fesm2015/primeng-table.mjs +17 -18
- package/fesm2015/primeng-table.mjs.map +1 -1
- package/fesm2015/primeng-tabmenu.mjs +124 -59
- package/fesm2015/primeng-tabmenu.mjs.map +1 -1
- package/fesm2015/primeng-tabview.mjs +1 -1
- package/fesm2015/primeng-tabview.mjs.map +1 -1
- package/fesm2020/primeng-autocomplete.mjs +2 -2
- package/fesm2020/primeng-autocomplete.mjs.map +1 -1
- package/fesm2020/primeng-breadcrumb.mjs +4 -4
- package/fesm2020/primeng-breadcrumb.mjs.map +1 -1
- package/fesm2020/primeng-button.mjs +5 -3
- package/fesm2020/primeng-button.mjs.map +1 -1
- package/fesm2020/primeng-calendar.mjs +7 -3
- package/fesm2020/primeng-calendar.mjs.map +1 -1
- package/fesm2020/primeng-contextmenu.mjs +1 -0
- package/fesm2020/primeng-contextmenu.mjs.map +1 -1
- package/fesm2020/primeng-dropdown.mjs +11 -9
- package/fesm2020/primeng-dropdown.mjs.map +1 -1
- package/fesm2020/primeng-fileupload.mjs +1 -1
- package/fesm2020/primeng-image.mjs.map +1 -1
- package/fesm2020/primeng-inputnumber.mjs +2 -2
- package/fesm2020/primeng-inputnumber.mjs.map +1 -1
- package/fesm2020/primeng-inputswitch.mjs +5 -3
- package/fesm2020/primeng-inputswitch.mjs.map +1 -1
- package/fesm2020/primeng-knob.mjs +1 -1
- package/fesm2020/primeng-knob.mjs.map +1 -1
- package/fesm2020/primeng-multiselect.mjs +10 -4
- package/fesm2020/primeng-multiselect.mjs.map +1 -1
- package/fesm2020/primeng-orderlist.mjs +5 -3
- package/fesm2020/primeng-orderlist.mjs.map +1 -1
- package/fesm2020/primeng-paginator.mjs +1 -1
- package/fesm2020/primeng-panel.mjs +10 -7
- package/fesm2020/primeng-panel.mjs.map +1 -1
- package/fesm2020/primeng-panelmenu.mjs +6 -3
- package/fesm2020/primeng-panelmenu.mjs.map +1 -1
- package/fesm2020/primeng-picklist.mjs +5 -3
- package/fesm2020/primeng-picklist.mjs.map +1 -1
- package/fesm2020/primeng-splitbutton.mjs +2 -2
- package/fesm2020/primeng-table.mjs +17 -18
- package/fesm2020/primeng-table.mjs.map +1 -1
- package/fesm2020/primeng-tabmenu.mjs +123 -59
- package/fesm2020/primeng-tabmenu.mjs.map +1 -1
- package/fesm2020/primeng-tabview.mjs +1 -1
- package/fesm2020/primeng-tabview.mjs.map +1 -1
- package/image/image.d.ts +2 -1
- package/inputswitch/inputswitch.d.ts +2 -1
- package/multiselect/multiselect.d.ts +2 -1
- package/orderlist/orderlist.d.ts +2 -1
- package/package.json +1 -1
- package/panel/panel.d.ts +2 -1
- package/panelmenu/panelmenu.d.ts +1 -0
- package/picklist/picklist.d.ts +2 -1
- package/resources/components/panel/panel.css +1 -1
- package/resources/components/splitbutton/splitbutton.css +7 -3
- package/resources/components/tabmenu/tabmenu.css +37 -2
- package/resources/themes/arya-blue/theme.css +321 -42
- package/resources/themes/arya-green/theme.css +321 -42
- package/resources/themes/arya-orange/theme.css +321 -42
- package/resources/themes/arya-purple/theme.css +321 -42
- package/resources/themes/bootstrap4-dark-blue/theme.css +325 -42
- package/resources/themes/bootstrap4-dark-purple/theme.css +325 -42
- package/resources/themes/bootstrap4-light-blue/theme.css +324 -41
- package/resources/themes/bootstrap4-light-purple/theme.css +324 -41
- package/resources/themes/fluent-light/theme.css +320 -41
- package/resources/themes/lara-dark-blue/theme.css +328 -84
- package/resources/themes/lara-dark-indigo/theme.css +328 -84
- package/resources/themes/lara-dark-purple/theme.css +328 -84
- package/resources/themes/lara-dark-teal/theme.css +328 -84
- package/resources/themes/lara-light-blue/theme.css +426 -182
- package/resources/themes/lara-light-indigo/theme.css +327 -83
- package/resources/themes/lara-light-purple/theme.css +327 -83
- package/resources/themes/lara-light-teal/theme.css +327 -83
- package/resources/themes/luna-amber/theme.css +320 -41
- package/resources/themes/luna-blue/theme.css +320 -41
- package/resources/themes/luna-green/theme.css +320 -41
- package/resources/themes/luna-pink/theme.css +320 -41
- package/resources/themes/md-dark-deeppurple/theme.css +401 -45
- package/resources/themes/md-dark-indigo/theme.css +401 -45
- package/resources/themes/md-light-deeppurple/theme.css +398 -42
- package/resources/themes/md-light-indigo/theme.css +398 -42
- package/resources/themes/mdc-dark-deeppurple/theme.css +401 -45
- package/resources/themes/mdc-dark-indigo/theme.css +401 -45
- package/resources/themes/mdc-light-deeppurple/theme.css +398 -42
- package/resources/themes/mdc-light-indigo/theme.css +398 -42
- package/resources/themes/nova/theme.css +320 -41
- package/resources/themes/nova-accent/theme.css +320 -41
- package/resources/themes/nova-alt/theme.css +320 -41
- package/resources/themes/rhea/theme.css +320 -41
- package/resources/themes/saga-blue/theme.css +320 -41
- package/resources/themes/saga-green/theme.css +320 -41
- package/resources/themes/saga-orange/theme.css +320 -41
- package/resources/themes/saga-purple/theme.css +320 -41
- package/resources/themes/tailwind-light/theme.css +319 -40
- package/resources/themes/vela-blue/theme.css +321 -42
- package/resources/themes/vela-green/theme.css +321 -42
- package/resources/themes/vela-orange/theme.css +321 -42
- package/resources/themes/vela-purple/theme.css +321 -42
- package/table/table.d.ts +3 -3
- package/tabmenu/tabmenu.d.ts +13 -1
- 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
@@ -212,6 +212,16 @@
|
|
212
212
|
--purple-700:#4e2e87;
|
213
213
|
--purple-800:#3d246a;
|
214
214
|
--purple-900:#2c1a4d;
|
215
|
+
--red-50:#fdf5f6;
|
216
|
+
--red-100:#f7cfd2;
|
217
|
+
--red-200:#f0a8af;
|
218
|
+
--red-300:#e9828c;
|
219
|
+
--red-400:#e35b68;
|
220
|
+
--red-500:#dc3545;
|
221
|
+
--red-600:#bb2d3b;
|
222
|
+
--red-700:#9a2530;
|
223
|
+
--red-800:#791d26;
|
224
|
+
--red-900:#58151c;
|
215
225
|
}
|
216
226
|
|
217
227
|
.p-autocomplete .p-autocomplete-loader {
|
@@ -354,16 +364,14 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
354
364
|
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
355
365
|
line-height: 2rem;
|
356
366
|
}
|
357
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
358
|
-
|
359
|
-
color: rgba(255, 255, 255, 0.87);
|
360
|
-
transition: color 0.15s, box-shadow 0.15s;
|
361
|
-
font-weight: 600;
|
362
|
-
padding: 0.5rem;
|
367
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title select {
|
368
|
+
transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
|
363
369
|
}
|
364
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
365
|
-
|
366
|
-
|
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 1px #f0e6f5;
|
374
|
+
border-color: #c298d8;
|
367
375
|
}
|
368
376
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
369
377
|
margin-right: 0.5rem;
|
@@ -461,20 +469,8 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
461
469
|
color: #151515;
|
462
470
|
background: #c298d8;
|
463
471
|
}
|
464
|
-
.p-datepicker .p-yearpicker {
|
465
|
-
margin: 0.5rem 0;
|
466
|
-
}
|
467
|
-
.p-datepicker .p-yearpicker .p-yearpicker-year {
|
468
|
-
padding: 0.5rem;
|
469
|
-
transition: box-shadow 0.15s;
|
470
|
-
border-radius: 4px;
|
471
|
-
}
|
472
|
-
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
|
473
|
-
color: #151515;
|
474
|
-
background: #c298d8;
|
475
|
-
}
|
476
472
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
477
|
-
border-
|
473
|
+
border-right: 1px solid #3f4b5b;
|
478
474
|
padding-right: 0;
|
479
475
|
padding-left: 0;
|
480
476
|
padding-top: 0;
|
@@ -482,10 +478,10 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
482
478
|
}
|
483
479
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
|
484
480
|
padding-left: 0;
|
485
|
-
border-left: 0 none;
|
486
481
|
}
|
487
482
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
|
488
483
|
padding-right: 0;
|
484
|
+
border-right: 0 none;
|
489
485
|
}
|
490
486
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
491
487
|
background: rgba(255, 255, 255, 0.04);
|
@@ -495,18 +491,10 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
495
491
|
outline-offset: 0;
|
496
492
|
box-shadow: 0 0 0 1px #f0e6f5;
|
497
493
|
}
|
498
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-
|
499
|
-
background: rgba(255, 255, 255, 0.04);
|
500
|
-
}
|
501
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
|
502
|
-
outline: 0 none;
|
503
|
-
outline-offset: 0;
|
504
|
-
box-shadow: 0 0 0 1px #f0e6f5;
|
505
|
-
}
|
506
|
-
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
|
494
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
|
507
495
|
background: rgba(255, 255, 255, 0.04);
|
508
496
|
}
|
509
|
-
.p-datepicker:not(.p-disabled) .p-
|
497
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
|
510
498
|
outline: 0 none;
|
511
499
|
outline-offset: 0;
|
512
500
|
box-shadow: 0 0 0 1px #f0e6f5;
|
@@ -711,7 +699,7 @@ p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
|
|
711
699
|
|
712
700
|
.p-colorpicker-panel {
|
713
701
|
background: #2a323d;
|
714
|
-
border: 1px solid #3f4b5b;
|
702
|
+
border-color: 1px solid #3f4b5b;
|
715
703
|
}
|
716
704
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
717
705
|
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
@@ -836,9 +824,6 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
|
|
836
824
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
|
837
825
|
background-color: #3f4b5b;
|
838
826
|
}
|
839
|
-
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
|
840
|
-
background-color: transparent;
|
841
|
-
}
|
842
827
|
|
843
828
|
.p-editor-container .p-editor-toolbar {
|
844
829
|
background: #2a323d;
|
@@ -1381,7 +1366,7 @@ p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
|
|
1381
1366
|
background-color: #3f4b5b;
|
1382
1367
|
}
|
1383
1368
|
|
1384
|
-
p-password.
|
1369
|
+
.p-password.p-invalid.p-component > .p-inputtext {
|
1385
1370
|
border-color: #f19ea6;
|
1386
1371
|
}
|
1387
1372
|
|
@@ -1487,7 +1472,7 @@ p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
|
1487
1472
|
.p-rating .p-rating-icon:first-child {
|
1488
1473
|
margin-left: 0;
|
1489
1474
|
}
|
1490
|
-
.p-rating .p-rating-icon.pi-star
|
1475
|
+
.p-rating .p-rating-icon.pi-star {
|
1491
1476
|
color: #c298d8;
|
1492
1477
|
}
|
1493
1478
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
@@ -1673,8 +1658,7 @@ p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
|
|
1673
1658
|
border-top-right-radius: 4px;
|
1674
1659
|
border-bottom-right-radius: 4px;
|
1675
1660
|
}
|
1676
|
-
|
1677
|
-
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1661
|
+
.p-treeselect.p-invalid.p-component {
|
1678
1662
|
border-color: #f19ea6;
|
1679
1663
|
}
|
1680
1664
|
|
@@ -2239,6 +2223,258 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2239
2223
|
background-color: rgba(0, 0, 0, 0.4);
|
2240
2224
|
}
|
2241
2225
|
|
2226
|
+
.p-splitbutton {
|
2227
|
+
border-radius: 4px;
|
2228
|
+
}
|
2229
|
+
.p-splitbutton.p-button-outlined > .p-button {
|
2230
|
+
background-color: transparent;
|
2231
|
+
color: #c298d8;
|
2232
|
+
border: 1px solid;
|
2233
|
+
}
|
2234
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2235
|
+
background: rgba(194, 152, 216, 0.04);
|
2236
|
+
color: #c298d8;
|
2237
|
+
}
|
2238
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
2239
|
+
background: rgba(194, 152, 216, 0.16);
|
2240
|
+
color: #c298d8;
|
2241
|
+
}
|
2242
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
|
2243
|
+
color: rgba(255, 255, 255, 0.6);
|
2244
|
+
border-color: rgba(255, 255, 255, 0.6);
|
2245
|
+
}
|
2246
|
+
.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 {
|
2247
|
+
background: rgba(255, 255, 255, 0.04);
|
2248
|
+
color: rgba(255, 255, 255, 0.6);
|
2249
|
+
}
|
2250
|
+
.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 {
|
2251
|
+
background: rgba(255, 255, 255, 0.16);
|
2252
|
+
color: rgba(255, 255, 255, 0.6);
|
2253
|
+
}
|
2254
|
+
.p-splitbutton.p-button-text > .p-button {
|
2255
|
+
background-color: transparent;
|
2256
|
+
color: #c298d8;
|
2257
|
+
border-color: transparent;
|
2258
|
+
}
|
2259
|
+
.p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2260
|
+
background: rgba(194, 152, 216, 0.04);
|
2261
|
+
color: #c298d8;
|
2262
|
+
border-color: transparent;
|
2263
|
+
}
|
2264
|
+
.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
2265
|
+
background: rgba(194, 152, 216, 0.16);
|
2266
|
+
color: #c298d8;
|
2267
|
+
border-color: transparent;
|
2268
|
+
}
|
2269
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button {
|
2270
|
+
color: rgba(255, 255, 255, 0.6);
|
2271
|
+
}
|
2272
|
+
.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 {
|
2273
|
+
background: rgba(255, 255, 255, 0.04);
|
2274
|
+
color: rgba(255, 255, 255, 0.6);
|
2275
|
+
}
|
2276
|
+
.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 {
|
2277
|
+
background: rgba(255, 255, 255, 0.16);
|
2278
|
+
color: rgba(255, 255, 255, 0.6);
|
2279
|
+
}
|
2280
|
+
.p-splitbutton.p-button-raised {
|
2281
|
+
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);
|
2282
|
+
}
|
2283
|
+
.p-splitbutton.p-button-rounded {
|
2284
|
+
border-radius: 2rem;
|
2285
|
+
}
|
2286
|
+
.p-splitbutton.p-button-rounded > .p-button {
|
2287
|
+
border-radius: 2rem;
|
2288
|
+
}
|
2289
|
+
.p-splitbutton.p-button-sm > .p-button {
|
2290
|
+
font-size: 0.875rem;
|
2291
|
+
padding: 0.4375rem 0.65625rem;
|
2292
|
+
}
|
2293
|
+
.p-splitbutton.p-button-sm > .p-button .p-button-icon {
|
2294
|
+
font-size: 0.875rem;
|
2295
|
+
}
|
2296
|
+
.p-splitbutton.p-button-lg > .p-button {
|
2297
|
+
font-size: 1.25rem;
|
2298
|
+
padding: 0.625rem 0.9375rem;
|
2299
|
+
}
|
2300
|
+
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
|
2301
|
+
font-size: 1.25rem;
|
2302
|
+
}
|
2303
|
+
|
2304
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
2305
|
+
background-color: transparent;
|
2306
|
+
color: #6c757d;
|
2307
|
+
border: 1px solid;
|
2308
|
+
}
|
2309
|
+
.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 {
|
2310
|
+
background: rgba(108, 117, 125, 0.04);
|
2311
|
+
color: #6c757d;
|
2312
|
+
}
|
2313
|
+
.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 {
|
2314
|
+
background: rgba(108, 117, 125, 0.16);
|
2315
|
+
color: #6c757d;
|
2316
|
+
}
|
2317
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
2318
|
+
background-color: transparent;
|
2319
|
+
color: #6c757d;
|
2320
|
+
border-color: transparent;
|
2321
|
+
}
|
2322
|
+
.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 {
|
2323
|
+
background: rgba(108, 117, 125, 0.04);
|
2324
|
+
border-color: transparent;
|
2325
|
+
color: #6c757d;
|
2326
|
+
}
|
2327
|
+
.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 {
|
2328
|
+
background: rgba(108, 117, 125, 0.16);
|
2329
|
+
border-color: transparent;
|
2330
|
+
color: #6c757d;
|
2331
|
+
}
|
2332
|
+
|
2333
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
2334
|
+
background-color: transparent;
|
2335
|
+
color: #7fd8e6;
|
2336
|
+
border: 1px solid;
|
2337
|
+
}
|
2338
|
+
.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 {
|
2339
|
+
background: rgba(127, 216, 230, 0.04);
|
2340
|
+
color: #7fd8e6;
|
2341
|
+
}
|
2342
|
+
.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 {
|
2343
|
+
background: rgba(127, 216, 230, 0.16);
|
2344
|
+
color: #7fd8e6;
|
2345
|
+
}
|
2346
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
2347
|
+
background-color: transparent;
|
2348
|
+
color: #7fd8e6;
|
2349
|
+
border-color: transparent;
|
2350
|
+
}
|
2351
|
+
.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 {
|
2352
|
+
background: rgba(127, 216, 230, 0.04);
|
2353
|
+
border-color: transparent;
|
2354
|
+
color: #7fd8e6;
|
2355
|
+
}
|
2356
|
+
.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 {
|
2357
|
+
background: rgba(127, 216, 230, 0.16);
|
2358
|
+
border-color: transparent;
|
2359
|
+
color: #7fd8e6;
|
2360
|
+
}
|
2361
|
+
|
2362
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
2363
|
+
background-color: transparent;
|
2364
|
+
color: #9fdaa8;
|
2365
|
+
border: 1px solid;
|
2366
|
+
}
|
2367
|
+
.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 {
|
2368
|
+
background: rgba(159, 218, 168, 0.04);
|
2369
|
+
color: #9fdaa8;
|
2370
|
+
}
|
2371
|
+
.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 {
|
2372
|
+
background: rgba(159, 218, 168, 0.16);
|
2373
|
+
color: #9fdaa8;
|
2374
|
+
}
|
2375
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
2376
|
+
background-color: transparent;
|
2377
|
+
color: #9fdaa8;
|
2378
|
+
border-color: transparent;
|
2379
|
+
}
|
2380
|
+
.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 {
|
2381
|
+
background: rgba(159, 218, 168, 0.04);
|
2382
|
+
border-color: transparent;
|
2383
|
+
color: #9fdaa8;
|
2384
|
+
}
|
2385
|
+
.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 {
|
2386
|
+
background: rgba(159, 218, 168, 0.16);
|
2387
|
+
border-color: transparent;
|
2388
|
+
color: #9fdaa8;
|
2389
|
+
}
|
2390
|
+
|
2391
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
2392
|
+
background-color: transparent;
|
2393
|
+
color: #ffe082;
|
2394
|
+
border: 1px solid;
|
2395
|
+
}
|
2396
|
+
.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 {
|
2397
|
+
background: rgba(255, 224, 130, 0.04);
|
2398
|
+
color: #ffe082;
|
2399
|
+
}
|
2400
|
+
.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 {
|
2401
|
+
background: rgba(255, 224, 130, 0.16);
|
2402
|
+
color: #ffe082;
|
2403
|
+
}
|
2404
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
2405
|
+
background-color: transparent;
|
2406
|
+
color: #ffe082;
|
2407
|
+
border-color: transparent;
|
2408
|
+
}
|
2409
|
+
.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 {
|
2410
|
+
background: rgba(255, 224, 130, 0.04);
|
2411
|
+
border-color: transparent;
|
2412
|
+
color: #ffe082;
|
2413
|
+
}
|
2414
|
+
.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 {
|
2415
|
+
background: rgba(255, 224, 130, 0.16);
|
2416
|
+
border-color: transparent;
|
2417
|
+
color: #ffe082;
|
2418
|
+
}
|
2419
|
+
|
2420
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
2421
|
+
background-color: transparent;
|
2422
|
+
color: #b7a2e0;
|
2423
|
+
border: 1px solid;
|
2424
|
+
}
|
2425
|
+
.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 {
|
2426
|
+
background: rgba(183, 162, 224, 0.04);
|
2427
|
+
color: #b7a2e0;
|
2428
|
+
}
|
2429
|
+
.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 {
|
2430
|
+
background: rgba(183, 162, 224, 0.16);
|
2431
|
+
color: #b7a2e0;
|
2432
|
+
}
|
2433
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
2434
|
+
background-color: transparent;
|
2435
|
+
color: #b7a2e0;
|
2436
|
+
border-color: transparent;
|
2437
|
+
}
|
2438
|
+
.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 {
|
2439
|
+
background: rgba(183, 162, 224, 0.04);
|
2440
|
+
border-color: transparent;
|
2441
|
+
color: #b7a2e0;
|
2442
|
+
}
|
2443
|
+
.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 {
|
2444
|
+
background: rgba(183, 162, 224, 0.16);
|
2445
|
+
border-color: transparent;
|
2446
|
+
color: #b7a2e0;
|
2447
|
+
}
|
2448
|
+
|
2449
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
2450
|
+
background-color: transparent;
|
2451
|
+
color: #f19ea6;
|
2452
|
+
border: 1px solid;
|
2453
|
+
}
|
2454
|
+
.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 {
|
2455
|
+
background: rgba(241, 158, 166, 0.04);
|
2456
|
+
color: #f19ea6;
|
2457
|
+
}
|
2458
|
+
.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 {
|
2459
|
+
background: rgba(241, 158, 166, 0.16);
|
2460
|
+
color: #f19ea6;
|
2461
|
+
}
|
2462
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
2463
|
+
background-color: transparent;
|
2464
|
+
color: #f19ea6;
|
2465
|
+
border-color: transparent;
|
2466
|
+
}
|
2467
|
+
.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 {
|
2468
|
+
background: rgba(241, 158, 166, 0.04);
|
2469
|
+
border-color: transparent;
|
2470
|
+
color: #f19ea6;
|
2471
|
+
}
|
2472
|
+
.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 {
|
2473
|
+
background: rgba(241, 158, 166, 0.16);
|
2474
|
+
border-color: transparent;
|
2475
|
+
color: #f19ea6;
|
2476
|
+
}
|
2477
|
+
|
2242
2478
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
2243
2479
|
.p-carousel .p-carousel-content .p-carousel-next {
|
2244
2480
|
width: 2rem;
|
@@ -2461,7 +2697,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2461
2697
|
border-width: 1px;
|
2462
2698
|
}
|
2463
2699
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
|
2464
|
-
background:
|
2700
|
+
background: #2f3641;
|
2465
2701
|
}
|
2466
2702
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
2467
2703
|
background: #c298d8;
|
@@ -3020,6 +3256,12 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3020
3256
|
background: rgba(255, 255, 255, 0.04);
|
3021
3257
|
color: rgba(255, 255, 255, 0.87);
|
3022
3258
|
}
|
3259
|
+
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
|
3260
|
+
background: rgba(255, 255, 255, 0.02);
|
3261
|
+
}
|
3262
|
+
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
|
3263
|
+
background: rgba(255, 255, 255, 0.04);
|
3264
|
+
}
|
3023
3265
|
|
3024
3266
|
.p-orderlist-item.cdk-drag-preview {
|
3025
3267
|
padding: 0.5rem 1.5rem;
|
@@ -3215,6 +3457,12 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3215
3457
|
background: rgba(255, 255, 255, 0.04);
|
3216
3458
|
color: rgba(255, 255, 255, 0.87);
|
3217
3459
|
}
|
3460
|
+
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
|
3461
|
+
background: rgba(255, 255, 255, 0.02);
|
3462
|
+
}
|
3463
|
+
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
|
3464
|
+
background: rgba(255, 255, 255, 0.04);
|
3465
|
+
}
|
3218
3466
|
|
3219
3467
|
.p-picklist-item.cdk-drag-preview {
|
3220
3468
|
padding: 0.5rem 1.5rem;
|
@@ -3810,6 +4058,19 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3810
4058
|
color: rgba(255, 255, 255, 0.87);
|
3811
4059
|
border-top: 0 none;
|
3812
4060
|
}
|
4061
|
+
.p-panel .p-panel-icons-end {
|
4062
|
+
order: 2;
|
4063
|
+
margin-left: auto;
|
4064
|
+
}
|
4065
|
+
.p-panel .p-panel-icons-start {
|
4066
|
+
order: 0;
|
4067
|
+
margin-right: 0.5rem;
|
4068
|
+
}
|
4069
|
+
.p-panel .p-panel-icons-center {
|
4070
|
+
order: 2;
|
4071
|
+
width: 100%;
|
4072
|
+
text-align: center;
|
4073
|
+
}
|
3813
4074
|
|
3814
4075
|
.p-scrollpanel .p-scrollpanel-bar {
|
3815
4076
|
background: #3f4b5b;
|
@@ -5059,6 +5320,24 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
5059
5320
|
border-color: #3f4b5b #3f4b5b #2a323d #3f4b5b;
|
5060
5321
|
color: rgba(255, 255, 255, 0.6);
|
5061
5322
|
}
|
5323
|
+
.p-tabmenu .p-tabmenu-left-icon {
|
5324
|
+
margin-right: 0.5rem;
|
5325
|
+
}
|
5326
|
+
.p-tabmenu .p-tabmenu-right-icon {
|
5327
|
+
margin-left: 0.5rem;
|
5328
|
+
}
|
5329
|
+
.p-tabmenu .p-tabmenu-nav-btn.p-link {
|
5330
|
+
background: #2a323d;
|
5331
|
+
color: rgba(255, 255, 255, 0.6);
|
5332
|
+
width: 2.357rem;
|
5333
|
+
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);
|
5334
|
+
border-radius: 0;
|
5335
|
+
}
|
5336
|
+
.p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
|
5337
|
+
outline: 0 none;
|
5338
|
+
outline-offset: 0;
|
5339
|
+
box-shadow: inset 0 0 0 1px #f0e6f5;
|
5340
|
+
}
|
5062
5341
|
|
5063
5342
|
.p-tieredmenu {
|
5064
5343
|
padding: 0.5rem 0;
|
@@ -5699,4 +5978,8 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
5699
5978
|
content: "/";
|
5700
5979
|
}
|
5701
5980
|
|
5981
|
+
.fc.fc-theme-standard .fc-highlight {
|
5982
|
+
background: #614c6c;
|
5983
|
+
}
|
5984
|
+
|
5702
5985
|
/* Customizations to the designer theme should be defined here */
|