primereact 6.5.1 → 7.0.0-rc.2
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/accordion/accordion.cjs.js +2 -0
- package/accordion/accordion.cjs.min.js +1 -1
- package/accordion/accordion.esm.js +2 -0
- package/accordion/accordion.esm.min.js +1 -1
- package/accordion/accordion.js +2 -0
- package/accordion/accordion.min.js +1 -1
- package/api/api.cjs.js +308 -10
- package/api/api.cjs.min.js +1 -1
- package/api/api.d.ts +61 -1
- package/api/api.esm.js +305 -11
- package/api/api.esm.min.js +1 -1
- package/api/api.js +308 -12
- package/api/api.min.js +1 -1
- package/autocomplete/autocomplete.cjs.js +3 -1
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +3 -1
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +3 -1
- package/autocomplete/autocomplete.min.js +1 -1
- package/avatar/avatar.cjs.js +2 -0
- package/avatar/avatar.cjs.min.js +1 -1
- package/avatar/avatar.esm.js +2 -0
- package/avatar/avatar.esm.min.js +1 -1
- package/avatar/avatar.js +2 -0
- package/avatar/avatar.min.js +1 -1
- package/avatargroup/avatargroup.cjs.js +2 -0
- package/avatargroup/avatargroup.cjs.min.js +1 -1
- package/avatargroup/avatargroup.esm.js +2 -0
- package/avatargroup/avatargroup.esm.min.js +1 -1
- package/avatargroup/avatargroup.js +2 -0
- package/avatargroup/avatargroup.min.js +1 -1
- package/badge/badge.cjs.js +2 -0
- package/badge/badge.cjs.min.js +1 -1
- package/badge/badge.esm.js +2 -0
- package/badge/badge.esm.min.js +1 -1
- package/badge/badge.js +2 -0
- package/badge/badge.min.js +1 -1
- package/blockui/blockui.cjs.js +9 -15
- package/blockui/blockui.cjs.min.js +1 -1
- package/blockui/blockui.esm.js +9 -15
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +9 -15
- package/blockui/blockui.min.css +1 -1
- package/blockui/blockui.min.js +1 -1
- package/breadcrumb/breadcrumb.cjs.js +2 -0
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +2 -0
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +2 -0
- package/breadcrumb/breadcrumb.min.css +1 -1
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/button/button.cjs.js +2 -0
- package/button/button.cjs.min.js +1 -1
- package/button/button.esm.js +2 -0
- package/button/button.esm.min.js +1 -1
- package/button/button.js +2 -0
- package/button/button.min.js +1 -1
- package/calendar/calendar.cjs.js +85 -67
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +85 -67
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +85 -67
- package/calendar/calendar.min.js +1 -1
- package/captcha/captcha.cjs.js +2 -0
- 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 +2 -0
- package/captcha/captcha.min.js +1 -1
- package/card/card.cjs.js +2 -0
- package/card/card.cjs.min.js +1 -1
- package/card/card.esm.js +2 -0
- package/card/card.esm.min.js +1 -1
- package/card/card.js +2 -0
- package/card/card.min.js +1 -1
- package/carousel/carousel.cjs.js +2 -0
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +3 -1
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +2 -0
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/cascadeselect.cjs.js +2 -0
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.esm.js +2 -0
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +2 -0
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/chart/chart.cjs.js +2 -0
- package/chart/chart.cjs.min.js +1 -1
- package/chart/chart.esm.js +2 -0
- package/chart/chart.esm.min.js +1 -1
- package/chart/chart.js +2 -0
- package/chart/chart.min.js +1 -1
- package/checkbox/checkbox.cjs.js +19 -9
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.d.ts +3 -1
- package/checkbox/checkbox.esm.js +19 -9
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +19 -9
- package/checkbox/checkbox.min.css +1 -1
- package/checkbox/checkbox.min.js +1 -1
- package/chip/chip.cjs.js +2 -0
- package/chip/chip.cjs.min.js +1 -1
- package/chip/chip.esm.js +2 -0
- package/chip/chip.esm.min.js +1 -1
- package/chip/chip.js +2 -0
- package/chip/chip.min.js +1 -1
- package/chips/chips.cjs.js +2 -0
- package/chips/chips.cjs.min.js +1 -1
- package/chips/chips.esm.js +2 -0
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +2 -0
- package/chips/chips.min.js +1 -1
- package/colorpicker/colorpicker.cjs.js +2 -0
- package/colorpicker/colorpicker.cjs.min.js +1 -1
- package/colorpicker/colorpicker.esm.js +2 -0
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +2 -0
- 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 +146 -13
- package/column/column.esm.js +34 -9
- package/column/column.esm.min.js +1 -1
- package/column/column.js +34 -9
- 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 +2 -0
- package/columngroup/columngroup.min.js +1 -1
- package/common/common.min.css +1 -1
- package/confirmdialog/confirmdialog.cjs.js +2 -0
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.js +2 -0
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +2 -0
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/confirmpopup/confirmpopup.cjs.js +2 -0
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +2 -0
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +2 -0
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/contextmenu.cjs.js +2 -0
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +3 -1
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +2 -0
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.cjs.js +346 -434
- package/core/core.cjs.min.js +1 -1
- package/core/core.esm.js +347 -434
- package/core/core.esm.min.js +1 -1
- package/core/core.js +346 -434
- package/core/core.min.js +1 -1
- package/csstransition/csstransition.cjs.js +2 -0
- 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 +2 -0
- package/csstransition/csstransition.min.js +1 -1
- package/datascroller/datascroller.cjs.js +6 -1
- package/datascroller/datascroller.cjs.min.js +1 -1
- package/datascroller/datascroller.esm.js +6 -1
- package/datascroller/datascroller.esm.min.js +1 -1
- package/datascroller/datascroller.js +6 -1
- package/datascroller/datascroller.min.js +1 -1
- package/datatable/datatable.cjs.js +4821 -3348
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.d.ts +97 -28
- package/datatable/datatable.esm.js +4821 -3349
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +4819 -3350
- package/datatable/datatable.min.css +1 -1
- package/datatable/datatable.min.js +1 -1
- package/dataview/dataview.cjs.js +4 -2
- package/dataview/dataview.cjs.min.js +1 -1
- package/dataview/dataview.esm.js +4 -2
- package/dataview/dataview.esm.min.js +1 -1
- package/dataview/dataview.js +4 -2
- package/dataview/dataview.min.js +1 -1
- package/deferredcontent/deferredcontent.cjs.js +2 -0
- 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 +2 -0
- package/deferredcontent/deferredcontent.min.js +1 -1
- package/dialog/dialog.cjs.js +12 -1
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +12 -1
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +12 -1
- package/dialog/dialog.min.js +1 -1
- package/divider/divider.cjs.js +2 -0
- package/divider/divider.cjs.min.js +1 -1
- package/divider/divider.esm.js +2 -0
- package/divider/divider.esm.min.js +1 -1
- package/divider/divider.js +2 -0
- package/divider/divider.min.js +1 -1
- package/dock/dock.cjs.js +5 -1
- package/dock/dock.cjs.min.js +1 -1
- package/dock/dock.esm.js +5 -1
- package/dock/dock.esm.min.js +1 -1
- package/dock/dock.js +5 -1
- package/dock/dock.min.css +1 -1
- package/dock/dock.min.js +1 -1
- package/dropdown/dropdown.cjs.js +14 -10
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +16 -12
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +14 -10
- package/dropdown/dropdown.min.js +1 -1
- package/editor/editor.cjs.js +2 -0
- package/editor/editor.cjs.min.js +1 -1
- package/editor/editor.esm.js +2 -0
- package/editor/editor.esm.min.js +1 -1
- package/editor/editor.js +2 -0
- package/editor/editor.min.js +1 -1
- package/fieldset/fieldset.cjs.js +2 -0
- package/fieldset/fieldset.cjs.min.js +1 -1
- package/fieldset/fieldset.esm.js +2 -0
- package/fieldset/fieldset.esm.min.js +1 -1
- package/fieldset/fieldset.js +2 -0
- package/fieldset/fieldset.min.js +1 -1
- package/fileupload/fileupload.cjs.js +2 -0
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +2 -0
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +2 -0
- package/fileupload/fileupload.min.js +1 -1
- package/fullcalendar/fullcalendar.cjs.js +2 -0
- package/fullcalendar/fullcalendar.cjs.min.js +1 -1
- package/fullcalendar/fullcalendar.esm.js +2 -0
- package/fullcalendar/fullcalendar.esm.min.js +1 -1
- package/fullcalendar/fullcalendar.js +2 -0
- package/fullcalendar/fullcalendar.min.js +1 -1
- package/galleria/galleria.cjs.js +25 -5
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +25 -5
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +25 -5
- package/galleria/galleria.min.css +1 -1
- package/galleria/galleria.min.js +1 -1
- package/gmap/gmap.cjs.js +2 -0
- 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 +2 -0
- package/gmap/gmap.min.js +1 -1
- package/image/image.cjs.js +397 -0
- package/image/image.cjs.min.js +1 -0
- package/image/image.d.ts +18 -0
- package/image/image.esm.js +389 -0
- package/image/image.esm.min.js +1 -0
- package/image/image.js +400 -0
- package/image/image.min.css +1 -0
- package/image/image.min.js +1 -0
- package/image/package.json +6 -0
- package/inplace/inplace.cjs.js +2 -0
- package/inplace/inplace.cjs.min.js +1 -1
- package/inplace/inplace.esm.js +2 -0
- package/inplace/inplace.esm.min.js +1 -1
- package/inplace/inplace.js +2 -0
- package/inplace/inplace.min.js +1 -1
- package/inputmask/inputmask.cjs.js +2 -0
- package/inputmask/inputmask.cjs.min.js +1 -1
- package/inputmask/inputmask.esm.js +2 -0
- package/inputmask/inputmask.esm.min.js +1 -1
- package/inputmask/inputmask.js +2 -0
- package/inputmask/inputmask.min.js +1 -1
- package/inputnumber/inputnumber.cjs.js +177 -62
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.d.ts +1 -0
- package/inputnumber/inputnumber.esm.js +177 -62
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +177 -62
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputswitch/inputswitch.cjs.js +16 -6
- package/inputswitch/inputswitch.cjs.min.js +1 -1
- package/inputswitch/inputswitch.d.ts +3 -1
- package/inputswitch/inputswitch.esm.js +16 -6
- package/inputswitch/inputswitch.esm.min.js +1 -1
- package/inputswitch/inputswitch.js +16 -6
- package/inputswitch/inputswitch.min.js +1 -1
- package/inputtext/inputtext.cjs.js +2 -0
- package/inputtext/inputtext.cjs.min.js +1 -1
- package/inputtext/inputtext.esm.js +2 -0
- package/inputtext/inputtext.esm.min.js +1 -1
- package/inputtext/inputtext.js +2 -0
- package/inputtext/inputtext.min.js +1 -1
- package/inputtextarea/inputtextarea.cjs.js +2 -0
- package/inputtextarea/inputtextarea.cjs.min.js +1 -1
- package/inputtextarea/inputtextarea.esm.js +2 -0
- package/inputtextarea/inputtextarea.esm.min.js +1 -1
- package/inputtextarea/inputtextarea.js +2 -0
- package/inputtextarea/inputtextarea.min.js +1 -1
- package/knob/knob.cjs.js +2 -0
- package/knob/knob.cjs.min.js +1 -1
- package/knob/knob.esm.js +2 -0
- package/knob/knob.esm.min.js +1 -1
- package/knob/knob.js +2 -0
- package/knob/knob.min.js +1 -1
- package/listbox/listbox.cjs.js +6 -3
- package/listbox/listbox.cjs.min.js +1 -1
- package/listbox/listbox.esm.js +7 -4
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +7 -5
- package/listbox/listbox.min.js +1 -1
- package/megamenu/megamenu.cjs.js +2 -0
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +2 -0
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +2 -0
- package/megamenu/megamenu.min.js +1 -1
- package/mention/mention.cjs.js +2 -0
- package/mention/mention.cjs.min.js +1 -1
- package/mention/mention.esm.js +2 -0
- package/mention/mention.esm.min.js +1 -1
- package/mention/mention.js +2 -0
- package/mention/mention.min.js +1 -1
- package/menu/menu.cjs.js +2 -0
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +2 -0
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +2 -0
- package/menu/menu.min.js +1 -1
- package/menubar/menubar.cjs.js +2 -0
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +2 -0
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +2 -0
- package/menubar/menubar.min.js +1 -1
- package/message/message.cjs.js +2 -0
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +2 -0
- package/message/message.esm.min.js +1 -1
- package/message/message.js +2 -0
- package/message/message.min.js +1 -1
- package/messages/messages.cjs.js +2 -0
- package/messages/messages.cjs.min.js +1 -1
- package/messages/messages.esm.js +2 -0
- package/messages/messages.esm.min.js +1 -1
- package/messages/messages.js +2 -0
- package/messages/messages.min.js +1 -1
- package/multiselect/multiselect.cjs.js +22 -12
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.d.ts +3 -1
- package/multiselect/multiselect.esm.js +24 -14
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +22 -12
- package/multiselect/multiselect.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.cjs.js +2 -0
- package/multistatecheckbox/multistatecheckbox.cjs.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.esm.js +2 -0
- package/multistatecheckbox/multistatecheckbox.esm.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.js +2 -0
- package/multistatecheckbox/multistatecheckbox.min.js +1 -1
- package/orderlist/orderlist.cjs.js +2 -0
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +2 -0
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +2 -0
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/organizationchart.cjs.js +2 -0
- package/organizationchart/organizationchart.cjs.min.js +1 -1
- package/organizationchart/organizationchart.esm.js +2 -0
- package/organizationchart/organizationchart.esm.min.js +1 -1
- package/organizationchart/organizationchart.js +2 -0
- package/organizationchart/organizationchart.min.js +1 -1
- package/overlaypanel/overlaypanel.cjs.js +10 -1
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.esm.js +10 -1
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +10 -1
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/package.json +1 -1
- package/paginator/paginator.cjs.js +120 -30
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.d.ts +13 -0
- package/paginator/paginator.esm.js +120 -30
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +121 -32
- package/paginator/paginator.min.js +1 -1
- package/panel/panel.cjs.js +2 -0
- package/panel/panel.cjs.min.js +1 -1
- package/panel/panel.esm.js +2 -0
- package/panel/panel.esm.min.js +1 -1
- package/panel/panel.js +2 -0
- package/panel/panel.min.js +1 -1
- package/panelmenu/panelmenu.cjs.js +2 -0
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +3 -1
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +2 -0
- package/panelmenu/panelmenu.min.js +1 -1
- package/password/password.cjs.js +2 -0
- package/password/password.cjs.min.js +1 -1
- package/password/password.esm.js +2 -0
- package/password/password.esm.min.js +1 -1
- package/password/password.js +2 -0
- package/password/password.min.js +1 -1
- package/picklist/picklist.cjs.js +2 -0
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +2 -0
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +2 -0
- package/picklist/picklist.min.js +1 -1
- package/portal/portal.cjs.js +6 -2
- 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 +6 -2
- package/portal/portal.min.js +1 -1
- package/primereact.all.cjs.js +12325 -9901
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +12321 -9901
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +12325 -9901
- package/primereact.all.min.js +1 -1
- package/progressbar/progressbar.cjs.js +2 -0
- package/progressbar/progressbar.cjs.min.js +1 -1
- package/progressbar/progressbar.esm.js +2 -0
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +2 -0
- package/progressbar/progressbar.min.js +1 -1
- package/progressspinner/progressspinner.cjs.js +2 -0
- package/progressspinner/progressspinner.cjs.min.js +1 -1
- package/progressspinner/progressspinner.esm.js +2 -0
- package/progressspinner/progressspinner.esm.min.js +1 -1
- package/progressspinner/progressspinner.js +2 -0
- package/progressspinner/progressspinner.min.js +1 -1
- package/radiobutton/radiobutton.cjs.js +2 -0
- package/radiobutton/radiobutton.cjs.min.js +1 -1
- package/radiobutton/radiobutton.esm.js +2 -0
- package/radiobutton/radiobutton.esm.min.js +1 -1
- package/radiobutton/radiobutton.js +2 -0
- package/radiobutton/radiobutton.min.js +1 -1
- package/rating/rating.cjs.js +2 -0
- package/rating/rating.cjs.min.js +1 -1
- package/rating/rating.esm.js +2 -0
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +2 -0
- package/rating/rating.min.js +1 -1
- package/resources/primereact.css +405 -150
- package/resources/primereact.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +305 -880
- package/resources/themes/arya-green/theme.css +305 -880
- package/resources/themes/arya-orange/theme.css +305 -880
- package/resources/themes/arya-purple/theme.css +305 -880
- package/resources/themes/bootstrap4-dark-blue/theme.css +310 -885
- package/resources/themes/bootstrap4-dark-purple/theme.css +310 -885
- package/resources/themes/bootstrap4-light-blue/theme.css +310 -885
- package/resources/themes/bootstrap4-light-purple/theme.css +310 -885
- package/resources/themes/fluent-light/theme.css +314 -889
- package/resources/themes/luna-amber/theme.css +309 -884
- package/resources/themes/luna-blue/theme.css +309 -884
- package/resources/themes/luna-green/theme.css +309 -884
- package/resources/themes/luna-pink/theme.css +309 -884
- package/resources/themes/md-dark-deeppurple/theme.css +348 -1184
- package/resources/themes/md-dark-indigo/theme.css +348 -1184
- package/resources/themes/md-light-deeppurple/theme.css +351 -1187
- package/resources/themes/md-light-indigo/theme.css +351 -1187
- package/resources/themes/mdc-dark-deeppurple/theme.css +348 -1184
- package/resources/themes/mdc-dark-indigo/theme.css +348 -1184
- package/resources/themes/mdc-light-deeppurple/theme.css +351 -1187
- package/resources/themes/mdc-light-indigo/theme.css +351 -1187
- package/resources/themes/nova/theme.css +307 -882
- package/resources/themes/nova-accent/theme.css +307 -882
- package/resources/themes/nova-alt/theme.css +307 -882
- package/resources/themes/rhea/theme.css +306 -881
- package/resources/themes/saga-blue/theme.css +307 -882
- package/resources/themes/saga-green/theme.css +307 -882
- package/resources/themes/saga-orange/theme.css +307 -882
- package/resources/themes/saga-purple/theme.css +307 -882
- package/resources/themes/tailwind-light/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Light.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/tailwind-light/theme.css +5722 -0
- package/resources/themes/vela-blue/theme.css +305 -880
- package/resources/themes/vela-green/theme.css +305 -880
- package/resources/themes/vela-orange/theme.css +305 -880
- package/resources/themes/vela-purple/theme.css +305 -880
- package/ripple/ripple.cjs.js +2 -0
- package/ripple/ripple.cjs.min.js +1 -1
- package/ripple/ripple.esm.js +2 -0
- package/ripple/ripple.esm.min.js +1 -1
- package/ripple/ripple.js +2 -0
- package/ripple/ripple.min.js +1 -1
- package/row/row.cjs.js +2 -0
- 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 +2 -0
- package/row/row.min.js +1 -1
- package/scrollpanel/scrollpanel.cjs.js +2 -0
- package/scrollpanel/scrollpanel.cjs.min.js +1 -1
- package/scrollpanel/scrollpanel.esm.js +2 -0
- package/scrollpanel/scrollpanel.esm.min.js +1 -1
- package/scrollpanel/scrollpanel.js +2 -0
- package/scrollpanel/scrollpanel.min.js +1 -1
- package/scrolltop/scrolltop.cjs.js +2 -0
- package/scrolltop/scrolltop.cjs.min.js +1 -1
- package/scrolltop/scrolltop.esm.js +2 -0
- package/scrolltop/scrolltop.esm.min.js +1 -1
- package/scrolltop/scrolltop.js +2 -0
- package/scrolltop/scrolltop.min.js +1 -1
- package/selectbutton/selectbutton.cjs.js +2 -0
- package/selectbutton/selectbutton.cjs.min.js +1 -1
- package/selectbutton/selectbutton.esm.js +2 -0
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +2 -0
- package/selectbutton/selectbutton.min.js +1 -1
- package/sidebar/sidebar.cjs.js +23 -27
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +23 -27
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +23 -27
- package/sidebar/sidebar.min.css +1 -1
- package/sidebar/sidebar.min.js +1 -1
- package/skeleton/skeleton.cjs.js +2 -0
- package/skeleton/skeleton.cjs.min.js +1 -1
- package/skeleton/skeleton.esm.js +2 -0
- package/skeleton/skeleton.esm.min.js +1 -1
- package/skeleton/skeleton.js +2 -0
- package/skeleton/skeleton.min.js +1 -1
- package/slidemenu/slidemenu.cjs.js +2 -0
- package/slidemenu/slidemenu.cjs.min.js +1 -1
- package/slidemenu/slidemenu.esm.js +2 -0
- package/slidemenu/slidemenu.esm.min.js +1 -1
- package/slidemenu/slidemenu.js +2 -0
- package/slidemenu/slidemenu.min.js +1 -1
- package/slider/slider.cjs.js +14 -7
- package/slider/slider.cjs.min.js +1 -1
- package/slider/slider.esm.js +14 -7
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +14 -7
- package/slider/slider.min.js +1 -1
- package/speeddial/speeddial.cjs.js +2 -0
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.esm.js +2 -0
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +2 -0
- package/speeddial/speeddial.min.js +1 -1
- package/splitbutton/splitbutton.cjs.js +2 -0
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +2 -0
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +2 -0
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitter/splitter.cjs.js +2 -0
- package/splitter/splitter.cjs.min.js +1 -1
- package/splitter/splitter.esm.js +2 -0
- package/splitter/splitter.esm.min.js +1 -1
- package/splitter/splitter.js +2 -0
- package/splitter/splitter.min.js +1 -1
- package/steps/steps.cjs.js +2 -0
- package/steps/steps.cjs.min.js +1 -1
- package/steps/steps.esm.js +2 -0
- package/steps/steps.esm.min.js +1 -1
- package/steps/steps.js +2 -0
- package/steps/steps.min.js +1 -1
- package/styleclass/styleclass.cjs.js +19 -23
- 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 +19 -23
- package/styleclass/styleclass.min.js +1 -1
- package/tabmenu/tabmenu.cjs.js +2 -0
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +2 -0
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +2 -0
- package/tabmenu/tabmenu.min.css +1 -1
- package/tabmenu/tabmenu.min.js +1 -1
- package/tabview/tabview.cjs.js +135 -18
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.d.ts +1 -0
- package/tabview/tabview.esm.js +135 -18
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +135 -18
- package/tabview/tabview.min.css +1 -1
- package/tabview/tabview.min.js +1 -1
- package/tag/tag.cjs.js +2 -0
- package/tag/tag.cjs.min.js +1 -1
- package/tag/tag.esm.js +2 -0
- package/tag/tag.esm.min.js +1 -1
- package/tag/tag.js +2 -0
- package/tag/tag.min.js +1 -1
- package/terminal/terminal.cjs.js +2 -0
- package/terminal/terminal.cjs.min.js +1 -1
- package/terminal/terminal.esm.js +2 -0
- package/terminal/terminal.esm.min.js +1 -1
- package/terminal/terminal.js +2 -0
- package/terminal/terminal.min.js +1 -1
- package/tieredmenu/tieredmenu.cjs.js +2 -0
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +2 -0
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +2 -0
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/timeline/timeline.cjs.js +2 -0
- package/timeline/timeline.cjs.min.js +1 -1
- package/timeline/timeline.esm.js +2 -0
- package/timeline/timeline.esm.min.js +1 -1
- package/timeline/timeline.js +2 -0
- package/timeline/timeline.min.js +1 -1
- package/toast/toast.cjs.js +2 -0
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.d.ts +1 -1
- package/toast/toast.esm.js +2 -0
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +2 -0
- package/toast/toast.min.js +1 -1
- package/togglebutton/togglebutton.cjs.js +2 -0
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.esm.js +2 -0
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +2 -0
- package/togglebutton/togglebutton.min.js +1 -1
- package/toolbar/toolbar.cjs.js +2 -0
- package/toolbar/toolbar.cjs.min.js +1 -1
- package/toolbar/toolbar.esm.js +2 -0
- package/toolbar/toolbar.esm.min.js +1 -1
- package/toolbar/toolbar.js +2 -0
- package/toolbar/toolbar.min.js +1 -1
- package/tooltip/tooltip.cjs.js +2 -0
- package/tooltip/tooltip.cjs.min.js +1 -1
- package/tooltip/tooltip.esm.js +2 -0
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +2 -0
- package/tooltip/tooltip.min.css +1 -1
- package/tooltip/tooltip.min.js +1 -1
- package/tree/tree.cjs.js +2 -0
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +2 -0
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +2 -0
- package/tree/tree.min.js +1 -1
- package/treeselect/treeselect.cjs.js +2 -0
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.esm.js +2 -0
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +2 -0
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/treetable.cjs.js +22 -8
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +23 -9
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +23 -10
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.cjs.js +2 -0
- package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.esm.js +2 -0
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +2 -0
- package/tristatecheckbox/tristatecheckbox.min.js +1 -1
- package/utils/utils.cjs.js +404 -496
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.d.ts +20 -26
- package/utils/utils.esm.js +405 -496
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +404 -496
- package/utils/utils.min.js +1 -1
- package/virtualscroller/virtualscroller.cjs.js +277 -160
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.d.ts +21 -9
- package/virtualscroller/virtualscroller.esm.js +277 -160
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +277 -160
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +96 -29
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
:root {
|
|
3
2
|
--surface-a:#1e1e1e;
|
|
4
3
|
--surface-b:#121212;
|
|
@@ -39,8 +38,10 @@
|
|
|
39
38
|
--surface-section:#121212;
|
|
40
39
|
--surface-card:#1e1e1e;
|
|
41
40
|
--surface-overlay:#262626;
|
|
42
|
-
--surface-border
|
|
41
|
+
--surface-border:hsla(0,0%,100%,.12);
|
|
43
42
|
--surface-hover:hsla(0,0%,100%,.04);
|
|
43
|
+
--maskbg: rgba(0, 0, 0, 0.32);
|
|
44
|
+
--focus-ring: none;
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
/* roboto-regular - latin-ext_latin */
|
|
@@ -109,6 +110,31 @@
|
|
|
109
110
|
box-shadow: none;
|
|
110
111
|
}
|
|
111
112
|
|
|
113
|
+
.p-component-overlay-enter {
|
|
114
|
+
animation: p-component-overlay-enter-animation 150ms forwards;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.p-component-overlay-leave {
|
|
118
|
+
animation: p-component-overlay-leave-animation 150ms forwards;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
@keyframes p-component-overlay-enter-animation {
|
|
122
|
+
from {
|
|
123
|
+
background-color: transparent;
|
|
124
|
+
}
|
|
125
|
+
to {
|
|
126
|
+
background-color: var(--maskbg);
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
@keyframes p-component-overlay-leave-animation {
|
|
130
|
+
from {
|
|
131
|
+
background-color: var(--maskbg);
|
|
132
|
+
}
|
|
133
|
+
to {
|
|
134
|
+
background-color: transparent;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
|
|
112
138
|
:root {
|
|
113
139
|
--blue-50:#f4fafe;
|
|
114
140
|
--blue-100:#cae6fc;
|
|
@@ -479,10 +505,6 @@
|
|
|
479
505
|
box-shadow: none;
|
|
480
506
|
}
|
|
481
507
|
|
|
482
|
-
.p-datepicker-mask.p-component-overlay {
|
|
483
|
-
background: rgba(0, 0, 0, 0.32);
|
|
484
|
-
}
|
|
485
|
-
|
|
486
508
|
@media screen and (max-width: 769px) {
|
|
487
509
|
.p-datepicker table th, .p-datepicker table td {
|
|
488
510
|
padding: 0;
|
|
@@ -748,6 +770,7 @@
|
|
|
748
770
|
}
|
|
749
771
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
|
|
750
772
|
padding-right: 1.75rem;
|
|
773
|
+
margin-right: 1.75rem;
|
|
751
774
|
}
|
|
752
775
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
|
|
753
776
|
right: 0.75rem;
|
|
@@ -1722,42 +1745,12 @@
|
|
|
1722
1745
|
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);
|
|
1723
1746
|
border-radius: 4px;
|
|
1724
1747
|
}
|
|
1725
|
-
.p-
|
|
1726
|
-
background: rgba(159, 168, 218, 0.92);
|
|
1727
|
-
color: #121212;
|
|
1728
|
-
border-color: transparent;
|
|
1729
|
-
}
|
|
1730
|
-
.p-buttonbutton:enabled:active {
|
|
1731
|
-
background: rgba(159, 168, 218, 0.68);
|
|
1732
|
-
color: #121212;
|
|
1733
|
-
border-color: transparent;
|
|
1734
|
-
}
|
|
1735
|
-
.p-button:not(button):not(.p-disabled):hover {
|
|
1736
|
-
background: rgba(159, 168, 218, 0.92);
|
|
1737
|
-
color: #121212;
|
|
1738
|
-
border-color: transparent;
|
|
1739
|
-
}
|
|
1740
|
-
.p-button:not(button):not(.p-disabled):active {
|
|
1741
|
-
background: rgba(159, 168, 218, 0.68);
|
|
1742
|
-
color: #121212;
|
|
1743
|
-
border-color: transparent;
|
|
1744
|
-
}
|
|
1745
|
-
.p-buttona:enabled:hover {
|
|
1746
|
-
background: rgba(159, 168, 218, 0.92);
|
|
1747
|
-
color: #121212;
|
|
1748
|
-
border-color: transparent;
|
|
1749
|
-
}
|
|
1750
|
-
.p-buttona:enabled:active {
|
|
1751
|
-
background: rgba(159, 168, 218, 0.68);
|
|
1752
|
-
color: #121212;
|
|
1753
|
-
border-color: transparent;
|
|
1754
|
-
}
|
|
1755
|
-
.p-button:not(a):not(.p-disabled):hover {
|
|
1748
|
+
.p-button:enabled:hover, .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
1756
1749
|
background: rgba(159, 168, 218, 0.92);
|
|
1757
1750
|
color: #121212;
|
|
1758
1751
|
border-color: transparent;
|
|
1759
1752
|
}
|
|
1760
|
-
.p-button:not(a):not(.p-disabled):active {
|
|
1753
|
+
.p-button:enabled:active, .p-button:not(button):not(a):not(.p-disabled):active {
|
|
1761
1754
|
background: rgba(159, 168, 218, 0.68);
|
|
1762
1755
|
color: #121212;
|
|
1763
1756
|
border-color: transparent;
|
|
@@ -1767,42 +1760,12 @@
|
|
|
1767
1760
|
color: #9FA8DA;
|
|
1768
1761
|
border: 1px solid;
|
|
1769
1762
|
}
|
|
1770
|
-
.p-button.p-button-
|
|
1771
|
-
background: rgba(159, 168, 218, 0.04);
|
|
1772
|
-
color: #9FA8DA;
|
|
1773
|
-
border: 1px solid;
|
|
1774
|
-
}
|
|
1775
|
-
.p-button.p-button-outlinedbutton:enabled:active {
|
|
1776
|
-
background: rgba(159, 168, 218, 0.16);
|
|
1777
|
-
color: #9FA8DA;
|
|
1778
|
-
border: 1px solid;
|
|
1779
|
-
}
|
|
1780
|
-
.p-button.p-button-outlined:not(button):not(.p-disabled):hover {
|
|
1781
|
-
background: rgba(159, 168, 218, 0.04);
|
|
1782
|
-
color: #9FA8DA;
|
|
1783
|
-
border: 1px solid;
|
|
1784
|
-
}
|
|
1785
|
-
.p-button.p-button-outlined:not(button):not(.p-disabled):active {
|
|
1786
|
-
background: rgba(159, 168, 218, 0.16);
|
|
1787
|
-
color: #9FA8DA;
|
|
1788
|
-
border: 1px solid;
|
|
1789
|
-
}
|
|
1790
|
-
.p-button.p-button-outlineda:enabled:hover {
|
|
1791
|
-
background: rgba(159, 168, 218, 0.04);
|
|
1792
|
-
color: #9FA8DA;
|
|
1793
|
-
border: 1px solid;
|
|
1794
|
-
}
|
|
1795
|
-
.p-button.p-button-outlineda:enabled:active {
|
|
1796
|
-
background: rgba(159, 168, 218, 0.16);
|
|
1797
|
-
color: #9FA8DA;
|
|
1798
|
-
border: 1px solid;
|
|
1799
|
-
}
|
|
1800
|
-
.p-button.p-button-outlined:not(a):not(.p-disabled):hover {
|
|
1763
|
+
.p-button.p-button-outlined:enabled:hover, .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
|
|
1801
1764
|
background: rgba(159, 168, 218, 0.04);
|
|
1802
1765
|
color: #9FA8DA;
|
|
1803
1766
|
border: 1px solid;
|
|
1804
1767
|
}
|
|
1805
|
-
.p-button.p-button-outlined:not(a):not(.p-disabled):active {
|
|
1768
|
+
.p-button.p-button-outlined:enabled:active, .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active {
|
|
1806
1769
|
background: rgba(159, 168, 218, 0.16);
|
|
1807
1770
|
color: #9FA8DA;
|
|
1808
1771
|
border: 1px solid;
|
|
@@ -1811,35 +1774,11 @@
|
|
|
1811
1774
|
color: rgba(255, 255, 255, 0.6);
|
|
1812
1775
|
border-color: rgba(255, 255, 255, 0.6);
|
|
1813
1776
|
}
|
|
1814
|
-
.p-button.p-button-outlined.p-button-
|
|
1815
|
-
background: rgba(255, 255, 255, 0.04);
|
|
1816
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1817
|
-
}
|
|
1818
|
-
.p-button.p-button-outlined.p-button-plainbutton:enabled:active {
|
|
1819
|
-
background: rgba(255, 255, 255, 0.16);
|
|
1820
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1821
|
-
}
|
|
1822
|
-
.p-button.p-button-outlined.p-button-plain:not(button):not(.p-disabled):hover {
|
|
1823
|
-
background: rgba(255, 255, 255, 0.04);
|
|
1824
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1825
|
-
}
|
|
1826
|
-
.p-button.p-button-outlined.p-button-plain:not(button):not(.p-disabled):active {
|
|
1827
|
-
background: rgba(255, 255, 255, 0.16);
|
|
1828
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1829
|
-
}
|
|
1830
|
-
.p-button.p-button-outlined.p-button-plaina:enabled:hover {
|
|
1831
|
-
background: rgba(255, 255, 255, 0.04);
|
|
1832
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1833
|
-
}
|
|
1834
|
-
.p-button.p-button-outlined.p-button-plaina:enabled:active {
|
|
1835
|
-
background: rgba(255, 255, 255, 0.16);
|
|
1836
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1837
|
-
}
|
|
1838
|
-
.p-button.p-button-outlined.p-button-plain:not(a):not(.p-disabled):hover {
|
|
1777
|
+
.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 {
|
|
1839
1778
|
background: rgba(255, 255, 255, 0.04);
|
|
1840
1779
|
color: rgba(255, 255, 255, 0.6);
|
|
1841
1780
|
}
|
|
1842
|
-
.p-button.p-button-outlined.p-button-plain:not(a):not(.p-disabled):active {
|
|
1781
|
+
.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 {
|
|
1843
1782
|
background: rgba(255, 255, 255, 0.16);
|
|
1844
1783
|
color: rgba(255, 255, 255, 0.6);
|
|
1845
1784
|
}
|
|
@@ -1848,42 +1787,12 @@
|
|
|
1848
1787
|
color: #9FA8DA;
|
|
1849
1788
|
border-color: transparent;
|
|
1850
1789
|
}
|
|
1851
|
-
.p-button.p-button-
|
|
1852
|
-
background: rgba(159, 168, 218, 0.04);
|
|
1853
|
-
color: #9FA8DA;
|
|
1854
|
-
border-color: transparent;
|
|
1855
|
-
}
|
|
1856
|
-
.p-button.p-button-textbutton:enabled:active {
|
|
1857
|
-
background: rgba(159, 168, 218, 0.16);
|
|
1858
|
-
color: #9FA8DA;
|
|
1859
|
-
border-color: transparent;
|
|
1860
|
-
}
|
|
1861
|
-
.p-button.p-button-text:not(button):not(.p-disabled):hover {
|
|
1862
|
-
background: rgba(159, 168, 218, 0.04);
|
|
1863
|
-
color: #9FA8DA;
|
|
1864
|
-
border-color: transparent;
|
|
1865
|
-
}
|
|
1866
|
-
.p-button.p-button-text:not(button):not(.p-disabled):active {
|
|
1867
|
-
background: rgba(159, 168, 218, 0.16);
|
|
1868
|
-
color: #9FA8DA;
|
|
1869
|
-
border-color: transparent;
|
|
1870
|
-
}
|
|
1871
|
-
.p-button.p-button-texta:enabled:hover {
|
|
1872
|
-
background: rgba(159, 168, 218, 0.04);
|
|
1873
|
-
color: #9FA8DA;
|
|
1874
|
-
border-color: transparent;
|
|
1875
|
-
}
|
|
1876
|
-
.p-button.p-button-texta:enabled:active {
|
|
1877
|
-
background: rgba(159, 168, 218, 0.16);
|
|
1878
|
-
color: #9FA8DA;
|
|
1879
|
-
border-color: transparent;
|
|
1880
|
-
}
|
|
1881
|
-
.p-button.p-button-text:not(a):not(.p-disabled):hover {
|
|
1790
|
+
.p-button.p-button-text:enabled:hover, .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover {
|
|
1882
1791
|
background: rgba(159, 168, 218, 0.04);
|
|
1883
1792
|
color: #9FA8DA;
|
|
1884
1793
|
border-color: transparent;
|
|
1885
1794
|
}
|
|
1886
|
-
.p-button.p-button-text:not(a):not(.p-disabled):active {
|
|
1795
|
+
.p-button.p-button-text:enabled:active, .p-button.p-button-text:not(button):not(a):not(.p-disabled):active {
|
|
1887
1796
|
background: rgba(159, 168, 218, 0.16);
|
|
1888
1797
|
color: #9FA8DA;
|
|
1889
1798
|
border-color: transparent;
|
|
@@ -1891,35 +1800,11 @@
|
|
|
1891
1800
|
.p-button.p-button-text.p-button-plain {
|
|
1892
1801
|
color: rgba(255, 255, 255, 0.6);
|
|
1893
1802
|
}
|
|
1894
|
-
.p-button.p-button-text.p-button-
|
|
1895
|
-
background: rgba(255, 255, 255, 0.04);
|
|
1896
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1897
|
-
}
|
|
1898
|
-
.p-button.p-button-text.p-button-plainbutton:enabled:active {
|
|
1899
|
-
background: rgba(255, 255, 255, 0.16);
|
|
1900
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1901
|
-
}
|
|
1902
|
-
.p-button.p-button-text.p-button-plain:not(button):not(.p-disabled):hover {
|
|
1903
|
-
background: rgba(255, 255, 255, 0.04);
|
|
1904
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1905
|
-
}
|
|
1906
|
-
.p-button.p-button-text.p-button-plain:not(button):not(.p-disabled):active {
|
|
1907
|
-
background: rgba(255, 255, 255, 0.16);
|
|
1908
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1909
|
-
}
|
|
1910
|
-
.p-button.p-button-text.p-button-plaina:enabled:hover {
|
|
1911
|
-
background: rgba(255, 255, 255, 0.04);
|
|
1912
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1913
|
-
}
|
|
1914
|
-
.p-button.p-button-text.p-button-plaina:enabled:active {
|
|
1915
|
-
background: rgba(255, 255, 255, 0.16);
|
|
1916
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1917
|
-
}
|
|
1918
|
-
.p-button.p-button-text.p-button-plain:not(a):not(.p-disabled):hover {
|
|
1803
|
+
.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 {
|
|
1919
1804
|
background: rgba(255, 255, 255, 0.04);
|
|
1920
1805
|
color: rgba(255, 255, 255, 0.6);
|
|
1921
1806
|
}
|
|
1922
|
-
.p-button.p-button-text.p-button-plain:not(a):not(.p-disabled):active {
|
|
1807
|
+
.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 {
|
|
1923
1808
|
background: rgba(255, 255, 255, 0.16);
|
|
1924
1809
|
color: rgba(255, 255, 255, 0.6);
|
|
1925
1810
|
}
|
|
@@ -2014,54 +1899,15 @@
|
|
|
2014
1899
|
background: #F48FB1;
|
|
2015
1900
|
border: 0 none;
|
|
2016
1901
|
}
|
|
2017
|
-
.p-button.p-button-
|
|
2018
|
-
background: rgba(244, 143, 177, 0.92);
|
|
2019
|
-
color: #121212;
|
|
2020
|
-
border-color: transparent;
|
|
2021
|
-
}
|
|
2022
|
-
.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 {
|
|
2023
|
-
box-shadow: none;
|
|
2024
|
-
}
|
|
2025
|
-
.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 {
|
|
2026
|
-
background: rgba(244, 143, 177, 0.68);
|
|
2027
|
-
color: #121212;
|
|
2028
|
-
border-color: transparent;
|
|
2029
|
-
}
|
|
2030
|
-
.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 {
|
|
2031
|
-
background: rgba(244, 143, 177, 0.92);
|
|
2032
|
-
color: #121212;
|
|
2033
|
-
border-color: transparent;
|
|
2034
|
-
}
|
|
2035
|
-
.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 {
|
|
2036
|
-
box-shadow: none;
|
|
2037
|
-
}
|
|
2038
|
-
.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 {
|
|
2039
|
-
background: rgba(244, 143, 177, 0.68);
|
|
2040
|
-
color: #121212;
|
|
2041
|
-
border-color: transparent;
|
|
2042
|
-
}
|
|
2043
|
-
.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 {
|
|
2044
|
-
background: rgba(244, 143, 177, 0.92);
|
|
2045
|
-
color: #121212;
|
|
2046
|
-
border-color: transparent;
|
|
2047
|
-
}
|
|
2048
|
-
.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 {
|
|
2049
|
-
box-shadow: none;
|
|
2050
|
-
}
|
|
2051
|
-
.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 {
|
|
2052
|
-
background: rgba(244, 143, 177, 0.68);
|
|
2053
|
-
color: #121212;
|
|
2054
|
-
border-color: transparent;
|
|
2055
|
-
}
|
|
2056
|
-
.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 {
|
|
1902
|
+
.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 {
|
|
2057
1903
|
background: rgba(244, 143, 177, 0.92);
|
|
2058
1904
|
color: #121212;
|
|
2059
1905
|
border-color: transparent;
|
|
2060
1906
|
}
|
|
2061
|
-
.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 {
|
|
1907
|
+
.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 {
|
|
2062
1908
|
box-shadow: none;
|
|
2063
1909
|
}
|
|
2064
|
-
.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 {
|
|
1910
|
+
.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 {
|
|
2065
1911
|
background: rgba(244, 143, 177, 0.68);
|
|
2066
1912
|
color: #121212;
|
|
2067
1913
|
border-color: transparent;
|
|
@@ -2071,42 +1917,12 @@
|
|
|
2071
1917
|
color: #F48FB1;
|
|
2072
1918
|
border: 1px solid;
|
|
2073
1919
|
}
|
|
2074
|
-
.p-button.p-button-secondary.p-button-
|
|
2075
|
-
background: rgba(244, 143, 177, 0.04);
|
|
2076
|
-
color: #F48FB1;
|
|
2077
|
-
border: 1px solid;
|
|
2078
|
-
}
|
|
2079
|
-
.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 {
|
|
2080
|
-
background: rgba(244, 143, 177, 0.16);
|
|
2081
|
-
color: #F48FB1;
|
|
2082
|
-
border: 1px solid;
|
|
2083
|
-
}
|
|
2084
|
-
.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 {
|
|
2085
|
-
background: rgba(244, 143, 177, 0.04);
|
|
2086
|
-
color: #F48FB1;
|
|
2087
|
-
border: 1px solid;
|
|
2088
|
-
}
|
|
2089
|
-
.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 {
|
|
2090
|
-
background: rgba(244, 143, 177, 0.16);
|
|
2091
|
-
color: #F48FB1;
|
|
2092
|
-
border: 1px solid;
|
|
2093
|
-
}
|
|
2094
|
-
.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 {
|
|
2095
|
-
background: rgba(244, 143, 177, 0.04);
|
|
2096
|
-
color: #F48FB1;
|
|
2097
|
-
border: 1px solid;
|
|
2098
|
-
}
|
|
2099
|
-
.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 {
|
|
2100
|
-
background: rgba(244, 143, 177, 0.16);
|
|
2101
|
-
color: #F48FB1;
|
|
2102
|
-
border: 1px solid;
|
|
2103
|
-
}
|
|
2104
|
-
.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 {
|
|
1920
|
+
.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 {
|
|
2105
1921
|
background: rgba(244, 143, 177, 0.04);
|
|
2106
1922
|
color: #F48FB1;
|
|
2107
1923
|
border: 1px solid;
|
|
2108
1924
|
}
|
|
2109
|
-
.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 {
|
|
1925
|
+
.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 {
|
|
2110
1926
|
background: rgba(244, 143, 177, 0.16);
|
|
2111
1927
|
color: #F48FB1;
|
|
2112
1928
|
border: 1px solid;
|
|
@@ -2116,42 +1932,12 @@
|
|
|
2116
1932
|
color: #F48FB1;
|
|
2117
1933
|
border-color: transparent;
|
|
2118
1934
|
}
|
|
2119
|
-
.p-button.p-button-secondary.p-button-
|
|
2120
|
-
background: rgba(244, 143, 177, 0.04);
|
|
2121
|
-
border-color: transparent;
|
|
2122
|
-
color: #F48FB1;
|
|
2123
|
-
}
|
|
2124
|
-
.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 {
|
|
2125
|
-
background: rgba(244, 143, 177, 0.16);
|
|
2126
|
-
border-color: transparent;
|
|
2127
|
-
color: #F48FB1;
|
|
2128
|
-
}
|
|
2129
|
-
.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 {
|
|
2130
|
-
background: rgba(244, 143, 177, 0.04);
|
|
2131
|
-
border-color: transparent;
|
|
2132
|
-
color: #F48FB1;
|
|
2133
|
-
}
|
|
2134
|
-
.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 {
|
|
2135
|
-
background: rgba(244, 143, 177, 0.16);
|
|
2136
|
-
border-color: transparent;
|
|
2137
|
-
color: #F48FB1;
|
|
2138
|
-
}
|
|
2139
|
-
.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 {
|
|
2140
|
-
background: rgba(244, 143, 177, 0.04);
|
|
2141
|
-
border-color: transparent;
|
|
2142
|
-
color: #F48FB1;
|
|
2143
|
-
}
|
|
2144
|
-
.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 {
|
|
2145
|
-
background: rgba(244, 143, 177, 0.16);
|
|
2146
|
-
border-color: transparent;
|
|
2147
|
-
color: #F48FB1;
|
|
2148
|
-
}
|
|
2149
|
-
.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 {
|
|
1935
|
+
.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 {
|
|
2150
1936
|
background: rgba(244, 143, 177, 0.04);
|
|
2151
1937
|
border-color: transparent;
|
|
2152
1938
|
color: #F48FB1;
|
|
2153
1939
|
}
|
|
2154
|
-
.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 {
|
|
1940
|
+
.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 {
|
|
2155
1941
|
background: rgba(244, 143, 177, 0.16);
|
|
2156
1942
|
border-color: transparent;
|
|
2157
1943
|
color: #F48FB1;
|
|
@@ -2162,54 +1948,15 @@
|
|
|
2162
1948
|
background: #90CAF9;
|
|
2163
1949
|
border: 0 none;
|
|
2164
1950
|
}
|
|
2165
|
-
.p-button.p-button-
|
|
2166
|
-
background: rgba(144, 202, 249, 0.92);
|
|
2167
|
-
color: #212121;
|
|
2168
|
-
border-color: transparent;
|
|
2169
|
-
}
|
|
2170
|
-
.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 {
|
|
2171
|
-
box-shadow: none;
|
|
2172
|
-
}
|
|
2173
|
-
.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 {
|
|
2174
|
-
background: rgba(144, 202, 249, 0.68);
|
|
2175
|
-
color: #212121;
|
|
2176
|
-
border-color: transparent;
|
|
2177
|
-
}
|
|
2178
|
-
.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 {
|
|
2179
|
-
background: rgba(144, 202, 249, 0.92);
|
|
2180
|
-
color: #212121;
|
|
2181
|
-
border-color: transparent;
|
|
2182
|
-
}
|
|
2183
|
-
.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 {
|
|
2184
|
-
box-shadow: none;
|
|
2185
|
-
}
|
|
2186
|
-
.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 {
|
|
2187
|
-
background: rgba(144, 202, 249, 0.68);
|
|
2188
|
-
color: #212121;
|
|
2189
|
-
border-color: transparent;
|
|
2190
|
-
}
|
|
2191
|
-
.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 {
|
|
2192
|
-
background: rgba(144, 202, 249, 0.92);
|
|
2193
|
-
color: #212121;
|
|
2194
|
-
border-color: transparent;
|
|
2195
|
-
}
|
|
2196
|
-
.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 {
|
|
2197
|
-
box-shadow: none;
|
|
2198
|
-
}
|
|
2199
|
-
.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 {
|
|
2200
|
-
background: rgba(144, 202, 249, 0.68);
|
|
2201
|
-
color: #212121;
|
|
2202
|
-
border-color: transparent;
|
|
2203
|
-
}
|
|
2204
|
-
.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 {
|
|
1951
|
+
.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 {
|
|
2205
1952
|
background: rgba(144, 202, 249, 0.92);
|
|
2206
1953
|
color: #212121;
|
|
2207
1954
|
border-color: transparent;
|
|
2208
1955
|
}
|
|
2209
|
-
.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 {
|
|
1956
|
+
.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 {
|
|
2210
1957
|
box-shadow: none;
|
|
2211
1958
|
}
|
|
2212
|
-
.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 {
|
|
1959
|
+
.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 {
|
|
2213
1960
|
background: rgba(144, 202, 249, 0.68);
|
|
2214
1961
|
color: #212121;
|
|
2215
1962
|
border-color: transparent;
|
|
@@ -2219,42 +1966,12 @@
|
|
|
2219
1966
|
color: #90CAF9;
|
|
2220
1967
|
border: 1px solid;
|
|
2221
1968
|
}
|
|
2222
|
-
.p-button.p-button-info.p-button-
|
|
2223
|
-
background: rgba(144, 202, 249, 0.04);
|
|
2224
|
-
color: #90CAF9;
|
|
2225
|
-
border: 1px solid;
|
|
2226
|
-
}
|
|
2227
|
-
.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 {
|
|
2228
|
-
background: rgba(144, 202, 249, 0.16);
|
|
2229
|
-
color: #90CAF9;
|
|
2230
|
-
border: 1px solid;
|
|
2231
|
-
}
|
|
2232
|
-
.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 {
|
|
2233
|
-
background: rgba(144, 202, 249, 0.04);
|
|
2234
|
-
color: #90CAF9;
|
|
2235
|
-
border: 1px solid;
|
|
2236
|
-
}
|
|
2237
|
-
.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 {
|
|
2238
|
-
background: rgba(144, 202, 249, 0.16);
|
|
2239
|
-
color: #90CAF9;
|
|
2240
|
-
border: 1px solid;
|
|
2241
|
-
}
|
|
2242
|
-
.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 {
|
|
2243
|
-
background: rgba(144, 202, 249, 0.04);
|
|
2244
|
-
color: #90CAF9;
|
|
2245
|
-
border: 1px solid;
|
|
2246
|
-
}
|
|
2247
|
-
.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 {
|
|
2248
|
-
background: rgba(144, 202, 249, 0.16);
|
|
2249
|
-
color: #90CAF9;
|
|
2250
|
-
border: 1px solid;
|
|
2251
|
-
}
|
|
2252
|
-
.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 {
|
|
1969
|
+
.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 {
|
|
2253
1970
|
background: rgba(144, 202, 249, 0.04);
|
|
2254
1971
|
color: #90CAF9;
|
|
2255
1972
|
border: 1px solid;
|
|
2256
1973
|
}
|
|
2257
|
-
.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 {
|
|
1974
|
+
.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 {
|
|
2258
1975
|
background: rgba(144, 202, 249, 0.16);
|
|
2259
1976
|
color: #90CAF9;
|
|
2260
1977
|
border: 1px solid;
|
|
@@ -2264,42 +1981,12 @@
|
|
|
2264
1981
|
color: #90CAF9;
|
|
2265
1982
|
border-color: transparent;
|
|
2266
1983
|
}
|
|
2267
|
-
.p-button.p-button-info.p-button-
|
|
1984
|
+
.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 {
|
|
2268
1985
|
background: rgba(144, 202, 249, 0.04);
|
|
2269
1986
|
border-color: transparent;
|
|
2270
1987
|
color: #90CAF9;
|
|
2271
1988
|
}
|
|
2272
|
-
.p-button.p-button-info.p-button-
|
|
2273
|
-
background: rgba(144, 202, 249, 0.16);
|
|
2274
|
-
border-color: transparent;
|
|
2275
|
-
color: #90CAF9;
|
|
2276
|
-
}
|
|
2277
|
-
.p-button.p-button-info.p-button-text:not(button):not(.p-disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-info.p-button-text:not(button):not(.p-disabled):hover {
|
|
2278
|
-
background: rgba(144, 202, 249, 0.04);
|
|
2279
|
-
border-color: transparent;
|
|
2280
|
-
color: #90CAF9;
|
|
2281
|
-
}
|
|
2282
|
-
.p-button.p-button-info.p-button-text:not(button):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(button):not(.p-disabled):active {
|
|
2283
|
-
background: rgba(144, 202, 249, 0.16);
|
|
2284
|
-
border-color: transparent;
|
|
2285
|
-
color: #90CAF9;
|
|
2286
|
-
}
|
|
2287
|
-
.p-button.p-button-info.p-button-texta:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-texta:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-texta:enabled:hover, .p-fileupload-choose.p-button-info.p-button-texta:enabled:hover {
|
|
2288
|
-
background: rgba(144, 202, 249, 0.04);
|
|
2289
|
-
border-color: transparent;
|
|
2290
|
-
color: #90CAF9;
|
|
2291
|
-
}
|
|
2292
|
-
.p-button.p-button-info.p-button-texta:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-texta:enabled:active, .p-fileupload-choose.p-button-info.p-button-texta:enabled:active {
|
|
2293
|
-
background: rgba(144, 202, 249, 0.16);
|
|
2294
|
-
border-color: transparent;
|
|
2295
|
-
color: #90CAF9;
|
|
2296
|
-
}
|
|
2297
|
-
.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 {
|
|
2298
|
-
background: rgba(144, 202, 249, 0.04);
|
|
2299
|
-
border-color: transparent;
|
|
2300
|
-
color: #90CAF9;
|
|
2301
|
-
}
|
|
2302
|
-
.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 {
|
|
1989
|
+
.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 {
|
|
2303
1990
|
background: rgba(144, 202, 249, 0.16);
|
|
2304
1991
|
border-color: transparent;
|
|
2305
1992
|
color: #90CAF9;
|
|
@@ -2310,54 +1997,15 @@
|
|
|
2310
1997
|
background: #C5E1A5;
|
|
2311
1998
|
border: 0 none;
|
|
2312
1999
|
}
|
|
2313
|
-
.p-button.p-button-
|
|
2314
|
-
background: rgba(197, 225, 165, 0.92);
|
|
2315
|
-
color: #212121;
|
|
2316
|
-
border-color: transparent;
|
|
2317
|
-
}
|
|
2318
|
-
.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 {
|
|
2319
|
-
box-shadow: none;
|
|
2320
|
-
}
|
|
2321
|
-
.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 {
|
|
2322
|
-
background: rgba(197, 225, 165, 0.68);
|
|
2323
|
-
color: #212121;
|
|
2324
|
-
border-color: transparent;
|
|
2325
|
-
}
|
|
2326
|
-
.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 {
|
|
2327
|
-
background: rgba(197, 225, 165, 0.92);
|
|
2328
|
-
color: #212121;
|
|
2329
|
-
border-color: transparent;
|
|
2330
|
-
}
|
|
2331
|
-
.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 {
|
|
2332
|
-
box-shadow: none;
|
|
2333
|
-
}
|
|
2334
|
-
.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 {
|
|
2335
|
-
background: rgba(197, 225, 165, 0.68);
|
|
2336
|
-
color: #212121;
|
|
2337
|
-
border-color: transparent;
|
|
2338
|
-
}
|
|
2339
|
-
.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 {
|
|
2340
|
-
background: rgba(197, 225, 165, 0.92);
|
|
2341
|
-
color: #212121;
|
|
2342
|
-
border-color: transparent;
|
|
2343
|
-
}
|
|
2344
|
-
.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 {
|
|
2345
|
-
box-shadow: none;
|
|
2346
|
-
}
|
|
2347
|
-
.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 {
|
|
2348
|
-
background: rgba(197, 225, 165, 0.68);
|
|
2349
|
-
color: #212121;
|
|
2350
|
-
border-color: transparent;
|
|
2351
|
-
}
|
|
2352
|
-
.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 {
|
|
2000
|
+
.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 {
|
|
2353
2001
|
background: rgba(197, 225, 165, 0.92);
|
|
2354
2002
|
color: #212121;
|
|
2355
2003
|
border-color: transparent;
|
|
2356
2004
|
}
|
|
2357
|
-
.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 {
|
|
2005
|
+
.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 {
|
|
2358
2006
|
box-shadow: none;
|
|
2359
2007
|
}
|
|
2360
|
-
.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 {
|
|
2008
|
+
.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 {
|
|
2361
2009
|
background: rgba(197, 225, 165, 0.68);
|
|
2362
2010
|
color: #212121;
|
|
2363
2011
|
border-color: transparent;
|
|
@@ -2367,42 +2015,12 @@
|
|
|
2367
2015
|
color: #C5E1A5;
|
|
2368
2016
|
border: 1px solid;
|
|
2369
2017
|
}
|
|
2370
|
-
.p-button.p-button-success.p-button-
|
|
2018
|
+
.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 {
|
|
2371
2019
|
background: rgba(197, 225, 165, 0.04);
|
|
2372
2020
|
color: #C5E1A5;
|
|
2373
2021
|
border: 1px solid;
|
|
2374
2022
|
}
|
|
2375
|
-
.p-button.p-button-success.p-button-
|
|
2376
|
-
background: rgba(197, 225, 165, 0.16);
|
|
2377
|
-
color: #C5E1A5;
|
|
2378
|
-
border: 1px solid;
|
|
2379
|
-
}
|
|
2380
|
-
.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 {
|
|
2381
|
-
background: rgba(197, 225, 165, 0.04);
|
|
2382
|
-
color: #C5E1A5;
|
|
2383
|
-
border: 1px solid;
|
|
2384
|
-
}
|
|
2385
|
-
.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 {
|
|
2386
|
-
background: rgba(197, 225, 165, 0.16);
|
|
2387
|
-
color: #C5E1A5;
|
|
2388
|
-
border: 1px solid;
|
|
2389
|
-
}
|
|
2390
|
-
.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 {
|
|
2391
|
-
background: rgba(197, 225, 165, 0.04);
|
|
2392
|
-
color: #C5E1A5;
|
|
2393
|
-
border: 1px solid;
|
|
2394
|
-
}
|
|
2395
|
-
.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 {
|
|
2396
|
-
background: rgba(197, 225, 165, 0.16);
|
|
2397
|
-
color: #C5E1A5;
|
|
2398
|
-
border: 1px solid;
|
|
2399
|
-
}
|
|
2400
|
-
.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 {
|
|
2401
|
-
background: rgba(197, 225, 165, 0.04);
|
|
2402
|
-
color: #C5E1A5;
|
|
2403
|
-
border: 1px solid;
|
|
2404
|
-
}
|
|
2405
|
-
.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 {
|
|
2023
|
+
.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 {
|
|
2406
2024
|
background: rgba(197, 225, 165, 0.16);
|
|
2407
2025
|
color: #C5E1A5;
|
|
2408
2026
|
border: 1px solid;
|
|
@@ -2412,42 +2030,12 @@
|
|
|
2412
2030
|
color: #C5E1A5;
|
|
2413
2031
|
border-color: transparent;
|
|
2414
2032
|
}
|
|
2415
|
-
.p-button.p-button-success.p-button-
|
|
2033
|
+
.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 {
|
|
2416
2034
|
background: rgba(197, 225, 165, 0.04);
|
|
2417
2035
|
border-color: transparent;
|
|
2418
2036
|
color: #C5E1A5;
|
|
2419
2037
|
}
|
|
2420
|
-
.p-button.p-button-success.p-button-
|
|
2421
|
-
background: rgba(197, 225, 165, 0.16);
|
|
2422
|
-
border-color: transparent;
|
|
2423
|
-
color: #C5E1A5;
|
|
2424
|
-
}
|
|
2425
|
-
.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 {
|
|
2426
|
-
background: rgba(197, 225, 165, 0.04);
|
|
2427
|
-
border-color: transparent;
|
|
2428
|
-
color: #C5E1A5;
|
|
2429
|
-
}
|
|
2430
|
-
.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 {
|
|
2431
|
-
background: rgba(197, 225, 165, 0.16);
|
|
2432
|
-
border-color: transparent;
|
|
2433
|
-
color: #C5E1A5;
|
|
2434
|
-
}
|
|
2435
|
-
.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 {
|
|
2436
|
-
background: rgba(197, 225, 165, 0.04);
|
|
2437
|
-
border-color: transparent;
|
|
2438
|
-
color: #C5E1A5;
|
|
2439
|
-
}
|
|
2440
|
-
.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 {
|
|
2441
|
-
background: rgba(197, 225, 165, 0.16);
|
|
2442
|
-
border-color: transparent;
|
|
2443
|
-
color: #C5E1A5;
|
|
2444
|
-
}
|
|
2445
|
-
.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 {
|
|
2446
|
-
background: rgba(197, 225, 165, 0.04);
|
|
2447
|
-
border-color: transparent;
|
|
2448
|
-
color: #C5E1A5;
|
|
2449
|
-
}
|
|
2450
|
-
.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 {
|
|
2038
|
+
.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 {
|
|
2451
2039
|
background: rgba(197, 225, 165, 0.16);
|
|
2452
2040
|
border-color: transparent;
|
|
2453
2041
|
color: #C5E1A5;
|
|
@@ -2458,54 +2046,15 @@
|
|
|
2458
2046
|
background: #FFF59D;
|
|
2459
2047
|
border: 0 none;
|
|
2460
2048
|
}
|
|
2461
|
-
.p-button.p-button-
|
|
2462
|
-
background: rgba(255, 245, 157, 0.92);
|
|
2463
|
-
color: #212121;
|
|
2464
|
-
border-color: transparent;
|
|
2465
|
-
}
|
|
2466
|
-
.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 {
|
|
2467
|
-
box-shadow: none;
|
|
2468
|
-
}
|
|
2469
|
-
.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 {
|
|
2470
|
-
background: rgba(255, 245, 157, 0.68);
|
|
2471
|
-
color: #212121;
|
|
2472
|
-
border-color: transparent;
|
|
2473
|
-
}
|
|
2474
|
-
.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 {
|
|
2475
|
-
background: rgba(255, 245, 157, 0.92);
|
|
2476
|
-
color: #212121;
|
|
2477
|
-
border-color: transparent;
|
|
2478
|
-
}
|
|
2479
|
-
.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 {
|
|
2480
|
-
box-shadow: none;
|
|
2481
|
-
}
|
|
2482
|
-
.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 {
|
|
2483
|
-
background: rgba(255, 245, 157, 0.68);
|
|
2484
|
-
color: #212121;
|
|
2485
|
-
border-color: transparent;
|
|
2486
|
-
}
|
|
2487
|
-
.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 {
|
|
2049
|
+
.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 {
|
|
2488
2050
|
background: rgba(255, 245, 157, 0.92);
|
|
2489
2051
|
color: #212121;
|
|
2490
2052
|
border-color: transparent;
|
|
2491
2053
|
}
|
|
2492
|
-
.p-button.p-button-
|
|
2054
|
+
.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 {
|
|
2493
2055
|
box-shadow: none;
|
|
2494
2056
|
}
|
|
2495
|
-
.p-button.p-button-
|
|
2496
|
-
background: rgba(255, 245, 157, 0.68);
|
|
2497
|
-
color: #212121;
|
|
2498
|
-
border-color: transparent;
|
|
2499
|
-
}
|
|
2500
|
-
.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 {
|
|
2501
|
-
background: rgba(255, 245, 157, 0.92);
|
|
2502
|
-
color: #212121;
|
|
2503
|
-
border-color: transparent;
|
|
2504
|
-
}
|
|
2505
|
-
.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 {
|
|
2506
|
-
box-shadow: none;
|
|
2507
|
-
}
|
|
2508
|
-
.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 {
|
|
2057
|
+
.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 {
|
|
2509
2058
|
background: rgba(255, 245, 157, 0.68);
|
|
2510
2059
|
color: #212121;
|
|
2511
2060
|
border-color: transparent;
|
|
@@ -2515,42 +2064,12 @@
|
|
|
2515
2064
|
color: #FFF59D;
|
|
2516
2065
|
border: 1px solid;
|
|
2517
2066
|
}
|
|
2518
|
-
.p-button.p-button-warning.p-button-
|
|
2519
|
-
background: rgba(255, 245, 157, 0.04);
|
|
2520
|
-
color: #FFF59D;
|
|
2521
|
-
border: 1px solid;
|
|
2522
|
-
}
|
|
2523
|
-
.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 {
|
|
2524
|
-
background: rgba(255, 245, 157, 0.16);
|
|
2525
|
-
color: #FFF59D;
|
|
2526
|
-
border: 1px solid;
|
|
2527
|
-
}
|
|
2528
|
-
.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 {
|
|
2529
|
-
background: rgba(255, 245, 157, 0.04);
|
|
2530
|
-
color: #FFF59D;
|
|
2531
|
-
border: 1px solid;
|
|
2532
|
-
}
|
|
2533
|
-
.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 {
|
|
2534
|
-
background: rgba(255, 245, 157, 0.16);
|
|
2535
|
-
color: #FFF59D;
|
|
2536
|
-
border: 1px solid;
|
|
2537
|
-
}
|
|
2538
|
-
.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 {
|
|
2539
|
-
background: rgba(255, 245, 157, 0.04);
|
|
2540
|
-
color: #FFF59D;
|
|
2541
|
-
border: 1px solid;
|
|
2542
|
-
}
|
|
2543
|
-
.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 {
|
|
2544
|
-
background: rgba(255, 245, 157, 0.16);
|
|
2545
|
-
color: #FFF59D;
|
|
2546
|
-
border: 1px solid;
|
|
2547
|
-
}
|
|
2548
|
-
.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 {
|
|
2067
|
+
.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 {
|
|
2549
2068
|
background: rgba(255, 245, 157, 0.04);
|
|
2550
2069
|
color: #FFF59D;
|
|
2551
2070
|
border: 1px solid;
|
|
2552
2071
|
}
|
|
2553
|
-
.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 {
|
|
2072
|
+
.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 {
|
|
2554
2073
|
background: rgba(255, 245, 157, 0.16);
|
|
2555
2074
|
color: #FFF59D;
|
|
2556
2075
|
border: 1px solid;
|
|
@@ -2560,42 +2079,12 @@
|
|
|
2560
2079
|
color: #FFF59D;
|
|
2561
2080
|
border-color: transparent;
|
|
2562
2081
|
}
|
|
2563
|
-
.p-button.p-button-warning.p-button-
|
|
2564
|
-
background: rgba(255, 245, 157, 0.04);
|
|
2565
|
-
border-color: transparent;
|
|
2566
|
-
color: #FFF59D;
|
|
2567
|
-
}
|
|
2568
|
-
.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 {
|
|
2569
|
-
background: rgba(255, 245, 157, 0.16);
|
|
2570
|
-
border-color: transparent;
|
|
2571
|
-
color: #FFF59D;
|
|
2572
|
-
}
|
|
2573
|
-
.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 {
|
|
2574
|
-
background: rgba(255, 245, 157, 0.04);
|
|
2575
|
-
border-color: transparent;
|
|
2576
|
-
color: #FFF59D;
|
|
2577
|
-
}
|
|
2578
|
-
.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 {
|
|
2579
|
-
background: rgba(255, 245, 157, 0.16);
|
|
2580
|
-
border-color: transparent;
|
|
2581
|
-
color: #FFF59D;
|
|
2582
|
-
}
|
|
2583
|
-
.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 {
|
|
2082
|
+
.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 {
|
|
2584
2083
|
background: rgba(255, 245, 157, 0.04);
|
|
2585
2084
|
border-color: transparent;
|
|
2586
2085
|
color: #FFF59D;
|
|
2587
2086
|
}
|
|
2588
|
-
.p-button.p-button-warning.p-button-
|
|
2589
|
-
background: rgba(255, 245, 157, 0.16);
|
|
2590
|
-
border-color: transparent;
|
|
2591
|
-
color: #FFF59D;
|
|
2592
|
-
}
|
|
2593
|
-
.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 {
|
|
2594
|
-
background: rgba(255, 245, 157, 0.04);
|
|
2595
|
-
border-color: transparent;
|
|
2596
|
-
color: #FFF59D;
|
|
2597
|
-
}
|
|
2598
|
-
.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 {
|
|
2087
|
+
.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 {
|
|
2599
2088
|
background: rgba(255, 245, 157, 0.16);
|
|
2600
2089
|
border-color: transparent;
|
|
2601
2090
|
color: #FFF59D;
|
|
@@ -2606,54 +2095,15 @@
|
|
|
2606
2095
|
background: #CE93D8;
|
|
2607
2096
|
border: 0 none;
|
|
2608
2097
|
}
|
|
2609
|
-
.p-button.p-button-
|
|
2098
|
+
.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 {
|
|
2610
2099
|
background: rgba(206, 147, 216, 0.92);
|
|
2611
2100
|
color: #212121;
|
|
2612
2101
|
border-color: transparent;
|
|
2613
2102
|
}
|
|
2614
|
-
.p-button.p-button-
|
|
2103
|
+
.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 {
|
|
2615
2104
|
box-shadow: none;
|
|
2616
2105
|
}
|
|
2617
|
-
.p-button.p-button-
|
|
2618
|
-
background: rgba(206, 147, 216, 0.68);
|
|
2619
|
-
color: #212121;
|
|
2620
|
-
border-color: transparent;
|
|
2621
|
-
}
|
|
2622
|
-
.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 {
|
|
2623
|
-
background: rgba(206, 147, 216, 0.92);
|
|
2624
|
-
color: #212121;
|
|
2625
|
-
border-color: transparent;
|
|
2626
|
-
}
|
|
2627
|
-
.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 {
|
|
2628
|
-
box-shadow: none;
|
|
2629
|
-
}
|
|
2630
|
-
.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 {
|
|
2631
|
-
background: rgba(206, 147, 216, 0.68);
|
|
2632
|
-
color: #212121;
|
|
2633
|
-
border-color: transparent;
|
|
2634
|
-
}
|
|
2635
|
-
.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 {
|
|
2636
|
-
background: rgba(206, 147, 216, 0.92);
|
|
2637
|
-
color: #212121;
|
|
2638
|
-
border-color: transparent;
|
|
2639
|
-
}
|
|
2640
|
-
.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 {
|
|
2641
|
-
box-shadow: none;
|
|
2642
|
-
}
|
|
2643
|
-
.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 {
|
|
2644
|
-
background: rgba(206, 147, 216, 0.68);
|
|
2645
|
-
color: #212121;
|
|
2646
|
-
border-color: transparent;
|
|
2647
|
-
}
|
|
2648
|
-
.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 {
|
|
2649
|
-
background: rgba(206, 147, 216, 0.92);
|
|
2650
|
-
color: #212121;
|
|
2651
|
-
border-color: transparent;
|
|
2652
|
-
}
|
|
2653
|
-
.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 {
|
|
2654
|
-
box-shadow: none;
|
|
2655
|
-
}
|
|
2656
|
-
.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 {
|
|
2106
|
+
.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 {
|
|
2657
2107
|
background: rgba(206, 147, 216, 0.68);
|
|
2658
2108
|
color: #212121;
|
|
2659
2109
|
border-color: transparent;
|
|
@@ -2663,42 +2113,12 @@
|
|
|
2663
2113
|
color: #CE93D8;
|
|
2664
2114
|
border: 1px solid;
|
|
2665
2115
|
}
|
|
2666
|
-
.p-button.p-button-help.p-button-
|
|
2116
|
+
.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 {
|
|
2667
2117
|
background: rgba(206, 147, 216, 0.04);
|
|
2668
2118
|
color: #CE93D8;
|
|
2669
2119
|
border: 1px solid;
|
|
2670
2120
|
}
|
|
2671
|
-
.p-button.p-button-help.p-button-
|
|
2672
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2673
|
-
color: #CE93D8;
|
|
2674
|
-
border: 1px solid;
|
|
2675
|
-
}
|
|
2676
|
-
.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 {
|
|
2677
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2678
|
-
color: #CE93D8;
|
|
2679
|
-
border: 1px solid;
|
|
2680
|
-
}
|
|
2681
|
-
.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 {
|
|
2682
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2683
|
-
color: #CE93D8;
|
|
2684
|
-
border: 1px solid;
|
|
2685
|
-
}
|
|
2686
|
-
.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 {
|
|
2687
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2688
|
-
color: #CE93D8;
|
|
2689
|
-
border: 1px solid;
|
|
2690
|
-
}
|
|
2691
|
-
.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 {
|
|
2692
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2693
|
-
color: #CE93D8;
|
|
2694
|
-
border: 1px solid;
|
|
2695
|
-
}
|
|
2696
|
-
.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 {
|
|
2697
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2698
|
-
color: #CE93D8;
|
|
2699
|
-
border: 1px solid;
|
|
2700
|
-
}
|
|
2701
|
-
.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 {
|
|
2121
|
+
.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 {
|
|
2702
2122
|
background: rgba(206, 147, 216, 0.16);
|
|
2703
2123
|
color: #CE93D8;
|
|
2704
2124
|
border: 1px solid;
|
|
@@ -2708,42 +2128,12 @@
|
|
|
2708
2128
|
color: #CE93D8;
|
|
2709
2129
|
border-color: transparent;
|
|
2710
2130
|
}
|
|
2711
|
-
.p-button.p-button-help.p-button-
|
|
2131
|
+
.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 {
|
|
2712
2132
|
background: rgba(206, 147, 216, 0.04);
|
|
2713
2133
|
border-color: transparent;
|
|
2714
2134
|
color: #CE93D8;
|
|
2715
2135
|
}
|
|
2716
|
-
.p-button.p-button-help.p-button-
|
|
2717
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2718
|
-
border-color: transparent;
|
|
2719
|
-
color: #CE93D8;
|
|
2720
|
-
}
|
|
2721
|
-
.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 {
|
|
2722
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2723
|
-
border-color: transparent;
|
|
2724
|
-
color: #CE93D8;
|
|
2725
|
-
}
|
|
2726
|
-
.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 {
|
|
2727
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2728
|
-
border-color: transparent;
|
|
2729
|
-
color: #CE93D8;
|
|
2730
|
-
}
|
|
2731
|
-
.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 {
|
|
2732
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2733
|
-
border-color: transparent;
|
|
2734
|
-
color: #CE93D8;
|
|
2735
|
-
}
|
|
2736
|
-
.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 {
|
|
2737
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2738
|
-
border-color: transparent;
|
|
2739
|
-
color: #CE93D8;
|
|
2740
|
-
}
|
|
2741
|
-
.p-button.p-button-help.p-button-text:not(a):not(.p-disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-help.p-button-text:not(a):not(.p-disabled):hover {
|
|
2742
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2743
|
-
border-color: transparent;
|
|
2744
|
-
color: #CE93D8;
|
|
2745
|
-
}
|
|
2746
|
-
.p-button.p-button-help.p-button-text:not(a):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(a):not(.p-disabled):active {
|
|
2136
|
+
.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 {
|
|
2747
2137
|
background: rgba(206, 147, 216, 0.16);
|
|
2748
2138
|
border-color: transparent;
|
|
2749
2139
|
color: #CE93D8;
|
|
@@ -2754,54 +2144,15 @@
|
|
|
2754
2144
|
background: #EF9A9A;
|
|
2755
2145
|
border: 0 none;
|
|
2756
2146
|
}
|
|
2757
|
-
.p-button.p-button-
|
|
2758
|
-
background: rgba(239, 154, 154, 0.92);
|
|
2759
|
-
color: #212121;
|
|
2760
|
-
border-color: transparent;
|
|
2761
|
-
}
|
|
2762
|
-
.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 {
|
|
2763
|
-
box-shadow: none;
|
|
2764
|
-
}
|
|
2765
|
-
.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 {
|
|
2766
|
-
background: rgba(239, 154, 154, 0.68);
|
|
2767
|
-
color: #212121;
|
|
2768
|
-
border-color: transparent;
|
|
2769
|
-
}
|
|
2770
|
-
.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 {
|
|
2771
|
-
background: rgba(239, 154, 154, 0.92);
|
|
2772
|
-
color: #212121;
|
|
2773
|
-
border-color: transparent;
|
|
2774
|
-
}
|
|
2775
|
-
.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 {
|
|
2776
|
-
box-shadow: none;
|
|
2777
|
-
}
|
|
2778
|
-
.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 {
|
|
2779
|
-
background: rgba(239, 154, 154, 0.68);
|
|
2780
|
-
color: #212121;
|
|
2781
|
-
border-color: transparent;
|
|
2782
|
-
}
|
|
2783
|
-
.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 {
|
|
2784
|
-
background: rgba(239, 154, 154, 0.92);
|
|
2785
|
-
color: #212121;
|
|
2786
|
-
border-color: transparent;
|
|
2787
|
-
}
|
|
2788
|
-
.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 {
|
|
2789
|
-
box-shadow: none;
|
|
2790
|
-
}
|
|
2791
|
-
.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 {
|
|
2792
|
-
background: rgba(239, 154, 154, 0.68);
|
|
2793
|
-
color: #212121;
|
|
2794
|
-
border-color: transparent;
|
|
2795
|
-
}
|
|
2796
|
-
.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 {
|
|
2147
|
+
.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 {
|
|
2797
2148
|
background: rgba(239, 154, 154, 0.92);
|
|
2798
2149
|
color: #212121;
|
|
2799
2150
|
border-color: transparent;
|
|
2800
2151
|
}
|
|
2801
|
-
.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 {
|
|
2152
|
+
.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 {
|
|
2802
2153
|
box-shadow: none;
|
|
2803
2154
|
}
|
|
2804
|
-
.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 {
|
|
2155
|
+
.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 {
|
|
2805
2156
|
background: rgba(239, 154, 154, 0.68);
|
|
2806
2157
|
color: #212121;
|
|
2807
2158
|
border-color: transparent;
|
|
@@ -2811,42 +2162,12 @@
|
|
|
2811
2162
|
color: #EF9A9A;
|
|
2812
2163
|
border: 1px solid;
|
|
2813
2164
|
}
|
|
2814
|
-
.p-button.p-button-danger.p-button-
|
|
2165
|
+
.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 {
|
|
2815
2166
|
background: rgba(239, 154, 154, 0.04);
|
|
2816
2167
|
color: #EF9A9A;
|
|
2817
2168
|
border: 1px solid;
|
|
2818
2169
|
}
|
|
2819
|
-
.p-button.p-button-danger.p-button-
|
|
2820
|
-
background: rgba(239, 154, 154, 0.16);
|
|
2821
|
-
color: #EF9A9A;
|
|
2822
|
-
border: 1px solid;
|
|
2823
|
-
}
|
|
2824
|
-
.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 {
|
|
2825
|
-
background: rgba(239, 154, 154, 0.04);
|
|
2826
|
-
color: #EF9A9A;
|
|
2827
|
-
border: 1px solid;
|
|
2828
|
-
}
|
|
2829
|
-
.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 {
|
|
2830
|
-
background: rgba(239, 154, 154, 0.16);
|
|
2831
|
-
color: #EF9A9A;
|
|
2832
|
-
border: 1px solid;
|
|
2833
|
-
}
|
|
2834
|
-
.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 {
|
|
2835
|
-
background: rgba(239, 154, 154, 0.04);
|
|
2836
|
-
color: #EF9A9A;
|
|
2837
|
-
border: 1px solid;
|
|
2838
|
-
}
|
|
2839
|
-
.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 {
|
|
2840
|
-
background: rgba(239, 154, 154, 0.16);
|
|
2841
|
-
color: #EF9A9A;
|
|
2842
|
-
border: 1px solid;
|
|
2843
|
-
}
|
|
2844
|
-
.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 {
|
|
2845
|
-
background: rgba(239, 154, 154, 0.04);
|
|
2846
|
-
color: #EF9A9A;
|
|
2847
|
-
border: 1px solid;
|
|
2848
|
-
}
|
|
2849
|
-
.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 {
|
|
2170
|
+
.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 {
|
|
2850
2171
|
background: rgba(239, 154, 154, 0.16);
|
|
2851
2172
|
color: #EF9A9A;
|
|
2852
2173
|
border: 1px solid;
|
|
@@ -2856,42 +2177,12 @@
|
|
|
2856
2177
|
color: #EF9A9A;
|
|
2857
2178
|
border-color: transparent;
|
|
2858
2179
|
}
|
|
2859
|
-
.p-button.p-button-danger.p-button-
|
|
2860
|
-
background: rgba(239, 154, 154, 0.04);
|
|
2861
|
-
border-color: transparent;
|
|
2862
|
-
color: #EF9A9A;
|
|
2863
|
-
}
|
|
2864
|
-
.p-button.p-button-danger.p-button-textbutton:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-danger.p-button-textbutton:enabled:active {
|
|
2865
|
-
background: rgba(239, 154, 154, 0.16);
|
|
2866
|
-
border-color: transparent;
|
|
2867
|
-
color: #EF9A9A;
|
|
2868
|
-
}
|
|
2869
|
-
.p-button.p-button-danger.p-button-text:not(button):not(.p-disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-danger.p-button-text:not(button):not(.p-disabled):hover {
|
|
2180
|
+
.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 {
|
|
2870
2181
|
background: rgba(239, 154, 154, 0.04);
|
|
2871
2182
|
border-color: transparent;
|
|
2872
2183
|
color: #EF9A9A;
|
|
2873
2184
|
}
|
|
2874
|
-
.p-button.p-button-danger.p-button-text:not(button):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(button):not(.p-disabled):active {
|
|
2875
|
-
background: rgba(239, 154, 154, 0.16);
|
|
2876
|
-
border-color: transparent;
|
|
2877
|
-
color: #EF9A9A;
|
|
2878
|
-
}
|
|
2879
|
-
.p-button.p-button-danger.p-button-texta:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-texta:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-texta:enabled:hover, .p-fileupload-choose.p-button-danger.p-button-texta:enabled:hover {
|
|
2880
|
-
background: rgba(239, 154, 154, 0.04);
|
|
2881
|
-
border-color: transparent;
|
|
2882
|
-
color: #EF9A9A;
|
|
2883
|
-
}
|
|
2884
|
-
.p-button.p-button-danger.p-button-texta:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-texta:enabled:active, .p-fileupload-choose.p-button-danger.p-button-texta:enabled:active {
|
|
2885
|
-
background: rgba(239, 154, 154, 0.16);
|
|
2886
|
-
border-color: transparent;
|
|
2887
|
-
color: #EF9A9A;
|
|
2888
|
-
}
|
|
2889
|
-
.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 {
|
|
2890
|
-
background: rgba(239, 154, 154, 0.04);
|
|
2891
|
-
border-color: transparent;
|
|
2892
|
-
color: #EF9A9A;
|
|
2893
|
-
}
|
|
2894
|
-
.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 {
|
|
2185
|
+
.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 {
|
|
2895
2186
|
background: rgba(239, 154, 154, 0.16);
|
|
2896
2187
|
border-color: transparent;
|
|
2897
2188
|
color: #EF9A9A;
|
|
@@ -2902,74 +2193,20 @@
|
|
|
2902
2193
|
background: transparent;
|
|
2903
2194
|
border: transparent;
|
|
2904
2195
|
}
|
|
2905
|
-
.p-button.p-button-
|
|
2196
|
+
.p-button.p-button-link:enabled:hover, .p-button.p-button-link:not(button):not(a):not(.p-disabled):hover {
|
|
2906
2197
|
background: transparent;
|
|
2907
2198
|
color: #9FA8DA;
|
|
2908
2199
|
border-color: transparent;
|
|
2909
2200
|
}
|
|
2910
|
-
.p-button.p-button-
|
|
2201
|
+
.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 {
|
|
2911
2202
|
text-decoration: underline;
|
|
2912
2203
|
}
|
|
2913
|
-
.p-button.p-button-
|
|
2204
|
+
.p-button.p-button-link:enabled:focus, .p-button.p-button-link:not(button):not(a):not(.p-disabled):focus {
|
|
2914
2205
|
background: transparent;
|
|
2915
2206
|
box-shadow: none;
|
|
2916
2207
|
border-color: transparent;
|
|
2917
2208
|
}
|
|
2918
|
-
.p-button.p-button-
|
|
2919
|
-
background: transparent;
|
|
2920
|
-
color: #9FA8DA;
|
|
2921
|
-
border-color: transparent;
|
|
2922
|
-
}
|
|
2923
|
-
.p-button.p-button-link:not(button):not(.p-disabled):hover {
|
|
2924
|
-
background: transparent;
|
|
2925
|
-
color: #9FA8DA;
|
|
2926
|
-
border-color: transparent;
|
|
2927
|
-
}
|
|
2928
|
-
.p-button.p-button-link:not(button):not(.p-disabled):hover .p-button-label {
|
|
2929
|
-
text-decoration: underline;
|
|
2930
|
-
}
|
|
2931
|
-
.p-button.p-button-link:not(button):not(.p-disabled):focus {
|
|
2932
|
-
background: transparent;
|
|
2933
|
-
box-shadow: none;
|
|
2934
|
-
border-color: transparent;
|
|
2935
|
-
}
|
|
2936
|
-
.p-button.p-button-link:not(button):not(.p-disabled):active {
|
|
2937
|
-
background: transparent;
|
|
2938
|
-
color: #9FA8DA;
|
|
2939
|
-
border-color: transparent;
|
|
2940
|
-
}
|
|
2941
|
-
.p-button.p-button-linka:enabled:hover {
|
|
2942
|
-
background: transparent;
|
|
2943
|
-
color: #9FA8DA;
|
|
2944
|
-
border-color: transparent;
|
|
2945
|
-
}
|
|
2946
|
-
.p-button.p-button-linka:enabled:hover .p-button-label {
|
|
2947
|
-
text-decoration: underline;
|
|
2948
|
-
}
|
|
2949
|
-
.p-button.p-button-linka:enabled:focus {
|
|
2950
|
-
background: transparent;
|
|
2951
|
-
box-shadow: none;
|
|
2952
|
-
border-color: transparent;
|
|
2953
|
-
}
|
|
2954
|
-
.p-button.p-button-linka:enabled:active {
|
|
2955
|
-
background: transparent;
|
|
2956
|
-
color: #9FA8DA;
|
|
2957
|
-
border-color: transparent;
|
|
2958
|
-
}
|
|
2959
|
-
.p-button.p-button-link:not(a):not(.p-disabled):hover {
|
|
2960
|
-
background: transparent;
|
|
2961
|
-
color: #9FA8DA;
|
|
2962
|
-
border-color: transparent;
|
|
2963
|
-
}
|
|
2964
|
-
.p-button.p-button-link:not(a):not(.p-disabled):hover .p-button-label {
|
|
2965
|
-
text-decoration: underline;
|
|
2966
|
-
}
|
|
2967
|
-
.p-button.p-button-link:not(a):not(.p-disabled):focus {
|
|
2968
|
-
background: transparent;
|
|
2969
|
-
box-shadow: none;
|
|
2970
|
-
border-color: transparent;
|
|
2971
|
-
}
|
|
2972
|
-
.p-button.p-button-link:not(a):not(.p-disabled):active {
|
|
2209
|
+
.p-button.p-button-link:enabled:active, .p-button.p-button-link:not(button):not(a):not(.p-disabled):active {
|
|
2973
2210
|
background: transparent;
|
|
2974
2211
|
color: #9FA8DA;
|
|
2975
2212
|
border-color: transparent;
|
|
@@ -3209,6 +2446,9 @@
|
|
|
3209
2446
|
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
|
|
3210
2447
|
margin-right: 0.5rem;
|
|
3211
2448
|
}
|
|
2449
|
+
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
|
|
2450
|
+
font-weight: 500;
|
|
2451
|
+
}
|
|
3212
2452
|
.p-datatable .p-datatable-tbody > tr > td.p-highlight {
|
|
3213
2453
|
background: rgba(159, 168, 218, 0.16);
|
|
3214
2454
|
color: #9FA8DA;
|
|
@@ -3223,7 +2463,7 @@
|
|
|
3223
2463
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
|
3224
2464
|
box-shadow: inset 0 -2px 0 0 rgba(159, 168, 218, 0.16);
|
|
3225
2465
|
}
|
|
3226
|
-
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
|
2466
|
+
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-datatable-emptymessage):hover {
|
|
3227
2467
|
background: rgba(255, 255, 255, 0.04);
|
|
3228
2468
|
color: rgba(255, 255, 255, 0.87);
|
|
3229
2469
|
}
|
|
@@ -3375,15 +2615,135 @@
|
|
|
3375
2615
|
border: solid rgba(255, 255, 255, 0.12);
|
|
3376
2616
|
border-width: 0 0 1px 0;
|
|
3377
2617
|
}
|
|
3378
|
-
.p-datascroller .p-datascroller-footer {
|
|
3379
|
-
background: #1e1e1e;
|
|
3380
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3381
|
-
border: 1px solid #404040;
|
|
3382
|
-
border-width: 0 0 1px 0;
|
|
2618
|
+
.p-datascroller .p-datascroller-footer {
|
|
2619
|
+
background: #1e1e1e;
|
|
2620
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2621
|
+
border: 1px solid #404040;
|
|
2622
|
+
border-width: 0 0 1px 0;
|
|
2623
|
+
padding: 0.75rem 0.75rem;
|
|
2624
|
+
font-weight: 500;
|
|
2625
|
+
border-bottom-left-radius: 4px;
|
|
2626
|
+
border-bottom-right-radius: 4px;
|
|
2627
|
+
}
|
|
2628
|
+
|
|
2629
|
+
.p-column-filter-row .p-column-filter-menu-button,
|
|
2630
|
+
.p-column-filter-row .p-column-filter-clear-button {
|
|
2631
|
+
margin-left: 0.5rem;
|
|
2632
|
+
}
|
|
2633
|
+
|
|
2634
|
+
.p-column-filter-menu-button {
|
|
2635
|
+
width: 2rem;
|
|
2636
|
+
height: 2rem;
|
|
2637
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2638
|
+
border: 0 none;
|
|
2639
|
+
background: transparent;
|
|
2640
|
+
border-radius: 50%;
|
|
2641
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2642
|
+
}
|
|
2643
|
+
.p-column-filter-menu-button:hover {
|
|
2644
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2645
|
+
border-color: transparent;
|
|
2646
|
+
background: rgba(255, 255, 255, 0.04);
|
|
2647
|
+
}
|
|
2648
|
+
.p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
|
|
2649
|
+
background: rgba(255, 255, 255, 0.04);
|
|
2650
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2651
|
+
}
|
|
2652
|
+
.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
|
|
2653
|
+
background: rgba(159, 168, 218, 0.16);
|
|
2654
|
+
color: #9FA8DA;
|
|
2655
|
+
}
|
|
2656
|
+
.p-column-filter-menu-button:focus {
|
|
2657
|
+
outline: 0 none;
|
|
2658
|
+
outline-offset: 0;
|
|
2659
|
+
box-shadow: none;
|
|
2660
|
+
}
|
|
2661
|
+
|
|
2662
|
+
.p-column-filter-clear-button {
|
|
2663
|
+
width: 2rem;
|
|
2664
|
+
height: 2rem;
|
|
2665
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2666
|
+
border: 0 none;
|
|
2667
|
+
background: transparent;
|
|
2668
|
+
border-radius: 50%;
|
|
2669
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2670
|
+
}
|
|
2671
|
+
.p-column-filter-clear-button:hover {
|
|
2672
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2673
|
+
border-color: transparent;
|
|
2674
|
+
background: rgba(255, 255, 255, 0.04);
|
|
2675
|
+
}
|
|
2676
|
+
.p-column-filter-clear-button:focus {
|
|
2677
|
+
outline: 0 none;
|
|
2678
|
+
outline-offset: 0;
|
|
2679
|
+
box-shadow: none;
|
|
2680
|
+
}
|
|
2681
|
+
|
|
2682
|
+
.p-column-filter-overlay {
|
|
2683
|
+
background: #2b2b2b;
|
|
2684
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2685
|
+
border: 0 none;
|
|
2686
|
+
border-radius: 4px;
|
|
2687
|
+
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);
|
|
2688
|
+
min-width: 12.5rem;
|
|
2689
|
+
}
|
|
2690
|
+
.p-column-filter-overlay .p-column-filter-row-items {
|
|
2691
|
+
padding: 0;
|
|
2692
|
+
}
|
|
2693
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
|
|
2694
|
+
margin: 0;
|
|
2695
|
+
padding: 0.75rem 0.75rem;
|
|
2696
|
+
border: 0 none;
|
|
2697
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2698
|
+
background: transparent;
|
|
2699
|
+
transition: none;
|
|
2700
|
+
border-radius: 0;
|
|
2701
|
+
}
|
|
2702
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
|
|
2703
|
+
color: #9FA8DA;
|
|
2704
|
+
background: rgba(159, 168, 218, 0.16);
|
|
2705
|
+
}
|
|
2706
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
|
|
2707
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2708
|
+
background: rgba(255, 255, 255, 0.04);
|
|
2709
|
+
}
|
|
2710
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
|
|
2711
|
+
outline: 0 none;
|
|
2712
|
+
outline-offset: 0;
|
|
2713
|
+
box-shadow: none;
|
|
2714
|
+
}
|
|
2715
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
|
|
2716
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
2717
|
+
margin: 0.5rem 0;
|
|
2718
|
+
}
|
|
2719
|
+
|
|
2720
|
+
.p-column-filter-overlay-menu .p-column-filter-operator {
|
|
2721
|
+
padding: 0.75rem;
|
|
2722
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
2723
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2724
|
+
background: #2b2b2b;
|
|
2725
|
+
margin: 0;
|
|
2726
|
+
border-top-right-radius: 4px;
|
|
2727
|
+
border-top-left-radius: 4px;
|
|
2728
|
+
}
|
|
2729
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint {
|
|
2730
|
+
padding: 0.75rem;
|
|
2731
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
2732
|
+
}
|
|
2733
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
|
|
2734
|
+
margin-bottom: 0.5rem;
|
|
2735
|
+
}
|
|
2736
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
|
|
2737
|
+
margin-top: 0.5rem;
|
|
2738
|
+
}
|
|
2739
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
|
|
2740
|
+
border-bottom: 0 none;
|
|
2741
|
+
}
|
|
2742
|
+
.p-column-filter-overlay-menu .p-column-filter-add-rule {
|
|
3383
2743
|
padding: 0.75rem 0.75rem;
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
2744
|
+
}
|
|
2745
|
+
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
|
|
2746
|
+
padding: 0.75rem;
|
|
3387
2747
|
}
|
|
3388
2748
|
|
|
3389
2749
|
.fc {
|
|
@@ -3448,7 +2808,7 @@
|
|
|
3448
2808
|
font-size: 1rem;
|
|
3449
2809
|
}
|
|
3450
2810
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
3451
|
-
content: "
|
|
2811
|
+
content: "\e900";
|
|
3452
2812
|
}
|
|
3453
2813
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
3454
2814
|
font-family: "PrimeIcons" !important;
|
|
@@ -3456,7 +2816,7 @@
|
|
|
3456
2816
|
font-size: 1rem;
|
|
3457
2817
|
}
|
|
3458
2818
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
3459
|
-
content: "
|
|
2819
|
+
content: "\e901";
|
|
3460
2820
|
}
|
|
3461
2821
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
3462
2822
|
outline: 0 none;
|
|
@@ -3543,7 +2903,7 @@
|
|
|
3543
2903
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
3544
2904
|
}
|
|
3545
2905
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
|
3546
|
-
content: "
|
|
2906
|
+
content: "\e90b";
|
|
3547
2907
|
}
|
|
3548
2908
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
|
3549
2909
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -3616,7 +2976,7 @@
|
|
|
3616
2976
|
font-size: 1rem;
|
|
3617
2977
|
}
|
|
3618
2978
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
3619
|
-
content: "
|
|
2979
|
+
content: "\e900";
|
|
3620
2980
|
}
|
|
3621
2981
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
3622
2982
|
font-family: "PrimeIcons" !important;
|
|
@@ -3624,7 +2984,7 @@
|
|
|
3624
2984
|
font-size: 1rem;
|
|
3625
2985
|
}
|
|
3626
2986
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
3627
|
-
content: "
|
|
2987
|
+
content: "\e901";
|
|
3628
2988
|
}
|
|
3629
2989
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
3630
2990
|
outline: 0 none;
|
|
@@ -3815,6 +3175,13 @@
|
|
|
3815
3175
|
.p-paginator .p-dropdown .p-dropdown-label {
|
|
3816
3176
|
padding-right: 0;
|
|
3817
3177
|
}
|
|
3178
|
+
.p-paginator .p-paginator-page-input {
|
|
3179
|
+
margin-left: 0.5rem;
|
|
3180
|
+
margin-right: 0.5rem;
|
|
3181
|
+
}
|
|
3182
|
+
.p-paginator .p-paginator-page-input .p-inputtext {
|
|
3183
|
+
max-width: 3rem;
|
|
3184
|
+
}
|
|
3818
3185
|
.p-paginator .p-paginator-current {
|
|
3819
3186
|
background-color: transparent;
|
|
3820
3187
|
border: 0 none;
|
|
@@ -3907,16 +3274,16 @@
|
|
|
3907
3274
|
margin-right: 0;
|
|
3908
3275
|
}
|
|
3909
3276
|
.p-picklist .p-picklist-transfer-buttons .pi-angle-right:before {
|
|
3910
|
-
content: "
|
|
3277
|
+
content: "\e930";
|
|
3911
3278
|
}
|
|
3912
3279
|
.p-picklist .p-picklist-transfer-buttons .pi-angle-double-right:before {
|
|
3913
|
-
content: "
|
|
3280
|
+
content: "\e92c";
|
|
3914
3281
|
}
|
|
3915
3282
|
.p-picklist .p-picklist-transfer-buttons .pi-angle-left:before {
|
|
3916
|
-
content: "
|
|
3283
|
+
content: "\e933";
|
|
3917
3284
|
}
|
|
3918
3285
|
.p-picklist .p-picklist-transfer-buttons .pi-angle-double-left:before {
|
|
3919
|
-
content: "
|
|
3286
|
+
content: "\e92f";
|
|
3920
3287
|
}
|
|
3921
3288
|
}
|
|
3922
3289
|
.p-tree {
|
|
@@ -4464,9 +3831,9 @@
|
|
|
4464
3831
|
margin-right: 0;
|
|
4465
3832
|
}
|
|
4466
3833
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
|
4467
|
-
border:
|
|
4468
|
-
border-width: 0 0
|
|
4469
|
-
border-color: transparent transparent
|
|
3834
|
+
border: solid rgba(255, 255, 255, 0.12);
|
|
3835
|
+
border-width: 0 0 1px 0;
|
|
3836
|
+
border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent;
|
|
4470
3837
|
background: transparent;
|
|
4471
3838
|
color: rgba(255, 255, 255, 0.6);
|
|
4472
3839
|
padding: 0.75rem 1.25rem;
|
|
@@ -4474,22 +3841,34 @@
|
|
|
4474
3841
|
border-top-right-radius: 4px;
|
|
4475
3842
|
border-top-left-radius: 4px;
|
|
4476
3843
|
transition: none;
|
|
4477
|
-
margin: 0 0
|
|
3844
|
+
margin: 0 0 -1px 0;
|
|
4478
3845
|
}
|
|
4479
3846
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
|
4480
3847
|
outline: 0 none;
|
|
4481
3848
|
outline-offset: 0;
|
|
4482
|
-
box-shadow: none;
|
|
3849
|
+
box-shadow: inset none;
|
|
4483
3850
|
}
|
|
4484
3851
|
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
|
4485
3852
|
background: rgba(159, 168, 218, 0.04);
|
|
4486
|
-
border-color:
|
|
3853
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
4487
3854
|
color: rgba(255, 255, 255, 0.6);
|
|
4488
3855
|
}
|
|
4489
3856
|
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
|
4490
3857
|
background: transparent;
|
|
4491
|
-
border-color:
|
|
3858
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
3859
|
+
color: #9FA8DA;
|
|
3860
|
+
}
|
|
3861
|
+
.p-tabview .p-tabview-nav-btn.p-link {
|
|
3862
|
+
background: transparent;
|
|
4492
3863
|
color: #9FA8DA;
|
|
3864
|
+
width: 2.25rem;
|
|
3865
|
+
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);
|
|
3866
|
+
border-radius: 0;
|
|
3867
|
+
}
|
|
3868
|
+
.p-tabview .p-tabview-nav-btn.p-link:focus {
|
|
3869
|
+
outline: 0 none;
|
|
3870
|
+
outline-offset: 0;
|
|
3871
|
+
box-shadow: inset none;
|
|
4493
3872
|
}
|
|
4494
3873
|
.p-tabview .p-tabview-panels {
|
|
4495
3874
|
background: transparent;
|
|
@@ -4619,10 +3998,6 @@
|
|
|
4619
3998
|
margin-left: 1rem;
|
|
4620
3999
|
}
|
|
4621
4000
|
|
|
4622
|
-
.p-dialog-mask.p-component-overlay {
|
|
4623
|
-
background-color: rgba(0, 0, 0, 0.32);
|
|
4624
|
-
}
|
|
4625
|
-
|
|
4626
4001
|
.p-overlaypanel {
|
|
4627
4002
|
background: #262626;
|
|
4628
4003
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -4703,10 +4078,6 @@
|
|
|
4703
4078
|
padding: 0.75rem;
|
|
4704
4079
|
}
|
|
4705
4080
|
|
|
4706
|
-
.p-sidebar-mask.p-component-overlay {
|
|
4707
|
-
background: rgba(0, 0, 0, 0.32);
|
|
4708
|
-
}
|
|
4709
|
-
|
|
4710
4081
|
.p-tooltip .p-tooltip-text {
|
|
4711
4082
|
background: #444444;
|
|
4712
4083
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -4894,6 +4265,26 @@
|
|
|
4894
4265
|
margin: 1.5rem 0;
|
|
4895
4266
|
}
|
|
4896
4267
|
|
|
4268
|
+
@media screen and (max-width: 960px) {
|
|
4269
|
+
.p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
|
|
4270
|
+
overflow-x: auto;
|
|
4271
|
+
width: 100%;
|
|
4272
|
+
}
|
|
4273
|
+
.p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
|
|
4274
|
+
margin: 0 auto;
|
|
4275
|
+
}
|
|
4276
|
+
.p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container {
|
|
4277
|
+
overflow-y: auto;
|
|
4278
|
+
height: 100%;
|
|
4279
|
+
}
|
|
4280
|
+
.p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
|
|
4281
|
+
margin: auto 0;
|
|
4282
|
+
}
|
|
4283
|
+
.p-dock .p-dock-list .p-dock-item {
|
|
4284
|
+
transform: none;
|
|
4285
|
+
margin: 0;
|
|
4286
|
+
}
|
|
4287
|
+
}
|
|
4897
4288
|
.p-megamenu {
|
|
4898
4289
|
padding: 0.75rem;
|
|
4899
4290
|
background: #1e1e1e;
|
|
@@ -5570,9 +4961,9 @@
|
|
|
5570
4961
|
margin-right: 0;
|
|
5571
4962
|
}
|
|
5572
4963
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
|
|
5573
|
-
border:
|
|
5574
|
-
border-width: 0 0
|
|
5575
|
-
border-color: transparent transparent
|
|
4964
|
+
border: solid rgba(255, 255, 255, 0.12);
|
|
4965
|
+
border-width: 0 0 1px 0;
|
|
4966
|
+
border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent;
|
|
5576
4967
|
background: transparent;
|
|
5577
4968
|
color: rgba(255, 255, 255, 0.6);
|
|
5578
4969
|
padding: 0.75rem 1.25rem;
|
|
@@ -5580,7 +4971,7 @@
|
|
|
5580
4971
|
border-top-right-radius: 4px;
|
|
5581
4972
|
border-top-left-radius: 4px;
|
|
5582
4973
|
transition: none;
|
|
5583
|
-
margin: 0 0
|
|
4974
|
+
margin: 0 0 -1px 0;
|
|
5584
4975
|
}
|
|
5585
4976
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
|
5586
4977
|
margin-right: 0.5rem;
|
|
@@ -5588,16 +4979,16 @@
|
|
|
5588
4979
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
|
|
5589
4980
|
outline: 0 none;
|
|
5590
4981
|
outline-offset: 0;
|
|
5591
|
-
box-shadow: none;
|
|
4982
|
+
box-shadow: inset none;
|
|
5592
4983
|
}
|
|
5593
4984
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
|
|
5594
4985
|
background: rgba(159, 168, 218, 0.04);
|
|
5595
|
-
border-color:
|
|
4986
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
5596
4987
|
color: rgba(255, 255, 255, 0.6);
|
|
5597
4988
|
}
|
|
5598
4989
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
|
|
5599
4990
|
background: transparent;
|
|
5600
|
-
border-color:
|
|
4991
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
5601
4992
|
color: #9FA8DA;
|
|
5602
4993
|
}
|
|
5603
4994
|
|
|
@@ -5984,8 +5375,46 @@
|
|
|
5984
5375
|
box-shadow: none;
|
|
5985
5376
|
}
|
|
5986
5377
|
|
|
5987
|
-
.p-galleria-mask
|
|
5988
|
-
|
|
5378
|
+
.p-galleria-mask {
|
|
5379
|
+
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5380
|
+
}
|
|
5381
|
+
|
|
5382
|
+
.p-image-mask {
|
|
5383
|
+
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5384
|
+
}
|
|
5385
|
+
|
|
5386
|
+
.p-image-preview-indicator {
|
|
5387
|
+
background-color: transparent;
|
|
5388
|
+
color: #f8f9fa;
|
|
5389
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5390
|
+
}
|
|
5391
|
+
|
|
5392
|
+
.p-image-preview-container:hover > .p-image-preview-indicator {
|
|
5393
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
5394
|
+
}
|
|
5395
|
+
|
|
5396
|
+
.p-image-toolbar {
|
|
5397
|
+
padding: 1rem;
|
|
5398
|
+
}
|
|
5399
|
+
|
|
5400
|
+
.p-image-action.p-link {
|
|
5401
|
+
color: #f8f9fa;
|
|
5402
|
+
background-color: transparent;
|
|
5403
|
+
width: 3rem;
|
|
5404
|
+
height: 3rem;
|
|
5405
|
+
border-radius: 50%;
|
|
5406
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5407
|
+
margin-right: 0.5rem;
|
|
5408
|
+
}
|
|
5409
|
+
.p-image-action.p-link:last-child {
|
|
5410
|
+
margin-right: 0;
|
|
5411
|
+
}
|
|
5412
|
+
.p-image-action.p-link:hover {
|
|
5413
|
+
color: #f8f9fa;
|
|
5414
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
5415
|
+
}
|
|
5416
|
+
.p-image-action.p-link i {
|
|
5417
|
+
font-size: 1.5rem;
|
|
5989
5418
|
}
|
|
5990
5419
|
|
|
5991
5420
|
.p-avatar {
|
|
@@ -6141,10 +5570,6 @@
|
|
|
6141
5570
|
font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
|
|
6142
5571
|
}
|
|
6143
5572
|
|
|
6144
|
-
.p-blockui.p-component-overlay {
|
|
6145
|
-
background: rgba(0, 0, 0, 0.32);
|
|
6146
|
-
}
|
|
6147
|
-
|
|
6148
5573
|
.p-badge {
|
|
6149
5574
|
background: #9FA8DA;
|
|
6150
5575
|
color: #121212;
|
|
@@ -6341,55 +5766,19 @@
|
|
|
6341
5766
|
.p-button.p-button-icon-only {
|
|
6342
5767
|
min-width: auto;
|
|
6343
5768
|
}
|
|
6344
|
-
.p-
|
|
6345
|
-
background: rgba(159, 168, 218, 0.76);
|
|
6346
|
-
}
|
|
6347
|
-
.p-buttonbutton:enabled:active {
|
|
6348
|
-
background: rgba(159, 168, 218, 0.68);
|
|
6349
|
-
}
|
|
6350
|
-
.p-button:not(button):not(.p-disabled):focus {
|
|
6351
|
-
background: rgba(159, 168, 218, 0.76);
|
|
6352
|
-
}
|
|
6353
|
-
.p-button:not(button):not(.p-disabled):active {
|
|
6354
|
-
background: rgba(159, 168, 218, 0.68);
|
|
6355
|
-
}
|
|
6356
|
-
.p-buttona:enabled:focus {
|
|
6357
|
-
background: rgba(159, 168, 218, 0.76);
|
|
6358
|
-
}
|
|
6359
|
-
.p-buttona:enabled:active {
|
|
6360
|
-
background: rgba(159, 168, 218, 0.68);
|
|
6361
|
-
}
|
|
6362
|
-
.p-button:not(a):not(.p-disabled):focus {
|
|
5769
|
+
.p-button:enabled:focus, .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
6363
5770
|
background: rgba(159, 168, 218, 0.76);
|
|
6364
5771
|
}
|
|
6365
|
-
.p-button:not(a):not(.p-disabled):active {
|
|
5772
|
+
.p-button:enabled:active, .p-button:not(button):not(a):not(.p-disabled):active {
|
|
6366
5773
|
background: rgba(159, 168, 218, 0.68);
|
|
6367
5774
|
}
|
|
6368
5775
|
.p-button .p-ink {
|
|
6369
5776
|
background-color: rgba(255, 255, 255, 0.32);
|
|
6370
5777
|
}
|
|
6371
|
-
.p-button.p-button-
|
|
6372
|
-
background: rgba(159, 168, 218, 0.12);
|
|
6373
|
-
}
|
|
6374
|
-
.p-button.p-button-textbutton:enabled:active, .p-button.p-button-outlinedbutton:enabled:active {
|
|
6375
|
-
background: rgba(159, 168, 218, 0.16);
|
|
6376
|
-
}
|
|
6377
|
-
.p-button.p-button-text:not(button):not(.p-disabled):focus, .p-button.p-button-outlined:not(button):not(.p-disabled):focus {
|
|
6378
|
-
background: rgba(159, 168, 218, 0.12);
|
|
6379
|
-
}
|
|
6380
|
-
.p-button.p-button-text:not(button):not(.p-disabled):active, .p-button.p-button-outlined:not(button):not(.p-disabled):active {
|
|
6381
|
-
background: rgba(159, 168, 218, 0.16);
|
|
6382
|
-
}
|
|
6383
|
-
.p-button.p-button-texta:enabled:focus, .p-button.p-button-outlineda:enabled:focus {
|
|
6384
|
-
background: rgba(159, 168, 218, 0.12);
|
|
6385
|
-
}
|
|
6386
|
-
.p-button.p-button-texta:enabled:active, .p-button.p-button-outlineda:enabled:active {
|
|
6387
|
-
background: rgba(159, 168, 218, 0.16);
|
|
6388
|
-
}
|
|
6389
|
-
.p-button.p-button-text:not(a):not(.p-disabled):focus, .p-button.p-button-outlined:not(a):not(.p-disabled):focus {
|
|
5778
|
+
.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 {
|
|
6390
5779
|
background: rgba(159, 168, 218, 0.12);
|
|
6391
5780
|
}
|
|
6392
|
-
.p-button.p-button-text:not(a):not(.p-disabled):active, .p-button.p-button-outlined:not(a):not(.p-disabled):active {
|
|
5781
|
+
.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 {
|
|
6393
5782
|
background: rgba(159, 168, 218, 0.16);
|
|
6394
5783
|
}
|
|
6395
5784
|
.p-button.p-button-text .p-ink, .p-button.p-button-outlined .p-ink {
|
|
@@ -6409,325 +5798,100 @@
|
|
|
6409
5798
|
color: rgba(255, 255, 255, 0.38) !important;
|
|
6410
5799
|
border-color: rgba(255, 255, 255, 0.38) !important;
|
|
6411
5800
|
}
|
|
6412
|
-
.p-button.p-button-
|
|
6413
|
-
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);
|
|
6414
|
-
}
|
|
6415
|
-
.p-button.p-button-raised:not(button):not(.p-disabled):focus {
|
|
6416
|
-
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);
|
|
6417
|
-
}
|
|
6418
|
-
.p-button.p-button-raiseda:enabled:focus {
|
|
6419
|
-
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);
|
|
6420
|
-
}
|
|
6421
|
-
.p-button.p-button-raised:not(a):not(.p-disabled):focus {
|
|
5801
|
+
.p-button.p-button-raised:enabled:focus, .p-button.p-button-raised:not(button):not(a):not(.p-disabled):focus {
|
|
6422
5802
|
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);
|
|
6423
5803
|
}
|
|
6424
5804
|
|
|
6425
|
-
.p-button.p-button-
|
|
5805
|
+
.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 {
|
|
6426
5806
|
background: rgba(244, 143, 177, 0.76);
|
|
6427
5807
|
}
|
|
6428
|
-
.p-button.p-button-
|
|
5808
|
+
.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 {
|
|
6429
5809
|
background: rgba(244, 143, 177, 0.68);
|
|
6430
5810
|
}
|
|
6431
|
-
.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 {
|
|
6432
|
-
background: rgba(244, 143, 177, 0.76);
|
|
6433
|
-
}
|
|
6434
|
-
.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 {
|
|
6435
|
-
background: rgba(244, 143, 177, 0.68);
|
|
6436
|
-
}
|
|
6437
|
-
.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 {
|
|
6438
|
-
background: rgba(244, 143, 177, 0.76);
|
|
6439
|
-
}
|
|
6440
|
-
.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 {
|
|
6441
|
-
background: rgba(244, 143, 177, 0.68);
|
|
6442
|
-
}
|
|
6443
|
-
.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 {
|
|
6444
|
-
background: rgba(244, 143, 177, 0.76);
|
|
6445
|
-
}
|
|
6446
|
-
.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 {
|
|
6447
|
-
background: rgba(244, 143, 177, 0.68);
|
|
6448
|
-
}
|
|
6449
|
-
.p-button.p-button-secondary.p-button-textbutton:enabled:focus, .p-button.p-button-secondary.p-button-outlinedbutton:enabled:focus, .p-buttonset.p-button-secondary > .p-button.p-button-textbutton:enabled:focus, .p-buttonset.p-button-secondary > .p-button.p-button-outlinedbutton:enabled:focus, .p-splitbutton.p-button-secondary > .p-button.p-button-textbutton:enabled:focus, .p-splitbutton.p-button-secondary > .p-button.p-button-outlinedbutton:enabled:focus, .p-fileupload-choose.p-button-secondary.p-button-textbutton:enabled:focus, .p-fileupload-choose.p-button-secondary.p-button-outlinedbutton:enabled:focus {
|
|
6450
|
-
background: rgba(244, 143, 177, 0.12);
|
|
6451
|
-
}
|
|
6452
|
-
.p-button.p-button-secondary.p-button-textbutton:enabled:active, .p-button.p-button-secondary.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-textbutton:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-outlinedbutton:enabled:active {
|
|
6453
|
-
background: rgba(244, 143, 177, 0.16);
|
|
6454
|
-
}
|
|
6455
|
-
.p-button.p-button-secondary.p-button-text:not(button):not(.p-disabled):focus, .p-button.p-button-secondary.p-button-outlined:not(button):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-text:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(.p-disabled):focus {
|
|
5811
|
+
.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 {
|
|
6456
5812
|
background: rgba(244, 143, 177, 0.12);
|
|
6457
5813
|
}
|
|
6458
|
-
.p-button.p-button-secondary.p-button-text:not(button):not(.p-disabled):active, .p-button.p-button-secondary.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-text: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-text: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-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(.p-disabled):active {
|
|
6459
|
-
background: rgba(244, 143, 177, 0.16);
|
|
6460
|
-
}
|
|
6461
|
-
.p-button.p-button-secondary.p-button-texta:enabled:focus, .p-button.p-button-secondary.p-button-outlineda:enabled:focus, .p-buttonset.p-button-secondary > .p-button.p-button-texta:enabled:focus, .p-buttonset.p-button-secondary > .p-button.p-button-outlineda:enabled:focus, .p-splitbutton.p-button-secondary > .p-button.p-button-texta:enabled:focus, .p-splitbutton.p-button-secondary > .p-button.p-button-outlineda:enabled:focus, .p-fileupload-choose.p-button-secondary.p-button-texta:enabled:focus, .p-fileupload-choose.p-button-secondary.p-button-outlineda:enabled:focus {
|
|
6462
|
-
background: rgba(244, 143, 177, 0.12);
|
|
6463
|
-
}
|
|
6464
|
-
.p-button.p-button-secondary.p-button-texta:enabled:active, .p-button.p-button-secondary.p-button-outlineda:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-texta:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-texta:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-outlineda:enabled:active {
|
|
6465
|
-
background: rgba(244, 143, 177, 0.16);
|
|
6466
|
-
}
|
|
6467
|
-
.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 {
|
|
6468
|
-
background: rgba(244, 143, 177, 0.12);
|
|
6469
|
-
}
|
|
6470
|
-
.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 {
|
|
5814
|
+
.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 {
|
|
6471
5815
|
background: rgba(244, 143, 177, 0.16);
|
|
6472
5816
|
}
|
|
6473
5817
|
.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 {
|
|
6474
5818
|
background-color: rgba(244, 143, 177, 0.16);
|
|
6475
5819
|
}
|
|
6476
5820
|
|
|
6477
|
-
.p-button.p-button-
|
|
6478
|
-
background: rgba(144, 202, 249, 0.76);
|
|
6479
|
-
}
|
|
6480
|
-
.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 {
|
|
6481
|
-
background: rgba(144, 202, 249, 0.68);
|
|
6482
|
-
}
|
|
6483
|
-
.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 {
|
|
6484
|
-
background: rgba(144, 202, 249, 0.76);
|
|
6485
|
-
}
|
|
6486
|
-
.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 {
|
|
6487
|
-
background: rgba(144, 202, 249, 0.68);
|
|
6488
|
-
}
|
|
6489
|
-
.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 {
|
|
5821
|
+
.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 {
|
|
6490
5822
|
background: rgba(144, 202, 249, 0.76);
|
|
6491
5823
|
}
|
|
6492
|
-
.p-button.p-button-
|
|
5824
|
+
.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 {
|
|
6493
5825
|
background: rgba(144, 202, 249, 0.68);
|
|
6494
5826
|
}
|
|
6495
|
-
.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 {
|
|
6496
|
-
background: rgba(144, 202, 249, 0.76);
|
|
6497
|
-
}
|
|
6498
|
-
.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 {
|
|
6499
|
-
background: rgba(144, 202, 249, 0.68);
|
|
6500
|
-
}
|
|
6501
|
-
.p-button.p-button-info.p-button-textbutton:enabled:focus, .p-button.p-button-info.p-button-outlinedbutton:enabled:focus, .p-buttonset.p-button-info > .p-button.p-button-textbutton:enabled:focus, .p-buttonset.p-button-info > .p-button.p-button-outlinedbutton:enabled:focus, .p-splitbutton.p-button-info > .p-button.p-button-textbutton:enabled:focus, .p-splitbutton.p-button-info > .p-button.p-button-outlinedbutton:enabled:focus, .p-fileupload-choose.p-button-info.p-button-textbutton:enabled:focus, .p-fileupload-choose.p-button-info.p-button-outlinedbutton:enabled:focus {
|
|
6502
|
-
background: rgba(144, 202, 249, 0.12);
|
|
6503
|
-
}
|
|
6504
|
-
.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 {
|
|
6505
|
-
background: rgba(144, 202, 249, 0.16);
|
|
6506
|
-
}
|
|
6507
|
-
.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 {
|
|
6508
|
-
background: rgba(144, 202, 249, 0.12);
|
|
6509
|
-
}
|
|
6510
|
-
.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 {
|
|
6511
|
-
background: rgba(144, 202, 249, 0.16);
|
|
6512
|
-
}
|
|
6513
|
-
.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 {
|
|
6514
|
-
background: rgba(144, 202, 249, 0.12);
|
|
6515
|
-
}
|
|
6516
|
-
.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 {
|
|
6517
|
-
background: rgba(144, 202, 249, 0.16);
|
|
6518
|
-
}
|
|
6519
|
-
.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 {
|
|
5827
|
+
.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 {
|
|
6520
5828
|
background: rgba(144, 202, 249, 0.12);
|
|
6521
5829
|
}
|
|
6522
|
-
.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 {
|
|
5830
|
+
.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 {
|
|
6523
5831
|
background: rgba(144, 202, 249, 0.16);
|
|
6524
5832
|
}
|
|
6525
5833
|
.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 {
|
|
6526
5834
|
background-color: rgba(144, 202, 249, 0.16);
|
|
6527
5835
|
}
|
|
6528
5836
|
|
|
6529
|
-
.p-button.p-button-
|
|
5837
|
+
.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 {
|
|
6530
5838
|
background: rgba(197, 225, 165, 0.76);
|
|
6531
5839
|
}
|
|
6532
|
-
.p-button.p-button-
|
|
5840
|
+
.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 {
|
|
6533
5841
|
background: rgba(197, 225, 165, 0.68);
|
|
6534
5842
|
}
|
|
6535
|
-
.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 {
|
|
6536
|
-
background: rgba(197, 225, 165, 0.76);
|
|
6537
|
-
}
|
|
6538
|
-
.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 {
|
|
6539
|
-
background: rgba(197, 225, 165, 0.68);
|
|
6540
|
-
}
|
|
6541
|
-
.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 {
|
|
6542
|
-
background: rgba(197, 225, 165, 0.76);
|
|
6543
|
-
}
|
|
6544
|
-
.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 {
|
|
6545
|
-
background: rgba(197, 225, 165, 0.68);
|
|
6546
|
-
}
|
|
6547
|
-
.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 {
|
|
6548
|
-
background: rgba(197, 225, 165, 0.76);
|
|
6549
|
-
}
|
|
6550
|
-
.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 {
|
|
6551
|
-
background: rgba(197, 225, 165, 0.68);
|
|
6552
|
-
}
|
|
6553
|
-
.p-button.p-button-success.p-button-textbutton:enabled:focus, .p-button.p-button-success.p-button-outlinedbutton:enabled:focus, .p-buttonset.p-button-success > .p-button.p-button-textbutton:enabled:focus, .p-buttonset.p-button-success > .p-button.p-button-outlinedbutton:enabled:focus, .p-splitbutton.p-button-success > .p-button.p-button-textbutton:enabled:focus, .p-splitbutton.p-button-success > .p-button.p-button-outlinedbutton:enabled:focus, .p-fileupload-choose.p-button-success.p-button-textbutton:enabled:focus, .p-fileupload-choose.p-button-success.p-button-outlinedbutton:enabled:focus {
|
|
6554
|
-
background: rgba(197, 225, 165, 0.12);
|
|
6555
|
-
}
|
|
6556
|
-
.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 {
|
|
6557
|
-
background: rgba(197, 225, 165, 0.16);
|
|
6558
|
-
}
|
|
6559
|
-
.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 {
|
|
5843
|
+
.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 {
|
|
6560
5844
|
background: rgba(197, 225, 165, 0.12);
|
|
6561
5845
|
}
|
|
6562
|
-
.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 {
|
|
6563
|
-
background: rgba(197, 225, 165, 0.16);
|
|
6564
|
-
}
|
|
6565
|
-
.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 {
|
|
6566
|
-
background: rgba(197, 225, 165, 0.12);
|
|
6567
|
-
}
|
|
6568
|
-
.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 {
|
|
6569
|
-
background: rgba(197, 225, 165, 0.16);
|
|
6570
|
-
}
|
|
6571
|
-
.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 {
|
|
6572
|
-
background: rgba(197, 225, 165, 0.12);
|
|
6573
|
-
}
|
|
6574
|
-
.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 {
|
|
5846
|
+
.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 {
|
|
6575
5847
|
background: rgba(197, 225, 165, 0.16);
|
|
6576
5848
|
}
|
|
6577
5849
|
.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 {
|
|
6578
5850
|
background-color: rgba(197, 225, 165, 0.16);
|
|
6579
5851
|
}
|
|
6580
5852
|
|
|
6581
|
-
.p-button.p-button-
|
|
6582
|
-
background: rgba(255, 245, 157, 0.76);
|
|
6583
|
-
}
|
|
6584
|
-
.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 {
|
|
6585
|
-
background: rgba(255, 245, 157, 0.68);
|
|
6586
|
-
}
|
|
6587
|
-
.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 {
|
|
6588
|
-
background: rgba(255, 245, 157, 0.76);
|
|
6589
|
-
}
|
|
6590
|
-
.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 {
|
|
6591
|
-
background: rgba(255, 245, 157, 0.68);
|
|
6592
|
-
}
|
|
6593
|
-
.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 {
|
|
5853
|
+
.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 {
|
|
6594
5854
|
background: rgba(255, 245, 157, 0.76);
|
|
6595
5855
|
}
|
|
6596
|
-
.p-button.p-button-
|
|
5856
|
+
.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 {
|
|
6597
5857
|
background: rgba(255, 245, 157, 0.68);
|
|
6598
5858
|
}
|
|
6599
|
-
.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 {
|
|
6600
|
-
background: rgba(255, 245, 157, 0.76);
|
|
6601
|
-
}
|
|
6602
|
-
.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 {
|
|
6603
|
-
background: rgba(255, 245, 157, 0.68);
|
|
6604
|
-
}
|
|
6605
|
-
.p-button.p-button-warning.p-button-textbutton:enabled:focus, .p-button.p-button-warning.p-button-outlinedbutton:enabled:focus, .p-buttonset.p-button-warning > .p-button.p-button-textbutton:enabled:focus, .p-buttonset.p-button-warning > .p-button.p-button-outlinedbutton:enabled:focus, .p-splitbutton.p-button-warning > .p-button.p-button-textbutton:enabled:focus, .p-splitbutton.p-button-warning > .p-button.p-button-outlinedbutton:enabled:focus, .p-fileupload-choose.p-button-warning.p-button-textbutton:enabled:focus, .p-fileupload-choose.p-button-warning.p-button-outlinedbutton:enabled:focus {
|
|
6606
|
-
background: rgba(255, 245, 157, 0.12);
|
|
6607
|
-
}
|
|
6608
|
-
.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 {
|
|
6609
|
-
background: rgba(255, 245, 157, 0.16);
|
|
6610
|
-
}
|
|
6611
|
-
.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 {
|
|
6612
|
-
background: rgba(255, 245, 157, 0.12);
|
|
6613
|
-
}
|
|
6614
|
-
.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 {
|
|
6615
|
-
background: rgba(255, 245, 157, 0.16);
|
|
6616
|
-
}
|
|
6617
|
-
.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 {
|
|
6618
|
-
background: rgba(255, 245, 157, 0.12);
|
|
6619
|
-
}
|
|
6620
|
-
.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 {
|
|
6621
|
-
background: rgba(255, 245, 157, 0.16);
|
|
6622
|
-
}
|
|
6623
|
-
.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 {
|
|
5859
|
+
.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 {
|
|
6624
5860
|
background: rgba(255, 245, 157, 0.12);
|
|
6625
5861
|
}
|
|
6626
|
-
.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 {
|
|
5862
|
+
.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 {
|
|
6627
5863
|
background: rgba(255, 245, 157, 0.16);
|
|
6628
5864
|
}
|
|
6629
5865
|
.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 {
|
|
6630
5866
|
background-color: rgba(255, 245, 157, 0.16);
|
|
6631
5867
|
}
|
|
6632
5868
|
|
|
6633
|
-
.p-button.p-button-
|
|
5869
|
+
.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 {
|
|
6634
5870
|
background: rgba(206, 147, 216, 0.76);
|
|
6635
5871
|
}
|
|
6636
|
-
.p-button.p-button-
|
|
5872
|
+
.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 {
|
|
6637
5873
|
background: rgba(206, 147, 216, 0.68);
|
|
6638
5874
|
}
|
|
6639
|
-
.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 {
|
|
6640
|
-
background: rgba(206, 147, 216, 0.76);
|
|
6641
|
-
}
|
|
6642
|
-
.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 {
|
|
6643
|
-
background: rgba(206, 147, 216, 0.68);
|
|
6644
|
-
}
|
|
6645
|
-
.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 {
|
|
6646
|
-
background: rgba(206, 147, 216, 0.76);
|
|
6647
|
-
}
|
|
6648
|
-
.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 {
|
|
6649
|
-
background: rgba(206, 147, 216, 0.68);
|
|
6650
|
-
}
|
|
6651
|
-
.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 {
|
|
6652
|
-
background: rgba(206, 147, 216, 0.76);
|
|
6653
|
-
}
|
|
6654
|
-
.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 {
|
|
6655
|
-
background: rgba(206, 147, 216, 0.68);
|
|
6656
|
-
}
|
|
6657
|
-
.p-button.p-button-help.p-button-textbutton:enabled:focus, .p-button.p-button-help.p-button-outlinedbutton:enabled:focus, .p-buttonset.p-button-help > .p-button.p-button-textbutton:enabled:focus, .p-buttonset.p-button-help > .p-button.p-button-outlinedbutton:enabled:focus, .p-splitbutton.p-button-help > .p-button.p-button-textbutton:enabled:focus, .p-splitbutton.p-button-help > .p-button.p-button-outlinedbutton:enabled:focus, .p-fileupload-choose.p-button-help.p-button-textbutton:enabled:focus, .p-fileupload-choose.p-button-help.p-button-outlinedbutton:enabled:focus {
|
|
6658
|
-
background: rgba(206, 147, 216, 0.12);
|
|
6659
|
-
}
|
|
6660
|
-
.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 {
|
|
6661
|
-
background: rgba(206, 147, 216, 0.16);
|
|
6662
|
-
}
|
|
6663
|
-
.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 {
|
|
5875
|
+
.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 {
|
|
6664
5876
|
background: rgba(206, 147, 216, 0.12);
|
|
6665
5877
|
}
|
|
6666
|
-
.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 {
|
|
6667
|
-
background: rgba(206, 147, 216, 0.16);
|
|
6668
|
-
}
|
|
6669
|
-
.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 {
|
|
6670
|
-
background: rgba(206, 147, 216, 0.12);
|
|
6671
|
-
}
|
|
6672
|
-
.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 {
|
|
6673
|
-
background: rgba(206, 147, 216, 0.16);
|
|
6674
|
-
}
|
|
6675
|
-
.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 {
|
|
6676
|
-
background: rgba(206, 147, 216, 0.12);
|
|
6677
|
-
}
|
|
6678
|
-
.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 {
|
|
5878
|
+
.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 {
|
|
6679
5879
|
background: rgba(206, 147, 216, 0.16);
|
|
6680
5880
|
}
|
|
6681
5881
|
.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 {
|
|
6682
5882
|
background-color: rgba(206, 147, 216, 0.16);
|
|
6683
5883
|
}
|
|
6684
5884
|
|
|
6685
|
-
.p-button.p-button-
|
|
6686
|
-
background: rgba(239, 154, 154, 0.76);
|
|
6687
|
-
}
|
|
6688
|
-
.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 {
|
|
6689
|
-
background: rgba(239, 154, 154, 0.68);
|
|
6690
|
-
}
|
|
6691
|
-
.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 {
|
|
6692
|
-
background: rgba(239, 154, 154, 0.76);
|
|
6693
|
-
}
|
|
6694
|
-
.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 {
|
|
6695
|
-
background: rgba(239, 154, 154, 0.68);
|
|
6696
|
-
}
|
|
6697
|
-
.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 {
|
|
5885
|
+
.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 {
|
|
6698
5886
|
background: rgba(239, 154, 154, 0.76);
|
|
6699
5887
|
}
|
|
6700
|
-
.p-button.p-button-
|
|
5888
|
+
.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 {
|
|
6701
5889
|
background: rgba(239, 154, 154, 0.68);
|
|
6702
5890
|
}
|
|
6703
|
-
.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 {
|
|
6704
|
-
background: rgba(239, 154, 154, 0.76);
|
|
6705
|
-
}
|
|
6706
|
-
.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 {
|
|
6707
|
-
background: rgba(239, 154, 154, 0.68);
|
|
6708
|
-
}
|
|
6709
|
-
.p-button.p-button-danger.p-button-textbutton:enabled:focus, .p-button.p-button-danger.p-button-outlinedbutton:enabled:focus, .p-buttonset.p-button-danger > .p-button.p-button-textbutton:enabled:focus, .p-buttonset.p-button-danger > .p-button.p-button-outlinedbutton:enabled:focus, .p-splitbutton.p-button-danger > .p-button.p-button-textbutton:enabled:focus, .p-splitbutton.p-button-danger > .p-button.p-button-outlinedbutton:enabled:focus, .p-fileupload-choose.p-button-danger.p-button-textbutton:enabled:focus, .p-fileupload-choose.p-button-danger.p-button-outlinedbutton:enabled:focus {
|
|
6710
|
-
background: rgba(239, 154, 154, 0.12);
|
|
6711
|
-
}
|
|
6712
|
-
.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 {
|
|
6713
|
-
background: rgba(239, 154, 154, 0.16);
|
|
6714
|
-
}
|
|
6715
|
-
.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 {
|
|
6716
|
-
background: rgba(239, 154, 154, 0.12);
|
|
6717
|
-
}
|
|
6718
|
-
.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 {
|
|
6719
|
-
background: rgba(239, 154, 154, 0.16);
|
|
6720
|
-
}
|
|
6721
|
-
.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 {
|
|
6722
|
-
background: rgba(239, 154, 154, 0.12);
|
|
6723
|
-
}
|
|
6724
|
-
.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 {
|
|
6725
|
-
background: rgba(239, 154, 154, 0.16);
|
|
6726
|
-
}
|
|
6727
|
-
.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 {
|
|
5891
|
+
.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 {
|
|
6728
5892
|
background: rgba(239, 154, 154, 0.12);
|
|
6729
5893
|
}
|
|
6730
|
-
.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 {
|
|
5894
|
+
.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 {
|
|
6731
5895
|
background: rgba(239, 154, 154, 0.16);
|
|
6732
5896
|
}
|
|
6733
5897
|
.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 {
|