primeng 17.15.0 → 17.16.0
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/api/megamenuitem.d.ts +4 -0
- package/api/primengconfig.d.ts +1 -1
- package/api/treenode.d.ts +4 -0
- package/autocomplete/autocomplete.d.ts +11 -2
- package/breadcrumb/breadcrumb.interface.d.ts +11 -0
- package/calendar/calendar.d.ts +13 -2
- package/cascadeselect/cascadeselect.d.ts +19 -1
- package/cascadeselect/cascadeselect.interface.d.ts +4 -0
- package/checkbox/checkbox.d.ts +9 -3
- package/chips/chips.d.ts +9 -2
- package/dropdown/dropdown.d.ts +31 -3
- package/esm2022/api/megamenuitem.mjs +1 -1
- package/esm2022/api/primengconfig.mjs +3 -3
- package/esm2022/api/treenode.mjs +1 -1
- package/esm2022/autocomplete/autocomplete.mjs +20 -9
- package/esm2022/breadcrumb/breadcrumb.interface.mjs +1 -1
- package/esm2022/breadcrumb/breadcrumb.mjs +1 -1
- package/esm2022/calendar/calendar.mjs +65 -9
- package/esm2022/cascadeselect/cascadeselect.interface.mjs +1 -1
- package/esm2022/cascadeselect/cascadeselect.mjs +61 -12
- package/esm2022/checkbox/checkbox.mjs +32 -10
- package/esm2022/chips/chips.mjs +20 -10
- package/esm2022/dropdown/dropdown.mjs +105 -26
- package/esm2022/dynamicdialog/dynamicdialog.mjs +3 -3
- package/esm2022/fileupload/fileupload.mjs +123 -105
- package/esm2022/icons/blank/blank.mjs +25 -0
- package/esm2022/icons/blank/primeng-icons-blank.mjs +5 -0
- package/esm2022/icons/blank/public_api.mjs +2 -0
- package/esm2022/inputmask/inputmask.mjs +31 -13
- package/esm2022/inputnumber/inputnumber.mjs +13 -4
- package/esm2022/inputotp/inputotp.mjs +3 -3
- package/esm2022/inputtext/inputtext.mjs +22 -7
- package/esm2022/inputtextarea/inputtextarea.mjs +17 -6
- package/esm2022/megamenu/megamenu.interface.mjs +1 -1
- package/esm2022/megamenu/megamenu.mjs +2 -2
- package/esm2022/menu/menu.mjs +18 -5
- package/esm2022/menubar/menubar.interface.mjs +1 -1
- package/esm2022/menubar/menubar.mjs +3 -3
- package/esm2022/multiselect/multiselect.mjs +83 -30
- package/esm2022/organizationchart/organizationchart.mjs +43 -27
- package/esm2022/paginator/paginator.mjs +3 -3
- package/esm2022/panelmenu/panelmenu.interface.mjs +1 -1
- package/esm2022/panelmenu/panelmenu.mjs +51 -41
- package/esm2022/password/password.mjs +22 -5
- package/esm2022/radiobutton/radiobutton.mjs +32 -10
- package/esm2022/scroller/scroller.mjs +4 -4
- package/esm2022/splitbutton/splitbutton.mjs +13 -13
- package/esm2022/table/table.mjs +3 -3
- package/esm2022/tieredmenu/tieredmenu.mjs +19 -12
- package/esm2022/timeline/timeline.mjs +2 -2
- package/esm2022/tree/tree.mjs +53 -13
- package/esm2022/treeselect/treeselect.mjs +12 -4
- package/esm2022/treetable/treetable.mjs +8 -6
- package/esm2022/tristatecheckbox/tristatecheckbox.mjs +20 -10
- package/fesm2022/primeng-api.mjs +2 -2
- package/fesm2022/primeng-api.mjs.map +1 -1
- package/fesm2022/primeng-autocomplete.mjs +19 -8
- package/fesm2022/primeng-autocomplete.mjs.map +1 -1
- package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
- package/fesm2022/primeng-calendar.mjs +64 -8
- package/fesm2022/primeng-calendar.mjs.map +1 -1
- package/fesm2022/primeng-cascadeselect.mjs +60 -11
- package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
- package/fesm2022/primeng-checkbox.mjs +31 -9
- package/fesm2022/primeng-checkbox.mjs.map +1 -1
- package/fesm2022/primeng-chips.mjs +19 -9
- package/fesm2022/primeng-chips.mjs.map +1 -1
- package/fesm2022/primeng-dropdown.mjs +104 -25
- package/fesm2022/primeng-dropdown.mjs.map +1 -1
- package/fesm2022/primeng-dynamicdialog.mjs +2 -2
- package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
- package/fesm2022/primeng-fileupload.mjs +122 -104
- package/fesm2022/primeng-fileupload.mjs.map +1 -1
- package/fesm2022/primeng-icons-blank.mjs +32 -0
- package/fesm2022/primeng-icons-blank.mjs.map +1 -0
- package/fesm2022/primeng-inputmask.mjs +30 -12
- package/fesm2022/primeng-inputmask.mjs.map +1 -1
- package/fesm2022/primeng-inputnumber.mjs +12 -3
- package/fesm2022/primeng-inputnumber.mjs.map +1 -1
- package/fesm2022/primeng-inputotp.mjs +2 -2
- package/fesm2022/primeng-inputotp.mjs.map +1 -1
- package/fesm2022/primeng-inputtext.mjs +21 -6
- package/fesm2022/primeng-inputtext.mjs.map +1 -1
- package/fesm2022/primeng-inputtextarea.mjs +16 -5
- package/fesm2022/primeng-inputtextarea.mjs.map +1 -1
- package/fesm2022/primeng-megamenu.mjs +1 -1
- package/fesm2022/primeng-megamenu.mjs.map +1 -1
- package/fesm2022/primeng-menu.mjs +17 -4
- package/fesm2022/primeng-menu.mjs.map +1 -1
- package/fesm2022/primeng-menubar.mjs +2 -2
- package/fesm2022/primeng-menubar.mjs.map +1 -1
- package/fesm2022/primeng-multiselect.mjs +82 -29
- package/fesm2022/primeng-multiselect.mjs.map +1 -1
- package/fesm2022/primeng-organizationchart.mjs +42 -26
- package/fesm2022/primeng-organizationchart.mjs.map +1 -1
- package/fesm2022/primeng-paginator.mjs +2 -2
- package/fesm2022/primeng-paginator.mjs.map +1 -1
- package/fesm2022/primeng-panelmenu.mjs +50 -40
- package/fesm2022/primeng-panelmenu.mjs.map +1 -1
- package/fesm2022/primeng-password.mjs +21 -4
- package/fesm2022/primeng-password.mjs.map +1 -1
- package/fesm2022/primeng-radiobutton.mjs +31 -9
- package/fesm2022/primeng-radiobutton.mjs.map +1 -1
- package/fesm2022/primeng-scroller.mjs +3 -3
- package/fesm2022/primeng-scroller.mjs.map +1 -1
- package/fesm2022/primeng-splitbutton.mjs +12 -12
- package/fesm2022/primeng-splitbutton.mjs.map +1 -1
- package/fesm2022/primeng-table.mjs +2 -2
- package/fesm2022/primeng-table.mjs.map +1 -1
- package/fesm2022/primeng-tieredmenu.mjs +18 -11
- package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
- package/fesm2022/primeng-timeline.mjs +2 -2
- package/fesm2022/primeng-timeline.mjs.map +1 -1
- package/fesm2022/primeng-tree.mjs +52 -12
- package/fesm2022/primeng-tree.mjs.map +1 -1
- package/fesm2022/primeng-treeselect.mjs +11 -3
- package/fesm2022/primeng-treeselect.mjs.map +1 -1
- package/fesm2022/primeng-treetable.mjs +7 -5
- package/fesm2022/primeng-treetable.mjs.map +1 -1
- package/fesm2022/primeng-tristatecheckbox.mjs +19 -9
- package/fesm2022/primeng-tristatecheckbox.mjs.map +1 -1
- package/fileupload/fileupload.d.ts +2 -0
- package/icons/blank/blank.d.ts +6 -0
- package/icons/blank/index.d.ts +5 -0
- package/icons/blank/public_api.d.ts +1 -0
- package/inputmask/inputmask.d.ts +13 -3
- package/inputnumber/inputnumber.d.ts +6 -1
- package/inputotp/inputotp.d.ts +1 -1
- package/inputtext/inputtext.d.ts +14 -3
- package/inputtextarea/inputtextarea.d.ts +10 -3
- package/megamenu/megamenu.interface.d.ts +12 -0
- package/menu/menu.d.ts +1 -0
- package/menubar/menubar.interface.d.ts +17 -0
- package/multiselect/multiselect.d.ts +21 -1
- package/organizationchart/organizationchart.d.ts +10 -2
- package/package.json +202 -196
- package/paginator/paginator.d.ts +4 -4
- package/panelmenu/panelmenu.d.ts +1 -0
- package/panelmenu/panelmenu.interface.d.ts +12 -0
- package/password/password.d.ts +12 -2
- package/radiobutton/radiobutton.d.ts +9 -2
- package/resources/components/timeline/timeline.css +2 -0
- package/resources/themes/arya-blue/theme.css +117 -1
- package/resources/themes/arya-green/theme.css +117 -1
- package/resources/themes/arya-orange/theme.css +117 -1
- package/resources/themes/arya-purple/theme.css +117 -1
- package/resources/themes/aura-dark-amber/theme.css +118 -2
- package/resources/themes/aura-dark-blue/theme.css +118 -2
- package/resources/themes/aura-dark-cyan/theme.css +118 -2
- package/resources/themes/aura-dark-green/theme.css +118 -2
- package/resources/themes/aura-dark-indigo/theme.css +118 -2
- package/resources/themes/aura-dark-lime/theme.css +118 -2
- package/resources/themes/aura-dark-noir/theme.css +118 -2
- package/resources/themes/aura-dark-pink/theme.css +118 -2
- package/resources/themes/aura-dark-purple/theme.css +118 -2
- package/resources/themes/aura-dark-teal/theme.css +118 -2
- package/resources/themes/aura-light-amber/theme.css +118 -2
- package/resources/themes/aura-light-blue/theme.css +118 -2
- package/resources/themes/aura-light-cyan/theme.css +118 -2
- package/resources/themes/aura-light-green/theme.css +118 -2
- package/resources/themes/aura-light-indigo/theme.css +118 -2
- package/resources/themes/aura-light-lime/theme.css +118 -2
- package/resources/themes/aura-light-noir/theme.css +118 -2
- package/resources/themes/aura-light-pink/theme.css +118 -2
- package/resources/themes/aura-light-purple/theme.css +118 -2
- package/resources/themes/aura-light-teal/theme.css +118 -2
- package/resources/themes/bootstrap4-dark-blue/theme.css +117 -1
- package/resources/themes/bootstrap4-dark-purple/theme.css +117 -1
- package/resources/themes/bootstrap4-light-blue/theme.css +117 -1
- package/resources/themes/bootstrap4-light-purple/theme.css +117 -1
- package/resources/themes/fluent-light/theme.css +117 -1
- package/resources/themes/lara-dark-blue/theme.css +117 -1
- package/resources/themes/lara-dark-indigo/theme.css +117 -1
- package/resources/themes/lara-dark-purple/theme.css +117 -1
- package/resources/themes/lara-dark-teal/theme.css +117 -1
- package/resources/themes/lara-light-blue/theme.css +117 -1
- package/resources/themes/lara-light-indigo/theme.css +117 -1
- package/resources/themes/lara-light-purple/theme.css +117 -1
- package/resources/themes/lara-light-teal/theme.css +117 -1
- package/resources/themes/luna-amber/theme.css +117 -1
- package/resources/themes/luna-blue/theme.css +117 -1
- package/resources/themes/luna-green/theme.css +117 -1
- package/resources/themes/luna-pink/theme.css +117 -1
- package/resources/themes/md-dark-deeppurple/theme.css +131 -4
- package/resources/themes/md-dark-indigo/theme.css +131 -4
- package/resources/themes/md-light-deeppurple/theme.css +131 -4
- package/resources/themes/md-light-indigo/theme.css +131 -4
- package/resources/themes/mdc-dark-deeppurple/theme.css +131 -4
- package/resources/themes/mdc-dark-indigo/theme.css +131 -4
- package/resources/themes/mdc-light-deeppurple/theme.css +131 -4
- package/resources/themes/mdc-light-indigo/theme.css +131 -4
- package/resources/themes/mira/theme.css +117 -1
- package/resources/themes/nano/theme.css +117 -1
- package/resources/themes/nova/theme.css +117 -1
- package/resources/themes/nova-accent/theme.css +117 -1
- package/resources/themes/nova-alt/theme.css +117 -1
- package/resources/themes/rhea/theme.css +117 -1
- package/resources/themes/saga-blue/theme.css +117 -1
- package/resources/themes/saga-green/theme.css +117 -1
- package/resources/themes/saga-orange/theme.css +117 -1
- package/resources/themes/saga-purple/theme.css +117 -1
- package/resources/themes/soho-dark/theme.css +117 -1
- package/resources/themes/soho-light/theme.css +117 -1
- package/resources/themes/tailwind-light/theme.css +117 -1
- package/resources/themes/vela-blue/theme.css +117 -1
- package/resources/themes/vela-green/theme.css +117 -1
- package/resources/themes/vela-orange/theme.css +117 -1
- package/resources/themes/vela-purple/theme.css +117 -1
- package/resources/themes/viva-dark/theme.css +117 -1
- package/resources/themes/viva-light/theme.css +117 -1
- package/tieredmenu/tieredmenu.d.ts +4 -3
- package/tree/tree.d.ts +9 -2
- package/treeselect/treeselect.d.ts +7 -1
- package/treetable/treetable.d.ts +2 -1
- package/tristatecheckbox/tristatecheckbox.d.ts +9 -3
@@ -754,6 +754,15 @@
|
|
754
754
|
.p-cascadeselect.p-invalid.p-component {
|
755
755
|
border-color: #f87171;
|
756
756
|
}
|
757
|
+
.p-cascadeselect.p-variant-filled {
|
758
|
+
background-color: #f8fafc;
|
759
|
+
}
|
760
|
+
.p-cascadeselect.p-variant-filled:enabled:hover {
|
761
|
+
background-color: #f8fafc;
|
762
|
+
}
|
763
|
+
.p-cascadeselect.p-variant-filled:enabled:focus {
|
764
|
+
background-color: #ffffff;
|
765
|
+
}
|
757
766
|
|
758
767
|
.p-cascadeselect-panel {
|
759
768
|
background: #ffffff;
|
@@ -870,6 +879,18 @@
|
|
870
879
|
background: #0d9488;
|
871
880
|
color: #ffffff;
|
872
881
|
}
|
882
|
+
.p-checkbox.p-variant-filled .p-checkbox-box {
|
883
|
+
background-color: #f8fafc;
|
884
|
+
}
|
885
|
+
.p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
886
|
+
background: #14b8a6;
|
887
|
+
}
|
888
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
889
|
+
background-color: #f8fafc;
|
890
|
+
}
|
891
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
892
|
+
background: #0d9488;
|
893
|
+
}
|
873
894
|
|
874
895
|
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
875
896
|
border-color: #f87171;
|
@@ -1009,6 +1030,15 @@
|
|
1009
1030
|
.p-dropdown.p-invalid.p-component {
|
1010
1031
|
border-color: #f87171;
|
1011
1032
|
}
|
1033
|
+
.p-dropdown.p-variant-filled {
|
1034
|
+
background-color: #f8fafc;
|
1035
|
+
}
|
1036
|
+
.p-dropdown.p-variant-filled:enabled:hover {
|
1037
|
+
background-color: #f8fafc;
|
1038
|
+
}
|
1039
|
+
.p-dropdown.p-variant-filled:enabled:focus {
|
1040
|
+
background-color: #ffffff;
|
1041
|
+
}
|
1012
1042
|
|
1013
1043
|
.p-dropdown-panel {
|
1014
1044
|
background: #ffffff;
|
@@ -1192,6 +1222,16 @@
|
|
1192
1222
|
right: 0.75rem;
|
1193
1223
|
}
|
1194
1224
|
|
1225
|
+
.p-inputmask.p-variant-filled {
|
1226
|
+
background-color: #f8fafc;
|
1227
|
+
}
|
1228
|
+
.p-inputmask.p-variant-filled:enabled:hover {
|
1229
|
+
background-color: #f8fafc;
|
1230
|
+
}
|
1231
|
+
.p-inputmask.p-variant-filled:enabled:focus {
|
1232
|
+
background-color: #ffffff;
|
1233
|
+
}
|
1234
|
+
|
1195
1235
|
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
1196
1236
|
border-color: #f87171;
|
1197
1237
|
}
|
@@ -1211,6 +1251,16 @@
|
|
1211
1251
|
right: 3.25rem;
|
1212
1252
|
}
|
1213
1253
|
|
1254
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
|
1255
|
+
background-color: #f8fafc;
|
1256
|
+
}
|
1257
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
|
1258
|
+
background-color: #f8fafc;
|
1259
|
+
}
|
1260
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
|
1261
|
+
background-color: #ffffff;
|
1262
|
+
}
|
1263
|
+
|
1214
1264
|
.p-inputotp {
|
1215
1265
|
display: flex;
|
1216
1266
|
align-items: center;
|
@@ -1289,6 +1339,15 @@
|
|
1289
1339
|
.p-inputtext.ng-dirty.ng-invalid {
|
1290
1340
|
border-color: #f87171;
|
1291
1341
|
}
|
1342
|
+
.p-inputtext.p-variant-filled {
|
1343
|
+
background-color: #f8fafc;
|
1344
|
+
}
|
1345
|
+
.p-inputtext.p-variant-filled:enabled:hover {
|
1346
|
+
background-color: #f8fafc;
|
1347
|
+
}
|
1348
|
+
.p-inputtext.p-variant-filled:enabled:focus {
|
1349
|
+
background-color: #ffffff;
|
1350
|
+
}
|
1292
1351
|
.p-inputtext.p-inputtext-sm {
|
1293
1352
|
font-size: 0.875rem;
|
1294
1353
|
padding: 0.4375rem 0.65625rem;
|
@@ -1505,8 +1564,17 @@
|
|
1505
1564
|
border-top-right-radius: 6px;
|
1506
1565
|
border-bottom-right-radius: 6px;
|
1507
1566
|
}
|
1567
|
+
.p-multiselect.p-variant-filled {
|
1568
|
+
background: #f8fafc;
|
1569
|
+
}
|
1570
|
+
.p-multiselect.p-variant-filled:not(.p-disabled):hover {
|
1571
|
+
background-color: #f8fafc;
|
1572
|
+
}
|
1573
|
+
.p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
|
1574
|
+
background-color: #ffffff;
|
1575
|
+
}
|
1508
1576
|
|
1509
|
-
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1577
|
+
.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1510
1578
|
padding: 0.25rem 0.75rem;
|
1511
1579
|
}
|
1512
1580
|
|
@@ -1704,6 +1772,18 @@
|
|
1704
1772
|
background: #ffffff;
|
1705
1773
|
color: #0d9488;
|
1706
1774
|
}
|
1775
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box {
|
1776
|
+
background-color: #f8fafc;
|
1777
|
+
}
|
1778
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
|
1779
|
+
background-color: #f8fafc;
|
1780
|
+
}
|
1781
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
|
1782
|
+
background: #ffffff;
|
1783
|
+
}
|
1784
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1785
|
+
background: #ffffff;
|
1786
|
+
}
|
1707
1787
|
|
1708
1788
|
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
1709
1789
|
border-color: #f87171;
|
@@ -1818,9 +1898,12 @@
|
|
1818
1898
|
margin-left: -10px;
|
1819
1899
|
}
|
1820
1900
|
.p-slider.p-slider-vertical {
|
1901
|
+
height: 100%;
|
1821
1902
|
width: 3px;
|
1822
1903
|
}
|
1823
1904
|
.p-slider.p-slider-vertical .p-slider-handle {
|
1905
|
+
height: 20px;
|
1906
|
+
width: 20px;
|
1824
1907
|
margin-left: -10px;
|
1825
1908
|
margin-bottom: -10px;
|
1826
1909
|
}
|
@@ -1935,6 +2018,15 @@
|
|
1935
2018
|
border-top-right-radius: 6px;
|
1936
2019
|
border-bottom-right-radius: 6px;
|
1937
2020
|
}
|
2021
|
+
.p-treeselect.p-variant-filled {
|
2022
|
+
background-color: #f8fafc;
|
2023
|
+
}
|
2024
|
+
.p-treeselect.p-variant-filled:enabled:hover {
|
2025
|
+
background-color: #f8fafc;
|
2026
|
+
}
|
2027
|
+
.p-treeselect.p-variant-filled:enabled:focus {
|
2028
|
+
background-color: #ffffff;
|
2029
|
+
}
|
1938
2030
|
|
1939
2031
|
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1940
2032
|
border-color: #f87171;
|
@@ -3487,6 +3579,18 @@
|
|
3487
3579
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3488
3580
|
color: #334155;
|
3489
3581
|
}
|
3582
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
|
3583
|
+
background-color: #f8fafc;
|
3584
|
+
}
|
3585
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3586
|
+
background: #14b8a6;
|
3587
|
+
}
|
3588
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3589
|
+
background-color: #f8fafc;
|
3590
|
+
}
|
3591
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3592
|
+
background: #0d9488;
|
3593
|
+
}
|
3490
3594
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
3491
3595
|
background: #f0fdfa;
|
3492
3596
|
color: #0f766e;
|
@@ -3684,6 +3788,18 @@
|
|
3684
3788
|
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3685
3789
|
color: #334155;
|
3686
3790
|
}
|
3791
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
|
3792
|
+
background-color: #f8fafc;
|
3793
|
+
}
|
3794
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3795
|
+
background: #14b8a6;
|
3796
|
+
}
|
3797
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3798
|
+
background-color: #f8fafc;
|
3799
|
+
}
|
3800
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3801
|
+
background: #0d9488;
|
3802
|
+
}
|
3687
3803
|
.p-treetable .p-treetable-tbody > tr:focus-visible {
|
3688
3804
|
outline: 0.15rem solid var(--p-focus-ring-color);
|
3689
3805
|
outline-offset: -0.15rem;
|
@@ -6356,7 +6472,7 @@
|
|
6356
6472
|
font-size: 1rem;
|
6357
6473
|
}
|
6358
6474
|
}
|
6359
|
-
@layer
|
6475
|
+
@layer primeng {
|
6360
6476
|
.p-accordion .p-accordion-header .p-accordion-header-link {
|
6361
6477
|
border-radius: 6px !important;
|
6362
6478
|
flex-direction: row-reverse;
|
@@ -735,6 +735,15 @@
|
|
735
735
|
.p-cascadeselect.p-invalid.p-component {
|
736
736
|
border-color: #f19ea6;
|
737
737
|
}
|
738
|
+
.p-cascadeselect.p-variant-filled {
|
739
|
+
background-color: #3f4b5b;
|
740
|
+
}
|
741
|
+
.p-cascadeselect.p-variant-filled:enabled:hover {
|
742
|
+
background-color: #3f4b5b;
|
743
|
+
}
|
744
|
+
.p-cascadeselect.p-variant-filled:enabled:focus {
|
745
|
+
background-color: #3f4b5b;
|
746
|
+
}
|
738
747
|
|
739
748
|
.p-cascadeselect-panel {
|
740
749
|
background: #2a323d;
|
@@ -851,6 +860,18 @@
|
|
851
860
|
background: #1dadff;
|
852
861
|
color: #151515;
|
853
862
|
}
|
863
|
+
.p-checkbox.p-variant-filled .p-checkbox-box {
|
864
|
+
background-color: #3f4b5b;
|
865
|
+
}
|
866
|
+
.p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
867
|
+
background: #8dd0ff;
|
868
|
+
}
|
869
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
870
|
+
background-color: #3f4b5b;
|
871
|
+
}
|
872
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
873
|
+
background: #1dadff;
|
874
|
+
}
|
854
875
|
|
855
876
|
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
856
877
|
border-color: #f19ea6;
|
@@ -994,6 +1015,15 @@
|
|
994
1015
|
.p-dropdown.p-invalid.p-component {
|
995
1016
|
border-color: #f19ea6;
|
996
1017
|
}
|
1018
|
+
.p-dropdown.p-variant-filled {
|
1019
|
+
background-color: #3f4b5b;
|
1020
|
+
}
|
1021
|
+
.p-dropdown.p-variant-filled:enabled:hover {
|
1022
|
+
background-color: #3f4b5b;
|
1023
|
+
}
|
1024
|
+
.p-dropdown.p-variant-filled:enabled:focus {
|
1025
|
+
background-color: #3f4b5b;
|
1026
|
+
}
|
997
1027
|
|
998
1028
|
.p-dropdown-panel {
|
999
1029
|
background: #2a323d;
|
@@ -1177,6 +1207,16 @@
|
|
1177
1207
|
right: 0.75rem;
|
1178
1208
|
}
|
1179
1209
|
|
1210
|
+
.p-inputmask.p-variant-filled {
|
1211
|
+
background-color: #3f4b5b;
|
1212
|
+
}
|
1213
|
+
.p-inputmask.p-variant-filled:enabled:hover {
|
1214
|
+
background-color: #3f4b5b;
|
1215
|
+
}
|
1216
|
+
.p-inputmask.p-variant-filled:enabled:focus {
|
1217
|
+
background-color: #3f4b5b;
|
1218
|
+
}
|
1219
|
+
|
1180
1220
|
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
1181
1221
|
border-color: #f19ea6;
|
1182
1222
|
}
|
@@ -1196,6 +1236,16 @@
|
|
1196
1236
|
right: 3.107rem;
|
1197
1237
|
}
|
1198
1238
|
|
1239
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
|
1240
|
+
background-color: #3f4b5b;
|
1241
|
+
}
|
1242
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
|
1243
|
+
background-color: #3f4b5b;
|
1244
|
+
}
|
1245
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
|
1246
|
+
background-color: #3f4b5b;
|
1247
|
+
}
|
1248
|
+
|
1199
1249
|
.p-inputotp {
|
1200
1250
|
display: flex;
|
1201
1251
|
align-items: center;
|
@@ -1274,6 +1324,15 @@
|
|
1274
1324
|
.p-inputtext.ng-dirty.ng-invalid {
|
1275
1325
|
border-color: #f19ea6;
|
1276
1326
|
}
|
1327
|
+
.p-inputtext.p-variant-filled {
|
1328
|
+
background-color: #3f4b5b;
|
1329
|
+
}
|
1330
|
+
.p-inputtext.p-variant-filled:enabled:hover {
|
1331
|
+
background-color: #3f4b5b;
|
1332
|
+
}
|
1333
|
+
.p-inputtext.p-variant-filled:enabled:focus {
|
1334
|
+
background-color: #3f4b5b;
|
1335
|
+
}
|
1277
1336
|
.p-inputtext.p-inputtext-sm {
|
1278
1337
|
font-size: 0.875rem;
|
1279
1338
|
padding: 0.4375rem 0.65625rem;
|
@@ -1490,8 +1549,17 @@
|
|
1490
1549
|
border-top-right-radius: 4px;
|
1491
1550
|
border-bottom-right-radius: 4px;
|
1492
1551
|
}
|
1552
|
+
.p-multiselect.p-variant-filled {
|
1553
|
+
background: #3f4b5b;
|
1554
|
+
}
|
1555
|
+
.p-multiselect.p-variant-filled:not(.p-disabled):hover {
|
1556
|
+
background-color: #3f4b5b;
|
1557
|
+
}
|
1558
|
+
.p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
|
1559
|
+
background-color: #3f4b5b;
|
1560
|
+
}
|
1493
1561
|
|
1494
|
-
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1562
|
+
.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1495
1563
|
padding: 0.25rem 0.75rem;
|
1496
1564
|
}
|
1497
1565
|
|
@@ -1689,6 +1757,18 @@
|
|
1689
1757
|
background: #1dadff;
|
1690
1758
|
color: #151515;
|
1691
1759
|
}
|
1760
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box {
|
1761
|
+
background-color: #3f4b5b;
|
1762
|
+
}
|
1763
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
|
1764
|
+
background-color: #3f4b5b;
|
1765
|
+
}
|
1766
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
|
1767
|
+
background: #8dd0ff;
|
1768
|
+
}
|
1769
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1770
|
+
background: #1dadff;
|
1771
|
+
}
|
1692
1772
|
|
1693
1773
|
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
1694
1774
|
border-color: #f19ea6;
|
@@ -1811,9 +1891,12 @@
|
|
1811
1891
|
margin-left: -0.5715rem;
|
1812
1892
|
}
|
1813
1893
|
.p-slider.p-slider-vertical {
|
1894
|
+
height: 100%;
|
1814
1895
|
width: 0.286rem;
|
1815
1896
|
}
|
1816
1897
|
.p-slider.p-slider-vertical .p-slider-handle {
|
1898
|
+
height: 1.143rem;
|
1899
|
+
width: 1.143rem;
|
1817
1900
|
margin-left: -0.5715rem;
|
1818
1901
|
margin-bottom: -0.5715rem;
|
1819
1902
|
}
|
@@ -1928,6 +2011,15 @@
|
|
1928
2011
|
border-top-right-radius: 4px;
|
1929
2012
|
border-bottom-right-radius: 4px;
|
1930
2013
|
}
|
2014
|
+
.p-treeselect.p-variant-filled {
|
2015
|
+
background-color: #3f4b5b;
|
2016
|
+
}
|
2017
|
+
.p-treeselect.p-variant-filled:enabled:hover {
|
2018
|
+
background-color: #3f4b5b;
|
2019
|
+
}
|
2020
|
+
.p-treeselect.p-variant-filled:enabled:focus {
|
2021
|
+
background-color: #3f4b5b;
|
2022
|
+
}
|
1931
2023
|
|
1932
2024
|
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1933
2025
|
border-color: #f19ea6;
|
@@ -3431,6 +3523,18 @@
|
|
3431
3523
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3432
3524
|
color: rgba(255, 255, 255, 0.87);
|
3433
3525
|
}
|
3526
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
|
3527
|
+
background-color: #3f4b5b;
|
3528
|
+
}
|
3529
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3530
|
+
background: #8dd0ff;
|
3531
|
+
}
|
3532
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3533
|
+
background-color: #3f4b5b;
|
3534
|
+
}
|
3535
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3536
|
+
background: #1dadff;
|
3537
|
+
}
|
3434
3538
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
3435
3539
|
background: #8dd0ff;
|
3436
3540
|
color: #151515;
|
@@ -3628,6 +3732,18 @@
|
|
3628
3732
|
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3629
3733
|
color: rgba(255, 255, 255, 0.87);
|
3630
3734
|
}
|
3735
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
|
3736
|
+
background-color: #3f4b5b;
|
3737
|
+
}
|
3738
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3739
|
+
background: #8dd0ff;
|
3740
|
+
}
|
3741
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3742
|
+
background-color: #3f4b5b;
|
3743
|
+
}
|
3744
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3745
|
+
background: #1dadff;
|
3746
|
+
}
|
3631
3747
|
.p-treetable .p-treetable-tbody > tr:focus-visible {
|
3632
3748
|
outline: 0.15rem solid #e3f3fe;
|
3633
3749
|
outline-offset: -0.15rem;
|
@@ -735,6 +735,15 @@
|
|
735
735
|
.p-cascadeselect.p-invalid.p-component {
|
736
736
|
border-color: #f19ea6;
|
737
737
|
}
|
738
|
+
.p-cascadeselect.p-variant-filled {
|
739
|
+
background-color: #3f4b5b;
|
740
|
+
}
|
741
|
+
.p-cascadeselect.p-variant-filled:enabled:hover {
|
742
|
+
background-color: #3f4b5b;
|
743
|
+
}
|
744
|
+
.p-cascadeselect.p-variant-filled:enabled:focus {
|
745
|
+
background-color: #3f4b5b;
|
746
|
+
}
|
738
747
|
|
739
748
|
.p-cascadeselect-panel {
|
740
749
|
background: #2a323d;
|
@@ -851,6 +860,18 @@
|
|
851
860
|
background: #9954bb;
|
852
861
|
color: #151515;
|
853
862
|
}
|
863
|
+
.p-checkbox.p-variant-filled .p-checkbox-box {
|
864
|
+
background-color: #3f4b5b;
|
865
|
+
}
|
866
|
+
.p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
867
|
+
background: #c298d8;
|
868
|
+
}
|
869
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
870
|
+
background-color: #3f4b5b;
|
871
|
+
}
|
872
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
873
|
+
background: #9954bb;
|
874
|
+
}
|
854
875
|
|
855
876
|
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
856
877
|
border-color: #f19ea6;
|
@@ -994,6 +1015,15 @@
|
|
994
1015
|
.p-dropdown.p-invalid.p-component {
|
995
1016
|
border-color: #f19ea6;
|
996
1017
|
}
|
1018
|
+
.p-dropdown.p-variant-filled {
|
1019
|
+
background-color: #3f4b5b;
|
1020
|
+
}
|
1021
|
+
.p-dropdown.p-variant-filled:enabled:hover {
|
1022
|
+
background-color: #3f4b5b;
|
1023
|
+
}
|
1024
|
+
.p-dropdown.p-variant-filled:enabled:focus {
|
1025
|
+
background-color: #3f4b5b;
|
1026
|
+
}
|
997
1027
|
|
998
1028
|
.p-dropdown-panel {
|
999
1029
|
background: #2a323d;
|
@@ -1177,6 +1207,16 @@
|
|
1177
1207
|
right: 0.75rem;
|
1178
1208
|
}
|
1179
1209
|
|
1210
|
+
.p-inputmask.p-variant-filled {
|
1211
|
+
background-color: #3f4b5b;
|
1212
|
+
}
|
1213
|
+
.p-inputmask.p-variant-filled:enabled:hover {
|
1214
|
+
background-color: #3f4b5b;
|
1215
|
+
}
|
1216
|
+
.p-inputmask.p-variant-filled:enabled:focus {
|
1217
|
+
background-color: #3f4b5b;
|
1218
|
+
}
|
1219
|
+
|
1180
1220
|
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
1181
1221
|
border-color: #f19ea6;
|
1182
1222
|
}
|
@@ -1196,6 +1236,16 @@
|
|
1196
1236
|
right: 3.107rem;
|
1197
1237
|
}
|
1198
1238
|
|
1239
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
|
1240
|
+
background-color: #3f4b5b;
|
1241
|
+
}
|
1242
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
|
1243
|
+
background-color: #3f4b5b;
|
1244
|
+
}
|
1245
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
|
1246
|
+
background-color: #3f4b5b;
|
1247
|
+
}
|
1248
|
+
|
1199
1249
|
.p-inputotp {
|
1200
1250
|
display: flex;
|
1201
1251
|
align-items: center;
|
@@ -1274,6 +1324,15 @@
|
|
1274
1324
|
.p-inputtext.ng-dirty.ng-invalid {
|
1275
1325
|
border-color: #f19ea6;
|
1276
1326
|
}
|
1327
|
+
.p-inputtext.p-variant-filled {
|
1328
|
+
background-color: #3f4b5b;
|
1329
|
+
}
|
1330
|
+
.p-inputtext.p-variant-filled:enabled:hover {
|
1331
|
+
background-color: #3f4b5b;
|
1332
|
+
}
|
1333
|
+
.p-inputtext.p-variant-filled:enabled:focus {
|
1334
|
+
background-color: #3f4b5b;
|
1335
|
+
}
|
1277
1336
|
.p-inputtext.p-inputtext-sm {
|
1278
1337
|
font-size: 0.875rem;
|
1279
1338
|
padding: 0.4375rem 0.65625rem;
|
@@ -1490,8 +1549,17 @@
|
|
1490
1549
|
border-top-right-radius: 4px;
|
1491
1550
|
border-bottom-right-radius: 4px;
|
1492
1551
|
}
|
1552
|
+
.p-multiselect.p-variant-filled {
|
1553
|
+
background: #3f4b5b;
|
1554
|
+
}
|
1555
|
+
.p-multiselect.p-variant-filled:not(.p-disabled):hover {
|
1556
|
+
background-color: #3f4b5b;
|
1557
|
+
}
|
1558
|
+
.p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
|
1559
|
+
background-color: #3f4b5b;
|
1560
|
+
}
|
1493
1561
|
|
1494
|
-
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1562
|
+
.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1495
1563
|
padding: 0.25rem 0.75rem;
|
1496
1564
|
}
|
1497
1565
|
|
@@ -1689,6 +1757,18 @@
|
|
1689
1757
|
background: #9954bb;
|
1690
1758
|
color: #151515;
|
1691
1759
|
}
|
1760
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box {
|
1761
|
+
background-color: #3f4b5b;
|
1762
|
+
}
|
1763
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
|
1764
|
+
background-color: #3f4b5b;
|
1765
|
+
}
|
1766
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
|
1767
|
+
background: #c298d8;
|
1768
|
+
}
|
1769
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1770
|
+
background: #9954bb;
|
1771
|
+
}
|
1692
1772
|
|
1693
1773
|
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
1694
1774
|
border-color: #f19ea6;
|
@@ -1811,9 +1891,12 @@
|
|
1811
1891
|
margin-left: -0.5715rem;
|
1812
1892
|
}
|
1813
1893
|
.p-slider.p-slider-vertical {
|
1894
|
+
height: 100%;
|
1814
1895
|
width: 0.286rem;
|
1815
1896
|
}
|
1816
1897
|
.p-slider.p-slider-vertical .p-slider-handle {
|
1898
|
+
height: 1.143rem;
|
1899
|
+
width: 1.143rem;
|
1817
1900
|
margin-left: -0.5715rem;
|
1818
1901
|
margin-bottom: -0.5715rem;
|
1819
1902
|
}
|
@@ -1928,6 +2011,15 @@
|
|
1928
2011
|
border-top-right-radius: 4px;
|
1929
2012
|
border-bottom-right-radius: 4px;
|
1930
2013
|
}
|
2014
|
+
.p-treeselect.p-variant-filled {
|
2015
|
+
background-color: #3f4b5b;
|
2016
|
+
}
|
2017
|
+
.p-treeselect.p-variant-filled:enabled:hover {
|
2018
|
+
background-color: #3f4b5b;
|
2019
|
+
}
|
2020
|
+
.p-treeselect.p-variant-filled:enabled:focus {
|
2021
|
+
background-color: #3f4b5b;
|
2022
|
+
}
|
1931
2023
|
|
1932
2024
|
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1933
2025
|
border-color: #f19ea6;
|
@@ -3431,6 +3523,18 @@
|
|
3431
3523
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3432
3524
|
color: rgba(255, 255, 255, 0.87);
|
3433
3525
|
}
|
3526
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
|
3527
|
+
background-color: #3f4b5b;
|
3528
|
+
}
|
3529
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3530
|
+
background: #c298d8;
|
3531
|
+
}
|
3532
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3533
|
+
background-color: #3f4b5b;
|
3534
|
+
}
|
3535
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3536
|
+
background: #9954bb;
|
3537
|
+
}
|
3434
3538
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
3435
3539
|
background: #c298d8;
|
3436
3540
|
color: #151515;
|
@@ -3628,6 +3732,18 @@
|
|
3628
3732
|
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3629
3733
|
color: rgba(255, 255, 255, 0.87);
|
3630
3734
|
}
|
3735
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
|
3736
|
+
background-color: #3f4b5b;
|
3737
|
+
}
|
3738
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3739
|
+
background: #c298d8;
|
3740
|
+
}
|
3741
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3742
|
+
background-color: #3f4b5b;
|
3743
|
+
}
|
3744
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3745
|
+
background: #9954bb;
|
3746
|
+
}
|
3631
3747
|
.p-treetable .p-treetable-tbody > tr:focus-visible {
|
3632
3748
|
outline: 0.15rem solid #f0e6f5;
|
3633
3749
|
outline-offset: -0.15rem;
|