primereact 6.6.0-rc.1 → 7.0.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/README.md +34 -9
- package/accordion/accordion.cjs.js +32 -23
- package/accordion/accordion.cjs.min.js +1 -1
- package/accordion/accordion.d.ts +3 -2
- package/accordion/accordion.esm.js +17 -8
- package/accordion/accordion.esm.min.js +1 -1
- package/accordion/accordion.js +32 -24
- package/accordion/accordion.min.js +1 -1
- package/api/api.cjs.js +374 -42
- package/api/api.cjs.min.js +1 -1
- package/api/api.d.ts +126 -32
- package/api/api.esm.js +371 -43
- package/api/api.esm.min.js +1 -1
- package/api/api.js +374 -44
- package/api/api.min.js +1 -1
- package/autocomplete/autocomplete.cjs.js +79 -69
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.d.ts +3 -1
- package/autocomplete/autocomplete.esm.js +15 -5
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +75 -70
- package/autocomplete/autocomplete.min.js +1 -1
- package/avatar/avatar.cjs.js +12 -9
- package/avatar/avatar.cjs.min.js +1 -1
- package/avatar/avatar.d.ts +2 -1
- package/avatar/avatar.esm.js +7 -4
- package/avatar/avatar.esm.min.js +1 -1
- package/avatar/avatar.js +13 -10
- package/avatar/avatar.min.js +1 -1
- package/avatargroup/avatargroup.cjs.js +5 -3
- package/avatargroup/avatargroup.cjs.min.js +1 -1
- package/avatargroup/avatargroup.esm.js +3 -1
- package/avatargroup/avatargroup.esm.min.js +1 -1
- package/avatargroup/avatargroup.js +6 -4
- package/avatargroup/avatargroup.min.js +1 -1
- package/badge/badge.cjs.js +5 -3
- package/badge/badge.cjs.min.js +1 -1
- package/badge/badge.esm.js +3 -1
- package/badge/badge.esm.min.js +1 -1
- package/badge/badge.js +6 -4
- package/badge/badge.min.js +1 -1
- package/blockui/blockui.cjs.js +19 -13
- package/blockui/blockui.cjs.min.js +1 -1
- package/blockui/blockui.esm.js +7 -2
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +18 -14
- package/blockui/blockui.min.js +1 -1
- package/breadcrumb/breadcrumb.cjs.js +18 -16
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +3 -1
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +19 -17
- package/breadcrumb/breadcrumb.min.css +1 -1
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/button/button.cjs.js +28 -36
- package/button/button.cjs.min.js +1 -1
- package/button/button.d.ts +4 -11
- package/button/button.esm.js +17 -25
- package/button/button.esm.min.js +1 -1
- package/button/button.js +27 -37
- package/button/button.min.js +1 -1
- package/calendar/calendar.cjs.js +183 -153
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.d.ts +5 -1
- package/calendar/calendar.esm.js +57 -27
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +179 -154
- package/calendar/calendar.min.css +1 -1
- package/calendar/calendar.min.js +1 -1
- package/captcha/captcha.cjs.js +3 -1
- package/captcha/captcha.cjs.min.js +1 -1
- package/captcha/captcha.esm.js +2 -0
- package/captcha/captcha.esm.min.js +1 -1
- package/captcha/captcha.js +4 -2
- package/captcha/captcha.min.js +1 -1
- package/card/card.cjs.js +15 -13
- package/card/card.cjs.min.js +1 -1
- package/card/card.esm.js +3 -1
- package/card/card.esm.min.js +1 -1
- package/card/card.js +16 -14
- package/card/card.min.js +1 -1
- package/carousel/carousel.cjs.js +39 -36
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +4 -1
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +39 -37
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/cascadeselect.cjs.js +53 -47
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.esm.js +8 -2
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +50 -48
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/chart/chart.cjs.js +8 -8
- package/chart/chart.cjs.min.js +1 -1
- package/chart/chart.esm.js +3 -1
- package/chart/chart.esm.min.js +1 -1
- package/chart/chart.js +7 -5
- package/chart/chart.min.js +1 -1
- package/checkbox/checkbox.cjs.js +22 -15
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.d.ts +2 -1
- package/checkbox/checkbox.esm.js +15 -8
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +22 -16
- package/checkbox/checkbox.min.js +1 -1
- package/chip/chip.cjs.js +18 -14
- package/chip/chip.cjs.min.js +1 -1
- package/chip/chip.d.ts +3 -4
- package/chip/chip.esm.js +13 -9
- package/chip/chip.esm.min.js +1 -1
- package/chip/chip.js +19 -15
- package/chip/chip.min.js +1 -1
- package/chips/chips.cjs.js +48 -20
- package/chips/chips.cjs.min.js +1 -1
- package/chips/chips.d.ts +10 -0
- package/chips/chips.esm.js +39 -11
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +48 -21
- package/chips/chips.min.js +1 -1
- package/colorpicker/colorpicker.cjs.js +37 -31
- package/colorpicker/colorpicker.cjs.min.js +1 -1
- package/colorpicker/colorpicker.d.ts +1 -1
- package/colorpicker/colorpicker.esm.js +8 -2
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +34 -32
- package/colorpicker/colorpicker.min.js +1 -1
- package/column/column.cjs.js +34 -9
- package/column/column.cjs.min.js +1 -1
- package/column/column.d.ts +168 -13
- package/column/column.esm.js +34 -9
- package/column/column.esm.min.js +1 -1
- package/column/column.js +35 -10
- package/column/column.min.js +1 -1
- package/columngroup/columngroup.cjs.js +2 -0
- package/columngroup/columngroup.cjs.min.js +1 -1
- package/columngroup/columngroup.esm.js +2 -0
- package/columngroup/columngroup.esm.min.js +1 -1
- package/columngroup/columngroup.js +3 -1
- package/columngroup/columngroup.min.js +1 -1
- package/common/common.min.css +1 -1
- package/confirmdialog/confirmdialog.cjs.js +24 -20
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.d.ts +4 -3
- package/confirmdialog/confirmdialog.esm.js +8 -4
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +24 -21
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/confirmpopup/confirmpopup.cjs.js +47 -40
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.d.ts +4 -3
- package/confirmpopup/confirmpopup.esm.js +12 -6
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +44 -40
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/contextmenu.cjs.js +70 -63
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +37 -31
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +67 -64
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +11745 -1572
- package/core/core.min.js +40 -1
- package/csstransition/csstransition.cjs.js +3 -1
- package/csstransition/csstransition.cjs.min.js +1 -1
- package/csstransition/csstransition.esm.js +2 -0
- package/csstransition/csstransition.esm.min.js +1 -1
- package/csstransition/csstransition.js +4 -2
- package/csstransition/csstransition.min.js +1 -1
- package/datascroller/datascroller.cjs.js +14 -11
- package/datascroller/datascroller.cjs.min.js +1 -1
- package/datascroller/datascroller.esm.js +6 -3
- package/datascroller/datascroller.esm.min.js +1 -1
- package/datascroller/datascroller.js +14 -12
- package/datascroller/datascroller.min.js +1 -1
- package/datatable/datatable.cjs.js +4784 -3277
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.d.ts +100 -29
- package/datatable/datatable.esm.js +4859 -3353
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +4777 -3278
- package/datatable/datatable.min.css +1 -1
- package/datatable/datatable.min.js +1 -1
- package/dataview/dataview.cjs.js +36 -31
- package/dataview/dataview.cjs.min.js +1 -1
- package/dataview/dataview.esm.js +10 -5
- package/dataview/dataview.esm.min.js +1 -1
- package/dataview/dataview.js +35 -32
- package/dataview/dataview.min.js +1 -1
- package/deferredcontent/deferredcontent.cjs.js +3 -1
- package/deferredcontent/deferredcontent.cjs.min.js +1 -1
- package/deferredcontent/deferredcontent.esm.js +2 -0
- package/deferredcontent/deferredcontent.esm.min.js +1 -1
- package/deferredcontent/deferredcontent.js +4 -2
- package/deferredcontent/deferredcontent.min.js +1 -1
- package/dialog/dialog.cjs.js +68 -51
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.d.ts +1 -0
- package/dialog/dialog.esm.js +22 -6
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +65 -52
- package/dialog/dialog.min.js +1 -1
- package/divider/divider.cjs.js +6 -4
- package/divider/divider.cjs.min.js +1 -1
- package/divider/divider.esm.js +3 -1
- package/divider/divider.esm.min.js +1 -1
- package/divider/divider.js +7 -5
- package/divider/divider.min.js +1 -1
- package/dock/dock.cjs.js +53 -17
- package/dock/dock.cjs.min.js +1 -1
- package/dock/dock.d.ts +13 -0
- package/dock/dock.esm.js +41 -5
- package/dock/dock.esm.min.js +1 -1
- package/dock/dock.js +53 -18
- package/dock/dock.min.css +1 -1
- package/dock/dock.min.js +1 -1
- package/dropdown/dropdown.cjs.js +90 -76
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +28 -14
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +86 -77
- package/dropdown/dropdown.min.js +1 -1
- package/editor/editor.cjs.js +40 -40
- package/editor/editor.cjs.min.js +1 -1
- package/editor/editor.esm.js +4 -2
- package/editor/editor.esm.min.js +1 -1
- package/editor/editor.js +39 -37
- package/editor/editor.min.js +1 -1
- package/fieldset/fieldset.cjs.js +19 -15
- package/fieldset/fieldset.cjs.min.js +1 -1
- package/fieldset/fieldset.esm.js +5 -1
- package/fieldset/fieldset.esm.min.js +1 -1
- package/fieldset/fieldset.js +18 -16
- package/fieldset/fieldset.min.js +1 -1
- package/fileupload/fileupload.cjs.js +65 -56
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.d.ts +2 -1
- package/fileupload/fileupload.esm.js +26 -17
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +65 -57
- package/fileupload/fileupload.min.js +1 -1
- package/fullcalendar/fullcalendar.cjs.js +8 -8
- package/fullcalendar/fullcalendar.cjs.min.js +1 -1
- package/fullcalendar/fullcalendar.esm.js +3 -1
- package/fullcalendar/fullcalendar.esm.min.js +1 -1
- package/fullcalendar/fullcalendar.js +7 -5
- package/fullcalendar/fullcalendar.min.js +1 -1
- package/galleria/galleria.cjs.js +72 -65
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +8 -2
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +69 -66
- package/galleria/galleria.min.js +1 -1
- package/gmap/gmap.cjs.js +3 -1
- package/gmap/gmap.cjs.min.js +1 -1
- package/gmap/gmap.esm.js +2 -0
- package/gmap/gmap.esm.min.js +1 -1
- package/gmap/gmap.js +4 -2
- package/gmap/gmap.min.js +1 -1
- package/image/image.cjs.js +33 -27
- package/image/image.cjs.min.js +1 -1
- package/image/image.d.ts +5 -5
- package/image/image.esm.js +7 -2
- package/image/image.esm.min.js +1 -1
- package/image/image.js +31 -28
- package/image/image.min.js +1 -1
- package/inplace/inplace.cjs.js +10 -8
- package/inplace/inplace.cjs.min.js +1 -1
- package/inplace/inplace.esm.js +3 -1
- package/inplace/inplace.esm.min.js +1 -1
- package/inplace/inplace.js +11 -9
- package/inplace/inplace.min.js +1 -1
- package/inputmask/inputmask.cjs.js +11 -8
- package/inputmask/inputmask.cjs.min.js +1 -1
- package/inputmask/inputmask.esm.js +4 -1
- package/inputmask/inputmask.esm.min.js +1 -1
- package/inputmask/inputmask.js +11 -9
- package/inputmask/inputmask.min.js +1 -1
- package/inputnumber/inputnumber.cjs.js +50 -29
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +33 -12
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +49 -30
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputswitch/inputswitch.cjs.js +17 -12
- package/inputswitch/inputswitch.cjs.min.js +1 -1
- package/inputswitch/inputswitch.esm.js +10 -5
- package/inputswitch/inputswitch.esm.min.js +1 -1
- package/inputswitch/inputswitch.js +17 -13
- package/inputswitch/inputswitch.min.js +1 -1
- package/inputtext/inputtext.cjs.js +14 -10
- package/inputtext/inputtext.cjs.min.js +1 -1
- package/inputtext/inputtext.d.ts +1 -1
- package/inputtext/inputtext.esm.js +5 -1
- package/inputtext/inputtext.esm.min.js +1 -1
- package/inputtext/inputtext.js +13 -11
- package/inputtext/inputtext.min.css +1 -1
- package/inputtext/inputtext.min.js +1 -1
- package/inputtextarea/inputtextarea.cjs.js +12 -9
- package/inputtextarea/inputtextarea.cjs.min.js +1 -1
- package/inputtextarea/inputtextarea.d.ts +1 -1
- package/inputtextarea/inputtextarea.esm.js +4 -1
- package/inputtextarea/inputtextarea.esm.min.js +1 -1
- package/inputtextarea/inputtextarea.js +12 -10
- package/inputtextarea/inputtextarea.min.js +1 -1
- package/keyfilter/keyfilter.cjs.js +5 -5
- package/keyfilter/keyfilter.cjs.min.js +1 -1
- package/keyfilter/keyfilter.esm.js +1 -1
- package/keyfilter/keyfilter.esm.min.js +1 -1
- package/keyfilter/keyfilter.js +6 -6
- package/keyfilter/keyfilter.min.js +1 -1
- package/knob/knob.cjs.js +9 -7
- package/knob/knob.cjs.min.js +1 -1
- package/knob/knob.esm.js +3 -1
- package/knob/knob.esm.min.js +1 -1
- package/knob/knob.js +10 -8
- package/knob/knob.min.js +1 -1
- package/listbox/listbox.cjs.js +44 -39
- package/listbox/listbox.cjs.min.js +1 -1
- package/listbox/listbox.esm.js +9 -4
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +42 -40
- package/listbox/listbox.min.js +1 -1
- package/megamenu/megamenu.cjs.js +38 -35
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +4 -1
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +38 -36
- package/megamenu/megamenu.min.js +1 -1
- package/mention/mention.cjs.js +55 -46
- package/mention/mention.cjs.min.js +1 -1
- package/mention/mention.esm.js +10 -2
- package/mention/mention.esm.min.js +1 -1
- package/mention/mention.js +50 -47
- package/mention/mention.min.js +1 -1
- package/menu/menu.cjs.js +35 -28
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.d.ts +2 -0
- package/menu/menu.esm.js +8 -2
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +32 -29
- package/menu/menu.min.js +1 -1
- package/menubar/menubar.cjs.js +40 -35
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +6 -2
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +39 -36
- package/menubar/menubar.min.js +1 -1
- package/message/message.cjs.js +11 -8
- package/message/message.cjs.min.js +1 -1
- package/message/message.d.ts +3 -1
- package/message/message.esm.js +5 -2
- package/message/message.esm.min.js +1 -1
- package/message/message.js +12 -9
- package/message/message.min.js +1 -1
- package/messages/messages.cjs.js +21 -17
- package/messages/messages.cjs.min.js +1 -1
- package/messages/messages.esm.js +5 -1
- package/messages/messages.esm.min.js +1 -1
- package/messages/messages.js +20 -18
- package/messages/messages.min.js +1 -1
- package/multiselect/multiselect.cjs.js +131 -116
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.d.ts +6 -2
- package/multiselect/multiselect.esm.js +46 -31
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +127 -117
- package/multiselect/multiselect.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.cjs.js +16 -13
- package/multistatecheckbox/multistatecheckbox.cjs.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.d.ts +2 -1
- package/multistatecheckbox/multistatecheckbox.esm.js +4 -1
- package/multistatecheckbox/multistatecheckbox.esm.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.js +16 -14
- package/multistatecheckbox/multistatecheckbox.min.js +1 -1
- package/orderlist/orderlist.cjs.js +37 -34
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +4 -1
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +37 -35
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/organizationchart.cjs.js +28 -26
- package/organizationchart/organizationchart.cjs.min.js +1 -1
- package/organizationchart/organizationchart.esm.js +3 -1
- package/organizationchart/organizationchart.esm.min.js +1 -1
- package/organizationchart/organizationchart.js +29 -27
- package/organizationchart/organizationchart.min.js +1 -1
- package/overlaypanel/overlaypanel.cjs.js +33 -24
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.d.ts +1 -1
- package/overlaypanel/overlaypanel.esm.js +10 -2
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +29 -25
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/overlayservice/overlayservice.cjs.js +2 -2
- package/overlayservice/overlayservice.cjs.min.js +1 -1
- package/overlayservice/overlayservice.esm.js +1 -1
- package/overlayservice/overlayservice.esm.min.js +1 -1
- package/overlayservice/overlayservice.js +3 -3
- package/overlayservice/overlayservice.min.js +1 -1
- package/package.json +10 -4
- package/paginator/paginator.cjs.js +51 -48
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +5 -2
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +51 -49
- package/paginator/paginator.min.js +1 -1
- package/panel/panel.cjs.js +21 -17
- package/panel/panel.cjs.min.js +1 -1
- package/panel/panel.esm.js +5 -1
- package/panel/panel.esm.min.js +1 -1
- package/panel/panel.js +20 -18
- package/panel/panel.min.js +1 -1
- package/panelmenu/panelmenu.cjs.js +42 -39
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +4 -1
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +42 -40
- package/panelmenu/panelmenu.min.js +1 -1
- package/password/password.cjs.js +35 -29
- package/password/password.cjs.min.js +1 -1
- package/password/password.d.ts +1 -1
- package/password/password.esm.js +8 -2
- package/password/password.esm.min.js +1 -1
- package/password/password.js +32 -30
- package/password/password.min.js +1 -1
- package/picklist/picklist.cjs.js +60 -54
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +16 -10
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +60 -55
- package/picklist/picklist.min.js +1 -1
- package/portal/portal.cjs.js +7 -3
- package/portal/portal.cjs.min.js +1 -1
- package/portal/portal.esm.js +6 -2
- package/portal/portal.esm.min.js +1 -1
- package/portal/portal.js +8 -4
- package/portal/portal.min.js +1 -1
- package/primereact.all.cjs.js +8713 -6221
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +7582 -5093
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +8712 -6218
- package/primereact.all.min.js +1 -1
- package/progressbar/progressbar.cjs.js +11 -9
- package/progressbar/progressbar.cjs.min.js +1 -1
- package/progressbar/progressbar.esm.js +3 -1
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +12 -10
- package/progressbar/progressbar.min.js +1 -1
- package/progressspinner/progressspinner.cjs.js +7 -5
- package/progressspinner/progressspinner.cjs.min.js +1 -1
- package/progressspinner/progressspinner.esm.js +3 -1
- package/progressspinner/progressspinner.esm.min.js +1 -1
- package/progressspinner/progressspinner.js +8 -6
- package/progressspinner/progressspinner.min.js +1 -1
- package/radiobutton/radiobutton.cjs.js +12 -9
- package/radiobutton/radiobutton.cjs.min.js +1 -1
- package/radiobutton/radiobutton.esm.js +4 -1
- package/radiobutton/radiobutton.esm.min.js +1 -1
- package/radiobutton/radiobutton.js +12 -10
- package/radiobutton/radiobutton.min.js +1 -1
- package/rating/rating.cjs.js +12 -9
- package/rating/rating.cjs.min.js +1 -1
- package/rating/rating.esm.js +6 -3
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +12 -10
- package/rating/rating.min.js +1 -1
- package/resources/primereact.css +375 -174
- package/resources/primereact.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +214 -868
- package/resources/themes/arya-green/theme.css +214 -868
- package/resources/themes/arya-orange/theme.css +214 -868
- package/resources/themes/arya-purple/theme.css +214 -868
- package/resources/themes/bootstrap4-dark-blue/theme.css +225 -879
- package/resources/themes/bootstrap4-dark-purple/theme.css +225 -879
- package/resources/themes/bootstrap4-light-blue/theme.css +226 -880
- package/resources/themes/bootstrap4-light-purple/theme.css +225 -879
- package/resources/themes/fluent-light/theme.css +214 -868
- 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-indigo/theme.css +5671 -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-purple/theme.css +5671 -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-indigo/theme.css +5671 -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-purple/theme.css +5671 -0
- package/resources/themes/luna-amber/theme.css +225 -879
- package/resources/themes/luna-blue/theme.css +225 -879
- package/resources/themes/luna-green/theme.css +225 -879
- package/resources/themes/luna-pink/theme.css +225 -879
- package/resources/themes/md-dark-deeppurple/theme.css +479 -1234
- package/resources/themes/md-dark-indigo/theme.css +479 -1234
- package/resources/themes/md-light-deeppurple/theme.css +445 -1206
- package/resources/themes/md-light-indigo/theme.css +479 -1234
- package/resources/themes/mdc-dark-deeppurple/theme.css +479 -1234
- package/resources/themes/mdc-dark-indigo/theme.css +479 -1234
- package/resources/themes/mdc-light-deeppurple/theme.css +479 -1234
- package/resources/themes/mdc-light-indigo/theme.css +479 -1234
- package/resources/themes/nova/theme.css +226 -880
- package/resources/themes/nova-accent/theme.css +226 -880
- package/resources/themes/nova-alt/theme.css +226 -880
- package/resources/themes/rhea/theme.css +225 -879
- package/resources/themes/saga-blue/theme.css +214 -868
- package/resources/themes/saga-green/theme.css +214 -868
- package/resources/themes/saga-orange/theme.css +214 -868
- package/resources/themes/saga-purple/theme.css +214 -868
- package/resources/themes/tailwind-light/theme.css +225 -880
- package/resources/themes/vela-blue/theme.css +214 -868
- package/resources/themes/vela-green/theme.css +214 -868
- package/resources/themes/vela-orange/theme.css +214 -868
- package/resources/themes/vela-purple/theme.css +214 -868
- package/ripple/ripple.cjs.js +13 -11
- package/ripple/ripple.cjs.min.js +1 -1
- package/ripple/ripple.esm.js +5 -3
- package/ripple/ripple.esm.min.js +1 -1
- package/ripple/ripple.js +14 -12
- package/ripple/ripple.min.js +1 -1
- package/row/row.cjs.js +3 -1
- package/row/row.cjs.min.js +1 -1
- package/row/row.esm.js +2 -0
- package/row/row.esm.min.js +1 -1
- package/row/row.js +4 -2
- package/row/row.min.js +1 -1
- package/scrollpanel/scrollpanel.cjs.js +21 -19
- package/scrollpanel/scrollpanel.cjs.min.js +1 -1
- package/scrollpanel/scrollpanel.esm.js +3 -1
- package/scrollpanel/scrollpanel.esm.min.js +1 -1
- package/scrollpanel/scrollpanel.js +22 -20
- package/scrollpanel/scrollpanel.min.js +1 -1
- package/scrolltop/scrolltop.cjs.js +20 -13
- package/scrolltop/scrolltop.cjs.min.js +1 -1
- package/scrolltop/scrolltop.d.ts +2 -1
- package/scrolltop/scrolltop.esm.js +11 -5
- package/scrolltop/scrolltop.esm.min.js +1 -1
- package/scrolltop/scrolltop.js +18 -14
- package/scrolltop/scrolltop.min.js +1 -1
- package/selectbutton/selectbutton.cjs.js +19 -15
- package/selectbutton/selectbutton.cjs.min.js +1 -1
- package/selectbutton/selectbutton.esm.js +5 -1
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +18 -16
- package/selectbutton/selectbutton.min.js +1 -1
- package/selectitem/selectitem.d.ts +3 -1
- package/sidebar/sidebar.cjs.js +144 -116
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.d.ts +2 -0
- package/sidebar/sidebar.esm.js +135 -108
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +141 -117
- package/sidebar/sidebar.min.css +1 -1
- package/sidebar/sidebar.min.js +1 -1
- package/skeleton/skeleton.cjs.js +5 -3
- package/skeleton/skeleton.cjs.min.js +1 -1
- package/skeleton/skeleton.esm.js +3 -1
- package/skeleton/skeleton.esm.min.js +1 -1
- package/skeleton/skeleton.js +6 -4
- package/skeleton/skeleton.min.js +1 -1
- package/slidemenu/slidemenu.cjs.js +39 -32
- package/slidemenu/slidemenu.cjs.min.js +1 -1
- package/slidemenu/slidemenu.esm.js +8 -2
- package/slidemenu/slidemenu.esm.min.js +1 -1
- package/slidemenu/slidemenu.js +36 -33
- package/slidemenu/slidemenu.min.js +1 -1
- package/slider/slider.cjs.js +40 -23
- package/slider/slider.cjs.min.js +1 -1
- package/slider/slider.esm.js +32 -15
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +41 -24
- package/slider/slider.min.js +1 -1
- package/speeddial/speeddial.cjs.js +22 -19
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.d.ts +3 -2
- package/speeddial/speeddial.esm.js +4 -1
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +22 -20
- package/speeddial/speeddial.min.js +1 -1
- package/splitbutton/splitbutton.cjs.js +39 -33
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.d.ts +4 -5
- package/splitbutton/splitbutton.esm.js +8 -2
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +36 -34
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitter/splitter.cjs.js +21 -19
- package/splitter/splitter.cjs.min.js +1 -1
- package/splitter/splitter.esm.js +4 -2
- package/splitter/splitter.esm.min.js +1 -1
- package/splitter/splitter.js +22 -20
- package/splitter/splitter.min.js +1 -1
- package/steps/steps.cjs.js +12 -10
- package/steps/steps.cjs.min.js +1 -1
- package/steps/steps.esm.js +3 -1
- package/steps/steps.esm.min.js +1 -1
- package/steps/steps.js +13 -11
- package/steps/steps.min.js +1 -1
- package/styleclass/styleclass.cjs.js +35 -39
- package/styleclass/styleclass.cjs.min.js +1 -1
- package/styleclass/styleclass.esm.js +20 -24
- package/styleclass/styleclass.esm.min.js +1 -1
- package/styleclass/styleclass.js +36 -40
- package/styleclass/styleclass.min.js +1 -1
- package/tabmenu/tabmenu.cjs.js +18 -15
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +4 -1
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +18 -16
- package/tabmenu/tabmenu.min.css +1 -1
- package/tabmenu/tabmenu.min.js +1 -1
- package/tabview/tabview.cjs.js +177 -54
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.d.ts +4 -1
- package/tabview/tabview.esm.js +146 -23
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +177 -55
- package/tabview/tabview.min.css +1 -1
- package/tabview/tabview.min.js +1 -1
- package/tag/tag.cjs.js +11 -8
- package/tag/tag.cjs.min.js +1 -1
- package/tag/tag.d.ts +2 -1
- package/tag/tag.esm.js +7 -4
- package/tag/tag.esm.min.js +1 -1
- package/tag/tag.js +12 -9
- package/tag/tag.min.js +1 -1
- package/terminal/terminal.cjs.js +14 -12
- package/terminal/terminal.cjs.min.js +1 -1
- package/terminal/terminal.esm.js +3 -1
- package/terminal/terminal.esm.min.js +1 -1
- package/terminal/terminal.js +15 -13
- package/terminal/terminal.min.js +1 -1
- package/terminalservice/terminalservice.cjs.js +2 -2
- package/terminalservice/terminalservice.cjs.min.js +1 -1
- package/terminalservice/terminalservice.esm.js +1 -1
- package/terminalservice/terminalservice.esm.min.js +1 -1
- package/terminalservice/terminalservice.js +3 -3
- package/terminalservice/terminalservice.min.js +1 -1
- package/tieredmenu/tieredmenu.cjs.js +44 -36
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +9 -2
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +40 -37
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/timeline/timeline.cjs.js +14 -12
- package/timeline/timeline.cjs.min.js +1 -1
- package/timeline/timeline.esm.js +3 -1
- package/timeline/timeline.esm.min.js +1 -1
- package/timeline/timeline.js +15 -13
- package/timeline/timeline.min.js +1 -1
- package/toast/toast.cjs.js +48 -40
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.esm.js +22 -15
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +46 -41
- package/toast/toast.min.js +1 -1
- package/togglebutton/togglebutton.cjs.js +16 -9
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.d.ts +3 -2
- package/togglebutton/togglebutton.esm.js +10 -3
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +15 -10
- package/togglebutton/togglebutton.min.js +1 -1
- package/toolbar/toolbar.cjs.js +9 -7
- package/toolbar/toolbar.cjs.min.js +1 -1
- package/toolbar/toolbar.esm.js +3 -1
- package/toolbar/toolbar.esm.min.js +1 -1
- package/toolbar/toolbar.js +10 -8
- package/toolbar/toolbar.min.js +1 -1
- package/tooltip/tooltip.cjs.js +36 -31
- package/tooltip/tooltip.cjs.min.js +1 -1
- package/tooltip/tooltip.esm.js +6 -2
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +35 -32
- package/tooltip/tooltip.min.js +1 -1
- package/tree/tree.cjs.js +54 -51
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.d.ts +9 -2
- package/tree/tree.esm.js +4 -1
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +54 -52
- package/tree/tree.min.js +1 -1
- package/treenode/treenode.d.ts +3 -1
- package/treeselect/treeselect.cjs.js +52 -46
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.d.ts +9 -2
- package/treeselect/treeselect.esm.js +11 -5
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +49 -47
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/treetable.cjs.js +1290 -272
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.d.ts +9 -2
- package/treetable/treetable.esm.js +1213 -195
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +1288 -273
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.cjs.js +13 -10
- package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.esm.js +4 -1
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +13 -11
- package/tristatecheckbox/tristatecheckbox.min.js +1 -1
- package/utils/utils.cjs.js +499 -522
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.d.ts +35 -26
- package/utils/utils.esm.js +498 -521
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +500 -523
- package/utils/utils.min.js +1 -1
- package/virtualscroller/virtualscroller.cjs.js +285 -168
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.d.ts +21 -9
- package/virtualscroller/virtualscroller.esm.js +278 -161
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +286 -169
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +17 -27
- package/core/core.cjs.js +0 -3080
- package/core/core.cjs.min.js +0 -1
- package/core/core.esm.js +0 -3055
- package/core/core.esm.min.js +0 -1
- package/core/package.json +0 -5
|
@@ -40,6 +40,8 @@
|
|
|
40
40
|
--surface-overlay:#ffffff;
|
|
41
41
|
--surface-border:#dadada;
|
|
42
42
|
--surface-hover: #eaeaea;
|
|
43
|
+
--maskbg: rgba(0, 0, 0, 0.4);
|
|
44
|
+
--focus-ring: 0 0 0 0.2rem #e4e9ec;
|
|
43
45
|
}
|
|
44
46
|
|
|
45
47
|
* {
|
|
@@ -55,7 +57,6 @@
|
|
|
55
57
|
.p-component-overlay {
|
|
56
58
|
background-color: rgba(0, 0, 0, 0.4);
|
|
57
59
|
transition-duration: 0.2s;
|
|
58
|
-
--maskbg: rgba(0, 0, 0, 0.4);
|
|
59
60
|
}
|
|
60
61
|
|
|
61
62
|
.p-disabled, .p-component:disabled {
|
|
@@ -745,7 +746,7 @@
|
|
|
745
746
|
}
|
|
746
747
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
|
|
747
748
|
padding-right: 1.429rem;
|
|
748
|
-
margin-right: 1.429rem;
|
|
749
|
+
margin-right: -1.429rem;
|
|
749
750
|
}
|
|
750
751
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
|
|
751
752
|
right: 0.429rem;
|
|
@@ -753,6 +754,7 @@
|
|
|
753
754
|
}
|
|
754
755
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-clearable-filter .p-dropdown-filter {
|
|
755
756
|
padding-right: 2.858rem;
|
|
757
|
+
margin-right: -2.858rem;
|
|
756
758
|
}
|
|
757
759
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-clearable-filter .p-dropdown-filter-clear-icon {
|
|
758
760
|
right: 1.858rem;
|
|
@@ -1465,7 +1467,7 @@
|
|
|
1465
1467
|
.p-rating .p-rating-icon:first-child {
|
|
1466
1468
|
margin-left: 0;
|
|
1467
1469
|
}
|
|
1468
|
-
.p-rating .p-rating-icon.pi-star {
|
|
1470
|
+
.p-rating .p-rating-icon.pi-star-fill {
|
|
1469
1471
|
color: #7B95A3;
|
|
1470
1472
|
}
|
|
1471
1473
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
|
@@ -1720,42 +1722,12 @@
|
|
|
1720
1722
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
1721
1723
|
border-radius: 2px;
|
|
1722
1724
|
}
|
|
1723
|
-
.p-
|
|
1724
|
-
background: #6c8999;
|
|
1725
|
-
color: #ffffff;
|
|
1726
|
-
border-color: #6c8999;
|
|
1727
|
-
}
|
|
1728
|
-
.p-buttonbutton:enabled:active {
|
|
1729
|
-
background: #617c8a;
|
|
1730
|
-
color: #ffffff;
|
|
1731
|
-
border-color: #617c8a;
|
|
1732
|
-
}
|
|
1733
|
-
.p-button:not(button):not(.p-disabled):hover {
|
|
1734
|
-
background: #6c8999;
|
|
1735
|
-
color: #ffffff;
|
|
1736
|
-
border-color: #6c8999;
|
|
1737
|
-
}
|
|
1738
|
-
.p-button:not(button):not(.p-disabled):active {
|
|
1739
|
-
background: #617c8a;
|
|
1740
|
-
color: #ffffff;
|
|
1741
|
-
border-color: #617c8a;
|
|
1742
|
-
}
|
|
1743
|
-
.p-buttona:enabled:hover {
|
|
1744
|
-
background: #6c8999;
|
|
1745
|
-
color: #ffffff;
|
|
1746
|
-
border-color: #6c8999;
|
|
1747
|
-
}
|
|
1748
|
-
.p-buttona:enabled:active {
|
|
1749
|
-
background: #617c8a;
|
|
1750
|
-
color: #ffffff;
|
|
1751
|
-
border-color: #617c8a;
|
|
1752
|
-
}
|
|
1753
|
-
.p-button:not(a):not(.p-disabled):hover {
|
|
1725
|
+
.p-button:enabled:hover, .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
1754
1726
|
background: #6c8999;
|
|
1755
1727
|
color: #ffffff;
|
|
1756
1728
|
border-color: #6c8999;
|
|
1757
1729
|
}
|
|
1758
|
-
.p-button:not(a):not(.p-disabled):active {
|
|
1730
|
+
.p-button:enabled:active, .p-button:not(button):not(a):not(.p-disabled):active {
|
|
1759
1731
|
background: #617c8a;
|
|
1760
1732
|
color: #ffffff;
|
|
1761
1733
|
border-color: #617c8a;
|
|
@@ -1765,42 +1737,12 @@
|
|
|
1765
1737
|
color: #7B95A3;
|
|
1766
1738
|
border: 1px solid;
|
|
1767
1739
|
}
|
|
1768
|
-
.p-button.p-button-
|
|
1740
|
+
.p-button.p-button-outlined:enabled:hover, .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
|
|
1769
1741
|
background: rgba(123, 149, 163, 0.04);
|
|
1770
1742
|
color: #7B95A3;
|
|
1771
1743
|
border: 1px solid;
|
|
1772
1744
|
}
|
|
1773
|
-
.p-button.p-button-
|
|
1774
|
-
background: rgba(123, 149, 163, 0.16);
|
|
1775
|
-
color: #7B95A3;
|
|
1776
|
-
border: 1px solid;
|
|
1777
|
-
}
|
|
1778
|
-
.p-button.p-button-outlined:not(button):not(.p-disabled):hover {
|
|
1779
|
-
background: rgba(123, 149, 163, 0.04);
|
|
1780
|
-
color: #7B95A3;
|
|
1781
|
-
border: 1px solid;
|
|
1782
|
-
}
|
|
1783
|
-
.p-button.p-button-outlined:not(button):not(.p-disabled):active {
|
|
1784
|
-
background: rgba(123, 149, 163, 0.16);
|
|
1785
|
-
color: #7B95A3;
|
|
1786
|
-
border: 1px solid;
|
|
1787
|
-
}
|
|
1788
|
-
.p-button.p-button-outlineda:enabled:hover {
|
|
1789
|
-
background: rgba(123, 149, 163, 0.04);
|
|
1790
|
-
color: #7B95A3;
|
|
1791
|
-
border: 1px solid;
|
|
1792
|
-
}
|
|
1793
|
-
.p-button.p-button-outlineda:enabled:active {
|
|
1794
|
-
background: rgba(123, 149, 163, 0.16);
|
|
1795
|
-
color: #7B95A3;
|
|
1796
|
-
border: 1px solid;
|
|
1797
|
-
}
|
|
1798
|
-
.p-button.p-button-outlined:not(a):not(.p-disabled):hover {
|
|
1799
|
-
background: rgba(123, 149, 163, 0.04);
|
|
1800
|
-
color: #7B95A3;
|
|
1801
|
-
border: 1px solid;
|
|
1802
|
-
}
|
|
1803
|
-
.p-button.p-button-outlined:not(a):not(.p-disabled):active {
|
|
1745
|
+
.p-button.p-button-outlined:enabled:active, .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active {
|
|
1804
1746
|
background: rgba(123, 149, 163, 0.16);
|
|
1805
1747
|
color: #7B95A3;
|
|
1806
1748
|
border: 1px solid;
|
|
@@ -1809,35 +1751,11 @@
|
|
|
1809
1751
|
color: #a6a6a6;
|
|
1810
1752
|
border-color: #a6a6a6;
|
|
1811
1753
|
}
|
|
1812
|
-
.p-button.p-button-outlined.p-button-
|
|
1813
|
-
background: #f4f4f4;
|
|
1814
|
-
color: #a6a6a6;
|
|
1815
|
-
}
|
|
1816
|
-
.p-button.p-button-outlined.p-button-plainbutton:enabled:active {
|
|
1817
|
-
background: #dbdbdb;
|
|
1818
|
-
color: #a6a6a6;
|
|
1819
|
-
}
|
|
1820
|
-
.p-button.p-button-outlined.p-button-plain:not(button):not(.p-disabled):hover {
|
|
1754
|
+
.p-button.p-button-outlined.p-button-plain:enabled:hover, .p-button.p-button-outlined.p-button-plain:not(button):not(a):not(.p-disabled):hover {
|
|
1821
1755
|
background: #f4f4f4;
|
|
1822
1756
|
color: #a6a6a6;
|
|
1823
1757
|
}
|
|
1824
|
-
.p-button.p-button-outlined.p-button-plain:not(button):not(.p-disabled):active {
|
|
1825
|
-
background: #dbdbdb;
|
|
1826
|
-
color: #a6a6a6;
|
|
1827
|
-
}
|
|
1828
|
-
.p-button.p-button-outlined.p-button-plaina:enabled:hover {
|
|
1829
|
-
background: #f4f4f4;
|
|
1830
|
-
color: #a6a6a6;
|
|
1831
|
-
}
|
|
1832
|
-
.p-button.p-button-outlined.p-button-plaina:enabled:active {
|
|
1833
|
-
background: #dbdbdb;
|
|
1834
|
-
color: #a6a6a6;
|
|
1835
|
-
}
|
|
1836
|
-
.p-button.p-button-outlined.p-button-plain:not(a):not(.p-disabled):hover {
|
|
1837
|
-
background: #f4f4f4;
|
|
1838
|
-
color: #a6a6a6;
|
|
1839
|
-
}
|
|
1840
|
-
.p-button.p-button-outlined.p-button-plain:not(a):not(.p-disabled):active {
|
|
1758
|
+
.p-button.p-button-outlined.p-button-plain:enabled:active, .p-button.p-button-outlined.p-button-plain:not(button):not(a):not(.p-disabled):active {
|
|
1841
1759
|
background: #dbdbdb;
|
|
1842
1760
|
color: #a6a6a6;
|
|
1843
1761
|
}
|
|
@@ -1846,42 +1764,12 @@
|
|
|
1846
1764
|
color: #7B95A3;
|
|
1847
1765
|
border-color: transparent;
|
|
1848
1766
|
}
|
|
1849
|
-
.p-button.p-button-
|
|
1850
|
-
background: rgba(123, 149, 163, 0.04);
|
|
1851
|
-
color: #7B95A3;
|
|
1852
|
-
border-color: transparent;
|
|
1853
|
-
}
|
|
1854
|
-
.p-button.p-button-textbutton:enabled:active {
|
|
1855
|
-
background: rgba(123, 149, 163, 0.16);
|
|
1856
|
-
color: #7B95A3;
|
|
1857
|
-
border-color: transparent;
|
|
1858
|
-
}
|
|
1859
|
-
.p-button.p-button-text:not(button):not(.p-disabled):hover {
|
|
1767
|
+
.p-button.p-button-text:enabled:hover, .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover {
|
|
1860
1768
|
background: rgba(123, 149, 163, 0.04);
|
|
1861
1769
|
color: #7B95A3;
|
|
1862
1770
|
border-color: transparent;
|
|
1863
1771
|
}
|
|
1864
|
-
.p-button.p-button-text:not(button):not(.p-disabled):active {
|
|
1865
|
-
background: rgba(123, 149, 163, 0.16);
|
|
1866
|
-
color: #7B95A3;
|
|
1867
|
-
border-color: transparent;
|
|
1868
|
-
}
|
|
1869
|
-
.p-button.p-button-texta:enabled:hover {
|
|
1870
|
-
background: rgba(123, 149, 163, 0.04);
|
|
1871
|
-
color: #7B95A3;
|
|
1872
|
-
border-color: transparent;
|
|
1873
|
-
}
|
|
1874
|
-
.p-button.p-button-texta:enabled:active {
|
|
1875
|
-
background: rgba(123, 149, 163, 0.16);
|
|
1876
|
-
color: #7B95A3;
|
|
1877
|
-
border-color: transparent;
|
|
1878
|
-
}
|
|
1879
|
-
.p-button.p-button-text:not(a):not(.p-disabled):hover {
|
|
1880
|
-
background: rgba(123, 149, 163, 0.04);
|
|
1881
|
-
color: #7B95A3;
|
|
1882
|
-
border-color: transparent;
|
|
1883
|
-
}
|
|
1884
|
-
.p-button.p-button-text:not(a):not(.p-disabled):active {
|
|
1772
|
+
.p-button.p-button-text:enabled:active, .p-button.p-button-text:not(button):not(a):not(.p-disabled):active {
|
|
1885
1773
|
background: rgba(123, 149, 163, 0.16);
|
|
1886
1774
|
color: #7B95A3;
|
|
1887
1775
|
border-color: transparent;
|
|
@@ -1889,35 +1777,11 @@
|
|
|
1889
1777
|
.p-button.p-button-text.p-button-plain {
|
|
1890
1778
|
color: #a6a6a6;
|
|
1891
1779
|
}
|
|
1892
|
-
.p-button.p-button-text.p-button-
|
|
1893
|
-
background: #f4f4f4;
|
|
1894
|
-
color: #a6a6a6;
|
|
1895
|
-
}
|
|
1896
|
-
.p-button.p-button-text.p-button-plainbutton:enabled:active {
|
|
1897
|
-
background: #dbdbdb;
|
|
1898
|
-
color: #a6a6a6;
|
|
1899
|
-
}
|
|
1900
|
-
.p-button.p-button-text.p-button-plain:not(button):not(.p-disabled):hover {
|
|
1901
|
-
background: #f4f4f4;
|
|
1902
|
-
color: #a6a6a6;
|
|
1903
|
-
}
|
|
1904
|
-
.p-button.p-button-text.p-button-plain:not(button):not(.p-disabled):active {
|
|
1905
|
-
background: #dbdbdb;
|
|
1906
|
-
color: #a6a6a6;
|
|
1907
|
-
}
|
|
1908
|
-
.p-button.p-button-text.p-button-plaina:enabled:hover {
|
|
1909
|
-
background: #f4f4f4;
|
|
1910
|
-
color: #a6a6a6;
|
|
1911
|
-
}
|
|
1912
|
-
.p-button.p-button-text.p-button-plaina:enabled:active {
|
|
1913
|
-
background: #dbdbdb;
|
|
1914
|
-
color: #a6a6a6;
|
|
1915
|
-
}
|
|
1916
|
-
.p-button.p-button-text.p-button-plain:not(a):not(.p-disabled):hover {
|
|
1780
|
+
.p-button.p-button-text.p-button-plain:enabled:hover, .p-button.p-button-text.p-button-plain:not(button):not(a):not(.p-disabled):hover {
|
|
1917
1781
|
background: #f4f4f4;
|
|
1918
1782
|
color: #a6a6a6;
|
|
1919
1783
|
}
|
|
1920
|
-
.p-button.p-button-text.p-button-plain:not(a):not(.p-disabled):active {
|
|
1784
|
+
.p-button.p-button-text.p-button-plain:enabled:active, .p-button.p-button-text.p-button-plain:not(button):not(a):not(.p-disabled):active {
|
|
1921
1785
|
background: #dbdbdb;
|
|
1922
1786
|
color: #a6a6a6;
|
|
1923
1787
|
}
|
|
@@ -2012,54 +1876,15 @@
|
|
|
2012
1876
|
background: #a3897b;
|
|
2013
1877
|
border: 1px solid #8e6f5f;
|
|
2014
1878
|
}
|
|
2015
|
-
.p-button.p-button-
|
|
1879
|
+
.p-button.p-button-secondary:enabled:hover, .p-button.p-button-secondary:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover, .p-buttonset.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-secondary > .p-button:enabled:hover, .p-splitbutton.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-secondary:enabled:hover, .p-fileupload-choose.p-button-secondary:not(button):not(a):not(.p-disabled):hover {
|
|
2016
1880
|
background: #8e6f5f;
|
|
2017
1881
|
color: #ffffff;
|
|
2018
1882
|
border-color: #7a5743;
|
|
2019
1883
|
}
|
|
2020
|
-
.p-button.p-button-
|
|
1884
|
+
.p-button.p-button-secondary:enabled:focus, .p-button.p-button-secondary:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus, .p-buttonset.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button:enabled:focus, .p-splitbutton.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary:enabled:focus, .p-fileupload-choose.p-button-secondary:not(button):not(a):not(.p-disabled):focus {
|
|
2021
1885
|
box-shadow: 0 0 0 0.2rem #bfaaa0;
|
|
2022
1886
|
}
|
|
2023
|
-
.p-button.p-button-
|
|
2024
|
-
background: #7a5743;
|
|
2025
|
-
color: #ffffff;
|
|
2026
|
-
border-color: #6e4e3c;
|
|
2027
|
-
}
|
|
2028
|
-
.p-button.p-button-secondary:not(button):not(.p-disabled):hover, .p-buttonset.p-button-secondary > .p-button:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-secondary:not(button):not(.p-disabled):hover {
|
|
2029
|
-
background: #8e6f5f;
|
|
2030
|
-
color: #ffffff;
|
|
2031
|
-
border-color: #7a5743;
|
|
2032
|
-
}
|
|
2033
|
-
.p-button.p-button-secondary:not(button):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary:not(button):not(.p-disabled):focus {
|
|
2034
|
-
box-shadow: 0 0 0 0.2rem #bfaaa0;
|
|
2035
|
-
}
|
|
2036
|
-
.p-button.p-button-secondary:not(button):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button:not(button):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary:not(button):not(.p-disabled):active {
|
|
2037
|
-
background: #7a5743;
|
|
2038
|
-
color: #ffffff;
|
|
2039
|
-
border-color: #6e4e3c;
|
|
2040
|
-
}
|
|
2041
|
-
.p-button.p-button-secondarya:enabled:hover, .p-buttonset.p-button-secondary > .p-buttona:enabled:hover, .p-splitbutton.p-button-secondary > .p-buttona:enabled:hover, .p-fileupload-choose.p-button-secondarya:enabled:hover {
|
|
2042
|
-
background: #8e6f5f;
|
|
2043
|
-
color: #ffffff;
|
|
2044
|
-
border-color: #7a5743;
|
|
2045
|
-
}
|
|
2046
|
-
.p-button.p-button-secondarya:enabled:focus, .p-buttonset.p-button-secondary > .p-buttona:enabled:focus, .p-splitbutton.p-button-secondary > .p-buttona:enabled:focus, .p-fileupload-choose.p-button-secondarya:enabled:focus {
|
|
2047
|
-
box-shadow: 0 0 0 0.2rem #bfaaa0;
|
|
2048
|
-
}
|
|
2049
|
-
.p-button.p-button-secondarya:enabled:active, .p-buttonset.p-button-secondary > .p-buttona:enabled:active, .p-splitbutton.p-button-secondary > .p-buttona:enabled:active, .p-fileupload-choose.p-button-secondarya:enabled:active {
|
|
2050
|
-
background: #7a5743;
|
|
2051
|
-
color: #ffffff;
|
|
2052
|
-
border-color: #6e4e3c;
|
|
2053
|
-
}
|
|
2054
|
-
.p-button.p-button-secondary:not(a):not(.p-disabled):hover, .p-buttonset.p-button-secondary > .p-button:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-secondary:not(a):not(.p-disabled):hover {
|
|
2055
|
-
background: #8e6f5f;
|
|
2056
|
-
color: #ffffff;
|
|
2057
|
-
border-color: #7a5743;
|
|
2058
|
-
}
|
|
2059
|
-
.p-button.p-button-secondary:not(a):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary:not(a):not(.p-disabled):focus {
|
|
2060
|
-
box-shadow: 0 0 0 0.2rem #bfaaa0;
|
|
2061
|
-
}
|
|
2062
|
-
.p-button.p-button-secondary:not(a):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button:not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary:not(a):not(.p-disabled):active {
|
|
1887
|
+
.p-button.p-button-secondary:enabled:active, .p-button.p-button-secondary:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button:enabled:active, .p-buttonset.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button:enabled:active, .p-splitbutton.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary:enabled:active, .p-fileupload-choose.p-button-secondary:not(button):not(a):not(.p-disabled):active {
|
|
2063
1888
|
background: #7a5743;
|
|
2064
1889
|
color: #ffffff;
|
|
2065
1890
|
border-color: #6e4e3c;
|
|
@@ -2069,42 +1894,12 @@
|
|
|
2069
1894
|
color: #a3897b;
|
|
2070
1895
|
border: 1px solid;
|
|
2071
1896
|
}
|
|
2072
|
-
.p-button.p-button-secondary.p-button-
|
|
2073
|
-
background: rgba(163, 137, 123, 0.04);
|
|
2074
|
-
color: #a3897b;
|
|
2075
|
-
border: 1px solid;
|
|
2076
|
-
}
|
|
2077
|
-
.p-button.p-button-secondary.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-outlinedbutton:enabled:active {
|
|
2078
|
-
background: rgba(163, 137, 123, 0.16);
|
|
2079
|
-
color: #a3897b;
|
|
2080
|
-
border: 1px solid;
|
|
2081
|
-
}
|
|
2082
|
-
.p-button.p-button-secondary.p-button-outlined:not(button):not(.p-disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(.p-disabled):hover {
|
|
2083
|
-
background: rgba(163, 137, 123, 0.04);
|
|
2084
|
-
color: #a3897b;
|
|
2085
|
-
border: 1px solid;
|
|
2086
|
-
}
|
|
2087
|
-
.p-button.p-button-secondary.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(.p-disabled):active {
|
|
2088
|
-
background: rgba(163, 137, 123, 0.16);
|
|
2089
|
-
color: #a3897b;
|
|
2090
|
-
border: 1px solid;
|
|
2091
|
-
}
|
|
2092
|
-
.p-button.p-button-secondary.p-button-outlineda:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlineda:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlineda:enabled:hover, .p-fileupload-choose.p-button-secondary.p-button-outlineda:enabled:hover {
|
|
1897
|
+
.p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-button.p-button-secondary.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-outlined:enabled:hover, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
|
|
2093
1898
|
background: rgba(163, 137, 123, 0.04);
|
|
2094
1899
|
color: #a3897b;
|
|
2095
1900
|
border: 1px solid;
|
|
2096
1901
|
}
|
|
2097
|
-
.p-button.p-button-secondary.p-button-
|
|
2098
|
-
background: rgba(163, 137, 123, 0.16);
|
|
2099
|
-
color: #a3897b;
|
|
2100
|
-
border: 1px solid;
|
|
2101
|
-
}
|
|
2102
|
-
.p-button.p-button-secondary.p-button-outlined:not(a):not(.p-disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(a):not(.p-disabled):hover {
|
|
2103
|
-
background: rgba(163, 137, 123, 0.04);
|
|
2104
|
-
color: #a3897b;
|
|
2105
|
-
border: 1px solid;
|
|
2106
|
-
}
|
|
2107
|
-
.p-button.p-button-secondary.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(a):not(.p-disabled):active {
|
|
1902
|
+
.p-button.p-button-secondary.p-button-outlined:enabled:active, .p-button.p-button-secondary.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(a):not(.p-disabled):active {
|
|
2108
1903
|
background: rgba(163, 137, 123, 0.16);
|
|
2109
1904
|
color: #a3897b;
|
|
2110
1905
|
border: 1px solid;
|
|
@@ -2114,42 +1909,12 @@
|
|
|
2114
1909
|
color: #a3897b;
|
|
2115
1910
|
border-color: transparent;
|
|
2116
1911
|
}
|
|
2117
|
-
.p-button.p-button-secondary.p-button-
|
|
2118
|
-
background: rgba(163, 137, 123, 0.04);
|
|
2119
|
-
border-color: transparent;
|
|
2120
|
-
color: #a3897b;
|
|
2121
|
-
}
|
|
2122
|
-
.p-button.p-button-secondary.p-button-textbutton:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-textbutton:enabled:active {
|
|
2123
|
-
background: rgba(163, 137, 123, 0.16);
|
|
2124
|
-
border-color: transparent;
|
|
2125
|
-
color: #a3897b;
|
|
2126
|
-
}
|
|
2127
|
-
.p-button.p-button-secondary.p-button-text:not(button):not(.p-disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-text:not(button):not(.p-disabled):hover {
|
|
2128
|
-
background: rgba(163, 137, 123, 0.04);
|
|
2129
|
-
border-color: transparent;
|
|
2130
|
-
color: #a3897b;
|
|
2131
|
-
}
|
|
2132
|
-
.p-button.p-button-secondary.p-button-text:not(button):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(button):not(.p-disabled):active {
|
|
2133
|
-
background: rgba(163, 137, 123, 0.16);
|
|
2134
|
-
border-color: transparent;
|
|
2135
|
-
color: #a3897b;
|
|
2136
|
-
}
|
|
2137
|
-
.p-button.p-button-secondary.p-button-texta:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-texta:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-texta:enabled:hover, .p-fileupload-choose.p-button-secondary.p-button-texta:enabled:hover {
|
|
2138
|
-
background: rgba(163, 137, 123, 0.04);
|
|
2139
|
-
border-color: transparent;
|
|
2140
|
-
color: #a3897b;
|
|
2141
|
-
}
|
|
2142
|
-
.p-button.p-button-secondary.p-button-texta:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-texta:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-texta:enabled:active {
|
|
2143
|
-
background: rgba(163, 137, 123, 0.16);
|
|
2144
|
-
border-color: transparent;
|
|
2145
|
-
color: #a3897b;
|
|
2146
|
-
}
|
|
2147
|
-
.p-button.p-button-secondary.p-button-text:not(a):not(.p-disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-text:not(a):not(.p-disabled):hover {
|
|
1912
|
+
.p-button.p-button-secondary.p-button-text:enabled:hover, .p-button.p-button-secondary.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-text:enabled:hover, .p-fileupload-choose.p-button-secondary.p-button-text:not(button):not(a):not(.p-disabled):hover {
|
|
2148
1913
|
background: rgba(163, 137, 123, 0.04);
|
|
2149
1914
|
border-color: transparent;
|
|
2150
1915
|
color: #a3897b;
|
|
2151
1916
|
}
|
|
2152
|
-
.p-button.p-button-secondary.p-button-text:not(a):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(a):not(.p-disabled):active {
|
|
1917
|
+
.p-button.p-button-secondary.p-button-text:enabled:active, .p-button.p-button-secondary.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-text:not(button):not(a):not(.p-disabled):active {
|
|
2153
1918
|
background: rgba(163, 137, 123, 0.16);
|
|
2154
1919
|
border-color: transparent;
|
|
2155
1920
|
color: #a3897b;
|
|
@@ -2160,54 +1925,15 @@
|
|
|
2160
1925
|
background: #A3DEF8;
|
|
2161
1926
|
border: 1px solid #79C8EB;
|
|
2162
1927
|
}
|
|
2163
|
-
.p-button.p-button-
|
|
2164
|
-
background: #81CBEC;
|
|
2165
|
-
color: #3D4447;
|
|
2166
|
-
border-color: #60B7DE;
|
|
2167
|
-
}
|
|
2168
|
-
.p-button.p-button-infobutton:enabled:focus, .p-buttonset.p-button-info > .p-buttonbutton:enabled:focus, .p-splitbutton.p-button-info > .p-buttonbutton:enabled:focus, .p-fileupload-choose.p-button-infobutton:enabled:focus {
|
|
2169
|
-
box-shadow: 0 0 0 0.2rem #d2effc;
|
|
2170
|
-
}
|
|
2171
|
-
.p-button.p-button-infobutton:enabled:active, .p-buttonset.p-button-info > .p-buttonbutton:enabled:active, .p-splitbutton.p-button-info > .p-buttonbutton:enabled:active, .p-fileupload-choose.p-button-infobutton:enabled:active {
|
|
2172
|
-
background: #3ea9db;
|
|
2173
|
-
color: #3D4447;
|
|
2174
|
-
border-color: #2987B1;
|
|
2175
|
-
}
|
|
2176
|
-
.p-button.p-button-info:not(button):not(.p-disabled):hover, .p-buttonset.p-button-info > .p-button:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-info > .p-button:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-info:not(button):not(.p-disabled):hover {
|
|
2177
|
-
background: #81CBEC;
|
|
2178
|
-
color: #3D4447;
|
|
2179
|
-
border-color: #60B7DE;
|
|
2180
|
-
}
|
|
2181
|
-
.p-button.p-button-info:not(button):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-info:not(button):not(.p-disabled):focus {
|
|
2182
|
-
box-shadow: 0 0 0 0.2rem #d2effc;
|
|
2183
|
-
}
|
|
2184
|
-
.p-button.p-button-info:not(button):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button:not(button):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-info:not(button):not(.p-disabled):active {
|
|
2185
|
-
background: #3ea9db;
|
|
2186
|
-
color: #3D4447;
|
|
2187
|
-
border-color: #2987B1;
|
|
2188
|
-
}
|
|
2189
|
-
.p-button.p-button-infoa:enabled:hover, .p-buttonset.p-button-info > .p-buttona:enabled:hover, .p-splitbutton.p-button-info > .p-buttona:enabled:hover, .p-fileupload-choose.p-button-infoa:enabled:hover {
|
|
2190
|
-
background: #81CBEC;
|
|
2191
|
-
color: #3D4447;
|
|
2192
|
-
border-color: #60B7DE;
|
|
2193
|
-
}
|
|
2194
|
-
.p-button.p-button-infoa:enabled:focus, .p-buttonset.p-button-info > .p-buttona:enabled:focus, .p-splitbutton.p-button-info > .p-buttona:enabled:focus, .p-fileupload-choose.p-button-infoa:enabled:focus {
|
|
2195
|
-
box-shadow: 0 0 0 0.2rem #d2effc;
|
|
2196
|
-
}
|
|
2197
|
-
.p-button.p-button-infoa:enabled:active, .p-buttonset.p-button-info > .p-buttona:enabled:active, .p-splitbutton.p-button-info > .p-buttona:enabled:active, .p-fileupload-choose.p-button-infoa:enabled:active {
|
|
2198
|
-
background: #3ea9db;
|
|
2199
|
-
color: #3D4447;
|
|
2200
|
-
border-color: #2987B1;
|
|
2201
|
-
}
|
|
2202
|
-
.p-button.p-button-info:not(a):not(.p-disabled):hover, .p-buttonset.p-button-info > .p-button:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-info > .p-button:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-info:not(a):not(.p-disabled):hover {
|
|
1928
|
+
.p-button.p-button-info:enabled:hover, .p-button.p-button-info:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-info > .p-button:enabled:hover, .p-buttonset.p-button-info > .p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-info > .p-button:enabled:hover, .p-splitbutton.p-button-info > .p-button:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-info:enabled:hover, .p-fileupload-choose.p-button-info:not(button):not(a):not(.p-disabled):hover {
|
|
2203
1929
|
background: #81CBEC;
|
|
2204
1930
|
color: #3D4447;
|
|
2205
1931
|
border-color: #60B7DE;
|
|
2206
1932
|
}
|
|
2207
|
-
.p-button.p-button-info:not(a):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-info:not(a):not(.p-disabled):focus {
|
|
1933
|
+
.p-button.p-button-info:enabled:focus, .p-button.p-button-info:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-buttonset.p-button-info > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-info:enabled:focus, .p-fileupload-choose.p-button-info:not(button):not(a):not(.p-disabled):focus {
|
|
2208
1934
|
box-shadow: 0 0 0 0.2rem #d2effc;
|
|
2209
1935
|
}
|
|
2210
|
-
.p-button.p-button-info:not(a):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button:not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-info:not(a):not(.p-disabled):active {
|
|
1936
|
+
.p-button.p-button-info:enabled:active, .p-button.p-button-info:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button:enabled:active, .p-buttonset.p-button-info > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-info:enabled:active, .p-fileupload-choose.p-button-info:not(button):not(a):not(.p-disabled):active {
|
|
2211
1937
|
background: #3ea9db;
|
|
2212
1938
|
color: #3D4447;
|
|
2213
1939
|
border-color: #2987B1;
|
|
@@ -2217,42 +1943,12 @@
|
|
|
2217
1943
|
color: #A3DEF8;
|
|
2218
1944
|
border: 1px solid;
|
|
2219
1945
|
}
|
|
2220
|
-
.p-button.p-button-info.p-button-
|
|
1946
|
+
.p-button.p-button-info.p-button-outlined:enabled:hover, .p-button.p-button-info.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-info.p-button-outlined:enabled:hover, .p-fileupload-choose.p-button-info.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
|
|
2221
1947
|
background: rgba(163, 222, 248, 0.04);
|
|
2222
1948
|
color: #A3DEF8;
|
|
2223
1949
|
border: 1px solid;
|
|
2224
1950
|
}
|
|
2225
|
-
.p-button.p-button-info.p-button-
|
|
2226
|
-
background: rgba(163, 222, 248, 0.16);
|
|
2227
|
-
color: #A3DEF8;
|
|
2228
|
-
border: 1px solid;
|
|
2229
|
-
}
|
|
2230
|
-
.p-button.p-button-info.p-button-outlined:not(button):not(.p-disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-info.p-button-outlined:not(button):not(.p-disabled):hover {
|
|
2231
|
-
background: rgba(163, 222, 248, 0.04);
|
|
2232
|
-
color: #A3DEF8;
|
|
2233
|
-
border: 1px solid;
|
|
2234
|
-
}
|
|
2235
|
-
.p-button.p-button-info.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(button):not(.p-disabled):active {
|
|
2236
|
-
background: rgba(163, 222, 248, 0.16);
|
|
2237
|
-
color: #A3DEF8;
|
|
2238
|
-
border: 1px solid;
|
|
2239
|
-
}
|
|
2240
|
-
.p-button.p-button-info.p-button-outlineda:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlineda:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlineda:enabled:hover, .p-fileupload-choose.p-button-info.p-button-outlineda:enabled:hover {
|
|
2241
|
-
background: rgba(163, 222, 248, 0.04);
|
|
2242
|
-
color: #A3DEF8;
|
|
2243
|
-
border: 1px solid;
|
|
2244
|
-
}
|
|
2245
|
-
.p-button.p-button-info.p-button-outlineda:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-info.p-button-outlineda:enabled:active {
|
|
2246
|
-
background: rgba(163, 222, 248, 0.16);
|
|
2247
|
-
color: #A3DEF8;
|
|
2248
|
-
border: 1px solid;
|
|
2249
|
-
}
|
|
2250
|
-
.p-button.p-button-info.p-button-outlined:not(a):not(.p-disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-info.p-button-outlined:not(a):not(.p-disabled):hover {
|
|
2251
|
-
background: rgba(163, 222, 248, 0.04);
|
|
2252
|
-
color: #A3DEF8;
|
|
2253
|
-
border: 1px solid;
|
|
2254
|
-
}
|
|
2255
|
-
.p-button.p-button-info.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(a):not(.p-disabled):active {
|
|
1951
|
+
.p-button.p-button-info.p-button-outlined:enabled:active, .p-button.p-button-info.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-info.p-button-outlined:not(button):not(a):not(.p-disabled):active {
|
|
2256
1952
|
background: rgba(163, 222, 248, 0.16);
|
|
2257
1953
|
color: #A3DEF8;
|
|
2258
1954
|
border: 1px solid;
|
|
@@ -2262,42 +1958,12 @@
|
|
|
2262
1958
|
color: #A3DEF8;
|
|
2263
1959
|
border-color: transparent;
|
|
2264
1960
|
}
|
|
2265
|
-
.p-button.p-button-info.p-button-
|
|
2266
|
-
background: rgba(163, 222, 248, 0.04);
|
|
2267
|
-
border-color: transparent;
|
|
2268
|
-
color: #A3DEF8;
|
|
2269
|
-
}
|
|
2270
|
-
.p-button.p-button-info.p-button-textbutton:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-info.p-button-textbutton:enabled:active {
|
|
2271
|
-
background: rgba(163, 222, 248, 0.16);
|
|
2272
|
-
border-color: transparent;
|
|
2273
|
-
color: #A3DEF8;
|
|
2274
|
-
}
|
|
2275
|
-
.p-button.p-button-info.p-button-text:not(button):not(.p-disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-info.p-button-text:not(button):not(.p-disabled):hover {
|
|
2276
|
-
background: rgba(163, 222, 248, 0.04);
|
|
2277
|
-
border-color: transparent;
|
|
2278
|
-
color: #A3DEF8;
|
|
2279
|
-
}
|
|
2280
|
-
.p-button.p-button-info.p-button-text:not(button):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(button):not(.p-disabled):active {
|
|
2281
|
-
background: rgba(163, 222, 248, 0.16);
|
|
2282
|
-
border-color: transparent;
|
|
2283
|
-
color: #A3DEF8;
|
|
2284
|
-
}
|
|
2285
|
-
.p-button.p-button-info.p-button-texta:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-texta:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-texta:enabled:hover, .p-fileupload-choose.p-button-info.p-button-texta:enabled:hover {
|
|
2286
|
-
background: rgba(163, 222, 248, 0.04);
|
|
2287
|
-
border-color: transparent;
|
|
2288
|
-
color: #A3DEF8;
|
|
2289
|
-
}
|
|
2290
|
-
.p-button.p-button-info.p-button-texta:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-texta:enabled:active, .p-fileupload-choose.p-button-info.p-button-texta:enabled:active {
|
|
2291
|
-
background: rgba(163, 222, 248, 0.16);
|
|
2292
|
-
border-color: transparent;
|
|
2293
|
-
color: #A3DEF8;
|
|
2294
|
-
}
|
|
2295
|
-
.p-button.p-button-info.p-button-text:not(a):not(.p-disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-info.p-button-text:not(a):not(.p-disabled):hover {
|
|
1961
|
+
.p-button.p-button-info.p-button-text:enabled:hover, .p-button.p-button-info.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-info.p-button-text:enabled:hover, .p-fileupload-choose.p-button-info.p-button-text:not(button):not(a):not(.p-disabled):hover {
|
|
2296
1962
|
background: rgba(163, 222, 248, 0.04);
|
|
2297
1963
|
border-color: transparent;
|
|
2298
1964
|
color: #A3DEF8;
|
|
2299
1965
|
}
|
|
2300
|
-
.p-button.p-button-info.p-button-text:not(a):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(a):not(.p-disabled):active {
|
|
1966
|
+
.p-button.p-button-info.p-button-text:enabled:active, .p-button.p-button-info.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-info.p-button-text:enabled:active, .p-fileupload-choose.p-button-info.p-button-text:not(button):not(a):not(.p-disabled):active {
|
|
2301
1967
|
background: rgba(163, 222, 248, 0.16);
|
|
2302
1968
|
border-color: transparent;
|
|
2303
1969
|
color: #A3DEF8;
|
|
@@ -2308,54 +1974,15 @@
|
|
|
2308
1974
|
background: #A3E2C6;
|
|
2309
1975
|
border: 1px solid #80CAAA;
|
|
2310
1976
|
}
|
|
2311
|
-
.p-button.p-button-
|
|
2312
|
-
background: #80CAAA;
|
|
2313
|
-
color: #323E39;
|
|
2314
|
-
border-color: #5EA285;
|
|
2315
|
-
}
|
|
2316
|
-
.p-button.p-button-successbutton:enabled:focus, .p-buttonset.p-button-success > .p-buttonbutton:enabled:focus, .p-splitbutton.p-button-success > .p-buttonbutton:enabled:focus, .p-fileupload-choose.p-button-successbutton:enabled:focus {
|
|
2317
|
-
box-shadow: 0 0 0 0.2rem #caeede;
|
|
2318
|
-
}
|
|
2319
|
-
.p-button.p-button-successbutton:enabled:active, .p-buttonset.p-button-success > .p-buttonbutton:enabled:active, .p-splitbutton.p-button-success > .p-buttonbutton:enabled:active, .p-fileupload-choose.p-button-successbutton:enabled:active {
|
|
2320
|
-
background: #31B57C;
|
|
2321
|
-
color: #323E39;
|
|
2322
|
-
border-color: #5EA285;
|
|
2323
|
-
}
|
|
2324
|
-
.p-button.p-button-success:not(button):not(.p-disabled):hover, .p-buttonset.p-button-success > .p-button:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-success > .p-button:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-success:not(button):not(.p-disabled):hover {
|
|
1977
|
+
.p-button.p-button-success:enabled:hover, .p-button.p-button-success:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-success > .p-button:enabled:hover, .p-buttonset.p-button-success > .p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-success > .p-button:enabled:hover, .p-splitbutton.p-button-success > .p-button:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-success:enabled:hover, .p-fileupload-choose.p-button-success:not(button):not(a):not(.p-disabled):hover {
|
|
2325
1978
|
background: #80CAAA;
|
|
2326
1979
|
color: #323E39;
|
|
2327
1980
|
border-color: #5EA285;
|
|
2328
1981
|
}
|
|
2329
|
-
.p-button.p-button-success:not(button):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-success:not(button):not(.p-disabled):focus {
|
|
1982
|
+
.p-button.p-button-success:enabled:focus, .p-button.p-button-success:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-buttonset.p-button-success > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-success:enabled:focus, .p-fileupload-choose.p-button-success:not(button):not(a):not(.p-disabled):focus {
|
|
2330
1983
|
box-shadow: 0 0 0 0.2rem #caeede;
|
|
2331
1984
|
}
|
|
2332
|
-
.p-button.p-button-success:not(button):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button:not(button):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-success:not(button):not(.p-disabled):active {
|
|
2333
|
-
background: #31B57C;
|
|
2334
|
-
color: #323E39;
|
|
2335
|
-
border-color: #5EA285;
|
|
2336
|
-
}
|
|
2337
|
-
.p-button.p-button-successa:enabled:hover, .p-buttonset.p-button-success > .p-buttona:enabled:hover, .p-splitbutton.p-button-success > .p-buttona:enabled:hover, .p-fileupload-choose.p-button-successa:enabled:hover {
|
|
2338
|
-
background: #80CAAA;
|
|
2339
|
-
color: #323E39;
|
|
2340
|
-
border-color: #5EA285;
|
|
2341
|
-
}
|
|
2342
|
-
.p-button.p-button-successa:enabled:focus, .p-buttonset.p-button-success > .p-buttona:enabled:focus, .p-splitbutton.p-button-success > .p-buttona:enabled:focus, .p-fileupload-choose.p-button-successa:enabled:focus {
|
|
2343
|
-
box-shadow: 0 0 0 0.2rem #caeede;
|
|
2344
|
-
}
|
|
2345
|
-
.p-button.p-button-successa:enabled:active, .p-buttonset.p-button-success > .p-buttona:enabled:active, .p-splitbutton.p-button-success > .p-buttona:enabled:active, .p-fileupload-choose.p-button-successa:enabled:active {
|
|
2346
|
-
background: #31B57C;
|
|
2347
|
-
color: #323E39;
|
|
2348
|
-
border-color: #5EA285;
|
|
2349
|
-
}
|
|
2350
|
-
.p-button.p-button-success:not(a):not(.p-disabled):hover, .p-buttonset.p-button-success > .p-button:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-success > .p-button:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-success:not(a):not(.p-disabled):hover {
|
|
2351
|
-
background: #80CAAA;
|
|
2352
|
-
color: #323E39;
|
|
2353
|
-
border-color: #5EA285;
|
|
2354
|
-
}
|
|
2355
|
-
.p-button.p-button-success:not(a):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-success:not(a):not(.p-disabled):focus {
|
|
2356
|
-
box-shadow: 0 0 0 0.2rem #caeede;
|
|
2357
|
-
}
|
|
2358
|
-
.p-button.p-button-success:not(a):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button:not(a):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-success:not(a):not(.p-disabled):active {
|
|
1985
|
+
.p-button.p-button-success:enabled:active, .p-button.p-button-success:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button:enabled:active, .p-buttonset.p-button-success > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button:enabled:active, .p-splitbutton.p-button-success > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-success:enabled:active, .p-fileupload-choose.p-button-success:not(button):not(a):not(.p-disabled):active {
|
|
2359
1986
|
background: #31B57C;
|
|
2360
1987
|
color: #323E39;
|
|
2361
1988
|
border-color: #5EA285;
|
|
@@ -2365,42 +1992,12 @@
|
|
|
2365
1992
|
color: #A3E2C6;
|
|
2366
1993
|
border: 1px solid;
|
|
2367
1994
|
}
|
|
2368
|
-
.p-button.p-button-success.p-button-
|
|
2369
|
-
background: rgba(163, 226, 198, 0.04);
|
|
2370
|
-
color: #A3E2C6;
|
|
2371
|
-
border: 1px solid;
|
|
2372
|
-
}
|
|
2373
|
-
.p-button.p-button-success.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-success.p-button-outlinedbutton:enabled:active {
|
|
2374
|
-
background: rgba(163, 226, 198, 0.16);
|
|
2375
|
-
color: #A3E2C6;
|
|
2376
|
-
border: 1px solid;
|
|
2377
|
-
}
|
|
2378
|
-
.p-button.p-button-success.p-button-outlined:not(button):not(.p-disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-success.p-button-outlined:not(button):not(.p-disabled):hover {
|
|
2379
|
-
background: rgba(163, 226, 198, 0.04);
|
|
2380
|
-
color: #A3E2C6;
|
|
2381
|
-
border: 1px solid;
|
|
2382
|
-
}
|
|
2383
|
-
.p-button.p-button-success.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(button):not(.p-disabled):active {
|
|
2384
|
-
background: rgba(163, 226, 198, 0.16);
|
|
2385
|
-
color: #A3E2C6;
|
|
2386
|
-
border: 1px solid;
|
|
2387
|
-
}
|
|
2388
|
-
.p-button.p-button-success.p-button-outlineda:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlineda:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlineda:enabled:hover, .p-fileupload-choose.p-button-success.p-button-outlineda:enabled:hover {
|
|
1995
|
+
.p-button.p-button-success.p-button-outlined:enabled:hover, .p-button.p-button-success.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-success.p-button-outlined:enabled:hover, .p-fileupload-choose.p-button-success.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
|
|
2389
1996
|
background: rgba(163, 226, 198, 0.04);
|
|
2390
1997
|
color: #A3E2C6;
|
|
2391
1998
|
border: 1px solid;
|
|
2392
1999
|
}
|
|
2393
|
-
.p-button.p-button-success.p-button-
|
|
2394
|
-
background: rgba(163, 226, 198, 0.16);
|
|
2395
|
-
color: #A3E2C6;
|
|
2396
|
-
border: 1px solid;
|
|
2397
|
-
}
|
|
2398
|
-
.p-button.p-button-success.p-button-outlined:not(a):not(.p-disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-success.p-button-outlined:not(a):not(.p-disabled):hover {
|
|
2399
|
-
background: rgba(163, 226, 198, 0.04);
|
|
2400
|
-
color: #A3E2C6;
|
|
2401
|
-
border: 1px solid;
|
|
2402
|
-
}
|
|
2403
|
-
.p-button.p-button-success.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(a):not(.p-disabled):active {
|
|
2000
|
+
.p-button.p-button-success.p-button-outlined:enabled:active, .p-button.p-button-success.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-success.p-button-outlined:not(button):not(a):not(.p-disabled):active {
|
|
2404
2001
|
background: rgba(163, 226, 198, 0.16);
|
|
2405
2002
|
color: #A3E2C6;
|
|
2406
2003
|
border: 1px solid;
|
|
@@ -2410,42 +2007,12 @@
|
|
|
2410
2007
|
color: #A3E2C6;
|
|
2411
2008
|
border-color: transparent;
|
|
2412
2009
|
}
|
|
2413
|
-
.p-button.p-button-success.p-button-
|
|
2414
|
-
background: rgba(163, 226, 198, 0.04);
|
|
2415
|
-
border-color: transparent;
|
|
2416
|
-
color: #A3E2C6;
|
|
2417
|
-
}
|
|
2418
|
-
.p-button.p-button-success.p-button-textbutton:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-success.p-button-textbutton:enabled:active {
|
|
2419
|
-
background: rgba(163, 226, 198, 0.16);
|
|
2420
|
-
border-color: transparent;
|
|
2421
|
-
color: #A3E2C6;
|
|
2422
|
-
}
|
|
2423
|
-
.p-button.p-button-success.p-button-text:not(button):not(.p-disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-success.p-button-text:not(button):not(.p-disabled):hover {
|
|
2424
|
-
background: rgba(163, 226, 198, 0.04);
|
|
2425
|
-
border-color: transparent;
|
|
2426
|
-
color: #A3E2C6;
|
|
2427
|
-
}
|
|
2428
|
-
.p-button.p-button-success.p-button-text:not(button):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(button):not(.p-disabled):active {
|
|
2429
|
-
background: rgba(163, 226, 198, 0.16);
|
|
2430
|
-
border-color: transparent;
|
|
2431
|
-
color: #A3E2C6;
|
|
2432
|
-
}
|
|
2433
|
-
.p-button.p-button-success.p-button-texta:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-texta:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-texta:enabled:hover, .p-fileupload-choose.p-button-success.p-button-texta:enabled:hover {
|
|
2434
|
-
background: rgba(163, 226, 198, 0.04);
|
|
2435
|
-
border-color: transparent;
|
|
2436
|
-
color: #A3E2C6;
|
|
2437
|
-
}
|
|
2438
|
-
.p-button.p-button-success.p-button-texta:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-texta:enabled:active, .p-fileupload-choose.p-button-success.p-button-texta:enabled:active {
|
|
2439
|
-
background: rgba(163, 226, 198, 0.16);
|
|
2440
|
-
border-color: transparent;
|
|
2441
|
-
color: #A3E2C6;
|
|
2442
|
-
}
|
|
2443
|
-
.p-button.p-button-success.p-button-text:not(a):not(.p-disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-success.p-button-text:not(a):not(.p-disabled):hover {
|
|
2010
|
+
.p-button.p-button-success.p-button-text:enabled:hover, .p-button.p-button-success.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-success.p-button-text:enabled:hover, .p-fileupload-choose.p-button-success.p-button-text:not(button):not(a):not(.p-disabled):hover {
|
|
2444
2011
|
background: rgba(163, 226, 198, 0.04);
|
|
2445
2012
|
border-color: transparent;
|
|
2446
2013
|
color: #A3E2C6;
|
|
2447
2014
|
}
|
|
2448
|
-
.p-button.p-button-success.p-button-text:not(a):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(a):not(.p-disabled):active {
|
|
2015
|
+
.p-button.p-button-success.p-button-text:enabled:active, .p-button.p-button-success.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-success.p-button-text:enabled:active, .p-fileupload-choose.p-button-success.p-button-text:not(button):not(a):not(.p-disabled):active {
|
|
2449
2016
|
background: rgba(163, 226, 198, 0.16);
|
|
2450
2017
|
border-color: transparent;
|
|
2451
2018
|
color: #A3E2C6;
|
|
@@ -2456,54 +2023,15 @@
|
|
|
2456
2023
|
background: #ffe38e;
|
|
2457
2024
|
border: 1px solid #ffd95e;
|
|
2458
2025
|
}
|
|
2459
|
-
.p-button.p-button-
|
|
2460
|
-
background: #ffd95e;
|
|
2461
|
-
color: #333333;
|
|
2462
|
-
border-color: #ffce3c;
|
|
2463
|
-
}
|
|
2464
|
-
.p-button.p-button-warningbutton:enabled:focus, .p-buttonset.p-button-warning > .p-buttonbutton:enabled:focus, .p-splitbutton.p-button-warning > .p-buttonbutton:enabled:focus, .p-fileupload-choose.p-button-warningbutton:enabled:focus {
|
|
2465
|
-
box-shadow: 0 0 0 0.2rem #ffe9a8;
|
|
2466
|
-
}
|
|
2467
|
-
.p-button.p-button-warningbutton:enabled:active, .p-buttonset.p-button-warning > .p-buttonbutton:enabled:active, .p-splitbutton.p-button-warning > .p-buttonbutton:enabled:active, .p-fileupload-choose.p-button-warningbutton:enabled:active {
|
|
2468
|
-
background: #ffce3c;
|
|
2469
|
-
color: #333333;
|
|
2470
|
-
border-color: #ffc62a;
|
|
2471
|
-
}
|
|
2472
|
-
.p-button.p-button-warning:not(button):not(.p-disabled):hover, .p-buttonset.p-button-warning > .p-button:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-warning:not(button):not(.p-disabled):hover {
|
|
2473
|
-
background: #ffd95e;
|
|
2474
|
-
color: #333333;
|
|
2475
|
-
border-color: #ffce3c;
|
|
2476
|
-
}
|
|
2477
|
-
.p-button.p-button-warning:not(button):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning:not(button):not(.p-disabled):focus {
|
|
2478
|
-
box-shadow: 0 0 0 0.2rem #ffe9a8;
|
|
2479
|
-
}
|
|
2480
|
-
.p-button.p-button-warning:not(button):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button:not(button):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-warning:not(button):not(.p-disabled):active {
|
|
2481
|
-
background: #ffce3c;
|
|
2482
|
-
color: #333333;
|
|
2483
|
-
border-color: #ffc62a;
|
|
2484
|
-
}
|
|
2485
|
-
.p-button.p-button-warninga:enabled:hover, .p-buttonset.p-button-warning > .p-buttona:enabled:hover, .p-splitbutton.p-button-warning > .p-buttona:enabled:hover, .p-fileupload-choose.p-button-warninga:enabled:hover {
|
|
2486
|
-
background: #ffd95e;
|
|
2487
|
-
color: #333333;
|
|
2488
|
-
border-color: #ffce3c;
|
|
2489
|
-
}
|
|
2490
|
-
.p-button.p-button-warninga:enabled:focus, .p-buttonset.p-button-warning > .p-buttona:enabled:focus, .p-splitbutton.p-button-warning > .p-buttona:enabled:focus, .p-fileupload-choose.p-button-warninga:enabled:focus {
|
|
2491
|
-
box-shadow: 0 0 0 0.2rem #ffe9a8;
|
|
2492
|
-
}
|
|
2493
|
-
.p-button.p-button-warninga:enabled:active, .p-buttonset.p-button-warning > .p-buttona:enabled:active, .p-splitbutton.p-button-warning > .p-buttona:enabled:active, .p-fileupload-choose.p-button-warninga:enabled:active {
|
|
2494
|
-
background: #ffce3c;
|
|
2495
|
-
color: #333333;
|
|
2496
|
-
border-color: #ffc62a;
|
|
2497
|
-
}
|
|
2498
|
-
.p-button.p-button-warning:not(a):not(.p-disabled):hover, .p-buttonset.p-button-warning > .p-button:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-warning:not(a):not(.p-disabled):hover {
|
|
2026
|
+
.p-button.p-button-warning:enabled:hover, .p-button.p-button-warning:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-warning > .p-button:enabled:hover, .p-buttonset.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-warning > .p-button:enabled:hover, .p-splitbutton.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-warning:enabled:hover, .p-fileupload-choose.p-button-warning:not(button):not(a):not(.p-disabled):hover {
|
|
2499
2027
|
background: #ffd95e;
|
|
2500
2028
|
color: #333333;
|
|
2501
2029
|
border-color: #ffce3c;
|
|
2502
2030
|
}
|
|
2503
|
-
.p-button.p-button-warning:not(a):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning:not(a):not(.p-disabled):focus {
|
|
2031
|
+
.p-button.p-button-warning:enabled:focus, .p-button.p-button-warning:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-buttonset.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning:enabled:focus, .p-fileupload-choose.p-button-warning:not(button):not(a):not(.p-disabled):focus {
|
|
2504
2032
|
box-shadow: 0 0 0 0.2rem #ffe9a8;
|
|
2505
2033
|
}
|
|
2506
|
-
.p-button.p-button-warning:not(a):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button:not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-warning:not(a):not(.p-disabled):active {
|
|
2034
|
+
.p-button.p-button-warning:enabled:active, .p-button.p-button-warning:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button:enabled:active, .p-buttonset.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button:enabled:active, .p-splitbutton.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-warning:enabled:active, .p-fileupload-choose.p-button-warning:not(button):not(a):not(.p-disabled):active {
|
|
2507
2035
|
background: #ffce3c;
|
|
2508
2036
|
color: #333333;
|
|
2509
2037
|
border-color: #ffc62a;
|
|
@@ -2513,42 +2041,12 @@
|
|
|
2513
2041
|
color: #ffe38e;
|
|
2514
2042
|
border: 1px solid;
|
|
2515
2043
|
}
|
|
2516
|
-
.p-button.p-button-warning.p-button-
|
|
2044
|
+
.p-button.p-button-warning.p-button-outlined:enabled:hover, .p-button.p-button-warning.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-warning.p-button-outlined:enabled:hover, .p-fileupload-choose.p-button-warning.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
|
|
2517
2045
|
background: rgba(255, 227, 142, 0.04);
|
|
2518
2046
|
color: #ffe38e;
|
|
2519
2047
|
border: 1px solid;
|
|
2520
2048
|
}
|
|
2521
|
-
.p-button.p-button-warning.p-button-
|
|
2522
|
-
background: rgba(255, 227, 142, 0.16);
|
|
2523
|
-
color: #ffe38e;
|
|
2524
|
-
border: 1px solid;
|
|
2525
|
-
}
|
|
2526
|
-
.p-button.p-button-warning.p-button-outlined:not(button):not(.p-disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-warning.p-button-outlined:not(button):not(.p-disabled):hover {
|
|
2527
|
-
background: rgba(255, 227, 142, 0.04);
|
|
2528
|
-
color: #ffe38e;
|
|
2529
|
-
border: 1px solid;
|
|
2530
|
-
}
|
|
2531
|
-
.p-button.p-button-warning.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(button):not(.p-disabled):active {
|
|
2532
|
-
background: rgba(255, 227, 142, 0.16);
|
|
2533
|
-
color: #ffe38e;
|
|
2534
|
-
border: 1px solid;
|
|
2535
|
-
}
|
|
2536
|
-
.p-button.p-button-warning.p-button-outlineda:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlineda:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlineda:enabled:hover, .p-fileupload-choose.p-button-warning.p-button-outlineda:enabled:hover {
|
|
2537
|
-
background: rgba(255, 227, 142, 0.04);
|
|
2538
|
-
color: #ffe38e;
|
|
2539
|
-
border: 1px solid;
|
|
2540
|
-
}
|
|
2541
|
-
.p-button.p-button-warning.p-button-outlineda:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-warning.p-button-outlineda:enabled:active {
|
|
2542
|
-
background: rgba(255, 227, 142, 0.16);
|
|
2543
|
-
color: #ffe38e;
|
|
2544
|
-
border: 1px solid;
|
|
2545
|
-
}
|
|
2546
|
-
.p-button.p-button-warning.p-button-outlined:not(a):not(.p-disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-warning.p-button-outlined:not(a):not(.p-disabled):hover {
|
|
2547
|
-
background: rgba(255, 227, 142, 0.04);
|
|
2548
|
-
color: #ffe38e;
|
|
2549
|
-
border: 1px solid;
|
|
2550
|
-
}
|
|
2551
|
-
.p-button.p-button-warning.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(a):not(.p-disabled):active {
|
|
2049
|
+
.p-button.p-button-warning.p-button-outlined:enabled:active, .p-button.p-button-warning.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(button):not(a):not(.p-disabled):active {
|
|
2552
2050
|
background: rgba(255, 227, 142, 0.16);
|
|
2553
2051
|
color: #ffe38e;
|
|
2554
2052
|
border: 1px solid;
|
|
@@ -2558,42 +2056,12 @@
|
|
|
2558
2056
|
color: #ffe38e;
|
|
2559
2057
|
border-color: transparent;
|
|
2560
2058
|
}
|
|
2561
|
-
.p-button.p-button-warning.p-button-
|
|
2562
|
-
background: rgba(255, 227, 142, 0.04);
|
|
2563
|
-
border-color: transparent;
|
|
2564
|
-
color: #ffe38e;
|
|
2565
|
-
}
|
|
2566
|
-
.p-button.p-button-warning.p-button-textbutton:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-warning.p-button-textbutton:enabled:active {
|
|
2567
|
-
background: rgba(255, 227, 142, 0.16);
|
|
2568
|
-
border-color: transparent;
|
|
2569
|
-
color: #ffe38e;
|
|
2570
|
-
}
|
|
2571
|
-
.p-button.p-button-warning.p-button-text:not(button):not(.p-disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-warning.p-button-text:not(button):not(.p-disabled):hover {
|
|
2572
|
-
background: rgba(255, 227, 142, 0.04);
|
|
2573
|
-
border-color: transparent;
|
|
2574
|
-
color: #ffe38e;
|
|
2575
|
-
}
|
|
2576
|
-
.p-button.p-button-warning.p-button-text:not(button):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(button):not(.p-disabled):active {
|
|
2577
|
-
background: rgba(255, 227, 142, 0.16);
|
|
2578
|
-
border-color: transparent;
|
|
2579
|
-
color: #ffe38e;
|
|
2580
|
-
}
|
|
2581
|
-
.p-button.p-button-warning.p-button-texta:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-texta:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-texta:enabled:hover, .p-fileupload-choose.p-button-warning.p-button-texta:enabled:hover {
|
|
2059
|
+
.p-button.p-button-warning.p-button-text:enabled:hover, .p-button.p-button-warning.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-warning.p-button-text:enabled:hover, .p-fileupload-choose.p-button-warning.p-button-text:not(button):not(a):not(.p-disabled):hover {
|
|
2582
2060
|
background: rgba(255, 227, 142, 0.04);
|
|
2583
2061
|
border-color: transparent;
|
|
2584
2062
|
color: #ffe38e;
|
|
2585
2063
|
}
|
|
2586
|
-
.p-button.p-button-warning.p-button-
|
|
2587
|
-
background: rgba(255, 227, 142, 0.16);
|
|
2588
|
-
border-color: transparent;
|
|
2589
|
-
color: #ffe38e;
|
|
2590
|
-
}
|
|
2591
|
-
.p-button.p-button-warning.p-button-text:not(a):not(.p-disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-warning.p-button-text:not(a):not(.p-disabled):hover {
|
|
2592
|
-
background: rgba(255, 227, 142, 0.04);
|
|
2593
|
-
border-color: transparent;
|
|
2594
|
-
color: #ffe38e;
|
|
2595
|
-
}
|
|
2596
|
-
.p-button.p-button-warning.p-button-text:not(a):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(a):not(.p-disabled):active {
|
|
2064
|
+
.p-button.p-button-warning.p-button-text:enabled:active, .p-button.p-button-warning.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:enabled:active, .p-fileupload-choose.p-button-warning.p-button-text:not(button):not(a):not(.p-disabled):active {
|
|
2597
2065
|
background: rgba(255, 227, 142, 0.16);
|
|
2598
2066
|
border-color: transparent;
|
|
2599
2067
|
color: #ffe38e;
|
|
@@ -2604,144 +2072,45 @@
|
|
|
2604
2072
|
background: #e9bef1;
|
|
2605
2073
|
border: 1px solid #de9eea;
|
|
2606
2074
|
}
|
|
2607
|
-
.p-button.p-button-
|
|
2608
|
-
background: #de9eea;
|
|
2609
|
-
color: #333333;
|
|
2610
|
-
border-color: #d37de3;
|
|
2611
|
-
}
|
|
2612
|
-
.p-button.p-button-helpbutton:enabled:focus, .p-buttonset.p-button-help > .p-buttonbutton:enabled:focus, .p-splitbutton.p-button-help > .p-buttonbutton:enabled:focus, .p-fileupload-choose.p-button-helpbutton:enabled:focus {
|
|
2613
|
-
box-shadow: 0 0 0 0.2rem #f0d3f6;
|
|
2614
|
-
}
|
|
2615
|
-
.p-button.p-button-helpbutton:enabled:active, .p-buttonset.p-button-help > .p-buttonbutton:enabled:active, .p-splitbutton.p-button-help > .p-buttonbutton:enabled:active, .p-fileupload-choose.p-button-helpbutton:enabled:active {
|
|
2616
|
-
background: #d37de3;
|
|
2617
|
-
color: #333333;
|
|
2618
|
-
border-color: #c85ddc;
|
|
2619
|
-
}
|
|
2620
|
-
.p-button.p-button-help:not(button):not(.p-disabled):hover, .p-buttonset.p-button-help > .p-button:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-help > .p-button:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-help:not(button):not(.p-disabled):hover {
|
|
2621
|
-
background: #de9eea;
|
|
2622
|
-
color: #333333;
|
|
2623
|
-
border-color: #d37de3;
|
|
2624
|
-
}
|
|
2625
|
-
.p-button.p-button-help:not(button):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-help:not(button):not(.p-disabled):focus {
|
|
2626
|
-
box-shadow: 0 0 0 0.2rem #f0d3f6;
|
|
2627
|
-
}
|
|
2628
|
-
.p-button.p-button-help:not(button):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button:not(button):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-help:not(button):not(.p-disabled):active {
|
|
2629
|
-
background: #d37de3;
|
|
2630
|
-
color: #333333;
|
|
2631
|
-
border-color: #c85ddc;
|
|
2632
|
-
}
|
|
2633
|
-
.p-button.p-button-helpa:enabled:hover, .p-buttonset.p-button-help > .p-buttona:enabled:hover, .p-splitbutton.p-button-help > .p-buttona:enabled:hover, .p-fileupload-choose.p-button-helpa:enabled:hover {
|
|
2634
|
-
background: #de9eea;
|
|
2635
|
-
color: #333333;
|
|
2636
|
-
border-color: #d37de3;
|
|
2637
|
-
}
|
|
2638
|
-
.p-button.p-button-helpa:enabled:focus, .p-buttonset.p-button-help > .p-buttona:enabled:focus, .p-splitbutton.p-button-help > .p-buttona:enabled:focus, .p-fileupload-choose.p-button-helpa:enabled:focus {
|
|
2639
|
-
box-shadow: 0 0 0 0.2rem #f0d3f6;
|
|
2640
|
-
}
|
|
2641
|
-
.p-button.p-button-helpa:enabled:active, .p-buttonset.p-button-help > .p-buttona:enabled:active, .p-splitbutton.p-button-help > .p-buttona:enabled:active, .p-fileupload-choose.p-button-helpa:enabled:active {
|
|
2642
|
-
background: #d37de3;
|
|
2643
|
-
color: #333333;
|
|
2644
|
-
border-color: #c85ddc;
|
|
2645
|
-
}
|
|
2646
|
-
.p-button.p-button-help:not(a):not(.p-disabled):hover, .p-buttonset.p-button-help > .p-button:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-help > .p-button:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-help:not(a):not(.p-disabled):hover {
|
|
2075
|
+
.p-button.p-button-help:enabled:hover, .p-button.p-button-help:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-help > .p-button:enabled:hover, .p-buttonset.p-button-help > .p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-help > .p-button:enabled:hover, .p-splitbutton.p-button-help > .p-button:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-help:enabled:hover, .p-fileupload-choose.p-button-help:not(button):not(a):not(.p-disabled):hover {
|
|
2647
2076
|
background: #de9eea;
|
|
2648
2077
|
color: #333333;
|
|
2649
2078
|
border-color: #d37de3;
|
|
2650
2079
|
}
|
|
2651
|
-
.p-button.p-button-help:not(a):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-help:not(a):not(.p-disabled):focus {
|
|
2080
|
+
.p-button.p-button-help:enabled:focus, .p-button.p-button-help:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-buttonset.p-button-help > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-help:enabled:focus, .p-fileupload-choose.p-button-help:not(button):not(a):not(.p-disabled):focus {
|
|
2652
2081
|
box-shadow: 0 0 0 0.2rem #f0d3f6;
|
|
2653
2082
|
}
|
|
2654
|
-
.p-button.p-button-help:not(a):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button:not(a):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-help:not(a):not(.p-disabled):active {
|
|
2083
|
+
.p-button.p-button-help:enabled:active, .p-button.p-button-help:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button:enabled:active, .p-buttonset.p-button-help > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button:enabled:active, .p-splitbutton.p-button-help > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-help:enabled:active, .p-fileupload-choose.p-button-help:not(button):not(a):not(.p-disabled):active {
|
|
2655
2084
|
background: #d37de3;
|
|
2656
2085
|
color: #333333;
|
|
2657
2086
|
border-color: #c85ddc;
|
|
2658
2087
|
}
|
|
2659
|
-
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined, .p-fileupload-choose.p-button-help.p-button-outlined {
|
|
2660
|
-
background-color: transparent;
|
|
2661
|
-
color: #e9bef1;
|
|
2662
|
-
border: 1px solid;
|
|
2663
|
-
}
|
|
2664
|
-
.p-button.p-button-help.p-button-outlinedbutton:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlinedbutton:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlinedbutton:enabled:hover, .p-fileupload-choose.p-button-help.p-button-outlinedbutton:enabled:hover {
|
|
2665
|
-
background: rgba(233, 190, 241, 0.04);
|
|
2666
|
-
color: #e9bef1;
|
|
2667
|
-
border: 1px solid;
|
|
2668
|
-
}
|
|
2669
|
-
.p-button.p-button-help.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-help.p-button-outlinedbutton:enabled:active {
|
|
2670
|
-
background: rgba(233, 190, 241, 0.16);
|
|
2671
|
-
color: #e9bef1;
|
|
2672
|
-
border: 1px solid;
|
|
2673
|
-
}
|
|
2674
|
-
.p-button.p-button-help.p-button-outlined:not(button):not(.p-disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-help.p-button-outlined:not(button):not(.p-disabled):hover {
|
|
2675
|
-
background: rgba(233, 190, 241, 0.04);
|
|
2676
|
-
color: #e9bef1;
|
|
2677
|
-
border: 1px solid;
|
|
2678
|
-
}
|
|
2679
|
-
.p-button.p-button-help.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(button):not(.p-disabled):active {
|
|
2680
|
-
background: rgba(233, 190, 241, 0.16);
|
|
2681
|
-
color: #e9bef1;
|
|
2682
|
-
border: 1px solid;
|
|
2683
|
-
}
|
|
2684
|
-
.p-button.p-button-help.p-button-outlineda:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlineda:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlineda:enabled:hover, .p-fileupload-choose.p-button-help.p-button-outlineda:enabled:hover {
|
|
2685
|
-
background: rgba(233, 190, 241, 0.04);
|
|
2686
|
-
color: #e9bef1;
|
|
2687
|
-
border: 1px solid;
|
|
2688
|
-
}
|
|
2689
|
-
.p-button.p-button-help.p-button-outlineda:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-help.p-button-outlineda:enabled:active {
|
|
2690
|
-
background: rgba(233, 190, 241, 0.16);
|
|
2691
|
-
color: #e9bef1;
|
|
2692
|
-
border: 1px solid;
|
|
2693
|
-
}
|
|
2694
|
-
.p-button.p-button-help.p-button-outlined:not(a):not(.p-disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-help.p-button-outlined:not(a):not(.p-disabled):hover {
|
|
2695
|
-
background: rgba(233, 190, 241, 0.04);
|
|
2696
|
-
color: #e9bef1;
|
|
2697
|
-
border: 1px solid;
|
|
2698
|
-
}
|
|
2699
|
-
.p-button.p-button-help.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(a):not(.p-disabled):active {
|
|
2700
|
-
background: rgba(233, 190, 241, 0.16);
|
|
2701
|
-
color: #e9bef1;
|
|
2702
|
-
border: 1px solid;
|
|
2703
|
-
}
|
|
2704
|
-
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text, .p-fileupload-choose.p-button-help.p-button-text {
|
|
2705
|
-
background-color: transparent;
|
|
2706
|
-
color: #e9bef1;
|
|
2707
|
-
border-color: transparent;
|
|
2708
|
-
}
|
|
2709
|
-
.p-button.p-button-help.p-button-textbutton:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-textbutton:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-textbutton:enabled:hover, .p-fileupload-choose.p-button-help.p-button-textbutton:enabled:hover {
|
|
2710
|
-
background: rgba(233, 190, 241, 0.04);
|
|
2711
|
-
border-color: transparent;
|
|
2712
|
-
color: #e9bef1;
|
|
2713
|
-
}
|
|
2714
|
-
.p-button.p-button-help.p-button-textbutton:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-help.p-button-textbutton:enabled:active {
|
|
2715
|
-
background: rgba(233, 190, 241, 0.16);
|
|
2716
|
-
border-color: transparent;
|
|
2088
|
+
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined, .p-fileupload-choose.p-button-help.p-button-outlined {
|
|
2089
|
+
background-color: transparent;
|
|
2717
2090
|
color: #e9bef1;
|
|
2091
|
+
border: 1px solid;
|
|
2718
2092
|
}
|
|
2719
|
-
.p-button.p-button-help.p-button-
|
|
2093
|
+
.p-button.p-button-help.p-button-outlined:enabled:hover, .p-button.p-button-help.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-help.p-button-outlined:enabled:hover, .p-fileupload-choose.p-button-help.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
|
|
2720
2094
|
background: rgba(233, 190, 241, 0.04);
|
|
2721
|
-
border-color: transparent;
|
|
2722
2095
|
color: #e9bef1;
|
|
2096
|
+
border: 1px solid;
|
|
2723
2097
|
}
|
|
2724
|
-
.p-button.p-button-help.p-button-
|
|
2098
|
+
.p-button.p-button-help.p-button-outlined:enabled:active, .p-button.p-button-help.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-help.p-button-outlined:not(button):not(a):not(.p-disabled):active {
|
|
2725
2099
|
background: rgba(233, 190, 241, 0.16);
|
|
2726
|
-
border-color: transparent;
|
|
2727
2100
|
color: #e9bef1;
|
|
2101
|
+
border: 1px solid;
|
|
2728
2102
|
}
|
|
2729
|
-
.p-button.p-button-help.p-button-
|
|
2730
|
-
background:
|
|
2731
|
-
border-color: transparent;
|
|
2103
|
+
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text, .p-fileupload-choose.p-button-help.p-button-text {
|
|
2104
|
+
background-color: transparent;
|
|
2732
2105
|
color: #e9bef1;
|
|
2733
|
-
}
|
|
2734
|
-
.p-button.p-button-help.p-button-texta:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-texta:enabled:active, .p-fileupload-choose.p-button-help.p-button-texta:enabled:active {
|
|
2735
|
-
background: rgba(233, 190, 241, 0.16);
|
|
2736
2106
|
border-color: transparent;
|
|
2737
|
-
color: #e9bef1;
|
|
2738
2107
|
}
|
|
2739
|
-
.p-button.p-button-help.p-button-text:not(a):not(.p-disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-help.p-button-text:not(a):not(.p-disabled):hover {
|
|
2108
|
+
.p-button.p-button-help.p-button-text:enabled:hover, .p-button.p-button-help.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-help.p-button-text:enabled:hover, .p-fileupload-choose.p-button-help.p-button-text:not(button):not(a):not(.p-disabled):hover {
|
|
2740
2109
|
background: rgba(233, 190, 241, 0.04);
|
|
2741
2110
|
border-color: transparent;
|
|
2742
2111
|
color: #e9bef1;
|
|
2743
2112
|
}
|
|
2744
|
-
.p-button.p-button-help.p-button-text:not(a):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(a):not(.p-disabled):active {
|
|
2113
|
+
.p-button.p-button-help.p-button-text:enabled:active, .p-button.p-button-help.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-help.p-button-text:enabled:active, .p-fileupload-choose.p-button-help.p-button-text:not(button):not(a):not(.p-disabled):active {
|
|
2745
2114
|
background: rgba(233, 190, 241, 0.16);
|
|
2746
2115
|
border-color: transparent;
|
|
2747
2116
|
color: #e9bef1;
|
|
@@ -2752,54 +2121,15 @@
|
|
|
2752
2121
|
background: #F4B6B6;
|
|
2753
2122
|
border: 1px solid #E38787;
|
|
2754
2123
|
}
|
|
2755
|
-
.p-button.p-button-
|
|
2756
|
-
background: #EF9999;
|
|
2757
|
-
color: #262222;
|
|
2758
|
-
border-color: #CB5858;
|
|
2759
|
-
}
|
|
2760
|
-
.p-button.p-button-dangerbutton:enabled:focus, .p-buttonset.p-button-danger > .p-buttonbutton:enabled:focus, .p-splitbutton.p-button-danger > .p-buttonbutton:enabled:focus, .p-fileupload-choose.p-button-dangerbutton:enabled:focus {
|
|
2761
|
-
box-shadow: 0 0 0 0.2rem #fbe2e2;
|
|
2762
|
-
}
|
|
2763
|
-
.p-button.p-button-dangerbutton:enabled:active, .p-buttonset.p-button-danger > .p-buttonbutton:enabled:active, .p-splitbutton.p-button-danger > .p-buttonbutton:enabled:active, .p-fileupload-choose.p-button-dangerbutton:enabled:active {
|
|
2764
|
-
background: #EB5656;
|
|
2765
|
-
color: #262222;
|
|
2766
|
-
border-color: #B73737;
|
|
2767
|
-
}
|
|
2768
|
-
.p-button.p-button-danger:not(button):not(.p-disabled):hover, .p-buttonset.p-button-danger > .p-button:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-danger:not(button):not(.p-disabled):hover {
|
|
2769
|
-
background: #EF9999;
|
|
2770
|
-
color: #262222;
|
|
2771
|
-
border-color: #CB5858;
|
|
2772
|
-
}
|
|
2773
|
-
.p-button.p-button-danger:not(button):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger:not(button):not(.p-disabled):focus {
|
|
2774
|
-
box-shadow: 0 0 0 0.2rem #fbe2e2;
|
|
2775
|
-
}
|
|
2776
|
-
.p-button.p-button-danger:not(button):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button:not(button):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-danger:not(button):not(.p-disabled):active {
|
|
2777
|
-
background: #EB5656;
|
|
2778
|
-
color: #262222;
|
|
2779
|
-
border-color: #B73737;
|
|
2780
|
-
}
|
|
2781
|
-
.p-button.p-button-dangera:enabled:hover, .p-buttonset.p-button-danger > .p-buttona:enabled:hover, .p-splitbutton.p-button-danger > .p-buttona:enabled:hover, .p-fileupload-choose.p-button-dangera:enabled:hover {
|
|
2782
|
-
background: #EF9999;
|
|
2783
|
-
color: #262222;
|
|
2784
|
-
border-color: #CB5858;
|
|
2785
|
-
}
|
|
2786
|
-
.p-button.p-button-dangera:enabled:focus, .p-buttonset.p-button-danger > .p-buttona:enabled:focus, .p-splitbutton.p-button-danger > .p-buttona:enabled:focus, .p-fileupload-choose.p-button-dangera:enabled:focus {
|
|
2787
|
-
box-shadow: 0 0 0 0.2rem #fbe2e2;
|
|
2788
|
-
}
|
|
2789
|
-
.p-button.p-button-dangera:enabled:active, .p-buttonset.p-button-danger > .p-buttona:enabled:active, .p-splitbutton.p-button-danger > .p-buttona:enabled:active, .p-fileupload-choose.p-button-dangera:enabled:active {
|
|
2790
|
-
background: #EB5656;
|
|
2791
|
-
color: #262222;
|
|
2792
|
-
border-color: #B73737;
|
|
2793
|
-
}
|
|
2794
|
-
.p-button.p-button-danger:not(a):not(.p-disabled):hover, .p-buttonset.p-button-danger > .p-button:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-danger:not(a):not(.p-disabled):hover {
|
|
2124
|
+
.p-button.p-button-danger:enabled:hover, .p-button.p-button-danger:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-danger > .p-button:enabled:hover, .p-buttonset.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-danger > .p-button:enabled:hover, .p-splitbutton.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-danger:enabled:hover, .p-fileupload-choose.p-button-danger:not(button):not(a):not(.p-disabled):hover {
|
|
2795
2125
|
background: #EF9999;
|
|
2796
2126
|
color: #262222;
|
|
2797
2127
|
border-color: #CB5858;
|
|
2798
2128
|
}
|
|
2799
|
-
.p-button.p-button-danger:not(a):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger:not(a):not(.p-disabled):focus {
|
|
2129
|
+
.p-button.p-button-danger:enabled:focus, .p-button.p-button-danger:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-buttonset.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger:enabled:focus, .p-fileupload-choose.p-button-danger:not(button):not(a):not(.p-disabled):focus {
|
|
2800
2130
|
box-shadow: 0 0 0 0.2rem #fbe2e2;
|
|
2801
2131
|
}
|
|
2802
|
-
.p-button.p-button-danger:not(a):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button:not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-danger:not(a):not(.p-disabled):active {
|
|
2132
|
+
.p-button.p-button-danger:enabled:active, .p-button.p-button-danger:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button:enabled:active, .p-buttonset.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button:enabled:active, .p-splitbutton.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-danger:enabled:active, .p-fileupload-choose.p-button-danger:not(button):not(a):not(.p-disabled):active {
|
|
2803
2133
|
background: #EB5656;
|
|
2804
2134
|
color: #262222;
|
|
2805
2135
|
border-color: #B73737;
|
|
@@ -2809,42 +2139,12 @@
|
|
|
2809
2139
|
color: #F4B6B6;
|
|
2810
2140
|
border: 1px solid;
|
|
2811
2141
|
}
|
|
2812
|
-
.p-button.p-button-danger.p-button-
|
|
2813
|
-
background: rgba(244, 182, 182, 0.04);
|
|
2814
|
-
color: #F4B6B6;
|
|
2815
|
-
border: 1px solid;
|
|
2816
|
-
}
|
|
2817
|
-
.p-button.p-button-danger.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-danger.p-button-outlinedbutton:enabled:active {
|
|
2818
|
-
background: rgba(244, 182, 182, 0.16);
|
|
2819
|
-
color: #F4B6B6;
|
|
2820
|
-
border: 1px solid;
|
|
2821
|
-
}
|
|
2822
|
-
.p-button.p-button-danger.p-button-outlined:not(button):not(.p-disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-danger.p-button-outlined:not(button):not(.p-disabled):hover {
|
|
2823
|
-
background: rgba(244, 182, 182, 0.04);
|
|
2824
|
-
color: #F4B6B6;
|
|
2825
|
-
border: 1px solid;
|
|
2826
|
-
}
|
|
2827
|
-
.p-button.p-button-danger.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(button):not(.p-disabled):active {
|
|
2828
|
-
background: rgba(244, 182, 182, 0.16);
|
|
2829
|
-
color: #F4B6B6;
|
|
2830
|
-
border: 1px solid;
|
|
2831
|
-
}
|
|
2832
|
-
.p-button.p-button-danger.p-button-outlineda:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlineda:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlineda:enabled:hover, .p-fileupload-choose.p-button-danger.p-button-outlineda:enabled:hover {
|
|
2833
|
-
background: rgba(244, 182, 182, 0.04);
|
|
2834
|
-
color: #F4B6B6;
|
|
2835
|
-
border: 1px solid;
|
|
2836
|
-
}
|
|
2837
|
-
.p-button.p-button-danger.p-button-outlineda:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-danger.p-button-outlineda:enabled:active {
|
|
2838
|
-
background: rgba(244, 182, 182, 0.16);
|
|
2839
|
-
color: #F4B6B6;
|
|
2840
|
-
border: 1px solid;
|
|
2841
|
-
}
|
|
2842
|
-
.p-button.p-button-danger.p-button-outlined:not(a):not(.p-disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-danger.p-button-outlined:not(a):not(.p-disabled):hover {
|
|
2142
|
+
.p-button.p-button-danger.p-button-outlined:enabled:hover, .p-button.p-button-danger.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-danger.p-button-outlined:enabled:hover, .p-fileupload-choose.p-button-danger.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
|
|
2843
2143
|
background: rgba(244, 182, 182, 0.04);
|
|
2844
2144
|
color: #F4B6B6;
|
|
2845
2145
|
border: 1px solid;
|
|
2846
2146
|
}
|
|
2847
|
-
.p-button.p-button-danger.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(a):not(.p-disabled):active {
|
|
2147
|
+
.p-button.p-button-danger.p-button-outlined:enabled:active, .p-button.p-button-danger.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(button):not(a):not(.p-disabled):active {
|
|
2848
2148
|
background: rgba(244, 182, 182, 0.16);
|
|
2849
2149
|
color: #F4B6B6;
|
|
2850
2150
|
border: 1px solid;
|
|
@@ -2854,42 +2154,12 @@
|
|
|
2854
2154
|
color: #F4B6B6;
|
|
2855
2155
|
border-color: transparent;
|
|
2856
2156
|
}
|
|
2857
|
-
.p-button.p-button-danger.p-button-
|
|
2858
|
-
background: rgba(244, 182, 182, 0.04);
|
|
2859
|
-
border-color: transparent;
|
|
2860
|
-
color: #F4B6B6;
|
|
2861
|
-
}
|
|
2862
|
-
.p-button.p-button-danger.p-button-textbutton:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-danger.p-button-textbutton:enabled:active {
|
|
2863
|
-
background: rgba(244, 182, 182, 0.16);
|
|
2864
|
-
border-color: transparent;
|
|
2865
|
-
color: #F4B6B6;
|
|
2866
|
-
}
|
|
2867
|
-
.p-button.p-button-danger.p-button-text:not(button):not(.p-disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-danger.p-button-text:not(button):not(.p-disabled):hover {
|
|
2868
|
-
background: rgba(244, 182, 182, 0.04);
|
|
2869
|
-
border-color: transparent;
|
|
2870
|
-
color: #F4B6B6;
|
|
2871
|
-
}
|
|
2872
|
-
.p-button.p-button-danger.p-button-text:not(button):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(button):not(.p-disabled):active {
|
|
2873
|
-
background: rgba(244, 182, 182, 0.16);
|
|
2874
|
-
border-color: transparent;
|
|
2875
|
-
color: #F4B6B6;
|
|
2876
|
-
}
|
|
2877
|
-
.p-button.p-button-danger.p-button-texta:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-texta:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-texta:enabled:hover, .p-fileupload-choose.p-button-danger.p-button-texta:enabled:hover {
|
|
2878
|
-
background: rgba(244, 182, 182, 0.04);
|
|
2879
|
-
border-color: transparent;
|
|
2880
|
-
color: #F4B6B6;
|
|
2881
|
-
}
|
|
2882
|
-
.p-button.p-button-danger.p-button-texta:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-texta:enabled:active, .p-fileupload-choose.p-button-danger.p-button-texta:enabled:active {
|
|
2883
|
-
background: rgba(244, 182, 182, 0.16);
|
|
2884
|
-
border-color: transparent;
|
|
2885
|
-
color: #F4B6B6;
|
|
2886
|
-
}
|
|
2887
|
-
.p-button.p-button-danger.p-button-text:not(a):not(.p-disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-danger.p-button-text:not(a):not(.p-disabled):hover {
|
|
2157
|
+
.p-button.p-button-danger.p-button-text:enabled:hover, .p-button.p-button-danger.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-danger.p-button-text:enabled:hover, .p-fileupload-choose.p-button-danger.p-button-text:not(button):not(a):not(.p-disabled):hover {
|
|
2888
2158
|
background: rgba(244, 182, 182, 0.04);
|
|
2889
2159
|
border-color: transparent;
|
|
2890
2160
|
color: #F4B6B6;
|
|
2891
2161
|
}
|
|
2892
|
-
.p-button.p-button-danger.p-button-text:not(a):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(a):not(.p-disabled):active {
|
|
2162
|
+
.p-button.p-button-danger.p-button-text:enabled:active, .p-button.p-button-danger.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:enabled:active, .p-fileupload-choose.p-button-danger.p-button-text:not(button):not(a):not(.p-disabled):active {
|
|
2893
2163
|
background: rgba(244, 182, 182, 0.16);
|
|
2894
2164
|
border-color: transparent;
|
|
2895
2165
|
color: #F4B6B6;
|
|
@@ -2900,74 +2170,20 @@
|
|
|
2900
2170
|
background: transparent;
|
|
2901
2171
|
border: transparent;
|
|
2902
2172
|
}
|
|
2903
|
-
.p-button.p-button-
|
|
2904
|
-
background: transparent;
|
|
2905
|
-
color: #617c8a;
|
|
2906
|
-
border-color: transparent;
|
|
2907
|
-
}
|
|
2908
|
-
.p-button.p-button-linkbutton:enabled:hover .p-button-label {
|
|
2909
|
-
text-decoration: underline;
|
|
2910
|
-
}
|
|
2911
|
-
.p-button.p-button-linkbutton:enabled:focus {
|
|
2912
|
-
background: transparent;
|
|
2913
|
-
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
|
2914
|
-
border-color: transparent;
|
|
2915
|
-
}
|
|
2916
|
-
.p-button.p-button-linkbutton:enabled:active {
|
|
2917
|
-
background: transparent;
|
|
2918
|
-
color: #617c8a;
|
|
2919
|
-
border-color: transparent;
|
|
2920
|
-
}
|
|
2921
|
-
.p-button.p-button-link:not(button):not(.p-disabled):hover {
|
|
2922
|
-
background: transparent;
|
|
2923
|
-
color: #617c8a;
|
|
2924
|
-
border-color: transparent;
|
|
2925
|
-
}
|
|
2926
|
-
.p-button.p-button-link:not(button):not(.p-disabled):hover .p-button-label {
|
|
2927
|
-
text-decoration: underline;
|
|
2928
|
-
}
|
|
2929
|
-
.p-button.p-button-link:not(button):not(.p-disabled):focus {
|
|
2930
|
-
background: transparent;
|
|
2931
|
-
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
|
2932
|
-
border-color: transparent;
|
|
2933
|
-
}
|
|
2934
|
-
.p-button.p-button-link:not(button):not(.p-disabled):active {
|
|
2935
|
-
background: transparent;
|
|
2936
|
-
color: #617c8a;
|
|
2937
|
-
border-color: transparent;
|
|
2938
|
-
}
|
|
2939
|
-
.p-button.p-button-linka:enabled:hover {
|
|
2940
|
-
background: transparent;
|
|
2941
|
-
color: #617c8a;
|
|
2942
|
-
border-color: transparent;
|
|
2943
|
-
}
|
|
2944
|
-
.p-button.p-button-linka:enabled:hover .p-button-label {
|
|
2945
|
-
text-decoration: underline;
|
|
2946
|
-
}
|
|
2947
|
-
.p-button.p-button-linka:enabled:focus {
|
|
2948
|
-
background: transparent;
|
|
2949
|
-
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
|
2950
|
-
border-color: transparent;
|
|
2951
|
-
}
|
|
2952
|
-
.p-button.p-button-linka:enabled:active {
|
|
2953
|
-
background: transparent;
|
|
2954
|
-
color: #617c8a;
|
|
2955
|
-
border-color: transparent;
|
|
2956
|
-
}
|
|
2957
|
-
.p-button.p-button-link:not(a):not(.p-disabled):hover {
|
|
2173
|
+
.p-button.p-button-link:enabled:hover, .p-button.p-button-link:not(button):not(a):not(.p-disabled):hover {
|
|
2958
2174
|
background: transparent;
|
|
2959
2175
|
color: #617c8a;
|
|
2960
2176
|
border-color: transparent;
|
|
2961
2177
|
}
|
|
2962
|
-
.p-button.p-button-link:not(a):not(.p-disabled):hover .p-button-label {
|
|
2178
|
+
.p-button.p-button-link:enabled:hover .p-button-label, .p-button.p-button-link:not(button):not(a):not(.p-disabled):hover .p-button-label {
|
|
2963
2179
|
text-decoration: underline;
|
|
2964
2180
|
}
|
|
2965
|
-
.p-button.p-button-link:not(a):not(.p-disabled):focus {
|
|
2181
|
+
.p-button.p-button-link:enabled:focus, .p-button.p-button-link:not(button):not(a):not(.p-disabled):focus {
|
|
2966
2182
|
background: transparent;
|
|
2967
2183
|
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
|
2968
2184
|
border-color: transparent;
|
|
2969
2185
|
}
|
|
2970
|
-
.p-button.p-button-link:not(a):not(.p-disabled):active {
|
|
2186
|
+
.p-button.p-button-link:enabled:active, .p-button.p-button-link:not(button):not(a):not(.p-disabled):active {
|
|
2971
2187
|
background: transparent;
|
|
2972
2188
|
color: #617c8a;
|
|
2973
2189
|
border-color: transparent;
|
|
@@ -3207,6 +2423,9 @@
|
|
|
3207
2423
|
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
|
|
3208
2424
|
margin-right: 0.5rem;
|
|
3209
2425
|
}
|
|
2426
|
+
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
|
|
2427
|
+
font-weight: 700;
|
|
2428
|
+
}
|
|
3210
2429
|
.p-datatable .p-datatable-tbody > tr > td.p-highlight {
|
|
3211
2430
|
background: #AFD3C8;
|
|
3212
2431
|
color: #385048;
|
|
@@ -3221,7 +2440,7 @@
|
|
|
3221
2440
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
|
3222
2441
|
box-shadow: inset 0 -2px 0 0 #AFD3C8;
|
|
3223
2442
|
}
|
|
3224
|
-
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
|
2443
|
+
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-datatable-emptymessage):hover {
|
|
3225
2444
|
background: #eaeaea;
|
|
3226
2445
|
color: #666666;
|
|
3227
2446
|
}
|
|
@@ -3384,6 +2603,126 @@
|
|
|
3384
2603
|
border-bottom-right-radius: 2px;
|
|
3385
2604
|
}
|
|
3386
2605
|
|
|
2606
|
+
.p-column-filter-row .p-column-filter-menu-button,
|
|
2607
|
+
.p-column-filter-row .p-column-filter-clear-button {
|
|
2608
|
+
margin-left: 0.5rem;
|
|
2609
|
+
}
|
|
2610
|
+
|
|
2611
|
+
.p-column-filter-menu-button {
|
|
2612
|
+
width: 2rem;
|
|
2613
|
+
height: 2rem;
|
|
2614
|
+
color: #a6a6a6;
|
|
2615
|
+
border: 0 none;
|
|
2616
|
+
background: transparent;
|
|
2617
|
+
border-radius: 50%;
|
|
2618
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2619
|
+
}
|
|
2620
|
+
.p-column-filter-menu-button:hover {
|
|
2621
|
+
color: #666666;
|
|
2622
|
+
border-color: transparent;
|
|
2623
|
+
background: transparent;
|
|
2624
|
+
}
|
|
2625
|
+
.p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
|
|
2626
|
+
background: transparent;
|
|
2627
|
+
color: #666666;
|
|
2628
|
+
}
|
|
2629
|
+
.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
|
|
2630
|
+
background: #AFD3C8;
|
|
2631
|
+
color: #385048;
|
|
2632
|
+
}
|
|
2633
|
+
.p-column-filter-menu-button:focus {
|
|
2634
|
+
outline: 0 none;
|
|
2635
|
+
outline-offset: 0;
|
|
2636
|
+
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
|
2637
|
+
}
|
|
2638
|
+
|
|
2639
|
+
.p-column-filter-clear-button {
|
|
2640
|
+
width: 2rem;
|
|
2641
|
+
height: 2rem;
|
|
2642
|
+
color: #a6a6a6;
|
|
2643
|
+
border: 0 none;
|
|
2644
|
+
background: transparent;
|
|
2645
|
+
border-radius: 50%;
|
|
2646
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2647
|
+
}
|
|
2648
|
+
.p-column-filter-clear-button:hover {
|
|
2649
|
+
color: #666666;
|
|
2650
|
+
border-color: transparent;
|
|
2651
|
+
background: transparent;
|
|
2652
|
+
}
|
|
2653
|
+
.p-column-filter-clear-button:focus {
|
|
2654
|
+
outline: 0 none;
|
|
2655
|
+
outline-offset: 0;
|
|
2656
|
+
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
|
2657
|
+
}
|
|
2658
|
+
|
|
2659
|
+
.p-column-filter-overlay {
|
|
2660
|
+
background: #ffffff;
|
|
2661
|
+
color: #666666;
|
|
2662
|
+
border: 1px solid #eaeaea;
|
|
2663
|
+
border-radius: 2px;
|
|
2664
|
+
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
|
|
2665
|
+
min-width: 12.5rem;
|
|
2666
|
+
}
|
|
2667
|
+
.p-column-filter-overlay .p-column-filter-row-items {
|
|
2668
|
+
padding: 0;
|
|
2669
|
+
}
|
|
2670
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
|
|
2671
|
+
margin: 0;
|
|
2672
|
+
padding: 0.429rem 0.857rem;
|
|
2673
|
+
border: 0 none;
|
|
2674
|
+
color: #666666;
|
|
2675
|
+
background: transparent;
|
|
2676
|
+
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
2677
|
+
border-radius: 0;
|
|
2678
|
+
}
|
|
2679
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
|
|
2680
|
+
color: #385048;
|
|
2681
|
+
background: #AFD3C8;
|
|
2682
|
+
}
|
|
2683
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
|
|
2684
|
+
color: #666666;
|
|
2685
|
+
background: #f4f4f4;
|
|
2686
|
+
}
|
|
2687
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
|
|
2688
|
+
outline: 0 none;
|
|
2689
|
+
outline-offset: 0;
|
|
2690
|
+
box-shadow: inset 0 0 0 0.2rem #e4e9ec;
|
|
2691
|
+
}
|
|
2692
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
|
|
2693
|
+
border-top: 1px solid #dadada;
|
|
2694
|
+
margin: 0;
|
|
2695
|
+
}
|
|
2696
|
+
|
|
2697
|
+
.p-column-filter-overlay-menu .p-column-filter-operator {
|
|
2698
|
+
padding: 0.429rem 0.857rem;
|
|
2699
|
+
border-bottom: 1px solid #dadada;
|
|
2700
|
+
color: #666666;
|
|
2701
|
+
background: #ffffff;
|
|
2702
|
+
margin: 0;
|
|
2703
|
+
border-top-right-radius: 2px;
|
|
2704
|
+
border-top-left-radius: 2px;
|
|
2705
|
+
}
|
|
2706
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint {
|
|
2707
|
+
padding: 0.571rem 1rem;
|
|
2708
|
+
border-bottom: 1px solid #dadada;
|
|
2709
|
+
}
|
|
2710
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
|
|
2711
|
+
margin-bottom: 0.5rem;
|
|
2712
|
+
}
|
|
2713
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
|
|
2714
|
+
margin-top: 0.5rem;
|
|
2715
|
+
}
|
|
2716
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
|
|
2717
|
+
border-bottom: 0 none;
|
|
2718
|
+
}
|
|
2719
|
+
.p-column-filter-overlay-menu .p-column-filter-add-rule {
|
|
2720
|
+
padding: 0.571rem 1rem;
|
|
2721
|
+
}
|
|
2722
|
+
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
|
|
2723
|
+
padding: 0.571rem 1rem;
|
|
2724
|
+
}
|
|
2725
|
+
|
|
3387
2726
|
.fc {
|
|
3388
2727
|
/* FullCalendar 4 */
|
|
3389
2728
|
/* FullCalendar 5 */
|
|
@@ -3667,6 +3006,10 @@
|
|
|
3667
3006
|
border-top-right-radius: 2px;
|
|
3668
3007
|
border-bottom-right-radius: 2px;
|
|
3669
3008
|
}
|
|
3009
|
+
.fc.fc-theme-standard .fc-highlight {
|
|
3010
|
+
color: #385048;
|
|
3011
|
+
background: #AFD3C8;
|
|
3012
|
+
}
|
|
3670
3013
|
|
|
3671
3014
|
.p-orderlist .p-orderlist-controls {
|
|
3672
3015
|
padding: 0.571rem 1rem;
|
|
@@ -3799,12 +3142,12 @@
|
|
|
3799
3142
|
color: #666666;
|
|
3800
3143
|
}
|
|
3801
3144
|
.p-paginator .p-paginator-first {
|
|
3802
|
-
border-top-left-radius:
|
|
3803
|
-
border-bottom-left-radius:
|
|
3145
|
+
border-top-left-radius: 0;
|
|
3146
|
+
border-bottom-left-radius: 0;
|
|
3804
3147
|
}
|
|
3805
3148
|
.p-paginator .p-paginator-last {
|
|
3806
|
-
border-top-right-radius:
|
|
3807
|
-
border-bottom-right-radius:
|
|
3149
|
+
border-top-right-radius: 0;
|
|
3150
|
+
border-bottom-right-radius: 0;
|
|
3808
3151
|
}
|
|
3809
3152
|
.p-paginator .p-dropdown {
|
|
3810
3153
|
margin-left: 0.5rem;
|
|
@@ -4007,6 +3350,12 @@
|
|
|
4007
3350
|
.p-tree .p-tree-loading-icon {
|
|
4008
3351
|
font-size: 2rem;
|
|
4009
3352
|
}
|
|
3353
|
+
.p-tree .p-treenode-droppoint {
|
|
3354
|
+
height: 0.5rem;
|
|
3355
|
+
}
|
|
3356
|
+
.p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
|
|
3357
|
+
background: #7db8a6;
|
|
3358
|
+
}
|
|
4010
3359
|
|
|
4011
3360
|
.p-treetable .p-paginator-top {
|
|
4012
3361
|
border-width: 1px 1px 0 1px;
|
|
@@ -4471,6 +3820,9 @@
|
|
|
4471
3820
|
border-color: #dadada;
|
|
4472
3821
|
color: #385048;
|
|
4473
3822
|
}
|
|
3823
|
+
.p-tabview .p-tabview-close {
|
|
3824
|
+
margin-left: 0.5rem;
|
|
3825
|
+
}
|
|
4474
3826
|
.p-tabview .p-tabview-nav-btn.p-link {
|
|
4475
3827
|
background: #AFD3C8;
|
|
4476
3828
|
color: #385048;
|
|
@@ -4611,10 +3963,6 @@
|
|
|
4611
3963
|
margin-left: 1rem;
|
|
4612
3964
|
}
|
|
4613
3965
|
|
|
4614
|
-
.p-dialog-mask.p-component-overlay {
|
|
4615
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
4616
|
-
}
|
|
4617
|
-
|
|
4618
3966
|
.p-overlaypanel {
|
|
4619
3967
|
background: #ffffff;
|
|
4620
3968
|
color: #666666;
|
|
@@ -4695,10 +4043,6 @@
|
|
|
4695
4043
|
padding: 0.571rem 1rem;
|
|
4696
4044
|
}
|
|
4697
4045
|
|
|
4698
|
-
.p-sidebar-mask.p-component-overlay {
|
|
4699
|
-
background: rgba(0, 0, 0, 0.4);
|
|
4700
|
-
}
|
|
4701
|
-
|
|
4702
4046
|
.p-tooltip .p-tooltip-text {
|
|
4703
4047
|
background: #AFD3C8;
|
|
4704
4048
|
color: #385048;
|
|
@@ -4787,6 +4131,7 @@
|
|
|
4787
4131
|
color: #666666;
|
|
4788
4132
|
border: 1px solid #eaeaea;
|
|
4789
4133
|
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
|
|
4134
|
+
border-radius: 2px;
|
|
4790
4135
|
width: 12.5rem;
|
|
4791
4136
|
}
|
|
4792
4137
|
.p-contextmenu .p-menuitem-link {
|
|
@@ -4828,6 +4173,7 @@
|
|
|
4828
4173
|
background: #ffffff;
|
|
4829
4174
|
border: 1px solid #eaeaea;
|
|
4830
4175
|
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
|
|
4176
|
+
border-radius: 2px;
|
|
4831
4177
|
}
|
|
4832
4178
|
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
|
|
4833
4179
|
background: #eaeaea;
|
|
@@ -4859,30 +4205,30 @@
|
|
|
4859
4205
|
width: 4rem;
|
|
4860
4206
|
height: 4rem;
|
|
4861
4207
|
}
|
|
4862
|
-
.p-dock.p-dock-top .p-dock-item-second-prev,
|
|
4863
|
-
.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
|
|
4864
|
-
.p-dock.p-dock-bottom .p-dock-item-second-next {
|
|
4208
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
|
|
4209
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-prev,
|
|
4210
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-next {
|
|
4865
4211
|
margin: 0 0.9rem;
|
|
4866
4212
|
}
|
|
4867
|
-
.p-dock.p-dock-top .p-dock-item-prev,
|
|
4868
|
-
.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
|
|
4869
|
-
.p-dock.p-dock-bottom .p-dock-item-next {
|
|
4213
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-prev,
|
|
4214
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
|
|
4215
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-next {
|
|
4870
4216
|
margin: 0 1.3rem;
|
|
4871
4217
|
}
|
|
4872
|
-
.p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
|
|
4218
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-current {
|
|
4873
4219
|
margin: 0 1.5rem;
|
|
4874
4220
|
}
|
|
4875
|
-
.p-dock.p-dock-left .p-dock-item-second-prev,
|
|
4876
|
-
.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
|
|
4877
|
-
.p-dock.p-dock-right .p-dock-item-second-next {
|
|
4221
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-prev,
|
|
4222
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-prev,
|
|
4223
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-next {
|
|
4878
4224
|
margin: 0.9rem 0;
|
|
4879
4225
|
}
|
|
4880
|
-
.p-dock.p-dock-left .p-dock-item-prev,
|
|
4881
|
-
.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
|
|
4882
|
-
.p-dock.p-dock-right .p-dock-item-next {
|
|
4226
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-prev,
|
|
4227
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-prev,
|
|
4228
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-next {
|
|
4883
4229
|
margin: 1.3rem 0;
|
|
4884
4230
|
}
|
|
4885
|
-
.p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
|
|
4231
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-current {
|
|
4886
4232
|
margin: 1.5rem 0;
|
|
4887
4233
|
}
|
|
4888
4234
|
|