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
@@ -735,6 +735,15 @@
|
|
735
735
|
.p-cascadeselect.p-invalid.p-component {
|
736
736
|
border-color: #e57373;
|
737
737
|
}
|
738
|
+
.p-cascadeselect.p-variant-filled {
|
739
|
+
background-color: #4b4b4b;
|
740
|
+
}
|
741
|
+
.p-cascadeselect.p-variant-filled:enabled:hover {
|
742
|
+
background-color: #4b4b4b;
|
743
|
+
}
|
744
|
+
.p-cascadeselect.p-variant-filled:enabled:focus {
|
745
|
+
background-color: #4b4b4b;
|
746
|
+
}
|
738
747
|
|
739
748
|
.p-cascadeselect-panel {
|
740
749
|
background: #323232;
|
@@ -851,6 +860,18 @@
|
|
851
860
|
background: #29B6F6;
|
852
861
|
color: #212529;
|
853
862
|
}
|
863
|
+
.p-checkbox.p-variant-filled .p-checkbox-box {
|
864
|
+
background-color: #4b4b4b;
|
865
|
+
}
|
866
|
+
.p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
867
|
+
background: #81D4FA;
|
868
|
+
}
|
869
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
870
|
+
background-color: #4b4b4b;
|
871
|
+
}
|
872
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
873
|
+
background: #29B6F6;
|
874
|
+
}
|
854
875
|
|
855
876
|
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
856
877
|
border-color: #e57373;
|
@@ -994,6 +1015,15 @@
|
|
994
1015
|
.p-dropdown.p-invalid.p-component {
|
995
1016
|
border-color: #e57373;
|
996
1017
|
}
|
1018
|
+
.p-dropdown.p-variant-filled {
|
1019
|
+
background-color: #4b4b4b;
|
1020
|
+
}
|
1021
|
+
.p-dropdown.p-variant-filled:enabled:hover {
|
1022
|
+
background-color: #4b4b4b;
|
1023
|
+
}
|
1024
|
+
.p-dropdown.p-variant-filled:enabled:focus {
|
1025
|
+
background-color: #4b4b4b;
|
1026
|
+
}
|
997
1027
|
|
998
1028
|
.p-dropdown-panel {
|
999
1029
|
background: #323232;
|
@@ -1177,6 +1207,16 @@
|
|
1177
1207
|
right: 0.429rem;
|
1178
1208
|
}
|
1179
1209
|
|
1210
|
+
.p-inputmask.p-variant-filled {
|
1211
|
+
background-color: #4b4b4b;
|
1212
|
+
}
|
1213
|
+
.p-inputmask.p-variant-filled:enabled:hover {
|
1214
|
+
background-color: #4b4b4b;
|
1215
|
+
}
|
1216
|
+
.p-inputmask.p-variant-filled:enabled:focus {
|
1217
|
+
background-color: #4b4b4b;
|
1218
|
+
}
|
1219
|
+
|
1180
1220
|
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
1181
1221
|
border-color: #e57373;
|
1182
1222
|
}
|
@@ -1196,6 +1236,16 @@
|
|
1196
1236
|
right: 2.786rem;
|
1197
1237
|
}
|
1198
1238
|
|
1239
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
|
1240
|
+
background-color: #4b4b4b;
|
1241
|
+
}
|
1242
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
|
1243
|
+
background-color: #4b4b4b;
|
1244
|
+
}
|
1245
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
|
1246
|
+
background-color: #4b4b4b;
|
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: #e57373;
|
1276
1326
|
}
|
1327
|
+
.p-inputtext.p-variant-filled {
|
1328
|
+
background-color: #4b4b4b;
|
1329
|
+
}
|
1330
|
+
.p-inputtext.p-variant-filled:enabled:hover {
|
1331
|
+
background-color: #4b4b4b;
|
1332
|
+
}
|
1333
|
+
.p-inputtext.p-variant-filled:enabled:focus {
|
1334
|
+
background-color: #4b4b4b;
|
1335
|
+
}
|
1277
1336
|
.p-inputtext.p-inputtext-sm {
|
1278
1337
|
font-size: 0.875rem;
|
1279
1338
|
padding: 0.375375rem 0.375375rem;
|
@@ -1490,8 +1549,17 @@
|
|
1490
1549
|
border-top-right-radius: 3px;
|
1491
1550
|
border-bottom-right-radius: 3px;
|
1492
1551
|
}
|
1552
|
+
.p-multiselect.p-variant-filled {
|
1553
|
+
background: #4b4b4b;
|
1554
|
+
}
|
1555
|
+
.p-multiselect.p-variant-filled:not(.p-disabled):hover {
|
1556
|
+
background-color: #4b4b4b;
|
1557
|
+
}
|
1558
|
+
.p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
|
1559
|
+
background-color: #4b4b4b;
|
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.2145rem 0.429rem;
|
1496
1564
|
}
|
1497
1565
|
|
@@ -1689,6 +1757,18 @@
|
|
1689
1757
|
background: #29B6F6;
|
1690
1758
|
color: #212529;
|
1691
1759
|
}
|
1760
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box {
|
1761
|
+
background-color: #4b4b4b;
|
1762
|
+
}
|
1763
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
|
1764
|
+
background-color: #4b4b4b;
|
1765
|
+
}
|
1766
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
|
1767
|
+
background: #81D4FA;
|
1768
|
+
}
|
1769
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1770
|
+
background: #29B6F6;
|
1771
|
+
}
|
1692
1772
|
|
1693
1773
|
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
1694
1774
|
border-color: #e57373;
|
@@ -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: 3px;
|
1929
2012
|
border-bottom-right-radius: 3px;
|
1930
2013
|
}
|
2014
|
+
.p-treeselect.p-variant-filled {
|
2015
|
+
background-color: #4b4b4b;
|
2016
|
+
}
|
2017
|
+
.p-treeselect.p-variant-filled:enabled:hover {
|
2018
|
+
background-color: #4b4b4b;
|
2019
|
+
}
|
2020
|
+
.p-treeselect.p-variant-filled:enabled:focus {
|
2021
|
+
background-color: #4b4b4b;
|
2022
|
+
}
|
1931
2023
|
|
1932
2024
|
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1933
2025
|
border-color: #e57373;
|
@@ -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: #dedede;
|
3433
3525
|
}
|
3526
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
|
3527
|
+
background-color: #4b4b4b;
|
3528
|
+
}
|
3529
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3530
|
+
background: #81D4FA;
|
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: #4b4b4b;
|
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: #29B6F6;
|
3537
|
+
}
|
3434
3538
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
3435
3539
|
background: #81D4FA;
|
3436
3540
|
color: #212529;
|
@@ -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: #dedede;
|
3630
3734
|
}
|
3735
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
|
3736
|
+
background-color: #4b4b4b;
|
3737
|
+
}
|
3738
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3739
|
+
background: #81D4FA;
|
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: #4b4b4b;
|
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: #29B6F6;
|
3746
|
+
}
|
3631
3747
|
.p-treetable .p-treetable-tbody > tr:focus-visible {
|
3632
3748
|
outline: 0.15rem solid white;
|
3633
3749
|
outline-offset: -0.15rem;
|
@@ -735,6 +735,15 @@
|
|
735
735
|
.p-cascadeselect.p-invalid.p-component {
|
736
736
|
border-color: #e57373;
|
737
737
|
}
|
738
|
+
.p-cascadeselect.p-variant-filled {
|
739
|
+
background-color: #4b4b4b;
|
740
|
+
}
|
741
|
+
.p-cascadeselect.p-variant-filled:enabled:hover {
|
742
|
+
background-color: #4b4b4b;
|
743
|
+
}
|
744
|
+
.p-cascadeselect.p-variant-filled:enabled:focus {
|
745
|
+
background-color: #4b4b4b;
|
746
|
+
}
|
738
747
|
|
739
748
|
.p-cascadeselect-panel {
|
740
749
|
background: #323232;
|
@@ -851,6 +860,18 @@
|
|
851
860
|
background: #9CCC65;
|
852
861
|
color: #212529;
|
853
862
|
}
|
863
|
+
.p-checkbox.p-variant-filled .p-checkbox-box {
|
864
|
+
background-color: #4b4b4b;
|
865
|
+
}
|
866
|
+
.p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
867
|
+
background: #C5E1A5;
|
868
|
+
}
|
869
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
870
|
+
background-color: #4b4b4b;
|
871
|
+
}
|
872
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
873
|
+
background: #9CCC65;
|
874
|
+
}
|
854
875
|
|
855
876
|
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
856
877
|
border-color: #e57373;
|
@@ -994,6 +1015,15 @@
|
|
994
1015
|
.p-dropdown.p-invalid.p-component {
|
995
1016
|
border-color: #e57373;
|
996
1017
|
}
|
1018
|
+
.p-dropdown.p-variant-filled {
|
1019
|
+
background-color: #4b4b4b;
|
1020
|
+
}
|
1021
|
+
.p-dropdown.p-variant-filled:enabled:hover {
|
1022
|
+
background-color: #4b4b4b;
|
1023
|
+
}
|
1024
|
+
.p-dropdown.p-variant-filled:enabled:focus {
|
1025
|
+
background-color: #4b4b4b;
|
1026
|
+
}
|
997
1027
|
|
998
1028
|
.p-dropdown-panel {
|
999
1029
|
background: #323232;
|
@@ -1177,6 +1207,16 @@
|
|
1177
1207
|
right: 0.429rem;
|
1178
1208
|
}
|
1179
1209
|
|
1210
|
+
.p-inputmask.p-variant-filled {
|
1211
|
+
background-color: #4b4b4b;
|
1212
|
+
}
|
1213
|
+
.p-inputmask.p-variant-filled:enabled:hover {
|
1214
|
+
background-color: #4b4b4b;
|
1215
|
+
}
|
1216
|
+
.p-inputmask.p-variant-filled:enabled:focus {
|
1217
|
+
background-color: #4b4b4b;
|
1218
|
+
}
|
1219
|
+
|
1180
1220
|
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
1181
1221
|
border-color: #e57373;
|
1182
1222
|
}
|
@@ -1196,6 +1236,16 @@
|
|
1196
1236
|
right: 2.786rem;
|
1197
1237
|
}
|
1198
1238
|
|
1239
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
|
1240
|
+
background-color: #4b4b4b;
|
1241
|
+
}
|
1242
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
|
1243
|
+
background-color: #4b4b4b;
|
1244
|
+
}
|
1245
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
|
1246
|
+
background-color: #4b4b4b;
|
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: #e57373;
|
1276
1326
|
}
|
1327
|
+
.p-inputtext.p-variant-filled {
|
1328
|
+
background-color: #4b4b4b;
|
1329
|
+
}
|
1330
|
+
.p-inputtext.p-variant-filled:enabled:hover {
|
1331
|
+
background-color: #4b4b4b;
|
1332
|
+
}
|
1333
|
+
.p-inputtext.p-variant-filled:enabled:focus {
|
1334
|
+
background-color: #4b4b4b;
|
1335
|
+
}
|
1277
1336
|
.p-inputtext.p-inputtext-sm {
|
1278
1337
|
font-size: 0.875rem;
|
1279
1338
|
padding: 0.375375rem 0.375375rem;
|
@@ -1490,8 +1549,17 @@
|
|
1490
1549
|
border-top-right-radius: 3px;
|
1491
1550
|
border-bottom-right-radius: 3px;
|
1492
1551
|
}
|
1552
|
+
.p-multiselect.p-variant-filled {
|
1553
|
+
background: #4b4b4b;
|
1554
|
+
}
|
1555
|
+
.p-multiselect.p-variant-filled:not(.p-disabled):hover {
|
1556
|
+
background-color: #4b4b4b;
|
1557
|
+
}
|
1558
|
+
.p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
|
1559
|
+
background-color: #4b4b4b;
|
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.2145rem 0.429rem;
|
1496
1564
|
}
|
1497
1565
|
|
@@ -1689,6 +1757,18 @@
|
|
1689
1757
|
background: #9CCC65;
|
1690
1758
|
color: #212529;
|
1691
1759
|
}
|
1760
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box {
|
1761
|
+
background-color: #4b4b4b;
|
1762
|
+
}
|
1763
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
|
1764
|
+
background-color: #4b4b4b;
|
1765
|
+
}
|
1766
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
|
1767
|
+
background: #C5E1A5;
|
1768
|
+
}
|
1769
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1770
|
+
background: #9CCC65;
|
1771
|
+
}
|
1692
1772
|
|
1693
1773
|
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
1694
1774
|
border-color: #e57373;
|
@@ -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: 3px;
|
1929
2012
|
border-bottom-right-radius: 3px;
|
1930
2013
|
}
|
2014
|
+
.p-treeselect.p-variant-filled {
|
2015
|
+
background-color: #4b4b4b;
|
2016
|
+
}
|
2017
|
+
.p-treeselect.p-variant-filled:enabled:hover {
|
2018
|
+
background-color: #4b4b4b;
|
2019
|
+
}
|
2020
|
+
.p-treeselect.p-variant-filled:enabled:focus {
|
2021
|
+
background-color: #4b4b4b;
|
2022
|
+
}
|
1931
2023
|
|
1932
2024
|
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1933
2025
|
border-color: #e57373;
|
@@ -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: #dedede;
|
3433
3525
|
}
|
3526
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
|
3527
|
+
background-color: #4b4b4b;
|
3528
|
+
}
|
3529
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3530
|
+
background: #C5E1A5;
|
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: #4b4b4b;
|
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: #9CCC65;
|
3537
|
+
}
|
3434
3538
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
3435
3539
|
background: #C5E1A5;
|
3436
3540
|
color: #212529;
|
@@ -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: #dedede;
|
3630
3734
|
}
|
3735
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
|
3736
|
+
background-color: #4b4b4b;
|
3737
|
+
}
|
3738
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3739
|
+
background: #C5E1A5;
|
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: #4b4b4b;
|
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: #9CCC65;
|
3746
|
+
}
|
3631
3747
|
.p-treetable .p-treetable-tbody > tr:focus-visible {
|
3632
3748
|
outline: 0.15rem solid white;
|
3633
3749
|
outline-offset: -0.15rem;
|
@@ -735,6 +735,15 @@
|
|
735
735
|
.p-cascadeselect.p-invalid.p-component {
|
736
736
|
border-color: #e57373;
|
737
737
|
}
|
738
|
+
.p-cascadeselect.p-variant-filled {
|
739
|
+
background-color: #4b4b4b;
|
740
|
+
}
|
741
|
+
.p-cascadeselect.p-variant-filled:enabled:hover {
|
742
|
+
background-color: #4b4b4b;
|
743
|
+
}
|
744
|
+
.p-cascadeselect.p-variant-filled:enabled:focus {
|
745
|
+
background-color: #4b4b4b;
|
746
|
+
}
|
738
747
|
|
739
748
|
.p-cascadeselect-panel {
|
740
749
|
background: #323232;
|
@@ -851,6 +860,18 @@
|
|
851
860
|
background: #EC407A;
|
852
861
|
color: #212529;
|
853
862
|
}
|
863
|
+
.p-checkbox.p-variant-filled .p-checkbox-box {
|
864
|
+
background-color: #4b4b4b;
|
865
|
+
}
|
866
|
+
.p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
867
|
+
background: #F48FB1;
|
868
|
+
}
|
869
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
870
|
+
background-color: #4b4b4b;
|
871
|
+
}
|
872
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
873
|
+
background: #EC407A;
|
874
|
+
}
|
854
875
|
|
855
876
|
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
856
877
|
border-color: #e57373;
|
@@ -994,6 +1015,15 @@
|
|
994
1015
|
.p-dropdown.p-invalid.p-component {
|
995
1016
|
border-color: #e57373;
|
996
1017
|
}
|
1018
|
+
.p-dropdown.p-variant-filled {
|
1019
|
+
background-color: #4b4b4b;
|
1020
|
+
}
|
1021
|
+
.p-dropdown.p-variant-filled:enabled:hover {
|
1022
|
+
background-color: #4b4b4b;
|
1023
|
+
}
|
1024
|
+
.p-dropdown.p-variant-filled:enabled:focus {
|
1025
|
+
background-color: #4b4b4b;
|
1026
|
+
}
|
997
1027
|
|
998
1028
|
.p-dropdown-panel {
|
999
1029
|
background: #323232;
|
@@ -1177,6 +1207,16 @@
|
|
1177
1207
|
right: 0.429rem;
|
1178
1208
|
}
|
1179
1209
|
|
1210
|
+
.p-inputmask.p-variant-filled {
|
1211
|
+
background-color: #4b4b4b;
|
1212
|
+
}
|
1213
|
+
.p-inputmask.p-variant-filled:enabled:hover {
|
1214
|
+
background-color: #4b4b4b;
|
1215
|
+
}
|
1216
|
+
.p-inputmask.p-variant-filled:enabled:focus {
|
1217
|
+
background-color: #4b4b4b;
|
1218
|
+
}
|
1219
|
+
|
1180
1220
|
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
1181
1221
|
border-color: #e57373;
|
1182
1222
|
}
|
@@ -1196,6 +1236,16 @@
|
|
1196
1236
|
right: 2.786rem;
|
1197
1237
|
}
|
1198
1238
|
|
1239
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
|
1240
|
+
background-color: #4b4b4b;
|
1241
|
+
}
|
1242
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
|
1243
|
+
background-color: #4b4b4b;
|
1244
|
+
}
|
1245
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
|
1246
|
+
background-color: #4b4b4b;
|
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: #e57373;
|
1276
1326
|
}
|
1327
|
+
.p-inputtext.p-variant-filled {
|
1328
|
+
background-color: #4b4b4b;
|
1329
|
+
}
|
1330
|
+
.p-inputtext.p-variant-filled:enabled:hover {
|
1331
|
+
background-color: #4b4b4b;
|
1332
|
+
}
|
1333
|
+
.p-inputtext.p-variant-filled:enabled:focus {
|
1334
|
+
background-color: #4b4b4b;
|
1335
|
+
}
|
1277
1336
|
.p-inputtext.p-inputtext-sm {
|
1278
1337
|
font-size: 0.875rem;
|
1279
1338
|
padding: 0.375375rem 0.375375rem;
|
@@ -1490,8 +1549,17 @@
|
|
1490
1549
|
border-top-right-radius: 3px;
|
1491
1550
|
border-bottom-right-radius: 3px;
|
1492
1551
|
}
|
1552
|
+
.p-multiselect.p-variant-filled {
|
1553
|
+
background: #4b4b4b;
|
1554
|
+
}
|
1555
|
+
.p-multiselect.p-variant-filled:not(.p-disabled):hover {
|
1556
|
+
background-color: #4b4b4b;
|
1557
|
+
}
|
1558
|
+
.p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
|
1559
|
+
background-color: #4b4b4b;
|
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.2145rem 0.429rem;
|
1496
1564
|
}
|
1497
1565
|
|
@@ -1689,6 +1757,18 @@
|
|
1689
1757
|
background: #EC407A;
|
1690
1758
|
color: #212529;
|
1691
1759
|
}
|
1760
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box {
|
1761
|
+
background-color: #4b4b4b;
|
1762
|
+
}
|
1763
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
|
1764
|
+
background-color: #4b4b4b;
|
1765
|
+
}
|
1766
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
|
1767
|
+
background: #F48FB1;
|
1768
|
+
}
|
1769
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1770
|
+
background: #EC407A;
|
1771
|
+
}
|
1692
1772
|
|
1693
1773
|
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
1694
1774
|
border-color: #e57373;
|
@@ -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: 3px;
|
1929
2012
|
border-bottom-right-radius: 3px;
|
1930
2013
|
}
|
2014
|
+
.p-treeselect.p-variant-filled {
|
2015
|
+
background-color: #4b4b4b;
|
2016
|
+
}
|
2017
|
+
.p-treeselect.p-variant-filled:enabled:hover {
|
2018
|
+
background-color: #4b4b4b;
|
2019
|
+
}
|
2020
|
+
.p-treeselect.p-variant-filled:enabled:focus {
|
2021
|
+
background-color: #4b4b4b;
|
2022
|
+
}
|
1931
2023
|
|
1932
2024
|
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1933
2025
|
border-color: #e57373;
|
@@ -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: #dedede;
|
3433
3525
|
}
|
3526
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
|
3527
|
+
background-color: #4b4b4b;
|
3528
|
+
}
|
3529
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3530
|
+
background: #F48FB1;
|
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: #4b4b4b;
|
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: #EC407A;
|
3537
|
+
}
|
3434
3538
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
3435
3539
|
background: #F48FB1;
|
3436
3540
|
color: #212529;
|
@@ -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: #dedede;
|
3630
3734
|
}
|
3735
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
|
3736
|
+
background-color: #4b4b4b;
|
3737
|
+
}
|
3738
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3739
|
+
background: #F48FB1;
|
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: #4b4b4b;
|
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: #EC407A;
|
3746
|
+
}
|
3631
3747
|
.p-treetable .p-treetable-tbody > tr:focus-visible {
|
3632
3748
|
outline: 0.15rem solid white;
|
3633
3749
|
outline-offset: -0.15rem;
|