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:#262626;
|
|
41
41
|
--surface-border:hsla(0,0%,100%,.12);
|
|
42
42
|
--surface-hover:hsla(0,0%,100%,.04);
|
|
43
|
+
--maskbg: rgba(0, 0, 0, 0.32);
|
|
44
|
+
--focus-ring: none;
|
|
43
45
|
}
|
|
44
46
|
|
|
45
47
|
/* roboto-regular - latin-ext_latin */
|
|
@@ -79,7 +81,6 @@
|
|
|
79
81
|
.p-component-overlay {
|
|
80
82
|
background-color: rgba(0, 0, 0, 0.32);
|
|
81
83
|
transition-duration: 0.2s;
|
|
82
|
-
--maskbg: rgba(0, 0, 0, 0.32);
|
|
83
84
|
}
|
|
84
85
|
|
|
85
86
|
.p-disabled, .p-component:disabled {
|
|
@@ -769,7 +770,7 @@
|
|
|
769
770
|
}
|
|
770
771
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
|
|
771
772
|
padding-right: 2rem;
|
|
772
|
-
margin-right: 2rem;
|
|
773
|
+
margin-right: -2rem;
|
|
773
774
|
}
|
|
774
775
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
|
|
775
776
|
right: 1rem;
|
|
@@ -777,6 +778,7 @@
|
|
|
777
778
|
}
|
|
778
779
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-clearable-filter .p-dropdown-filter {
|
|
779
780
|
padding-right: 4rem;
|
|
781
|
+
margin-right: -4rem;
|
|
780
782
|
}
|
|
781
783
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-clearable-filter .p-dropdown-filter-clear-icon {
|
|
782
784
|
right: 3rem;
|
|
@@ -1489,7 +1491,7 @@
|
|
|
1489
1491
|
.p-rating .p-rating-icon:first-child {
|
|
1490
1492
|
margin-left: 0;
|
|
1491
1493
|
}
|
|
1492
|
-
.p-rating .p-rating-icon.pi-star {
|
|
1494
|
+
.p-rating .p-rating-icon.pi-star-fill {
|
|
1493
1495
|
color: #CE93D8;
|
|
1494
1496
|
}
|
|
1495
1497
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
|
@@ -1744,42 +1746,12 @@
|
|
|
1744
1746
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
1745
1747
|
border-radius: 4px;
|
|
1746
1748
|
}
|
|
1747
|
-
.p-
|
|
1748
|
-
background: rgba(206, 147, 216, 0.92);
|
|
1749
|
-
color: #121212;
|
|
1750
|
-
border-color: transparent;
|
|
1751
|
-
}
|
|
1752
|
-
.p-buttonbutton:enabled:active {
|
|
1753
|
-
background: rgba(206, 147, 216, 0.68);
|
|
1754
|
-
color: #121212;
|
|
1755
|
-
border-color: transparent;
|
|
1756
|
-
}
|
|
1757
|
-
.p-button:not(button):not(.p-disabled):hover {
|
|
1758
|
-
background: rgba(206, 147, 216, 0.92);
|
|
1759
|
-
color: #121212;
|
|
1760
|
-
border-color: transparent;
|
|
1761
|
-
}
|
|
1762
|
-
.p-button:not(button):not(.p-disabled):active {
|
|
1763
|
-
background: rgba(206, 147, 216, 0.68);
|
|
1764
|
-
color: #121212;
|
|
1765
|
-
border-color: transparent;
|
|
1766
|
-
}
|
|
1767
|
-
.p-buttona:enabled:hover {
|
|
1768
|
-
background: rgba(206, 147, 216, 0.92);
|
|
1769
|
-
color: #121212;
|
|
1770
|
-
border-color: transparent;
|
|
1771
|
-
}
|
|
1772
|
-
.p-buttona:enabled:active {
|
|
1773
|
-
background: rgba(206, 147, 216, 0.68);
|
|
1774
|
-
color: #121212;
|
|
1775
|
-
border-color: transparent;
|
|
1776
|
-
}
|
|
1777
|
-
.p-button:not(a):not(.p-disabled):hover {
|
|
1749
|
+
.p-button:enabled:hover, .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
1778
1750
|
background: rgba(206, 147, 216, 0.92);
|
|
1779
1751
|
color: #121212;
|
|
1780
1752
|
border-color: transparent;
|
|
1781
1753
|
}
|
|
1782
|
-
.p-button:not(a):not(.p-disabled):active {
|
|
1754
|
+
.p-button:enabled:active, .p-button:not(button):not(a):not(.p-disabled):active {
|
|
1783
1755
|
background: rgba(206, 147, 216, 0.68);
|
|
1784
1756
|
color: #121212;
|
|
1785
1757
|
border-color: transparent;
|
|
@@ -1787,81 +1759,27 @@
|
|
|
1787
1759
|
.p-button.p-button-outlined {
|
|
1788
1760
|
background-color: transparent;
|
|
1789
1761
|
color: #CE93D8;
|
|
1790
|
-
border:
|
|
1791
|
-
}
|
|
1792
|
-
.p-button.p-button-outlinedbutton:enabled:hover {
|
|
1793
|
-
background: rgba(206, 147, 216, 0.04);
|
|
1794
|
-
color: #CE93D8;
|
|
1795
|
-
border: 1px solid;
|
|
1796
|
-
}
|
|
1797
|
-
.p-button.p-button-outlinedbutton:enabled:active {
|
|
1798
|
-
background: rgba(206, 147, 216, 0.16);
|
|
1799
|
-
color: #CE93D8;
|
|
1800
|
-
border: 1px solid;
|
|
1801
|
-
}
|
|
1802
|
-
.p-button.p-button-outlined:not(button):not(.p-disabled):hover {
|
|
1803
|
-
background: rgba(206, 147, 216, 0.04);
|
|
1804
|
-
color: #CE93D8;
|
|
1805
|
-
border: 1px solid;
|
|
1806
|
-
}
|
|
1807
|
-
.p-button.p-button-outlined:not(button):not(.p-disabled):active {
|
|
1808
|
-
background: rgba(206, 147, 216, 0.16);
|
|
1809
|
-
color: #CE93D8;
|
|
1810
|
-
border: 1px solid;
|
|
1811
|
-
}
|
|
1812
|
-
.p-button.p-button-outlineda:enabled:hover {
|
|
1813
|
-
background: rgba(206, 147, 216, 0.04);
|
|
1814
|
-
color: #CE93D8;
|
|
1815
|
-
border: 1px solid;
|
|
1816
|
-
}
|
|
1817
|
-
.p-button.p-button-outlineda:enabled:active {
|
|
1818
|
-
background: rgba(206, 147, 216, 0.16);
|
|
1819
|
-
color: #CE93D8;
|
|
1820
|
-
border: 1px solid;
|
|
1762
|
+
border: 0 none;
|
|
1821
1763
|
}
|
|
1822
|
-
.p-button.p-button-outlined:not(a):not(.p-disabled):hover {
|
|
1764
|
+
.p-button.p-button-outlined:enabled:hover, .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
|
|
1823
1765
|
background: rgba(206, 147, 216, 0.04);
|
|
1824
1766
|
color: #CE93D8;
|
|
1825
|
-
border:
|
|
1767
|
+
border: 0 none;
|
|
1826
1768
|
}
|
|
1827
|
-
.p-button.p-button-outlined:not(a):not(.p-disabled):active {
|
|
1769
|
+
.p-button.p-button-outlined:enabled:active, .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active {
|
|
1828
1770
|
background: rgba(206, 147, 216, 0.16);
|
|
1829
1771
|
color: #CE93D8;
|
|
1830
|
-
border:
|
|
1772
|
+
border: 0 none;
|
|
1831
1773
|
}
|
|
1832
1774
|
.p-button.p-button-outlined.p-button-plain {
|
|
1833
1775
|
color: rgba(255, 255, 255, 0.6);
|
|
1834
1776
|
border-color: rgba(255, 255, 255, 0.6);
|
|
1835
1777
|
}
|
|
1836
|
-
.p-button.p-button-outlined.p-button-
|
|
1837
|
-
background: rgba(255, 255, 255, 0.04);
|
|
1838
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1839
|
-
}
|
|
1840
|
-
.p-button.p-button-outlined.p-button-plainbutton:enabled:active {
|
|
1841
|
-
background: rgba(255, 255, 255, 0.16);
|
|
1842
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1843
|
-
}
|
|
1844
|
-
.p-button.p-button-outlined.p-button-plain:not(button):not(.p-disabled):hover {
|
|
1845
|
-
background: rgba(255, 255, 255, 0.04);
|
|
1846
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1847
|
-
}
|
|
1848
|
-
.p-button.p-button-outlined.p-button-plain:not(button):not(.p-disabled):active {
|
|
1849
|
-
background: rgba(255, 255, 255, 0.16);
|
|
1850
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1851
|
-
}
|
|
1852
|
-
.p-button.p-button-outlined.p-button-plaina:enabled:hover {
|
|
1853
|
-
background: rgba(255, 255, 255, 0.04);
|
|
1854
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1855
|
-
}
|
|
1856
|
-
.p-button.p-button-outlined.p-button-plaina:enabled:active {
|
|
1857
|
-
background: rgba(255, 255, 255, 0.16);
|
|
1858
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1859
|
-
}
|
|
1860
|
-
.p-button.p-button-outlined.p-button-plain:not(a):not(.p-disabled):hover {
|
|
1778
|
+
.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 {
|
|
1861
1779
|
background: rgba(255, 255, 255, 0.04);
|
|
1862
1780
|
color: rgba(255, 255, 255, 0.6);
|
|
1863
1781
|
}
|
|
1864
|
-
.p-button.p-button-outlined.p-button-plain:not(a):not(.p-disabled):active {
|
|
1782
|
+
.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 {
|
|
1865
1783
|
background: rgba(255, 255, 255, 0.16);
|
|
1866
1784
|
color: rgba(255, 255, 255, 0.6);
|
|
1867
1785
|
}
|
|
@@ -1870,42 +1788,12 @@
|
|
|
1870
1788
|
color: #CE93D8;
|
|
1871
1789
|
border-color: transparent;
|
|
1872
1790
|
}
|
|
1873
|
-
.p-button.p-button-
|
|
1874
|
-
background: rgba(206, 147, 216, 0.04);
|
|
1875
|
-
color: #CE93D8;
|
|
1876
|
-
border-color: transparent;
|
|
1877
|
-
}
|
|
1878
|
-
.p-button.p-button-textbutton:enabled:active {
|
|
1879
|
-
background: rgba(206, 147, 216, 0.16);
|
|
1880
|
-
color: #CE93D8;
|
|
1881
|
-
border-color: transparent;
|
|
1882
|
-
}
|
|
1883
|
-
.p-button.p-button-text:not(button):not(.p-disabled):hover {
|
|
1884
|
-
background: rgba(206, 147, 216, 0.04);
|
|
1885
|
-
color: #CE93D8;
|
|
1886
|
-
border-color: transparent;
|
|
1887
|
-
}
|
|
1888
|
-
.p-button.p-button-text:not(button):not(.p-disabled):active {
|
|
1889
|
-
background: rgba(206, 147, 216, 0.16);
|
|
1890
|
-
color: #CE93D8;
|
|
1891
|
-
border-color: transparent;
|
|
1892
|
-
}
|
|
1893
|
-
.p-button.p-button-texta:enabled:hover {
|
|
1894
|
-
background: rgba(206, 147, 216, 0.04);
|
|
1895
|
-
color: #CE93D8;
|
|
1896
|
-
border-color: transparent;
|
|
1897
|
-
}
|
|
1898
|
-
.p-button.p-button-texta:enabled:active {
|
|
1899
|
-
background: rgba(206, 147, 216, 0.16);
|
|
1900
|
-
color: #CE93D8;
|
|
1901
|
-
border-color: transparent;
|
|
1902
|
-
}
|
|
1903
|
-
.p-button.p-button-text:not(a):not(.p-disabled):hover {
|
|
1791
|
+
.p-button.p-button-text:enabled:hover, .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover {
|
|
1904
1792
|
background: rgba(206, 147, 216, 0.04);
|
|
1905
1793
|
color: #CE93D8;
|
|
1906
1794
|
border-color: transparent;
|
|
1907
1795
|
}
|
|
1908
|
-
.p-button.p-button-text:not(a):not(.p-disabled):active {
|
|
1796
|
+
.p-button.p-button-text:enabled:active, .p-button.p-button-text:not(button):not(a):not(.p-disabled):active {
|
|
1909
1797
|
background: rgba(206, 147, 216, 0.16);
|
|
1910
1798
|
color: #CE93D8;
|
|
1911
1799
|
border-color: transparent;
|
|
@@ -1913,35 +1801,11 @@
|
|
|
1913
1801
|
.p-button.p-button-text.p-button-plain {
|
|
1914
1802
|
color: rgba(255, 255, 255, 0.6);
|
|
1915
1803
|
}
|
|
1916
|
-
.p-button.p-button-text.p-button-
|
|
1917
|
-
background: rgba(255, 255, 255, 0.04);
|
|
1918
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1919
|
-
}
|
|
1920
|
-
.p-button.p-button-text.p-button-plainbutton:enabled:active {
|
|
1921
|
-
background: rgba(255, 255, 255, 0.16);
|
|
1922
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1923
|
-
}
|
|
1924
|
-
.p-button.p-button-text.p-button-plain:not(button):not(.p-disabled):hover {
|
|
1925
|
-
background: rgba(255, 255, 255, 0.04);
|
|
1926
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1927
|
-
}
|
|
1928
|
-
.p-button.p-button-text.p-button-plain:not(button):not(.p-disabled):active {
|
|
1929
|
-
background: rgba(255, 255, 255, 0.16);
|
|
1930
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1931
|
-
}
|
|
1932
|
-
.p-button.p-button-text.p-button-plaina:enabled:hover {
|
|
1933
|
-
background: rgba(255, 255, 255, 0.04);
|
|
1934
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1935
|
-
}
|
|
1936
|
-
.p-button.p-button-text.p-button-plaina:enabled:active {
|
|
1937
|
-
background: rgba(255, 255, 255, 0.16);
|
|
1938
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1939
|
-
}
|
|
1940
|
-
.p-button.p-button-text.p-button-plain:not(a):not(.p-disabled):hover {
|
|
1804
|
+
.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 {
|
|
1941
1805
|
background: rgba(255, 255, 255, 0.04);
|
|
1942
1806
|
color: rgba(255, 255, 255, 0.6);
|
|
1943
1807
|
}
|
|
1944
|
-
.p-button.p-button-text.p-button-plain:not(a):not(.p-disabled):active {
|
|
1808
|
+
.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 {
|
|
1945
1809
|
background: rgba(255, 255, 255, 0.16);
|
|
1946
1810
|
color: rgba(255, 255, 255, 0.6);
|
|
1947
1811
|
}
|
|
@@ -2036,54 +1900,15 @@
|
|
|
2036
1900
|
background: #A5D6A7;
|
|
2037
1901
|
border: 0 none;
|
|
2038
1902
|
}
|
|
2039
|
-
.p-button.p-button-
|
|
2040
|
-
background: rgba(165, 214, 167, 0.92);
|
|
2041
|
-
color: #121212;
|
|
2042
|
-
border-color: transparent;
|
|
2043
|
-
}
|
|
2044
|
-
.p-button.p-button-secondarybutton:enabled:focus, .p-buttonset.p-button-secondary > .p-buttonbutton:enabled:focus, .p-splitbutton.p-button-secondary > .p-buttonbutton:enabled:focus, .p-fileupload-choose.p-button-secondarybutton:enabled:focus {
|
|
2045
|
-
box-shadow: none;
|
|
2046
|
-
}
|
|
2047
|
-
.p-button.p-button-secondarybutton:enabled:active, .p-buttonset.p-button-secondary > .p-buttonbutton:enabled:active, .p-splitbutton.p-button-secondary > .p-buttonbutton:enabled:active, .p-fileupload-choose.p-button-secondarybutton:enabled:active {
|
|
2048
|
-
background: rgba(165, 214, 167, 0.68);
|
|
2049
|
-
color: #121212;
|
|
2050
|
-
border-color: transparent;
|
|
2051
|
-
}
|
|
2052
|
-
.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 {
|
|
2053
|
-
background: rgba(165, 214, 167, 0.92);
|
|
2054
|
-
color: #121212;
|
|
2055
|
-
border-color: transparent;
|
|
2056
|
-
}
|
|
2057
|
-
.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 {
|
|
2058
|
-
box-shadow: none;
|
|
2059
|
-
}
|
|
2060
|
-
.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 {
|
|
2061
|
-
background: rgba(165, 214, 167, 0.68);
|
|
2062
|
-
color: #121212;
|
|
2063
|
-
border-color: transparent;
|
|
2064
|
-
}
|
|
2065
|
-
.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 {
|
|
2066
|
-
background: rgba(165, 214, 167, 0.92);
|
|
2067
|
-
color: #121212;
|
|
2068
|
-
border-color: transparent;
|
|
2069
|
-
}
|
|
2070
|
-
.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 {
|
|
2071
|
-
box-shadow: none;
|
|
2072
|
-
}
|
|
2073
|
-
.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 {
|
|
2074
|
-
background: rgba(165, 214, 167, 0.68);
|
|
2075
|
-
color: #121212;
|
|
2076
|
-
border-color: transparent;
|
|
2077
|
-
}
|
|
2078
|
-
.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 {
|
|
1903
|
+
.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 {
|
|
2079
1904
|
background: rgba(165, 214, 167, 0.92);
|
|
2080
1905
|
color: #121212;
|
|
2081
1906
|
border-color: transparent;
|
|
2082
1907
|
}
|
|
2083
|
-
.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 {
|
|
1908
|
+
.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 {
|
|
2084
1909
|
box-shadow: none;
|
|
2085
1910
|
}
|
|
2086
|
-
.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 {
|
|
1911
|
+
.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 {
|
|
2087
1912
|
background: rgba(165, 214, 167, 0.68);
|
|
2088
1913
|
color: #121212;
|
|
2089
1914
|
border-color: transparent;
|
|
@@ -2091,89 +1916,29 @@
|
|
|
2091
1916
|
.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined, .p-fileupload-choose.p-button-secondary.p-button-outlined {
|
|
2092
1917
|
background-color: transparent;
|
|
2093
1918
|
color: #A5D6A7;
|
|
2094
|
-
border:
|
|
2095
|
-
}
|
|
2096
|
-
.p-button.p-button-secondary.p-button-outlinedbutton:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlinedbutton:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlinedbutton:enabled:hover, .p-fileupload-choose.p-button-secondary.p-button-outlinedbutton:enabled:hover {
|
|
2097
|
-
background: rgba(165, 214, 167, 0.04);
|
|
2098
|
-
color: #A5D6A7;
|
|
2099
|
-
border: 1px solid;
|
|
2100
|
-
}
|
|
2101
|
-
.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 {
|
|
2102
|
-
background: rgba(165, 214, 167, 0.16);
|
|
2103
|
-
color: #A5D6A7;
|
|
2104
|
-
border: 1px solid;
|
|
2105
|
-
}
|
|
2106
|
-
.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 {
|
|
2107
|
-
background: rgba(165, 214, 167, 0.04);
|
|
2108
|
-
color: #A5D6A7;
|
|
2109
|
-
border: 1px solid;
|
|
2110
|
-
}
|
|
2111
|
-
.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 {
|
|
2112
|
-
background: rgba(165, 214, 167, 0.16);
|
|
2113
|
-
color: #A5D6A7;
|
|
2114
|
-
border: 1px solid;
|
|
2115
|
-
}
|
|
2116
|
-
.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 {
|
|
2117
|
-
background: rgba(165, 214, 167, 0.04);
|
|
2118
|
-
color: #A5D6A7;
|
|
2119
|
-
border: 1px solid;
|
|
2120
|
-
}
|
|
2121
|
-
.p-button.p-button-secondary.p-button-outlineda:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-outlineda:enabled:active {
|
|
2122
|
-
background: rgba(165, 214, 167, 0.16);
|
|
2123
|
-
color: #A5D6A7;
|
|
2124
|
-
border: 1px solid;
|
|
1919
|
+
border: 0 none;
|
|
2125
1920
|
}
|
|
2126
|
-
.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 {
|
|
1921
|
+
.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 {
|
|
2127
1922
|
background: rgba(165, 214, 167, 0.04);
|
|
2128
1923
|
color: #A5D6A7;
|
|
2129
|
-
border:
|
|
1924
|
+
border: 0 none;
|
|
2130
1925
|
}
|
|
2131
|
-
.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 {
|
|
1926
|
+
.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 {
|
|
2132
1927
|
background: rgba(165, 214, 167, 0.16);
|
|
2133
1928
|
color: #A5D6A7;
|
|
2134
|
-
border:
|
|
1929
|
+
border: 0 none;
|
|
2135
1930
|
}
|
|
2136
1931
|
.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text, .p-fileupload-choose.p-button-secondary.p-button-text {
|
|
2137
1932
|
background-color: transparent;
|
|
2138
1933
|
color: #A5D6A7;
|
|
2139
1934
|
border-color: transparent;
|
|
2140
1935
|
}
|
|
2141
|
-
.p-button.p-button-secondary.p-button-
|
|
2142
|
-
background: rgba(165, 214, 167, 0.04);
|
|
2143
|
-
border-color: transparent;
|
|
2144
|
-
color: #A5D6A7;
|
|
2145
|
-
}
|
|
2146
|
-
.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 {
|
|
2147
|
-
background: rgba(165, 214, 167, 0.16);
|
|
2148
|
-
border-color: transparent;
|
|
2149
|
-
color: #A5D6A7;
|
|
2150
|
-
}
|
|
2151
|
-
.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 {
|
|
2152
|
-
background: rgba(165, 214, 167, 0.04);
|
|
2153
|
-
border-color: transparent;
|
|
2154
|
-
color: #A5D6A7;
|
|
2155
|
-
}
|
|
2156
|
-
.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 {
|
|
2157
|
-
background: rgba(165, 214, 167, 0.16);
|
|
2158
|
-
border-color: transparent;
|
|
2159
|
-
color: #A5D6A7;
|
|
2160
|
-
}
|
|
2161
|
-
.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 {
|
|
2162
|
-
background: rgba(165, 214, 167, 0.04);
|
|
2163
|
-
border-color: transparent;
|
|
2164
|
-
color: #A5D6A7;
|
|
2165
|
-
}
|
|
2166
|
-
.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 {
|
|
2167
|
-
background: rgba(165, 214, 167, 0.16);
|
|
2168
|
-
border-color: transparent;
|
|
2169
|
-
color: #A5D6A7;
|
|
2170
|
-
}
|
|
2171
|
-
.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 {
|
|
1936
|
+
.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 {
|
|
2172
1937
|
background: rgba(165, 214, 167, 0.04);
|
|
2173
1938
|
border-color: transparent;
|
|
2174
1939
|
color: #A5D6A7;
|
|
2175
1940
|
}
|
|
2176
|
-
.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 {
|
|
1941
|
+
.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 {
|
|
2177
1942
|
background: rgba(165, 214, 167, 0.16);
|
|
2178
1943
|
border-color: transparent;
|
|
2179
1944
|
color: #A5D6A7;
|
|
@@ -2184,54 +1949,15 @@
|
|
|
2184
1949
|
background: #90CAF9;
|
|
2185
1950
|
border: 0 none;
|
|
2186
1951
|
}
|
|
2187
|
-
.p-button.p-button-
|
|
2188
|
-
background: rgba(144, 202, 249, 0.92);
|
|
2189
|
-
color: #212121;
|
|
2190
|
-
border-color: transparent;
|
|
2191
|
-
}
|
|
2192
|
-
.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 {
|
|
2193
|
-
box-shadow: none;
|
|
2194
|
-
}
|
|
2195
|
-
.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 {
|
|
2196
|
-
background: rgba(144, 202, 249, 0.68);
|
|
2197
|
-
color: #212121;
|
|
2198
|
-
border-color: transparent;
|
|
2199
|
-
}
|
|
2200
|
-
.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 {
|
|
1952
|
+
.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 {
|
|
2201
1953
|
background: rgba(144, 202, 249, 0.92);
|
|
2202
1954
|
color: #212121;
|
|
2203
1955
|
border-color: transparent;
|
|
2204
1956
|
}
|
|
2205
|
-
.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 {
|
|
1957
|
+
.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 {
|
|
2206
1958
|
box-shadow: none;
|
|
2207
1959
|
}
|
|
2208
|
-
.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 {
|
|
2209
|
-
background: rgba(144, 202, 249, 0.68);
|
|
2210
|
-
color: #212121;
|
|
2211
|
-
border-color: transparent;
|
|
2212
|
-
}
|
|
2213
|
-
.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 {
|
|
2214
|
-
background: rgba(144, 202, 249, 0.92);
|
|
2215
|
-
color: #212121;
|
|
2216
|
-
border-color: transparent;
|
|
2217
|
-
}
|
|
2218
|
-
.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 {
|
|
2219
|
-
box-shadow: none;
|
|
2220
|
-
}
|
|
2221
|
-
.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 {
|
|
2222
|
-
background: rgba(144, 202, 249, 0.68);
|
|
2223
|
-
color: #212121;
|
|
2224
|
-
border-color: transparent;
|
|
2225
|
-
}
|
|
2226
|
-
.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 {
|
|
2227
|
-
background: rgba(144, 202, 249, 0.92);
|
|
2228
|
-
color: #212121;
|
|
2229
|
-
border-color: transparent;
|
|
2230
|
-
}
|
|
2231
|
-
.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 {
|
|
2232
|
-
box-shadow: none;
|
|
2233
|
-
}
|
|
2234
|
-
.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 {
|
|
1960
|
+
.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 {
|
|
2235
1961
|
background: rgba(144, 202, 249, 0.68);
|
|
2236
1962
|
color: #212121;
|
|
2237
1963
|
border-color: transparent;
|
|
@@ -2239,237 +1965,78 @@
|
|
|
2239
1965
|
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined, .p-fileupload-choose.p-button-info.p-button-outlined {
|
|
2240
1966
|
background-color: transparent;
|
|
2241
1967
|
color: #90CAF9;
|
|
2242
|
-
border:
|
|
2243
|
-
}
|
|
2244
|
-
.p-button.p-button-info.p-button-outlinedbutton:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlinedbutton:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlinedbutton:enabled:hover, .p-fileupload-choose.p-button-info.p-button-outlinedbutton:enabled:hover {
|
|
2245
|
-
background: rgba(144, 202, 249, 0.04);
|
|
2246
|
-
color: #90CAF9;
|
|
2247
|
-
border: 1px solid;
|
|
2248
|
-
}
|
|
2249
|
-
.p-button.p-button-info.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-info.p-button-outlinedbutton:enabled:active {
|
|
2250
|
-
background: rgba(144, 202, 249, 0.16);
|
|
2251
|
-
color: #90CAF9;
|
|
2252
|
-
border: 1px solid;
|
|
2253
|
-
}
|
|
2254
|
-
.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 {
|
|
2255
|
-
background: rgba(144, 202, 249, 0.04);
|
|
2256
|
-
color: #90CAF9;
|
|
2257
|
-
border: 1px solid;
|
|
2258
|
-
}
|
|
2259
|
-
.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 {
|
|
2260
|
-
background: rgba(144, 202, 249, 0.16);
|
|
2261
|
-
color: #90CAF9;
|
|
2262
|
-
border: 1px solid;
|
|
2263
|
-
}
|
|
2264
|
-
.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 {
|
|
2265
|
-
background: rgba(144, 202, 249, 0.04);
|
|
2266
|
-
color: #90CAF9;
|
|
2267
|
-
border: 1px solid;
|
|
2268
|
-
}
|
|
2269
|
-
.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 {
|
|
2270
|
-
background: rgba(144, 202, 249, 0.16);
|
|
2271
|
-
color: #90CAF9;
|
|
2272
|
-
border: 1px solid;
|
|
1968
|
+
border: 0 none;
|
|
2273
1969
|
}
|
|
2274
|
-
.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 {
|
|
1970
|
+
.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 {
|
|
2275
1971
|
background: rgba(144, 202, 249, 0.04);
|
|
2276
1972
|
color: #90CAF9;
|
|
2277
|
-
border:
|
|
1973
|
+
border: 0 none;
|
|
2278
1974
|
}
|
|
2279
|
-
.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 {
|
|
1975
|
+
.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 {
|
|
2280
1976
|
background: rgba(144, 202, 249, 0.16);
|
|
2281
1977
|
color: #90CAF9;
|
|
2282
|
-
border:
|
|
1978
|
+
border: 0 none;
|
|
2283
1979
|
}
|
|
2284
1980
|
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text, .p-fileupload-choose.p-button-info.p-button-text {
|
|
2285
1981
|
background-color: transparent;
|
|
2286
1982
|
color: #90CAF9;
|
|
2287
1983
|
border-color: transparent;
|
|
2288
1984
|
}
|
|
2289
|
-
.p-button.p-button-info.p-button-
|
|
1985
|
+
.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 {
|
|
2290
1986
|
background: rgba(144, 202, 249, 0.04);
|
|
2291
1987
|
border-color: transparent;
|
|
2292
1988
|
color: #90CAF9;
|
|
2293
1989
|
}
|
|
2294
|
-
.p-button.p-button-info.p-button-
|
|
1990
|
+
.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 {
|
|
2295
1991
|
background: rgba(144, 202, 249, 0.16);
|
|
2296
1992
|
border-color: transparent;
|
|
2297
1993
|
color: #90CAF9;
|
|
2298
1994
|
}
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
1995
|
+
|
|
1996
|
+
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button, .p-fileupload-choose.p-button-success {
|
|
1997
|
+
color: #212121;
|
|
1998
|
+
background: #C5E1A5;
|
|
1999
|
+
border: 0 none;
|
|
2303
2000
|
}
|
|
2304
|
-
.p-button.p-button-
|
|
2305
|
-
background: rgba(
|
|
2001
|
+
.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 {
|
|
2002
|
+
background: rgba(197, 225, 165, 0.92);
|
|
2003
|
+
color: #212121;
|
|
2306
2004
|
border-color: transparent;
|
|
2307
|
-
color: #90CAF9;
|
|
2308
2005
|
}
|
|
2309
|
-
.p-button.p-button-
|
|
2310
|
-
|
|
2311
|
-
border-color: transparent;
|
|
2312
|
-
color: #90CAF9;
|
|
2006
|
+
.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 {
|
|
2007
|
+
box-shadow: none;
|
|
2313
2008
|
}
|
|
2314
|
-
.p-button.p-button-
|
|
2315
|
-
background: rgba(
|
|
2316
|
-
|
|
2317
|
-
color: #90CAF9;
|
|
2318
|
-
}
|
|
2319
|
-
.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 {
|
|
2320
|
-
background: rgba(144, 202, 249, 0.04);
|
|
2321
|
-
border-color: transparent;
|
|
2322
|
-
color: #90CAF9;
|
|
2323
|
-
}
|
|
2324
|
-
.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 {
|
|
2325
|
-
background: rgba(144, 202, 249, 0.16);
|
|
2326
|
-
border-color: transparent;
|
|
2327
|
-
color: #90CAF9;
|
|
2328
|
-
}
|
|
2329
|
-
|
|
2330
|
-
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button, .p-fileupload-choose.p-button-success {
|
|
2331
|
-
color: #212121;
|
|
2332
|
-
background: #C5E1A5;
|
|
2333
|
-
border: 0 none;
|
|
2334
|
-
}
|
|
2335
|
-
.p-button.p-button-successbutton:enabled:hover, .p-buttonset.p-button-success > .p-buttonbutton:enabled:hover, .p-splitbutton.p-button-success > .p-buttonbutton:enabled:hover, .p-fileupload-choose.p-button-successbutton:enabled:hover {
|
|
2336
|
-
background: rgba(197, 225, 165, 0.92);
|
|
2337
|
-
color: #212121;
|
|
2338
|
-
border-color: transparent;
|
|
2339
|
-
}
|
|
2340
|
-
.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 {
|
|
2341
|
-
box-shadow: none;
|
|
2342
|
-
}
|
|
2343
|
-
.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 {
|
|
2344
|
-
background: rgba(197, 225, 165, 0.68);
|
|
2345
|
-
color: #212121;
|
|
2346
|
-
border-color: transparent;
|
|
2347
|
-
}
|
|
2348
|
-
.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 {
|
|
2349
|
-
background: rgba(197, 225, 165, 0.92);
|
|
2350
|
-
color: #212121;
|
|
2351
|
-
border-color: transparent;
|
|
2352
|
-
}
|
|
2353
|
-
.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 {
|
|
2354
|
-
box-shadow: none;
|
|
2355
|
-
}
|
|
2356
|
-
.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 {
|
|
2357
|
-
background: rgba(197, 225, 165, 0.68);
|
|
2358
|
-
color: #212121;
|
|
2359
|
-
border-color: transparent;
|
|
2360
|
-
}
|
|
2361
|
-
.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 {
|
|
2362
|
-
background: rgba(197, 225, 165, 0.92);
|
|
2363
|
-
color: #212121;
|
|
2364
|
-
border-color: transparent;
|
|
2365
|
-
}
|
|
2366
|
-
.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 {
|
|
2367
|
-
box-shadow: none;
|
|
2368
|
-
}
|
|
2369
|
-
.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 {
|
|
2370
|
-
background: rgba(197, 225, 165, 0.68);
|
|
2371
|
-
color: #212121;
|
|
2372
|
-
border-color: transparent;
|
|
2373
|
-
}
|
|
2374
|
-
.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 {
|
|
2375
|
-
background: rgba(197, 225, 165, 0.92);
|
|
2376
|
-
color: #212121;
|
|
2377
|
-
border-color: transparent;
|
|
2378
|
-
}
|
|
2379
|
-
.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 {
|
|
2380
|
-
box-shadow: none;
|
|
2381
|
-
}
|
|
2382
|
-
.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 {
|
|
2383
|
-
background: rgba(197, 225, 165, 0.68);
|
|
2384
|
-
color: #212121;
|
|
2009
|
+
.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 {
|
|
2010
|
+
background: rgba(197, 225, 165, 0.68);
|
|
2011
|
+
color: #212121;
|
|
2385
2012
|
border-color: transparent;
|
|
2386
2013
|
}
|
|
2387
2014
|
.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined, .p-fileupload-choose.p-button-success.p-button-outlined {
|
|
2388
2015
|
background-color: transparent;
|
|
2389
2016
|
color: #C5E1A5;
|
|
2390
|
-
border:
|
|
2391
|
-
}
|
|
2392
|
-
.p-button.p-button-success.p-button-outlinedbutton:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlinedbutton:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlinedbutton:enabled:hover, .p-fileupload-choose.p-button-success.p-button-outlinedbutton:enabled:hover {
|
|
2393
|
-
background: rgba(197, 225, 165, 0.04);
|
|
2394
|
-
color: #C5E1A5;
|
|
2395
|
-
border: 1px solid;
|
|
2396
|
-
}
|
|
2397
|
-
.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 {
|
|
2398
|
-
background: rgba(197, 225, 165, 0.16);
|
|
2399
|
-
color: #C5E1A5;
|
|
2400
|
-
border: 1px solid;
|
|
2401
|
-
}
|
|
2402
|
-
.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 {
|
|
2403
|
-
background: rgba(197, 225, 165, 0.04);
|
|
2404
|
-
color: #C5E1A5;
|
|
2405
|
-
border: 1px solid;
|
|
2406
|
-
}
|
|
2407
|
-
.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 {
|
|
2408
|
-
background: rgba(197, 225, 165, 0.16);
|
|
2409
|
-
color: #C5E1A5;
|
|
2410
|
-
border: 1px solid;
|
|
2411
|
-
}
|
|
2412
|
-
.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 {
|
|
2413
|
-
background: rgba(197, 225, 165, 0.04);
|
|
2414
|
-
color: #C5E1A5;
|
|
2415
|
-
border: 1px solid;
|
|
2416
|
-
}
|
|
2417
|
-
.p-button.p-button-success.p-button-outlineda:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-success.p-button-outlineda:enabled:active {
|
|
2418
|
-
background: rgba(197, 225, 165, 0.16);
|
|
2419
|
-
color: #C5E1A5;
|
|
2420
|
-
border: 1px solid;
|
|
2017
|
+
border: 0 none;
|
|
2421
2018
|
}
|
|
2422
|
-
.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 {
|
|
2019
|
+
.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 {
|
|
2423
2020
|
background: rgba(197, 225, 165, 0.04);
|
|
2424
2021
|
color: #C5E1A5;
|
|
2425
|
-
border:
|
|
2022
|
+
border: 0 none;
|
|
2426
2023
|
}
|
|
2427
|
-
.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 {
|
|
2024
|
+
.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 {
|
|
2428
2025
|
background: rgba(197, 225, 165, 0.16);
|
|
2429
2026
|
color: #C5E1A5;
|
|
2430
|
-
border:
|
|
2027
|
+
border: 0 none;
|
|
2431
2028
|
}
|
|
2432
2029
|
.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text, .p-fileupload-choose.p-button-success.p-button-text {
|
|
2433
2030
|
background-color: transparent;
|
|
2434
2031
|
color: #C5E1A5;
|
|
2435
2032
|
border-color: transparent;
|
|
2436
2033
|
}
|
|
2437
|
-
.p-button.p-button-success.p-button-
|
|
2034
|
+
.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 {
|
|
2438
2035
|
background: rgba(197, 225, 165, 0.04);
|
|
2439
2036
|
border-color: transparent;
|
|
2440
2037
|
color: #C5E1A5;
|
|
2441
2038
|
}
|
|
2442
|
-
.p-button.p-button-success.p-button-
|
|
2443
|
-
background: rgba(197, 225, 165, 0.16);
|
|
2444
|
-
border-color: transparent;
|
|
2445
|
-
color: #C5E1A5;
|
|
2446
|
-
}
|
|
2447
|
-
.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 {
|
|
2448
|
-
background: rgba(197, 225, 165, 0.04);
|
|
2449
|
-
border-color: transparent;
|
|
2450
|
-
color: #C5E1A5;
|
|
2451
|
-
}
|
|
2452
|
-
.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 {
|
|
2453
|
-
background: rgba(197, 225, 165, 0.16);
|
|
2454
|
-
border-color: transparent;
|
|
2455
|
-
color: #C5E1A5;
|
|
2456
|
-
}
|
|
2457
|
-
.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 {
|
|
2458
|
-
background: rgba(197, 225, 165, 0.04);
|
|
2459
|
-
border-color: transparent;
|
|
2460
|
-
color: #C5E1A5;
|
|
2461
|
-
}
|
|
2462
|
-
.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 {
|
|
2463
|
-
background: rgba(197, 225, 165, 0.16);
|
|
2464
|
-
border-color: transparent;
|
|
2465
|
-
color: #C5E1A5;
|
|
2466
|
-
}
|
|
2467
|
-
.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 {
|
|
2468
|
-
background: rgba(197, 225, 165, 0.04);
|
|
2469
|
-
border-color: transparent;
|
|
2470
|
-
color: #C5E1A5;
|
|
2471
|
-
}
|
|
2472
|
-
.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 {
|
|
2039
|
+
.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 {
|
|
2473
2040
|
background: rgba(197, 225, 165, 0.16);
|
|
2474
2041
|
border-color: transparent;
|
|
2475
2042
|
color: #C5E1A5;
|
|
@@ -2480,54 +2047,15 @@
|
|
|
2480
2047
|
background: #FFF59D;
|
|
2481
2048
|
border: 0 none;
|
|
2482
2049
|
}
|
|
2483
|
-
.p-button.p-button-
|
|
2484
|
-
background: rgba(255, 245, 157, 0.92);
|
|
2485
|
-
color: #212121;
|
|
2486
|
-
border-color: transparent;
|
|
2487
|
-
}
|
|
2488
|
-
.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 {
|
|
2489
|
-
box-shadow: none;
|
|
2490
|
-
}
|
|
2491
|
-
.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 {
|
|
2492
|
-
background: rgba(255, 245, 157, 0.68);
|
|
2493
|
-
color: #212121;
|
|
2494
|
-
border-color: transparent;
|
|
2495
|
-
}
|
|
2496
|
-
.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 {
|
|
2497
|
-
background: rgba(255, 245, 157, 0.92);
|
|
2498
|
-
color: #212121;
|
|
2499
|
-
border-color: transparent;
|
|
2500
|
-
}
|
|
2501
|
-
.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 {
|
|
2502
|
-
box-shadow: none;
|
|
2503
|
-
}
|
|
2504
|
-
.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 {
|
|
2505
|
-
background: rgba(255, 245, 157, 0.68);
|
|
2506
|
-
color: #212121;
|
|
2507
|
-
border-color: transparent;
|
|
2508
|
-
}
|
|
2509
|
-
.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 {
|
|
2510
|
-
background: rgba(255, 245, 157, 0.92);
|
|
2511
|
-
color: #212121;
|
|
2512
|
-
border-color: transparent;
|
|
2513
|
-
}
|
|
2514
|
-
.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 {
|
|
2515
|
-
box-shadow: none;
|
|
2516
|
-
}
|
|
2517
|
-
.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 {
|
|
2518
|
-
background: rgba(255, 245, 157, 0.68);
|
|
2519
|
-
color: #212121;
|
|
2520
|
-
border-color: transparent;
|
|
2521
|
-
}
|
|
2522
|
-
.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 {
|
|
2050
|
+
.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 {
|
|
2523
2051
|
background: rgba(255, 245, 157, 0.92);
|
|
2524
2052
|
color: #212121;
|
|
2525
2053
|
border-color: transparent;
|
|
2526
2054
|
}
|
|
2527
|
-
.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 {
|
|
2055
|
+
.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 {
|
|
2528
2056
|
box-shadow: none;
|
|
2529
2057
|
}
|
|
2530
|
-
.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 {
|
|
2058
|
+
.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 {
|
|
2531
2059
|
background: rgba(255, 245, 157, 0.68);
|
|
2532
2060
|
color: #212121;
|
|
2533
2061
|
border-color: transparent;
|
|
@@ -2535,89 +2063,29 @@
|
|
|
2535
2063
|
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined, .p-fileupload-choose.p-button-warning.p-button-outlined {
|
|
2536
2064
|
background-color: transparent;
|
|
2537
2065
|
color: #FFF59D;
|
|
2538
|
-
border:
|
|
2539
|
-
}
|
|
2540
|
-
.p-button.p-button-warning.p-button-outlinedbutton:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlinedbutton:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlinedbutton:enabled:hover, .p-fileupload-choose.p-button-warning.p-button-outlinedbutton:enabled:hover {
|
|
2541
|
-
background: rgba(255, 245, 157, 0.04);
|
|
2542
|
-
color: #FFF59D;
|
|
2543
|
-
border: 1px solid;
|
|
2544
|
-
}
|
|
2545
|
-
.p-button.p-button-warning.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-warning.p-button-outlinedbutton:enabled:active {
|
|
2546
|
-
background: rgba(255, 245, 157, 0.16);
|
|
2547
|
-
color: #FFF59D;
|
|
2548
|
-
border: 1px solid;
|
|
2549
|
-
}
|
|
2550
|
-
.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 {
|
|
2551
|
-
background: rgba(255, 245, 157, 0.04);
|
|
2552
|
-
color: #FFF59D;
|
|
2553
|
-
border: 1px solid;
|
|
2554
|
-
}
|
|
2555
|
-
.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 {
|
|
2556
|
-
background: rgba(255, 245, 157, 0.16);
|
|
2557
|
-
color: #FFF59D;
|
|
2558
|
-
border: 1px solid;
|
|
2559
|
-
}
|
|
2560
|
-
.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 {
|
|
2561
|
-
background: rgba(255, 245, 157, 0.04);
|
|
2562
|
-
color: #FFF59D;
|
|
2563
|
-
border: 1px solid;
|
|
2564
|
-
}
|
|
2565
|
-
.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 {
|
|
2566
|
-
background: rgba(255, 245, 157, 0.16);
|
|
2567
|
-
color: #FFF59D;
|
|
2568
|
-
border: 1px solid;
|
|
2066
|
+
border: 0 none;
|
|
2569
2067
|
}
|
|
2570
|
-
.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 {
|
|
2068
|
+
.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 {
|
|
2571
2069
|
background: rgba(255, 245, 157, 0.04);
|
|
2572
2070
|
color: #FFF59D;
|
|
2573
|
-
border:
|
|
2071
|
+
border: 0 none;
|
|
2574
2072
|
}
|
|
2575
|
-
.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 {
|
|
2073
|
+
.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 {
|
|
2576
2074
|
background: rgba(255, 245, 157, 0.16);
|
|
2577
2075
|
color: #FFF59D;
|
|
2578
|
-
border:
|
|
2076
|
+
border: 0 none;
|
|
2579
2077
|
}
|
|
2580
2078
|
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text, .p-fileupload-choose.p-button-warning.p-button-text {
|
|
2581
2079
|
background-color: transparent;
|
|
2582
2080
|
color: #FFF59D;
|
|
2583
2081
|
border-color: transparent;
|
|
2584
2082
|
}
|
|
2585
|
-
.p-button.p-button-warning.p-button-
|
|
2586
|
-
background: rgba(255, 245, 157, 0.04);
|
|
2587
|
-
border-color: transparent;
|
|
2588
|
-
color: #FFF59D;
|
|
2589
|
-
}
|
|
2590
|
-
.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 {
|
|
2591
|
-
background: rgba(255, 245, 157, 0.16);
|
|
2592
|
-
border-color: transparent;
|
|
2593
|
-
color: #FFF59D;
|
|
2594
|
-
}
|
|
2595
|
-
.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 {
|
|
2596
|
-
background: rgba(255, 245, 157, 0.04);
|
|
2597
|
-
border-color: transparent;
|
|
2598
|
-
color: #FFF59D;
|
|
2599
|
-
}
|
|
2600
|
-
.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 {
|
|
2601
|
-
background: rgba(255, 245, 157, 0.16);
|
|
2602
|
-
border-color: transparent;
|
|
2603
|
-
color: #FFF59D;
|
|
2604
|
-
}
|
|
2605
|
-
.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 {
|
|
2606
|
-
background: rgba(255, 245, 157, 0.04);
|
|
2607
|
-
border-color: transparent;
|
|
2608
|
-
color: #FFF59D;
|
|
2609
|
-
}
|
|
2610
|
-
.p-button.p-button-warning.p-button-texta:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-texta:enabled:active, .p-fileupload-choose.p-button-warning.p-button-texta:enabled:active {
|
|
2611
|
-
background: rgba(255, 245, 157, 0.16);
|
|
2612
|
-
border-color: transparent;
|
|
2613
|
-
color: #FFF59D;
|
|
2614
|
-
}
|
|
2615
|
-
.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 {
|
|
2083
|
+
.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 {
|
|
2616
2084
|
background: rgba(255, 245, 157, 0.04);
|
|
2617
2085
|
border-color: transparent;
|
|
2618
2086
|
color: #FFF59D;
|
|
2619
2087
|
}
|
|
2620
|
-
.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 {
|
|
2088
|
+
.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 {
|
|
2621
2089
|
background: rgba(255, 245, 157, 0.16);
|
|
2622
2090
|
border-color: transparent;
|
|
2623
2091
|
color: #FFF59D;
|
|
@@ -2628,54 +2096,15 @@
|
|
|
2628
2096
|
background: #CE93D8;
|
|
2629
2097
|
border: 0 none;
|
|
2630
2098
|
}
|
|
2631
|
-
.p-button.p-button-
|
|
2632
|
-
background: rgba(206, 147, 216, 0.92);
|
|
2633
|
-
color: #212121;
|
|
2634
|
-
border-color: transparent;
|
|
2635
|
-
}
|
|
2636
|
-
.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 {
|
|
2637
|
-
box-shadow: none;
|
|
2638
|
-
}
|
|
2639
|
-
.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 {
|
|
2640
|
-
background: rgba(206, 147, 216, 0.68);
|
|
2641
|
-
color: #212121;
|
|
2642
|
-
border-color: transparent;
|
|
2643
|
-
}
|
|
2644
|
-
.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 {
|
|
2645
|
-
background: rgba(206, 147, 216, 0.92);
|
|
2646
|
-
color: #212121;
|
|
2647
|
-
border-color: transparent;
|
|
2648
|
-
}
|
|
2649
|
-
.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 {
|
|
2650
|
-
box-shadow: none;
|
|
2651
|
-
}
|
|
2652
|
-
.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 {
|
|
2653
|
-
background: rgba(206, 147, 216, 0.68);
|
|
2654
|
-
color: #212121;
|
|
2655
|
-
border-color: transparent;
|
|
2656
|
-
}
|
|
2657
|
-
.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 {
|
|
2099
|
+
.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 {
|
|
2658
2100
|
background: rgba(206, 147, 216, 0.92);
|
|
2659
2101
|
color: #212121;
|
|
2660
2102
|
border-color: transparent;
|
|
2661
2103
|
}
|
|
2662
|
-
.p-button.p-button-
|
|
2104
|
+
.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 {
|
|
2663
2105
|
box-shadow: none;
|
|
2664
2106
|
}
|
|
2665
|
-
.p-button.p-button-
|
|
2666
|
-
background: rgba(206, 147, 216, 0.68);
|
|
2667
|
-
color: #212121;
|
|
2668
|
-
border-color: transparent;
|
|
2669
|
-
}
|
|
2670
|
-
.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 {
|
|
2671
|
-
background: rgba(206, 147, 216, 0.92);
|
|
2672
|
-
color: #212121;
|
|
2673
|
-
border-color: transparent;
|
|
2674
|
-
}
|
|
2675
|
-
.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 {
|
|
2676
|
-
box-shadow: none;
|
|
2677
|
-
}
|
|
2678
|
-
.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 {
|
|
2107
|
+
.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 {
|
|
2679
2108
|
background: rgba(206, 147, 216, 0.68);
|
|
2680
2109
|
color: #212121;
|
|
2681
2110
|
border-color: transparent;
|
|
@@ -2683,237 +2112,78 @@
|
|
|
2683
2112
|
.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 {
|
|
2684
2113
|
background-color: transparent;
|
|
2685
2114
|
color: #CE93D8;
|
|
2686
|
-
border:
|
|
2687
|
-
}
|
|
2688
|
-
.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 {
|
|
2689
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2690
|
-
color: #CE93D8;
|
|
2691
|
-
border: 1px solid;
|
|
2692
|
-
}
|
|
2693
|
-
.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 {
|
|
2694
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2695
|
-
color: #CE93D8;
|
|
2696
|
-
border: 1px solid;
|
|
2697
|
-
}
|
|
2698
|
-
.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 {
|
|
2699
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2700
|
-
color: #CE93D8;
|
|
2701
|
-
border: 1px solid;
|
|
2702
|
-
}
|
|
2703
|
-
.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 {
|
|
2704
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2705
|
-
color: #CE93D8;
|
|
2706
|
-
border: 1px solid;
|
|
2707
|
-
}
|
|
2708
|
-
.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 {
|
|
2709
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2710
|
-
color: #CE93D8;
|
|
2711
|
-
border: 1px solid;
|
|
2712
|
-
}
|
|
2713
|
-
.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 {
|
|
2714
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2715
|
-
color: #CE93D8;
|
|
2716
|
-
border: 1px solid;
|
|
2717
|
-
}
|
|
2718
|
-
.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 {
|
|
2719
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2720
|
-
color: #CE93D8;
|
|
2721
|
-
border: 1px solid;
|
|
2722
|
-
}
|
|
2723
|
-
.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 {
|
|
2724
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2725
|
-
color: #CE93D8;
|
|
2726
|
-
border: 1px solid;
|
|
2727
|
-
}
|
|
2728
|
-
.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 {
|
|
2729
|
-
background-color: transparent;
|
|
2730
|
-
color: #CE93D8;
|
|
2731
|
-
border-color: transparent;
|
|
2732
|
-
}
|
|
2733
|
-
.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 {
|
|
2734
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2735
|
-
border-color: transparent;
|
|
2736
|
-
color: #CE93D8;
|
|
2737
|
-
}
|
|
2738
|
-
.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 {
|
|
2739
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2740
|
-
border-color: transparent;
|
|
2741
|
-
color: #CE93D8;
|
|
2742
|
-
}
|
|
2743
|
-
.p-button.p-button-help.p-button-text:not(button):not(.p-disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-help.p-button-text:not(button):not(.p-disabled):hover {
|
|
2744
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2745
|
-
border-color: transparent;
|
|
2746
|
-
color: #CE93D8;
|
|
2747
|
-
}
|
|
2748
|
-
.p-button.p-button-help.p-button-text:not(button):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(button):not(.p-disabled):active {
|
|
2749
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2750
|
-
border-color: transparent;
|
|
2751
|
-
color: #CE93D8;
|
|
2752
|
-
}
|
|
2753
|
-
.p-button.p-button-help.p-button-texta:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-texta:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-texta:enabled:hover, .p-fileupload-choose.p-button-help.p-button-texta:enabled:hover {
|
|
2754
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2755
|
-
border-color: transparent;
|
|
2756
|
-
color: #CE93D8;
|
|
2757
|
-
}
|
|
2758
|
-
.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 {
|
|
2759
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2760
|
-
border-color: transparent;
|
|
2761
|
-
color: #CE93D8;
|
|
2115
|
+
border: 0 none;
|
|
2762
2116
|
}
|
|
2763
|
-
.p-button.p-button-help.p-button-
|
|
2117
|
+
.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 {
|
|
2764
2118
|
background: rgba(206, 147, 216, 0.04);
|
|
2765
|
-
border-color: transparent;
|
|
2766
2119
|
color: #CE93D8;
|
|
2120
|
+
border: 0 none;
|
|
2767
2121
|
}
|
|
2768
|
-
.p-button.p-button-help.p-button-
|
|
2122
|
+
.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 {
|
|
2769
2123
|
background: rgba(206, 147, 216, 0.16);
|
|
2770
|
-
border-color: transparent;
|
|
2771
2124
|
color: #CE93D8;
|
|
2772
|
-
}
|
|
2773
|
-
|
|
2774
|
-
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button, .p-fileupload-choose.p-button-danger {
|
|
2775
|
-
color: #212121;
|
|
2776
|
-
background: #EF9A9A;
|
|
2777
2125
|
border: 0 none;
|
|
2778
2126
|
}
|
|
2779
|
-
.p-button.p-button-
|
|
2780
|
-
background: rgba(239, 154, 154, 0.92);
|
|
2781
|
-
color: #212121;
|
|
2782
|
-
border-color: transparent;
|
|
2783
|
-
}
|
|
2784
|
-
.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 {
|
|
2785
|
-
box-shadow: none;
|
|
2786
|
-
}
|
|
2787
|
-
.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 {
|
|
2788
|
-
background: rgba(239, 154, 154, 0.68);
|
|
2789
|
-
color: #212121;
|
|
2790
|
-
border-color: transparent;
|
|
2791
|
-
}
|
|
2792
|
-
.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 {
|
|
2793
|
-
background: rgba(239, 154, 154, 0.92);
|
|
2794
|
-
color: #212121;
|
|
2795
|
-
border-color: transparent;
|
|
2796
|
-
}
|
|
2797
|
-
.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 {
|
|
2798
|
-
box-shadow: none;
|
|
2799
|
-
}
|
|
2800
|
-
.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 {
|
|
2801
|
-
background: rgba(239, 154, 154, 0.68);
|
|
2802
|
-
color: #212121;
|
|
2803
|
-
border-color: transparent;
|
|
2804
|
-
}
|
|
2805
|
-
.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 {
|
|
2806
|
-
background: rgba(239, 154, 154, 0.92);
|
|
2807
|
-
color: #212121;
|
|
2808
|
-
border-color: transparent;
|
|
2809
|
-
}
|
|
2810
|
-
.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 {
|
|
2811
|
-
box-shadow: none;
|
|
2812
|
-
}
|
|
2813
|
-
.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 {
|
|
2814
|
-
background: rgba(239, 154, 154, 0.68);
|
|
2815
|
-
color: #212121;
|
|
2816
|
-
border-color: transparent;
|
|
2817
|
-
}
|
|
2818
|
-
.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 {
|
|
2819
|
-
background: rgba(239, 154, 154, 0.92);
|
|
2820
|
-
color: #212121;
|
|
2821
|
-
border-color: transparent;
|
|
2822
|
-
}
|
|
2823
|
-
.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 {
|
|
2824
|
-
box-shadow: none;
|
|
2825
|
-
}
|
|
2826
|
-
.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 {
|
|
2827
|
-
background: rgba(239, 154, 154, 0.68);
|
|
2828
|
-
color: #212121;
|
|
2829
|
-
border-color: transparent;
|
|
2830
|
-
}
|
|
2831
|
-
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined, .p-fileupload-choose.p-button-danger.p-button-outlined {
|
|
2832
|
-
background-color: transparent;
|
|
2833
|
-
color: #EF9A9A;
|
|
2834
|
-
border: 1px solid;
|
|
2835
|
-
}
|
|
2836
|
-
.p-button.p-button-danger.p-button-outlinedbutton:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlinedbutton:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlinedbutton:enabled:hover, .p-fileupload-choose.p-button-danger.p-button-outlinedbutton:enabled:hover {
|
|
2837
|
-
background: rgba(239, 154, 154, 0.04);
|
|
2838
|
-
color: #EF9A9A;
|
|
2839
|
-
border: 1px solid;
|
|
2840
|
-
}
|
|
2841
|
-
.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 {
|
|
2842
|
-
background: rgba(239, 154, 154, 0.16);
|
|
2843
|
-
color: #EF9A9A;
|
|
2844
|
-
border: 1px solid;
|
|
2845
|
-
}
|
|
2846
|
-
.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 {
|
|
2847
|
-
background: rgba(239, 154, 154, 0.04);
|
|
2848
|
-
color: #EF9A9A;
|
|
2849
|
-
border: 1px solid;
|
|
2850
|
-
}
|
|
2851
|
-
.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 {
|
|
2852
|
-
background: rgba(239, 154, 154, 0.16);
|
|
2853
|
-
color: #EF9A9A;
|
|
2854
|
-
border: 1px solid;
|
|
2855
|
-
}
|
|
2856
|
-
.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 {
|
|
2857
|
-
background: rgba(239, 154, 154, 0.04);
|
|
2858
|
-
color: #EF9A9A;
|
|
2859
|
-
border: 1px solid;
|
|
2860
|
-
}
|
|
2861
|
-
.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 {
|
|
2862
|
-
background: rgba(239, 154, 154, 0.16);
|
|
2863
|
-
color: #EF9A9A;
|
|
2864
|
-
border: 1px solid;
|
|
2865
|
-
}
|
|
2866
|
-
.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 {
|
|
2867
|
-
background: rgba(239, 154, 154, 0.04);
|
|
2868
|
-
color: #EF9A9A;
|
|
2869
|
-
border: 1px solid;
|
|
2870
|
-
}
|
|
2871
|
-
.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 {
|
|
2872
|
-
background: rgba(239, 154, 154, 0.16);
|
|
2873
|
-
color: #EF9A9A;
|
|
2874
|
-
border: 1px solid;
|
|
2875
|
-
}
|
|
2876
|
-
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text, .p-fileupload-choose.p-button-danger.p-button-text {
|
|
2127
|
+
.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 {
|
|
2877
2128
|
background-color: transparent;
|
|
2878
|
-
color: #
|
|
2129
|
+
color: #CE93D8;
|
|
2879
2130
|
border-color: transparent;
|
|
2880
2131
|
}
|
|
2881
|
-
.p-button.p-button-
|
|
2882
|
-
background: rgba(
|
|
2132
|
+
.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 {
|
|
2133
|
+
background: rgba(206, 147, 216, 0.04);
|
|
2883
2134
|
border-color: transparent;
|
|
2884
|
-
color: #
|
|
2135
|
+
color: #CE93D8;
|
|
2885
2136
|
}
|
|
2886
|
-
.p-button.p-button-
|
|
2887
|
-
background: rgba(
|
|
2137
|
+
.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 {
|
|
2138
|
+
background: rgba(206, 147, 216, 0.16);
|
|
2888
2139
|
border-color: transparent;
|
|
2889
|
-
color: #
|
|
2140
|
+
color: #CE93D8;
|
|
2890
2141
|
}
|
|
2891
|
-
|
|
2892
|
-
|
|
2142
|
+
|
|
2143
|
+
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button, .p-fileupload-choose.p-button-danger {
|
|
2144
|
+
color: #212121;
|
|
2145
|
+
background: #EF9A9A;
|
|
2146
|
+
border: 0 none;
|
|
2147
|
+
}
|
|
2148
|
+
.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 {
|
|
2149
|
+
background: rgba(239, 154, 154, 0.92);
|
|
2150
|
+
color: #212121;
|
|
2893
2151
|
border-color: transparent;
|
|
2894
|
-
color: #EF9A9A;
|
|
2895
2152
|
}
|
|
2896
|
-
.p-button.p-button-danger.p-button-
|
|
2897
|
-
|
|
2153
|
+
.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 {
|
|
2154
|
+
box-shadow: none;
|
|
2155
|
+
}
|
|
2156
|
+
.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 {
|
|
2157
|
+
background: rgba(239, 154, 154, 0.68);
|
|
2158
|
+
color: #212121;
|
|
2898
2159
|
border-color: transparent;
|
|
2160
|
+
}
|
|
2161
|
+
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined, .p-fileupload-choose.p-button-danger.p-button-outlined {
|
|
2162
|
+
background-color: transparent;
|
|
2899
2163
|
color: #EF9A9A;
|
|
2164
|
+
border: 0 none;
|
|
2900
2165
|
}
|
|
2901
|
-
.p-button.p-button-danger.p-button-
|
|
2166
|
+
.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 {
|
|
2902
2167
|
background: rgba(239, 154, 154, 0.04);
|
|
2903
|
-
border-color: transparent;
|
|
2904
2168
|
color: #EF9A9A;
|
|
2169
|
+
border: 0 none;
|
|
2905
2170
|
}
|
|
2906
|
-
.p-button.p-button-danger.p-button-
|
|
2171
|
+
.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 {
|
|
2907
2172
|
background: rgba(239, 154, 154, 0.16);
|
|
2908
|
-
border-color: transparent;
|
|
2909
2173
|
color: #EF9A9A;
|
|
2174
|
+
border: 0 none;
|
|
2175
|
+
}
|
|
2176
|
+
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text, .p-fileupload-choose.p-button-danger.p-button-text {
|
|
2177
|
+
background-color: transparent;
|
|
2178
|
+
color: #EF9A9A;
|
|
2179
|
+
border-color: transparent;
|
|
2910
2180
|
}
|
|
2911
|
-
.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 {
|
|
2181
|
+
.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 {
|
|
2912
2182
|
background: rgba(239, 154, 154, 0.04);
|
|
2913
2183
|
border-color: transparent;
|
|
2914
2184
|
color: #EF9A9A;
|
|
2915
2185
|
}
|
|
2916
|
-
.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 {
|
|
2186
|
+
.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 {
|
|
2917
2187
|
background: rgba(239, 154, 154, 0.16);
|
|
2918
2188
|
border-color: transparent;
|
|
2919
2189
|
color: #EF9A9A;
|
|
@@ -2924,74 +2194,20 @@
|
|
|
2924
2194
|
background: transparent;
|
|
2925
2195
|
border: transparent;
|
|
2926
2196
|
}
|
|
2927
|
-
.p-button.p-button-
|
|
2928
|
-
background: transparent;
|
|
2929
|
-
color: #CE93D8;
|
|
2930
|
-
border-color: transparent;
|
|
2931
|
-
}
|
|
2932
|
-
.p-button.p-button-linkbutton:enabled:hover .p-button-label {
|
|
2933
|
-
text-decoration: underline;
|
|
2934
|
-
}
|
|
2935
|
-
.p-button.p-button-linkbutton:enabled:focus {
|
|
2936
|
-
background: transparent;
|
|
2937
|
-
box-shadow: none;
|
|
2938
|
-
border-color: transparent;
|
|
2939
|
-
}
|
|
2940
|
-
.p-button.p-button-linkbutton:enabled:active {
|
|
2941
|
-
background: transparent;
|
|
2942
|
-
color: #CE93D8;
|
|
2943
|
-
border-color: transparent;
|
|
2944
|
-
}
|
|
2945
|
-
.p-button.p-button-link:not(button):not(.p-disabled):hover {
|
|
2946
|
-
background: transparent;
|
|
2947
|
-
color: #CE93D8;
|
|
2948
|
-
border-color: transparent;
|
|
2949
|
-
}
|
|
2950
|
-
.p-button.p-button-link:not(button):not(.p-disabled):hover .p-button-label {
|
|
2951
|
-
text-decoration: underline;
|
|
2952
|
-
}
|
|
2953
|
-
.p-button.p-button-link:not(button):not(.p-disabled):focus {
|
|
2954
|
-
background: transparent;
|
|
2955
|
-
box-shadow: none;
|
|
2956
|
-
border-color: transparent;
|
|
2957
|
-
}
|
|
2958
|
-
.p-button.p-button-link:not(button):not(.p-disabled):active {
|
|
2959
|
-
background: transparent;
|
|
2960
|
-
color: #CE93D8;
|
|
2961
|
-
border-color: transparent;
|
|
2962
|
-
}
|
|
2963
|
-
.p-button.p-button-linka:enabled:hover {
|
|
2964
|
-
background: transparent;
|
|
2965
|
-
color: #CE93D8;
|
|
2966
|
-
border-color: transparent;
|
|
2967
|
-
}
|
|
2968
|
-
.p-button.p-button-linka:enabled:hover .p-button-label {
|
|
2969
|
-
text-decoration: underline;
|
|
2970
|
-
}
|
|
2971
|
-
.p-button.p-button-linka:enabled:focus {
|
|
2972
|
-
background: transparent;
|
|
2973
|
-
box-shadow: none;
|
|
2974
|
-
border-color: transparent;
|
|
2975
|
-
}
|
|
2976
|
-
.p-button.p-button-linka:enabled:active {
|
|
2977
|
-
background: transparent;
|
|
2978
|
-
color: #CE93D8;
|
|
2979
|
-
border-color: transparent;
|
|
2980
|
-
}
|
|
2981
|
-
.p-button.p-button-link:not(a):not(.p-disabled):hover {
|
|
2197
|
+
.p-button.p-button-link:enabled:hover, .p-button.p-button-link:not(button):not(a):not(.p-disabled):hover {
|
|
2982
2198
|
background: transparent;
|
|
2983
2199
|
color: #CE93D8;
|
|
2984
2200
|
border-color: transparent;
|
|
2985
2201
|
}
|
|
2986
|
-
.p-button.p-button-link:not(a):not(.p-disabled):hover .p-button-label {
|
|
2202
|
+
.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 {
|
|
2987
2203
|
text-decoration: underline;
|
|
2988
2204
|
}
|
|
2989
|
-
.p-button.p-button-link:not(a):not(.p-disabled):focus {
|
|
2205
|
+
.p-button.p-button-link:enabled:focus, .p-button.p-button-link:not(button):not(a):not(.p-disabled):focus {
|
|
2990
2206
|
background: transparent;
|
|
2991
2207
|
box-shadow: none;
|
|
2992
2208
|
border-color: transparent;
|
|
2993
2209
|
}
|
|
2994
|
-
.p-button.p-button-link:not(a):not(.p-disabled):active {
|
|
2210
|
+
.p-button.p-button-link:enabled:active, .p-button.p-button-link:not(button):not(a):not(.p-disabled):active {
|
|
2995
2211
|
background: transparent;
|
|
2996
2212
|
color: #CE93D8;
|
|
2997
2213
|
border-color: transparent;
|
|
@@ -3231,6 +2447,9 @@
|
|
|
3231
2447
|
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
|
|
3232
2448
|
margin-right: 0.5rem;
|
|
3233
2449
|
}
|
|
2450
|
+
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
|
|
2451
|
+
font-weight: 500;
|
|
2452
|
+
}
|
|
3234
2453
|
.p-datatable .p-datatable-tbody > tr > td.p-highlight {
|
|
3235
2454
|
background: rgba(206, 147, 216, 0.16);
|
|
3236
2455
|
color: #CE93D8;
|
|
@@ -3245,7 +2464,7 @@
|
|
|
3245
2464
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
|
3246
2465
|
box-shadow: inset 0 -2px 0 0 rgba(206, 147, 216, 0.16);
|
|
3247
2466
|
}
|
|
3248
|
-
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
|
2467
|
+
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-datatable-emptymessage):hover {
|
|
3249
2468
|
background: rgba(255, 255, 255, 0.04);
|
|
3250
2469
|
color: rgba(255, 255, 255, 0.87);
|
|
3251
2470
|
}
|
|
@@ -3408,6 +2627,126 @@
|
|
|
3408
2627
|
border-bottom-right-radius: 4px;
|
|
3409
2628
|
}
|
|
3410
2629
|
|
|
2630
|
+
.p-column-filter-row .p-column-filter-menu-button,
|
|
2631
|
+
.p-column-filter-row .p-column-filter-clear-button {
|
|
2632
|
+
margin-left: 0.5rem;
|
|
2633
|
+
}
|
|
2634
|
+
|
|
2635
|
+
.p-column-filter-menu-button {
|
|
2636
|
+
width: 2.5rem;
|
|
2637
|
+
height: 2.5rem;
|
|
2638
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2639
|
+
border: 0 none;
|
|
2640
|
+
background: transparent;
|
|
2641
|
+
border-radius: 50%;
|
|
2642
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2643
|
+
}
|
|
2644
|
+
.p-column-filter-menu-button:hover {
|
|
2645
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2646
|
+
border-color: transparent;
|
|
2647
|
+
background: rgba(255, 255, 255, 0.04);
|
|
2648
|
+
}
|
|
2649
|
+
.p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
|
|
2650
|
+
background: rgba(255, 255, 255, 0.04);
|
|
2651
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2652
|
+
}
|
|
2653
|
+
.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
|
|
2654
|
+
background: rgba(206, 147, 216, 0.16);
|
|
2655
|
+
color: #CE93D8;
|
|
2656
|
+
}
|
|
2657
|
+
.p-column-filter-menu-button:focus {
|
|
2658
|
+
outline: 0 none;
|
|
2659
|
+
outline-offset: 0;
|
|
2660
|
+
box-shadow: none;
|
|
2661
|
+
}
|
|
2662
|
+
|
|
2663
|
+
.p-column-filter-clear-button {
|
|
2664
|
+
width: 2.5rem;
|
|
2665
|
+
height: 2.5rem;
|
|
2666
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2667
|
+
border: 0 none;
|
|
2668
|
+
background: transparent;
|
|
2669
|
+
border-radius: 50%;
|
|
2670
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2671
|
+
}
|
|
2672
|
+
.p-column-filter-clear-button:hover {
|
|
2673
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2674
|
+
border-color: transparent;
|
|
2675
|
+
background: rgba(255, 255, 255, 0.04);
|
|
2676
|
+
}
|
|
2677
|
+
.p-column-filter-clear-button:focus {
|
|
2678
|
+
outline: 0 none;
|
|
2679
|
+
outline-offset: 0;
|
|
2680
|
+
box-shadow: none;
|
|
2681
|
+
}
|
|
2682
|
+
|
|
2683
|
+
.p-column-filter-overlay {
|
|
2684
|
+
background: #2b2b2b;
|
|
2685
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2686
|
+
border: 0 none;
|
|
2687
|
+
border-radius: 4px;
|
|
2688
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
2689
|
+
min-width: 12.5rem;
|
|
2690
|
+
}
|
|
2691
|
+
.p-column-filter-overlay .p-column-filter-row-items {
|
|
2692
|
+
padding: 0;
|
|
2693
|
+
}
|
|
2694
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
|
|
2695
|
+
margin: 0;
|
|
2696
|
+
padding: 1rem 1rem;
|
|
2697
|
+
border: 0 none;
|
|
2698
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2699
|
+
background: transparent;
|
|
2700
|
+
transition: none;
|
|
2701
|
+
border-radius: 0;
|
|
2702
|
+
}
|
|
2703
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
|
|
2704
|
+
color: #CE93D8;
|
|
2705
|
+
background: rgba(206, 147, 216, 0.16);
|
|
2706
|
+
}
|
|
2707
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
|
|
2708
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2709
|
+
background: rgba(255, 255, 255, 0.04);
|
|
2710
|
+
}
|
|
2711
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
|
|
2712
|
+
outline: 0 none;
|
|
2713
|
+
outline-offset: 0;
|
|
2714
|
+
box-shadow: none;
|
|
2715
|
+
}
|
|
2716
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
|
|
2717
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
2718
|
+
margin: 0.5rem 0;
|
|
2719
|
+
}
|
|
2720
|
+
|
|
2721
|
+
.p-column-filter-overlay-menu .p-column-filter-operator {
|
|
2722
|
+
padding: 1rem;
|
|
2723
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
2724
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2725
|
+
background: #2b2b2b;
|
|
2726
|
+
margin: 0;
|
|
2727
|
+
border-top-right-radius: 4px;
|
|
2728
|
+
border-top-left-radius: 4px;
|
|
2729
|
+
}
|
|
2730
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint {
|
|
2731
|
+
padding: 1rem;
|
|
2732
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
2733
|
+
}
|
|
2734
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
|
|
2735
|
+
margin-bottom: 0.5rem;
|
|
2736
|
+
}
|
|
2737
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
|
|
2738
|
+
margin-top: 0.5rem;
|
|
2739
|
+
}
|
|
2740
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
|
|
2741
|
+
border-bottom: 0 none;
|
|
2742
|
+
}
|
|
2743
|
+
.p-column-filter-overlay-menu .p-column-filter-add-rule {
|
|
2744
|
+
padding: 1rem 1rem;
|
|
2745
|
+
}
|
|
2746
|
+
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
|
|
2747
|
+
padding: 1rem;
|
|
2748
|
+
}
|
|
2749
|
+
|
|
3411
2750
|
.fc {
|
|
3412
2751
|
/* FullCalendar 4 */
|
|
3413
2752
|
/* FullCalendar 5 */
|
|
@@ -3691,6 +3030,10 @@
|
|
|
3691
3030
|
border-top-right-radius: 4px;
|
|
3692
3031
|
border-bottom-right-radius: 4px;
|
|
3693
3032
|
}
|
|
3033
|
+
.fc.fc-theme-standard .fc-highlight {
|
|
3034
|
+
color: #CE93D8;
|
|
3035
|
+
background: rgba(206, 147, 216, 0.16);
|
|
3036
|
+
}
|
|
3694
3037
|
|
|
3695
3038
|
.p-orderlist .p-orderlist-controls {
|
|
3696
3039
|
padding: 1rem;
|
|
@@ -3823,12 +3166,12 @@
|
|
|
3823
3166
|
color: rgba(255, 255, 255, 0.6);
|
|
3824
3167
|
}
|
|
3825
3168
|
.p-paginator .p-paginator-first {
|
|
3826
|
-
border-top-left-radius:
|
|
3827
|
-
border-bottom-left-radius:
|
|
3169
|
+
border-top-left-radius: 50%;
|
|
3170
|
+
border-bottom-left-radius: 50%;
|
|
3828
3171
|
}
|
|
3829
3172
|
.p-paginator .p-paginator-last {
|
|
3830
|
-
border-top-right-radius:
|
|
3831
|
-
border-bottom-right-radius:
|
|
3173
|
+
border-top-right-radius: 50%;
|
|
3174
|
+
border-bottom-right-radius: 50%;
|
|
3832
3175
|
}
|
|
3833
3176
|
.p-paginator .p-dropdown {
|
|
3834
3177
|
margin-left: 0.5rem;
|
|
@@ -4031,6 +3374,12 @@
|
|
|
4031
3374
|
.p-tree .p-tree-loading-icon {
|
|
4032
3375
|
font-size: 2rem;
|
|
4033
3376
|
}
|
|
3377
|
+
.p-tree .p-treenode-droppoint {
|
|
3378
|
+
height: 0.5rem;
|
|
3379
|
+
}
|
|
3380
|
+
.p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
|
|
3381
|
+
background: rgba(182, 94, 197, 0.16);
|
|
3382
|
+
}
|
|
4034
3383
|
|
|
4035
3384
|
.p-treetable .p-paginator-top {
|
|
4036
3385
|
border-width: 0 0 1px 0;
|
|
@@ -4520,6 +3869,9 @@
|
|
|
4520
3869
|
border-color: rgba(255, 255, 255, 0.12);
|
|
4521
3870
|
color: #CE93D8;
|
|
4522
3871
|
}
|
|
3872
|
+
.p-tabview .p-tabview-close {
|
|
3873
|
+
margin-left: 0.5rem;
|
|
3874
|
+
}
|
|
4523
3875
|
.p-tabview .p-tabview-nav-btn.p-link {
|
|
4524
3876
|
background: transparent;
|
|
4525
3877
|
color: #CE93D8;
|
|
@@ -4660,10 +4012,6 @@
|
|
|
4660
4012
|
margin-left: 1rem;
|
|
4661
4013
|
}
|
|
4662
4014
|
|
|
4663
|
-
.p-dialog-mask.p-component-overlay {
|
|
4664
|
-
background-color: rgba(0, 0, 0, 0.32);
|
|
4665
|
-
}
|
|
4666
|
-
|
|
4667
4015
|
.p-overlaypanel {
|
|
4668
4016
|
background: #262626;
|
|
4669
4017
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -4744,10 +4092,6 @@
|
|
|
4744
4092
|
padding: 1rem;
|
|
4745
4093
|
}
|
|
4746
4094
|
|
|
4747
|
-
.p-sidebar-mask.p-component-overlay {
|
|
4748
|
-
background: rgba(0, 0, 0, 0.32);
|
|
4749
|
-
}
|
|
4750
|
-
|
|
4751
4095
|
.p-tooltip .p-tooltip-text {
|
|
4752
4096
|
background: #444444;
|
|
4753
4097
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -4836,6 +4180,7 @@
|
|
|
4836
4180
|
color: rgba(255, 255, 255, 0.87);
|
|
4837
4181
|
border: 0 none;
|
|
4838
4182
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
4183
|
+
border-radius: 4px;
|
|
4839
4184
|
width: 12.5rem;
|
|
4840
4185
|
}
|
|
4841
4186
|
.p-contextmenu .p-menuitem-link {
|
|
@@ -4877,6 +4222,7 @@
|
|
|
4877
4222
|
background: #2b2b2b;
|
|
4878
4223
|
border: 0 none;
|
|
4879
4224
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
4225
|
+
border-radius: 4px;
|
|
4880
4226
|
}
|
|
4881
4227
|
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
|
|
4882
4228
|
background: rgba(255, 255, 255, 0.04);
|
|
@@ -4908,30 +4254,30 @@
|
|
|
4908
4254
|
width: 4rem;
|
|
4909
4255
|
height: 4rem;
|
|
4910
4256
|
}
|
|
4911
|
-
.p-dock.p-dock-top .p-dock-item-second-prev,
|
|
4912
|
-
.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
|
|
4913
|
-
.p-dock.p-dock-bottom .p-dock-item-second-next {
|
|
4257
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
|
|
4258
|
+
.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,
|
|
4259
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-next {
|
|
4914
4260
|
margin: 0 0.9rem;
|
|
4915
4261
|
}
|
|
4916
|
-
.p-dock.p-dock-top .p-dock-item-prev,
|
|
4917
|
-
.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
|
|
4918
|
-
.p-dock.p-dock-bottom .p-dock-item-next {
|
|
4262
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-prev,
|
|
4263
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
|
|
4264
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-next {
|
|
4919
4265
|
margin: 0 1.3rem;
|
|
4920
4266
|
}
|
|
4921
|
-
.p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
|
|
4267
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-current {
|
|
4922
4268
|
margin: 0 1.5rem;
|
|
4923
4269
|
}
|
|
4924
|
-
.p-dock.p-dock-left .p-dock-item-second-prev,
|
|
4925
|
-
.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
|
|
4926
|
-
.p-dock.p-dock-right .p-dock-item-second-next {
|
|
4270
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-prev,
|
|
4271
|
+
.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,
|
|
4272
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-next {
|
|
4927
4273
|
margin: 0.9rem 0;
|
|
4928
4274
|
}
|
|
4929
|
-
.p-dock.p-dock-left .p-dock-item-prev,
|
|
4930
|
-
.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
|
|
4931
|
-
.p-dock.p-dock-right .p-dock-item-next {
|
|
4275
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-prev,
|
|
4276
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-prev,
|
|
4277
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-next {
|
|
4932
4278
|
margin: 1.3rem 0;
|
|
4933
4279
|
}
|
|
4934
|
-
.p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
|
|
4280
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-current {
|
|
4935
4281
|
margin: 1.5rem 0;
|
|
4936
4282
|
}
|
|
4937
4283
|
|
|
@@ -6429,6 +5775,13 @@
|
|
|
6429
5775
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
|
6430
5776
|
}
|
|
6431
5777
|
|
|
5778
|
+
.p-breadcrumb .p-menuitem-link {
|
|
5779
|
+
padding: 0.25rem 0.5rem;
|
|
5780
|
+
}
|
|
5781
|
+
.p-breadcrumb .p-menuitem-link:focus {
|
|
5782
|
+
background: rgba(255, 255, 255, 0.12);
|
|
5783
|
+
}
|
|
5784
|
+
|
|
6432
5785
|
.p-button {
|
|
6433
5786
|
font-weight: 500;
|
|
6434
5787
|
min-width: 4rem;
|
|
@@ -6436,393 +5789,141 @@
|
|
|
6436
5789
|
.p-button.p-button-icon-only {
|
|
6437
5790
|
min-width: auto;
|
|
6438
5791
|
}
|
|
6439
|
-
.p-
|
|
6440
|
-
background: rgba(206, 147, 216, 0.76);
|
|
6441
|
-
}
|
|
6442
|
-
.p-buttonbutton:enabled:active {
|
|
6443
|
-
background: rgba(206, 147, 216, 0.68);
|
|
6444
|
-
}
|
|
6445
|
-
.p-button:not(button):not(.p-disabled):focus {
|
|
6446
|
-
background: rgba(206, 147, 216, 0.76);
|
|
6447
|
-
}
|
|
6448
|
-
.p-button:not(button):not(.p-disabled):active {
|
|
6449
|
-
background: rgba(206, 147, 216, 0.68);
|
|
6450
|
-
}
|
|
6451
|
-
.p-buttona:enabled:focus {
|
|
6452
|
-
background: rgba(206, 147, 216, 0.76);
|
|
6453
|
-
}
|
|
6454
|
-
.p-buttona:enabled:active {
|
|
6455
|
-
background: rgba(206, 147, 216, 0.68);
|
|
6456
|
-
}
|
|
6457
|
-
.p-button:not(a):not(.p-disabled):focus {
|
|
5792
|
+
.p-button:enabled:focus, .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
6458
5793
|
background: rgba(206, 147, 216, 0.76);
|
|
6459
5794
|
}
|
|
6460
|
-
.p-button:not(a):not(.p-disabled):active {
|
|
5795
|
+
.p-button:enabled:active, .p-button:not(button):not(a):not(.p-disabled):active {
|
|
6461
5796
|
background: rgba(206, 147, 216, 0.68);
|
|
6462
5797
|
}
|
|
6463
5798
|
.p-button .p-ink {
|
|
6464
5799
|
background-color: rgba(255, 255, 255, 0.32);
|
|
6465
5800
|
}
|
|
6466
|
-
.p-button.p-button-
|
|
6467
|
-
background: rgba(206, 147, 216, 0.12);
|
|
6468
|
-
}
|
|
6469
|
-
.p-button.p-button-textbutton:enabled:active, .p-button.p-button-outlinedbutton:enabled:active {
|
|
6470
|
-
background: rgba(206, 147, 216, 0.16);
|
|
6471
|
-
}
|
|
6472
|
-
.p-button.p-button-text:not(button):not(.p-disabled):focus, .p-button.p-button-outlined:not(button):not(.p-disabled):focus {
|
|
6473
|
-
background: rgba(206, 147, 216, 0.12);
|
|
6474
|
-
}
|
|
6475
|
-
.p-button.p-button-text:not(button):not(.p-disabled):active, .p-button.p-button-outlined:not(button):not(.p-disabled):active {
|
|
6476
|
-
background: rgba(206, 147, 216, 0.16);
|
|
6477
|
-
}
|
|
6478
|
-
.p-button.p-button-texta:enabled:focus, .p-button.p-button-outlineda:enabled:focus {
|
|
6479
|
-
background: rgba(206, 147, 216, 0.12);
|
|
6480
|
-
}
|
|
6481
|
-
.p-button.p-button-texta:enabled:active, .p-button.p-button-outlineda:enabled:active {
|
|
6482
|
-
background: rgba(206, 147, 216, 0.16);
|
|
6483
|
-
}
|
|
6484
|
-
.p-button.p-button-text:not(a):not(.p-disabled):focus, .p-button.p-button-outlined:not(a):not(.p-disabled):focus {
|
|
5801
|
+
.p-button.p-button-text:enabled:focus, .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-button.p-button-outlined:enabled:focus, .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus {
|
|
6485
5802
|
background: rgba(206, 147, 216, 0.12);
|
|
6486
5803
|
}
|
|
6487
|
-
.p-button.p-button-text:not(a):not(.p-disabled):active, .p-button.p-button-outlined:not(a):not(.p-disabled):active {
|
|
5804
|
+
.p-button.p-button-text:enabled:active, .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-button.p-button-outlined:enabled:active, .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active {
|
|
6488
5805
|
background: rgba(206, 147, 216, 0.16);
|
|
6489
5806
|
}
|
|
6490
5807
|
.p-button.p-button-text .p-ink, .p-button.p-button-outlined .p-ink {
|
|
6491
5808
|
background-color: rgba(206, 147, 216, 0.16);
|
|
6492
5809
|
}
|
|
6493
|
-
.p-button
|
|
6494
|
-
|
|
6495
|
-
color: rgba(255, 255, 255, 0.38) !important;
|
|
6496
|
-
opacity: 1;
|
|
6497
|
-
}
|
|
6498
|
-
.p-button:disabled.p-button-text {
|
|
6499
|
-
background-color: transparent !important;
|
|
6500
|
-
color: rgba(255, 255, 255, 0.38) !important;
|
|
6501
|
-
}
|
|
6502
|
-
.p-button:disabled.p-button-outlined {
|
|
6503
|
-
background-color: transparent !important;
|
|
6504
|
-
color: rgba(255, 255, 255, 0.38) !important;
|
|
6505
|
-
border-color: rgba(255, 255, 255, 0.38) !important;
|
|
6506
|
-
}
|
|
6507
|
-
.p-button.p-button-raisedbutton:enabled:focus {
|
|
6508
|
-
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
6509
|
-
}
|
|
6510
|
-
.p-button.p-button-raised:not(button):not(.p-disabled):focus {
|
|
6511
|
-
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
6512
|
-
}
|
|
6513
|
-
.p-button.p-button-raiseda:enabled:focus {
|
|
6514
|
-
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
6515
|
-
}
|
|
6516
|
-
.p-button.p-button-raised:not(a):not(.p-disabled):focus {
|
|
6517
|
-
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
6518
|
-
}
|
|
6519
|
-
|
|
6520
|
-
.p-button.p-button-secondarybutton:enabled:focus, .p-buttonset.p-button-secondary > .p-buttonbutton:enabled:focus, .p-splitbutton.p-button-secondary > .p-buttonbutton:enabled:focus, .p-fileupload-choose.p-button-secondarybutton:enabled:focus {
|
|
6521
|
-
background: rgba(165, 214, 167, 0.76);
|
|
6522
|
-
}
|
|
6523
|
-
.p-button.p-button-secondarybutton:enabled:active, .p-buttonset.p-button-secondary > .p-buttonbutton:enabled:active, .p-splitbutton.p-button-secondary > .p-buttonbutton:enabled:active, .p-fileupload-choose.p-button-secondarybutton:enabled:active {
|
|
6524
|
-
background: rgba(165, 214, 167, 0.68);
|
|
6525
|
-
}
|
|
6526
|
-
.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 {
|
|
6527
|
-
background: rgba(165, 214, 167, 0.76);
|
|
6528
|
-
}
|
|
6529
|
-
.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 {
|
|
6530
|
-
background: rgba(165, 214, 167, 0.68);
|
|
6531
|
-
}
|
|
6532
|
-
.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 {
|
|
6533
|
-
background: rgba(165, 214, 167, 0.76);
|
|
6534
|
-
}
|
|
6535
|
-
.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 {
|
|
6536
|
-
background: rgba(165, 214, 167, 0.68);
|
|
5810
|
+
.p-button.p-button-outlined {
|
|
5811
|
+
box-shadow: inset 0 0 0 1px;
|
|
6537
5812
|
}
|
|
6538
|
-
.p-button.p-button-
|
|
6539
|
-
|
|
5813
|
+
.p-button.p-button-outlined:enabled:focus {
|
|
5814
|
+
box-shadow: inset 0 0 0 1px;
|
|
6540
5815
|
}
|
|
6541
|
-
.p-button.p-button-
|
|
6542
|
-
|
|
5816
|
+
.p-button.p-button-outlined:enabled:active {
|
|
5817
|
+
box-shadow: inset 0 0 0 1px;
|
|
6543
5818
|
}
|
|
6544
|
-
.p-button
|
|
6545
|
-
background: rgba(
|
|
5819
|
+
.p-button:disabled {
|
|
5820
|
+
background-color: rgba(255, 255, 255, 0.12) !important;
|
|
5821
|
+
color: rgba(255, 255, 255, 0.38) !important;
|
|
5822
|
+
opacity: 1;
|
|
6546
5823
|
}
|
|
6547
|
-
.p-button
|
|
6548
|
-
background:
|
|
5824
|
+
.p-button:disabled.p-button-text {
|
|
5825
|
+
background-color: transparent !important;
|
|
5826
|
+
color: rgba(255, 255, 255, 0.38) !important;
|
|
6549
5827
|
}
|
|
6550
|
-
.p-button
|
|
6551
|
-
background:
|
|
5828
|
+
.p-button:disabled.p-button-outlined {
|
|
5829
|
+
background-color: transparent !important;
|
|
5830
|
+
color: rgba(255, 255, 255, 0.38) !important;
|
|
5831
|
+
border-color: rgba(255, 255, 255, 0.38) !important;
|
|
6552
5832
|
}
|
|
6553
|
-
.p-button.p-button-
|
|
6554
|
-
|
|
5833
|
+
.p-button.p-button-raised:enabled:focus, .p-button.p-button-raised:not(button):not(a):not(.p-disabled):focus {
|
|
5834
|
+
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
6555
5835
|
}
|
|
6556
|
-
|
|
6557
|
-
|
|
5836
|
+
|
|
5837
|
+
.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 {
|
|
5838
|
+
background: rgba(165, 214, 167, 0.76);
|
|
6558
5839
|
}
|
|
6559
|
-
.p-button.p-button-secondary
|
|
6560
|
-
background: rgba(165, 214, 167, 0.
|
|
5840
|
+
.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 {
|
|
5841
|
+
background: rgba(165, 214, 167, 0.68);
|
|
6561
5842
|
}
|
|
6562
|
-
.p-button.p-button-secondary.p-button-text:not(a):not(.p-disabled):focus, .p-button.p-button-secondary.p-button-outlined:not(a):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-text:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(a):not(.p-disabled):focus {
|
|
5843
|
+
.p-button.p-button-secondary.p-button-text:enabled:focus, .p-button.p-button-secondary.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-button.p-button-secondary.p-button-outlined:enabled:focus, .p-button.p-button-secondary.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:focus, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:focus, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-text:enabled:focus, .p-fileupload-choose.p-button-secondary.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-outlined:enabled:focus, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(a):not(.p-disabled):focus {
|
|
6563
5844
|
background: rgba(165, 214, 167, 0.12);
|
|
6564
5845
|
}
|
|
6565
|
-
.p-button.p-button-secondary.p-button-text:not(a):not(.p-disabled):active, .p-button.p-button-secondary.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-text: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-text: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-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(a):not(.p-disabled):active {
|
|
5846
|
+
.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-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-text:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-text: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-text:enabled:active, .p-splitbutton.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-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-text:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-text: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 {
|
|
6566
5847
|
background: rgba(165, 214, 167, 0.16);
|
|
6567
5848
|
}
|
|
6568
5849
|
.p-button.p-button-secondary.p-button-text .p-ink, .p-button.p-button-secondary.p-button-outlined .p-ink, .p-buttonset.p-button-secondary > .p-button.p-button-text .p-ink, .p-buttonset.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-secondary.p-button-text .p-ink, .p-fileupload-choose.p-button-secondary.p-button-outlined .p-ink {
|
|
6569
5850
|
background-color: rgba(165, 214, 167, 0.16);
|
|
6570
5851
|
}
|
|
6571
5852
|
|
|
6572
|
-
.p-button.p-button-
|
|
6573
|
-
background: rgba(144, 202, 249, 0.76);
|
|
6574
|
-
}
|
|
6575
|
-
.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 {
|
|
6576
|
-
background: rgba(144, 202, 249, 0.68);
|
|
6577
|
-
}
|
|
6578
|
-
.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 {
|
|
6579
|
-
background: rgba(144, 202, 249, 0.76);
|
|
6580
|
-
}
|
|
6581
|
-
.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 {
|
|
6582
|
-
background: rgba(144, 202, 249, 0.68);
|
|
6583
|
-
}
|
|
6584
|
-
.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 {
|
|
6585
|
-
background: rgba(144, 202, 249, 0.76);
|
|
6586
|
-
}
|
|
6587
|
-
.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 {
|
|
6588
|
-
background: rgba(144, 202, 249, 0.68);
|
|
6589
|
-
}
|
|
6590
|
-
.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 {
|
|
5853
|
+
.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 {
|
|
6591
5854
|
background: rgba(144, 202, 249, 0.76);
|
|
6592
5855
|
}
|
|
6593
|
-
.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 {
|
|
5856
|
+
.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 {
|
|
6594
5857
|
background: rgba(144, 202, 249, 0.68);
|
|
6595
5858
|
}
|
|
6596
|
-
.p-button.p-button-info.p-button-
|
|
6597
|
-
background: rgba(144, 202, 249, 0.12);
|
|
6598
|
-
}
|
|
6599
|
-
.p-button.p-button-info.p-button-textbutton:enabled:active, .p-button.p-button-info.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-textbutton:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-info.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-info.p-button-outlinedbutton:enabled:active {
|
|
6600
|
-
background: rgba(144, 202, 249, 0.16);
|
|
6601
|
-
}
|
|
6602
|
-
.p-button.p-button-info.p-button-text:not(button):not(.p-disabled):focus, .p-button.p-button-info.p-button-outlined:not(button):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-info.p-button-text:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-info.p-button-outlined:not(button):not(.p-disabled):focus {
|
|
6603
|
-
background: rgba(144, 202, 249, 0.12);
|
|
6604
|
-
}
|
|
6605
|
-
.p-button.p-button-info.p-button-text:not(button):not(.p-disabled):active, .p-button.p-button-info.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text: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-text: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-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(button):not(.p-disabled):active {
|
|
6606
|
-
background: rgba(144, 202, 249, 0.16);
|
|
6607
|
-
}
|
|
6608
|
-
.p-button.p-button-info.p-button-texta:enabled:focus, .p-button.p-button-info.p-button-outlineda:enabled:focus, .p-buttonset.p-button-info > .p-button.p-button-texta:enabled:focus, .p-buttonset.p-button-info > .p-button.p-button-outlineda:enabled:focus, .p-splitbutton.p-button-info > .p-button.p-button-texta:enabled:focus, .p-splitbutton.p-button-info > .p-button.p-button-outlineda:enabled:focus, .p-fileupload-choose.p-button-info.p-button-texta:enabled:focus, .p-fileupload-choose.p-button-info.p-button-outlineda:enabled:focus {
|
|
6609
|
-
background: rgba(144, 202, 249, 0.12);
|
|
6610
|
-
}
|
|
6611
|
-
.p-button.p-button-info.p-button-texta:enabled:active, .p-button.p-button-info.p-button-outlineda:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-texta:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-info.p-button-texta:enabled:active, .p-fileupload-choose.p-button-info.p-button-outlineda:enabled:active {
|
|
6612
|
-
background: rgba(144, 202, 249, 0.16);
|
|
6613
|
-
}
|
|
6614
|
-
.p-button.p-button-info.p-button-text:not(a):not(.p-disabled):focus, .p-button.p-button-info.p-button-outlined:not(a):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-info.p-button-text:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-info.p-button-outlined:not(a):not(.p-disabled):focus {
|
|
5859
|
+
.p-button.p-button-info.p-button-text:enabled:focus, .p-button.p-button-info.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-button.p-button-info.p-button-outlined:enabled:focus, .p-button.p-button-info.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:focus, .p-buttonset.p-button-info > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:focus, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-info > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-info.p-button-text:enabled:focus, .p-fileupload-choose.p-button-info.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-info.p-button-outlined:enabled:focus, .p-fileupload-choose.p-button-info.p-button-outlined:not(button):not(a):not(.p-disabled):focus {
|
|
6615
5860
|
background: rgba(144, 202, 249, 0.12);
|
|
6616
5861
|
}
|
|
6617
|
-
.p-button.p-button-info.p-button-text:not(a):not(.p-disabled):active, .p-button.p-button-info.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text: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-text: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-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(a):not(.p-disabled):active {
|
|
5862
|
+
.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-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-text:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-text: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-text:enabled:active, .p-splitbutton.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-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-text:enabled:active, .p-fileupload-choose.p-button-info.p-button-text: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 {
|
|
6618
5863
|
background: rgba(144, 202, 249, 0.16);
|
|
6619
5864
|
}
|
|
6620
5865
|
.p-button.p-button-info.p-button-text .p-ink, .p-button.p-button-info.p-button-outlined .p-ink, .p-buttonset.p-button-info > .p-button.p-button-text .p-ink, .p-buttonset.p-button-info > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-info.p-button-text .p-ink, .p-fileupload-choose.p-button-info.p-button-outlined .p-ink {
|
|
6621
5866
|
background-color: rgba(144, 202, 249, 0.16);
|
|
6622
5867
|
}
|
|
6623
5868
|
|
|
6624
|
-
.p-button.p-button-
|
|
6625
|
-
background: rgba(197, 225, 165, 0.76);
|
|
6626
|
-
}
|
|
6627
|
-
.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 {
|
|
6628
|
-
background: rgba(197, 225, 165, 0.68);
|
|
6629
|
-
}
|
|
6630
|
-
.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 {
|
|
6631
|
-
background: rgba(197, 225, 165, 0.76);
|
|
6632
|
-
}
|
|
6633
|
-
.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 {
|
|
6634
|
-
background: rgba(197, 225, 165, 0.68);
|
|
6635
|
-
}
|
|
6636
|
-
.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 {
|
|
6637
|
-
background: rgba(197, 225, 165, 0.76);
|
|
6638
|
-
}
|
|
6639
|
-
.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 {
|
|
6640
|
-
background: rgba(197, 225, 165, 0.68);
|
|
6641
|
-
}
|
|
6642
|
-
.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 {
|
|
5869
|
+
.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 {
|
|
6643
5870
|
background: rgba(197, 225, 165, 0.76);
|
|
6644
5871
|
}
|
|
6645
|
-
.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 {
|
|
5872
|
+
.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 {
|
|
6646
5873
|
background: rgba(197, 225, 165, 0.68);
|
|
6647
5874
|
}
|
|
6648
|
-
.p-button.p-button-success.p-button-
|
|
6649
|
-
background: rgba(197, 225, 165, 0.12);
|
|
6650
|
-
}
|
|
6651
|
-
.p-button.p-button-success.p-button-textbutton:enabled:active, .p-button.p-button-success.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-textbutton:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-success.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-success.p-button-outlinedbutton:enabled:active {
|
|
6652
|
-
background: rgba(197, 225, 165, 0.16);
|
|
6653
|
-
}
|
|
6654
|
-
.p-button.p-button-success.p-button-text:not(button):not(.p-disabled):focus, .p-button.p-button-success.p-button-outlined:not(button):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-success.p-button-text:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-success.p-button-outlined:not(button):not(.p-disabled):focus {
|
|
6655
|
-
background: rgba(197, 225, 165, 0.12);
|
|
6656
|
-
}
|
|
6657
|
-
.p-button.p-button-success.p-button-text:not(button):not(.p-disabled):active, .p-button.p-button-success.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button.p-button-text: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-text: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-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(button):not(.p-disabled):active {
|
|
6658
|
-
background: rgba(197, 225, 165, 0.16);
|
|
6659
|
-
}
|
|
6660
|
-
.p-button.p-button-success.p-button-texta:enabled:focus, .p-button.p-button-success.p-button-outlineda:enabled:focus, .p-buttonset.p-button-success > .p-button.p-button-texta:enabled:focus, .p-buttonset.p-button-success > .p-button.p-button-outlineda:enabled:focus, .p-splitbutton.p-button-success > .p-button.p-button-texta:enabled:focus, .p-splitbutton.p-button-success > .p-button.p-button-outlineda:enabled:focus, .p-fileupload-choose.p-button-success.p-button-texta:enabled:focus, .p-fileupload-choose.p-button-success.p-button-outlineda:enabled:focus {
|
|
6661
|
-
background: rgba(197, 225, 165, 0.12);
|
|
6662
|
-
}
|
|
6663
|
-
.p-button.p-button-success.p-button-texta:enabled:active, .p-button.p-button-success.p-button-outlineda:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-texta:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-success.p-button-texta:enabled:active, .p-fileupload-choose.p-button-success.p-button-outlineda:enabled:active {
|
|
6664
|
-
background: rgba(197, 225, 165, 0.16);
|
|
6665
|
-
}
|
|
6666
|
-
.p-button.p-button-success.p-button-text:not(a):not(.p-disabled):focus, .p-button.p-button-success.p-button-outlined:not(a):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-success.p-button-text:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-success.p-button-outlined:not(a):not(.p-disabled):focus {
|
|
5875
|
+
.p-button.p-button-success.p-button-text:enabled:focus, .p-button.p-button-success.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-button.p-button-success.p-button-outlined:enabled:focus, .p-button.p-button-success.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:focus, .p-buttonset.p-button-success > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:focus, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-success > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-success.p-button-text:enabled:focus, .p-fileupload-choose.p-button-success.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-success.p-button-outlined:enabled:focus, .p-fileupload-choose.p-button-success.p-button-outlined:not(button):not(a):not(.p-disabled):focus {
|
|
6667
5876
|
background: rgba(197, 225, 165, 0.12);
|
|
6668
5877
|
}
|
|
6669
|
-
.p-button.p-button-success.p-button-text:not(a):not(.p-disabled):active, .p-button.p-button-success.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button.p-button-text: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-text: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-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(a):not(.p-disabled):active {
|
|
5878
|
+
.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-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-text:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-text: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-text:enabled:active, .p-splitbutton.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-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-text:enabled:active, .p-fileupload-choose.p-button-success.p-button-text: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 {
|
|
6670
5879
|
background: rgba(197, 225, 165, 0.16);
|
|
6671
5880
|
}
|
|
6672
5881
|
.p-button.p-button-success.p-button-text .p-ink, .p-button.p-button-success.p-button-outlined .p-ink, .p-buttonset.p-button-success > .p-button.p-button-text .p-ink, .p-buttonset.p-button-success > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-success.p-button-text .p-ink, .p-fileupload-choose.p-button-success.p-button-outlined .p-ink {
|
|
6673
5882
|
background-color: rgba(197, 225, 165, 0.16);
|
|
6674
5883
|
}
|
|
6675
5884
|
|
|
6676
|
-
.p-button.p-button-
|
|
6677
|
-
background: rgba(255, 245, 157, 0.76);
|
|
6678
|
-
}
|
|
6679
|
-
.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 {
|
|
6680
|
-
background: rgba(255, 245, 157, 0.68);
|
|
6681
|
-
}
|
|
6682
|
-
.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 {
|
|
6683
|
-
background: rgba(255, 245, 157, 0.76);
|
|
6684
|
-
}
|
|
6685
|
-
.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 {
|
|
6686
|
-
background: rgba(255, 245, 157, 0.68);
|
|
6687
|
-
}
|
|
6688
|
-
.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 {
|
|
6689
|
-
background: rgba(255, 245, 157, 0.76);
|
|
6690
|
-
}
|
|
6691
|
-
.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 {
|
|
6692
|
-
background: rgba(255, 245, 157, 0.68);
|
|
6693
|
-
}
|
|
6694
|
-
.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 {
|
|
5885
|
+
.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 {
|
|
6695
5886
|
background: rgba(255, 245, 157, 0.76);
|
|
6696
5887
|
}
|
|
6697
|
-
.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 {
|
|
5888
|
+
.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 {
|
|
6698
5889
|
background: rgba(255, 245, 157, 0.68);
|
|
6699
5890
|
}
|
|
6700
|
-
.p-button.p-button-warning.p-button-
|
|
6701
|
-
background: rgba(255, 245, 157, 0.12);
|
|
6702
|
-
}
|
|
6703
|
-
.p-button.p-button-warning.p-button-textbutton:enabled:active, .p-button.p-button-warning.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-textbutton:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-warning.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-warning.p-button-outlinedbutton:enabled:active {
|
|
6704
|
-
background: rgba(255, 245, 157, 0.16);
|
|
6705
|
-
}
|
|
6706
|
-
.p-button.p-button-warning.p-button-text:not(button):not(.p-disabled):focus, .p-button.p-button-warning.p-button-outlined:not(button):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning.p-button-text:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning.p-button-outlined:not(button):not(.p-disabled):focus {
|
|
6707
|
-
background: rgba(255, 245, 157, 0.12);
|
|
6708
|
-
}
|
|
6709
|
-
.p-button.p-button-warning.p-button-text:not(button):not(.p-disabled):active, .p-button.p-button-warning.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text: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-text: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-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(button):not(.p-disabled):active {
|
|
6710
|
-
background: rgba(255, 245, 157, 0.16);
|
|
6711
|
-
}
|
|
6712
|
-
.p-button.p-button-warning.p-button-texta:enabled:focus, .p-button.p-button-warning.p-button-outlineda:enabled:focus, .p-buttonset.p-button-warning > .p-button.p-button-texta:enabled:focus, .p-buttonset.p-button-warning > .p-button.p-button-outlineda:enabled:focus, .p-splitbutton.p-button-warning > .p-button.p-button-texta:enabled:focus, .p-splitbutton.p-button-warning > .p-button.p-button-outlineda:enabled:focus, .p-fileupload-choose.p-button-warning.p-button-texta:enabled:focus, .p-fileupload-choose.p-button-warning.p-button-outlineda:enabled:focus {
|
|
6713
|
-
background: rgba(255, 245, 157, 0.12);
|
|
6714
|
-
}
|
|
6715
|
-
.p-button.p-button-warning.p-button-texta:enabled:active, .p-button.p-button-warning.p-button-outlineda:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-texta:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-warning.p-button-texta:enabled:active, .p-fileupload-choose.p-button-warning.p-button-outlineda:enabled:active {
|
|
6716
|
-
background: rgba(255, 245, 157, 0.16);
|
|
6717
|
-
}
|
|
6718
|
-
.p-button.p-button-warning.p-button-text:not(a):not(.p-disabled):focus, .p-button.p-button-warning.p-button-outlined:not(a):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning.p-button-text:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning.p-button-outlined:not(a):not(.p-disabled):focus {
|
|
5891
|
+
.p-button.p-button-warning.p-button-text:enabled:focus, .p-button.p-button-warning.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-button.p-button-warning.p-button-outlined:enabled:focus, .p-button.p-button-warning.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:focus, .p-buttonset.p-button-warning > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:focus, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning.p-button-text:enabled:focus, .p-fileupload-choose.p-button-warning.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning.p-button-outlined:enabled:focus, .p-fileupload-choose.p-button-warning.p-button-outlined:not(button):not(a):not(.p-disabled):focus {
|
|
6719
5892
|
background: rgba(255, 245, 157, 0.12);
|
|
6720
5893
|
}
|
|
6721
|
-
.p-button.p-button-warning.p-button-text:not(a):not(.p-disabled):active, .p-button.p-button-warning.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text: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-text: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-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(a):not(.p-disabled):active {
|
|
5894
|
+
.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-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-text:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-text: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-text:enabled:active, .p-splitbutton.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-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-text:enabled:active, .p-fileupload-choose.p-button-warning.p-button-text: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 {
|
|
6722
5895
|
background: rgba(255, 245, 157, 0.16);
|
|
6723
5896
|
}
|
|
6724
5897
|
.p-button.p-button-warning.p-button-text .p-ink, .p-button.p-button-warning.p-button-outlined .p-ink, .p-buttonset.p-button-warning > .p-button.p-button-text .p-ink, .p-buttonset.p-button-warning > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-warning.p-button-text .p-ink, .p-fileupload-choose.p-button-warning.p-button-outlined .p-ink {
|
|
6725
5898
|
background-color: rgba(255, 245, 157, 0.16);
|
|
6726
5899
|
}
|
|
6727
5900
|
|
|
6728
|
-
.p-button.p-button-
|
|
6729
|
-
background: rgba(206, 147, 216, 0.76);
|
|
6730
|
-
}
|
|
6731
|
-
.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 {
|
|
6732
|
-
background: rgba(206, 147, 216, 0.68);
|
|
6733
|
-
}
|
|
6734
|
-
.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 {
|
|
6735
|
-
background: rgba(206, 147, 216, 0.76);
|
|
6736
|
-
}
|
|
6737
|
-
.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 {
|
|
6738
|
-
background: rgba(206, 147, 216, 0.68);
|
|
6739
|
-
}
|
|
6740
|
-
.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 {
|
|
6741
|
-
background: rgba(206, 147, 216, 0.76);
|
|
6742
|
-
}
|
|
6743
|
-
.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 {
|
|
6744
|
-
background: rgba(206, 147, 216, 0.68);
|
|
6745
|
-
}
|
|
6746
|
-
.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 {
|
|
5901
|
+
.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 {
|
|
6747
5902
|
background: rgba(206, 147, 216, 0.76);
|
|
6748
5903
|
}
|
|
6749
|
-
.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 {
|
|
5904
|
+
.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 {
|
|
6750
5905
|
background: rgba(206, 147, 216, 0.68);
|
|
6751
5906
|
}
|
|
6752
|
-
.p-button.p-button-help.p-button-
|
|
6753
|
-
background: rgba(206, 147, 216, 0.12);
|
|
6754
|
-
}
|
|
6755
|
-
.p-button.p-button-help.p-button-textbutton:enabled:active, .p-button.p-button-help.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-textbutton:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-help.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-help.p-button-outlinedbutton:enabled:active {
|
|
6756
|
-
background: rgba(206, 147, 216, 0.16);
|
|
6757
|
-
}
|
|
6758
|
-
.p-button.p-button-help.p-button-text:not(button):not(.p-disabled):focus, .p-button.p-button-help.p-button-outlined:not(button):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-help.p-button-text:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-help.p-button-outlined:not(button):not(.p-disabled):focus {
|
|
6759
|
-
background: rgba(206, 147, 216, 0.12);
|
|
6760
|
-
}
|
|
6761
|
-
.p-button.p-button-help.p-button-text:not(button):not(.p-disabled):active, .p-button.p-button-help.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button.p-button-text: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-text: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-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(button):not(.p-disabled):active {
|
|
6762
|
-
background: rgba(206, 147, 216, 0.16);
|
|
6763
|
-
}
|
|
6764
|
-
.p-button.p-button-help.p-button-texta:enabled:focus, .p-button.p-button-help.p-button-outlineda:enabled:focus, .p-buttonset.p-button-help > .p-button.p-button-texta:enabled:focus, .p-buttonset.p-button-help > .p-button.p-button-outlineda:enabled:focus, .p-splitbutton.p-button-help > .p-button.p-button-texta:enabled:focus, .p-splitbutton.p-button-help > .p-button.p-button-outlineda:enabled:focus, .p-fileupload-choose.p-button-help.p-button-texta:enabled:focus, .p-fileupload-choose.p-button-help.p-button-outlineda:enabled:focus {
|
|
6765
|
-
background: rgba(206, 147, 216, 0.12);
|
|
6766
|
-
}
|
|
6767
|
-
.p-button.p-button-help.p-button-texta:enabled:active, .p-button.p-button-help.p-button-outlineda:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-texta:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-help.p-button-texta:enabled:active, .p-fileupload-choose.p-button-help.p-button-outlineda:enabled:active {
|
|
6768
|
-
background: rgba(206, 147, 216, 0.16);
|
|
6769
|
-
}
|
|
6770
|
-
.p-button.p-button-help.p-button-text:not(a):not(.p-disabled):focus, .p-button.p-button-help.p-button-outlined:not(a):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-help.p-button-text:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-help.p-button-outlined:not(a):not(.p-disabled):focus {
|
|
5907
|
+
.p-button.p-button-help.p-button-text:enabled:focus, .p-button.p-button-help.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-button.p-button-help.p-button-outlined:enabled:focus, .p-button.p-button-help.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:focus, .p-buttonset.p-button-help > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:focus, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-help > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-help.p-button-text:enabled:focus, .p-fileupload-choose.p-button-help.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-help.p-button-outlined:enabled:focus, .p-fileupload-choose.p-button-help.p-button-outlined:not(button):not(a):not(.p-disabled):focus {
|
|
6771
5908
|
background: rgba(206, 147, 216, 0.12);
|
|
6772
5909
|
}
|
|
6773
|
-
.p-button.p-button-help.p-button-text:not(a):not(.p-disabled):active, .p-button.p-button-help.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button.p-button-text: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-text: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-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(a):not(.p-disabled):active {
|
|
5910
|
+
.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-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-text:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-text: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-text:enabled:active, .p-splitbutton.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-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-text:enabled:active, .p-fileupload-choose.p-button-help.p-button-text: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 {
|
|
6774
5911
|
background: rgba(206, 147, 216, 0.16);
|
|
6775
5912
|
}
|
|
6776
5913
|
.p-button.p-button-help.p-button-text .p-ink, .p-button.p-button-help.p-button-outlined .p-ink, .p-buttonset.p-button-help > .p-button.p-button-text .p-ink, .p-buttonset.p-button-help > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-help.p-button-text .p-ink, .p-fileupload-choose.p-button-help.p-button-outlined .p-ink {
|
|
6777
5914
|
background-color: rgba(206, 147, 216, 0.16);
|
|
6778
5915
|
}
|
|
6779
5916
|
|
|
6780
|
-
.p-button.p-button-
|
|
6781
|
-
background: rgba(239, 154, 154, 0.76);
|
|
6782
|
-
}
|
|
6783
|
-
.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 {
|
|
6784
|
-
background: rgba(239, 154, 154, 0.68);
|
|
6785
|
-
}
|
|
6786
|
-
.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 {
|
|
6787
|
-
background: rgba(239, 154, 154, 0.76);
|
|
6788
|
-
}
|
|
6789
|
-
.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 {
|
|
6790
|
-
background: rgba(239, 154, 154, 0.68);
|
|
6791
|
-
}
|
|
6792
|
-
.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 {
|
|
6793
|
-
background: rgba(239, 154, 154, 0.76);
|
|
6794
|
-
}
|
|
6795
|
-
.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 {
|
|
6796
|
-
background: rgba(239, 154, 154, 0.68);
|
|
6797
|
-
}
|
|
6798
|
-
.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 {
|
|
5917
|
+
.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 {
|
|
6799
5918
|
background: rgba(239, 154, 154, 0.76);
|
|
6800
5919
|
}
|
|
6801
|
-
.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 {
|
|
5920
|
+
.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 {
|
|
6802
5921
|
background: rgba(239, 154, 154, 0.68);
|
|
6803
5922
|
}
|
|
6804
|
-
.p-button.p-button-danger.p-button-
|
|
6805
|
-
background: rgba(239, 154, 154, 0.12);
|
|
6806
|
-
}
|
|
6807
|
-
.p-button.p-button-danger.p-button-textbutton:enabled:active, .p-button.p-button-danger.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-textbutton:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-danger.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-danger.p-button-outlinedbutton:enabled:active {
|
|
6808
|
-
background: rgba(239, 154, 154, 0.16);
|
|
6809
|
-
}
|
|
6810
|
-
.p-button.p-button-danger.p-button-text:not(button):not(.p-disabled):focus, .p-button.p-button-danger.p-button-outlined:not(button):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger.p-button-text:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger.p-button-outlined:not(button):not(.p-disabled):focus {
|
|
6811
|
-
background: rgba(239, 154, 154, 0.12);
|
|
6812
|
-
}
|
|
6813
|
-
.p-button.p-button-danger.p-button-text:not(button):not(.p-disabled):active, .p-button.p-button-danger.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-text: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-text: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-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(button):not(.p-disabled):active {
|
|
6814
|
-
background: rgba(239, 154, 154, 0.16);
|
|
6815
|
-
}
|
|
6816
|
-
.p-button.p-button-danger.p-button-texta:enabled:focus, .p-button.p-button-danger.p-button-outlineda:enabled:focus, .p-buttonset.p-button-danger > .p-button.p-button-texta:enabled:focus, .p-buttonset.p-button-danger > .p-button.p-button-outlineda:enabled:focus, .p-splitbutton.p-button-danger > .p-button.p-button-texta:enabled:focus, .p-splitbutton.p-button-danger > .p-button.p-button-outlineda:enabled:focus, .p-fileupload-choose.p-button-danger.p-button-texta:enabled:focus, .p-fileupload-choose.p-button-danger.p-button-outlineda:enabled:focus {
|
|
6817
|
-
background: rgba(239, 154, 154, 0.12);
|
|
6818
|
-
}
|
|
6819
|
-
.p-button.p-button-danger.p-button-texta:enabled:active, .p-button.p-button-danger.p-button-outlineda:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-texta:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-danger.p-button-texta:enabled:active, .p-fileupload-choose.p-button-danger.p-button-outlineda:enabled:active {
|
|
6820
|
-
background: rgba(239, 154, 154, 0.16);
|
|
6821
|
-
}
|
|
6822
|
-
.p-button.p-button-danger.p-button-text:not(a):not(.p-disabled):focus, .p-button.p-button-danger.p-button-outlined:not(a):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger.p-button-text:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger.p-button-outlined:not(a):not(.p-disabled):focus {
|
|
5923
|
+
.p-button.p-button-danger.p-button-text:enabled:focus, .p-button.p-button-danger.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-button.p-button-danger.p-button-outlined:enabled:focus, .p-button.p-button-danger.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:focus, .p-buttonset.p-button-danger > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:focus, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger.p-button-text:enabled:focus, .p-fileupload-choose.p-button-danger.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger.p-button-outlined:enabled:focus, .p-fileupload-choose.p-button-danger.p-button-outlined:not(button):not(a):not(.p-disabled):focus {
|
|
6823
5924
|
background: rgba(239, 154, 154, 0.12);
|
|
6824
5925
|
}
|
|
6825
|
-
.p-button.p-button-danger.p-button-text:not(a):not(.p-disabled):active, .p-button.p-button-danger.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-text: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-text: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-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(a):not(.p-disabled):active {
|
|
5926
|
+
.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-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-text:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-text: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-text:enabled:active, .p-splitbutton.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-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-text:enabled:active, .p-fileupload-choose.p-button-danger.p-button-text: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 {
|
|
6826
5927
|
background: rgba(239, 154, 154, 0.16);
|
|
6827
5928
|
}
|
|
6828
5929
|
.p-button.p-button-danger.p-button-text .p-ink, .p-button.p-button-danger.p-button-outlined .p-ink, .p-buttonset.p-button-danger > .p-button.p-button-text .p-ink, .p-buttonset.p-button-danger > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-danger.p-button-text .p-ink, .p-fileupload-choose.p-button-danger.p-button-outlined .p-ink {
|
|
@@ -7250,6 +6351,51 @@
|
|
|
7250
6351
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
|
7251
6352
|
}
|
|
7252
6353
|
|
|
6354
|
+
.fc {
|
|
6355
|
+
/* FullCalendar 4 */
|
|
6356
|
+
/* FullCalendar 5 */
|
|
6357
|
+
}
|
|
6358
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
6359
|
+
background: rgba(206, 147, 216, 0.76);
|
|
6360
|
+
}
|
|
6361
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:active {
|
|
6362
|
+
background: rgba(206, 147, 216, 0.68);
|
|
6363
|
+
}
|
|
6364
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:focus {
|
|
6365
|
+
background: rgba(206, 147, 216, 0.76);
|
|
6366
|
+
}
|
|
6367
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:active {
|
|
6368
|
+
background: rgba(206, 147, 216, 0.68);
|
|
6369
|
+
}
|
|
6370
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus {
|
|
6371
|
+
background: #1c1c1c;
|
|
6372
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
6373
|
+
}
|
|
6374
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus.p-highlight, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus.p-highlight, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus.p-highlight {
|
|
6375
|
+
background: #262626;
|
|
6376
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
6377
|
+
}
|
|
6378
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
6379
|
+
background: rgba(206, 147, 216, 0.76);
|
|
6380
|
+
}
|
|
6381
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:active {
|
|
6382
|
+
background: rgba(206, 147, 216, 0.68);
|
|
6383
|
+
}
|
|
6384
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:focus {
|
|
6385
|
+
background: rgba(206, 147, 216, 0.76);
|
|
6386
|
+
}
|
|
6387
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:active {
|
|
6388
|
+
background: rgba(206, 147, 216, 0.68);
|
|
6389
|
+
}
|
|
6390
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus {
|
|
6391
|
+
background: #1c1c1c;
|
|
6392
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
6393
|
+
}
|
|
6394
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus.p-highlight, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus.p-highlight, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus.p-highlight {
|
|
6395
|
+
background: #262626;
|
|
6396
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
6397
|
+
}
|
|
6398
|
+
|
|
7253
6399
|
.p-galleria .p-galleria-indicators {
|
|
7254
6400
|
padding: 1rem;
|
|
7255
6401
|
}
|
|
@@ -7374,6 +6520,9 @@
|
|
|
7374
6520
|
.p-fieldset .p-fieldset-legend {
|
|
7375
6521
|
border: 0 none;
|
|
7376
6522
|
}
|
|
6523
|
+
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
|
|
6524
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6525
|
+
}
|
|
7377
6526
|
|
|
7378
6527
|
.p-float-label input:focus ~ label,
|
|
7379
6528
|
.p-float-label input.p-filled ~ label,
|
|
@@ -7412,9 +6561,27 @@
|
|
|
7412
6561
|
background: transparent;
|
|
7413
6562
|
}
|
|
7414
6563
|
|
|
7415
|
-
.p-listbox-item .p-ink {
|
|
6564
|
+
.p-listbox .p-listbox-list .p-listbox-item .p-ink {
|
|
7416
6565
|
background-color: rgba(206, 147, 216, 0.16);
|
|
7417
6566
|
}
|
|
6567
|
+
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
|
6568
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6569
|
+
}
|
|
6570
|
+
.p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight {
|
|
6571
|
+
background: rgba(206, 147, 216, 0.24);
|
|
6572
|
+
}
|
|
6573
|
+
|
|
6574
|
+
.p-megamenu .p-menuitem .p-menuitem-link:focus {
|
|
6575
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6576
|
+
}
|
|
6577
|
+
|
|
6578
|
+
.p-menu .p-menuitem .p-menuitem-link:focus {
|
|
6579
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6580
|
+
}
|
|
6581
|
+
|
|
6582
|
+
.p-menubar .p-menuitem .p-menuitem-link:focus {
|
|
6583
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6584
|
+
}
|
|
7418
6585
|
|
|
7419
6586
|
.p-multiselect .p-multiselect-label, .p-multiselect .p-multiselect-trigger {
|
|
7420
6587
|
background-image: none;
|
|
@@ -7427,9 +6594,18 @@
|
|
|
7427
6594
|
box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
|
|
7428
6595
|
}
|
|
7429
6596
|
|
|
7430
|
-
.p-multiselect-item .p-ink {
|
|
6597
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink {
|
|
7431
6598
|
background-color: rgba(206, 147, 216, 0.16);
|
|
7432
6599
|
}
|
|
6600
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
|
6601
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6602
|
+
}
|
|
6603
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus.p-highlight {
|
|
6604
|
+
background: rgba(206, 147, 216, 0.24);
|
|
6605
|
+
}
|
|
6606
|
+
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
|
|
6607
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6608
|
+
}
|
|
7433
6609
|
|
|
7434
6610
|
.p-input-filled .p-multiselect {
|
|
7435
6611
|
border-bottom-left-radius: 0;
|
|
@@ -7508,9 +6684,22 @@
|
|
|
7508
6684
|
padding: 1.5rem;
|
|
7509
6685
|
}
|
|
7510
6686
|
|
|
6687
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
|
6688
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6689
|
+
}
|
|
6690
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight {
|
|
6691
|
+
background: rgba(206, 147, 216, 0.24);
|
|
6692
|
+
}
|
|
6693
|
+
|
|
7511
6694
|
.p-paginator {
|
|
7512
6695
|
justify-content: flex-end;
|
|
7513
6696
|
}
|
|
6697
|
+
.p-paginator .p-paginator-element:focus {
|
|
6698
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6699
|
+
}
|
|
6700
|
+
.p-paginator .p-paginator-element:focus.p-highlight {
|
|
6701
|
+
background: rgba(206, 147, 216, 0.24);
|
|
6702
|
+
}
|
|
7514
6703
|
|
|
7515
6704
|
.p-input-filled .p-password.p-invalid > .p-inputtext {
|
|
7516
6705
|
border-color: transparent;
|
|
@@ -7544,6 +6733,9 @@
|
|
|
7544
6733
|
.p-panel .p-panel-title {
|
|
7545
6734
|
font-size: 1.25rem;
|
|
7546
6735
|
}
|
|
6736
|
+
.p-panel .p-panel-header-icon:focus {
|
|
6737
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6738
|
+
}
|
|
7547
6739
|
|
|
7548
6740
|
.p-panelmenu .p-panelmenu-panel {
|
|
7549
6741
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
@@ -7571,9 +6763,19 @@
|
|
|
7571
6763
|
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header.p-disabled .p-panelmenu-header-link > * {
|
|
7572
6764
|
opacity: 0.38;
|
|
7573
6765
|
}
|
|
7574
|
-
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header
|
|
6766
|
+
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-link:focus {
|
|
7575
6767
|
background: rgba(255, 255, 255, 0.04);
|
|
7576
6768
|
}
|
|
6769
|
+
.p-panelmenu .p-panelmenu-panel .p-menuitem .p-menuitem-link:focus {
|
|
6770
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6771
|
+
}
|
|
6772
|
+
|
|
6773
|
+
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
|
6774
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6775
|
+
}
|
|
6776
|
+
.p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight {
|
|
6777
|
+
background: rgba(206, 147, 216, 0.24);
|
|
6778
|
+
}
|
|
7577
6779
|
|
|
7578
6780
|
.p-progressbar {
|
|
7579
6781
|
border-radius: 0;
|
|
@@ -7615,6 +6817,28 @@
|
|
|
7615
6817
|
background-color: #1e1e1e;
|
|
7616
6818
|
}
|
|
7617
6819
|
|
|
6820
|
+
.p-rating .p-rating-icon {
|
|
6821
|
+
border-radius: 50%;
|
|
6822
|
+
width: 2rem;
|
|
6823
|
+
height: 2rem;
|
|
6824
|
+
display: inline-flex;
|
|
6825
|
+
justify-content: center;
|
|
6826
|
+
align-items: center;
|
|
6827
|
+
margin-left: 0;
|
|
6828
|
+
}
|
|
6829
|
+
.p-rating .p-rating-icon:focus {
|
|
6830
|
+
background: rgba(206, 147, 216, 0.12);
|
|
6831
|
+
}
|
|
6832
|
+
.p-rating .p-rating-icon.p-rating-cancel:focus {
|
|
6833
|
+
background: rgba(244, 68, 53, 0.12);
|
|
6834
|
+
}
|
|
6835
|
+
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
|
6836
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
6837
|
+
}
|
|
6838
|
+
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
|
|
6839
|
+
background: rgba(244, 68, 53, 0.04);
|
|
6840
|
+
}
|
|
6841
|
+
|
|
7618
6842
|
.p-selectbutton .p-button:focus {
|
|
7619
6843
|
background: #1c1c1c;
|
|
7620
6844
|
border-color: rgba(255, 255, 255, 0.12);
|
|
@@ -7624,6 +6848,10 @@
|
|
|
7624
6848
|
border-color: rgba(255, 255, 255, 0.12);
|
|
7625
6849
|
}
|
|
7626
6850
|
|
|
6851
|
+
.p-slidemenu .p-menuitem-link:focus {
|
|
6852
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6853
|
+
}
|
|
6854
|
+
|
|
7627
6855
|
.p-slider .p-slider-handle {
|
|
7628
6856
|
transition: transform 0.2s, box-shadow 0.2s;
|
|
7629
6857
|
transform: scale(0.7);
|
|
@@ -7659,7 +6887,7 @@
|
|
|
7659
6887
|
flex-direction: row;
|
|
7660
6888
|
flex: 1 1 auto;
|
|
7661
6889
|
overflow: visible;
|
|
7662
|
-
padding:
|
|
6890
|
+
padding: 1rem 0.5rem;
|
|
7663
6891
|
}
|
|
7664
6892
|
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
|
|
7665
6893
|
background-color: #9e9d9e;
|
|
@@ -7673,6 +6901,9 @@
|
|
|
7673
6901
|
margin: 0;
|
|
7674
6902
|
padding-left: 0.5rem;
|
|
7675
6903
|
}
|
|
6904
|
+
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
|
|
6905
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6906
|
+
}
|
|
7676
6907
|
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
|
7677
6908
|
background-color: #CE93D8;
|
|
7678
6909
|
color: #121212;
|
|
@@ -7708,6 +6939,10 @@
|
|
|
7708
6939
|
transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
|
|
7709
6940
|
}
|
|
7710
6941
|
|
|
6942
|
+
.p-tieredmenu .p-menuitem-link:focus {
|
|
6943
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6944
|
+
}
|
|
6945
|
+
|
|
7711
6946
|
.p-toolbar {
|
|
7712
6947
|
border: 0 none;
|
|
7713
6948
|
}
|
|
@@ -7720,6 +6955,13 @@
|
|
|
7720
6955
|
display: none;
|
|
7721
6956
|
}
|
|
7722
6957
|
|
|
6958
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
6959
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6960
|
+
}
|
|
6961
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus.p-highlight {
|
|
6962
|
+
background: rgba(206, 147, 216, 0.24);
|
|
6963
|
+
}
|
|
6964
|
+
|
|
7723
6965
|
.p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger {
|
|
7724
6966
|
background-image: none;
|
|
7725
6967
|
background: transparent;
|
|
@@ -7834,6 +7076,9 @@
|
|
|
7834
7076
|
.p-tabmenu .p-tabmenu-nav li .p-menuitem-link:focus {
|
|
7835
7077
|
background-color: rgba(206, 147, 216, 0.12);
|
|
7836
7078
|
}
|
|
7079
|
+
.p-tabmenu .p-tabmenu-nav li.p-highlight .p-menuitem-link:focus {
|
|
7080
|
+
background-color: rgba(206, 147, 216, 0.12);
|
|
7081
|
+
}
|
|
7837
7082
|
.p-tabmenu .p-tabmenu-nav .p-tabmenu-ink-bar {
|
|
7838
7083
|
display: block;
|
|
7839
7084
|
position: absolute;
|