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:#1f2d40;
|
|
4
3
|
--surface-b:#17212f;
|
|
@@ -41,6 +40,8 @@
|
|
|
41
40
|
--surface-overlay:#1f2d40;
|
|
42
41
|
--surface-border:#304562;
|
|
43
42
|
--surface-hover:rgba(255,255,255,.03);
|
|
43
|
+
--maskbg: rgba(0, 0, 0, 0.4);
|
|
44
|
+
--focus-ring: 0 0 0 1px #93cbf9;
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
* {
|
|
@@ -85,6 +86,31 @@
|
|
|
85
86
|
box-shadow: 0 0 0 1px #93cbf9;
|
|
86
87
|
}
|
|
87
88
|
|
|
89
|
+
.p-component-overlay-enter {
|
|
90
|
+
animation: p-component-overlay-enter-animation 150ms forwards;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.p-component-overlay-leave {
|
|
94
|
+
animation: p-component-overlay-leave-animation 150ms forwards;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
@keyframes p-component-overlay-enter-animation {
|
|
98
|
+
from {
|
|
99
|
+
background-color: transparent;
|
|
100
|
+
}
|
|
101
|
+
to {
|
|
102
|
+
background-color: var(--maskbg);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
@keyframes p-component-overlay-leave-animation {
|
|
106
|
+
from {
|
|
107
|
+
background-color: var(--maskbg);
|
|
108
|
+
}
|
|
109
|
+
to {
|
|
110
|
+
background-color: transparent;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
88
114
|
:root {
|
|
89
115
|
--blue-50:#f4fafe;
|
|
90
116
|
--blue-100:#cae6fc;
|
|
@@ -455,10 +481,6 @@
|
|
|
455
481
|
box-shadow: 0 0 0 1px #93cbf9;
|
|
456
482
|
}
|
|
457
483
|
|
|
458
|
-
.p-datepicker-mask.p-component-overlay {
|
|
459
|
-
background: rgba(0, 0, 0, 0.4);
|
|
460
|
-
}
|
|
461
|
-
|
|
462
484
|
@media screen and (max-width: 769px) {
|
|
463
485
|
.p-datepicker table th, .p-datepicker table td {
|
|
464
486
|
padding: 0;
|
|
@@ -724,6 +746,7 @@
|
|
|
724
746
|
}
|
|
725
747
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
|
|
726
748
|
padding-right: 1.5rem;
|
|
749
|
+
margin-right: 1.5rem;
|
|
727
750
|
}
|
|
728
751
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
|
|
729
752
|
right: 0.5rem;
|
|
@@ -1698,42 +1721,12 @@
|
|
|
1698
1721
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
1699
1722
|
border-radius: 3px;
|
|
1700
1723
|
}
|
|
1701
|
-
.p-
|
|
1702
|
-
background: #43a5f4;
|
|
1703
|
-
color: #212529;
|
|
1704
|
-
border-color: #43a5f4;
|
|
1705
|
-
}
|
|
1706
|
-
.p-buttonbutton:enabled:active {
|
|
1707
|
-
background: #2396f2;
|
|
1708
|
-
color: #212529;
|
|
1709
|
-
border-color: #2396f2;
|
|
1710
|
-
}
|
|
1711
|
-
.p-button:not(button):not(.p-disabled):hover {
|
|
1712
|
-
background: #43a5f4;
|
|
1713
|
-
color: #212529;
|
|
1714
|
-
border-color: #43a5f4;
|
|
1715
|
-
}
|
|
1716
|
-
.p-button:not(button):not(.p-disabled):active {
|
|
1717
|
-
background: #2396f2;
|
|
1718
|
-
color: #212529;
|
|
1719
|
-
border-color: #2396f2;
|
|
1720
|
-
}
|
|
1721
|
-
.p-buttona:enabled:hover {
|
|
1722
|
-
background: #43a5f4;
|
|
1723
|
-
color: #212529;
|
|
1724
|
-
border-color: #43a5f4;
|
|
1725
|
-
}
|
|
1726
|
-
.p-buttona:enabled:active {
|
|
1727
|
-
background: #2396f2;
|
|
1728
|
-
color: #212529;
|
|
1729
|
-
border-color: #2396f2;
|
|
1730
|
-
}
|
|
1731
|
-
.p-button:not(a):not(.p-disabled):hover {
|
|
1724
|
+
.p-button:enabled:hover, .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
1732
1725
|
background: #43a5f4;
|
|
1733
1726
|
color: #212529;
|
|
1734
1727
|
border-color: #43a5f4;
|
|
1735
1728
|
}
|
|
1736
|
-
.p-button:not(a):not(.p-disabled):active {
|
|
1729
|
+
.p-button:enabled:active, .p-button:not(button):not(a):not(.p-disabled):active {
|
|
1737
1730
|
background: #2396f2;
|
|
1738
1731
|
color: #212529;
|
|
1739
1732
|
border-color: #2396f2;
|
|
@@ -1743,42 +1736,12 @@
|
|
|
1743
1736
|
color: #64B5F6;
|
|
1744
1737
|
border: 1px solid;
|
|
1745
1738
|
}
|
|
1746
|
-
.p-button.p-button-
|
|
1747
|
-
background: rgba(100, 181, 246, 0.04);
|
|
1748
|
-
color: #64B5F6;
|
|
1749
|
-
border: 1px solid;
|
|
1750
|
-
}
|
|
1751
|
-
.p-button.p-button-outlinedbutton:enabled:active {
|
|
1752
|
-
background: rgba(100, 181, 246, 0.16);
|
|
1753
|
-
color: #64B5F6;
|
|
1754
|
-
border: 1px solid;
|
|
1755
|
-
}
|
|
1756
|
-
.p-button.p-button-outlined:not(button):not(.p-disabled):hover {
|
|
1757
|
-
background: rgba(100, 181, 246, 0.04);
|
|
1758
|
-
color: #64B5F6;
|
|
1759
|
-
border: 1px solid;
|
|
1760
|
-
}
|
|
1761
|
-
.p-button.p-button-outlined:not(button):not(.p-disabled):active {
|
|
1762
|
-
background: rgba(100, 181, 246, 0.16);
|
|
1763
|
-
color: #64B5F6;
|
|
1764
|
-
border: 1px solid;
|
|
1765
|
-
}
|
|
1766
|
-
.p-button.p-button-outlineda:enabled:hover {
|
|
1767
|
-
background: rgba(100, 181, 246, 0.04);
|
|
1768
|
-
color: #64B5F6;
|
|
1769
|
-
border: 1px solid;
|
|
1770
|
-
}
|
|
1771
|
-
.p-button.p-button-outlineda:enabled:active {
|
|
1772
|
-
background: rgba(100, 181, 246, 0.16);
|
|
1773
|
-
color: #64B5F6;
|
|
1774
|
-
border: 1px solid;
|
|
1775
|
-
}
|
|
1776
|
-
.p-button.p-button-outlined:not(a):not(.p-disabled):hover {
|
|
1739
|
+
.p-button.p-button-outlined:enabled:hover, .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
|
|
1777
1740
|
background: rgba(100, 181, 246, 0.04);
|
|
1778
1741
|
color: #64B5F6;
|
|
1779
1742
|
border: 1px solid;
|
|
1780
1743
|
}
|
|
1781
|
-
.p-button.p-button-outlined:not(a):not(.p-disabled):active {
|
|
1744
|
+
.p-button.p-button-outlined:enabled:active, .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active {
|
|
1782
1745
|
background: rgba(100, 181, 246, 0.16);
|
|
1783
1746
|
color: #64B5F6;
|
|
1784
1747
|
border: 1px solid;
|
|
@@ -1787,35 +1750,11 @@
|
|
|
1787
1750
|
color: rgba(255, 255, 255, 0.6);
|
|
1788
1751
|
border-color: rgba(255, 255, 255, 0.6);
|
|
1789
1752
|
}
|
|
1790
|
-
.p-button.p-button-outlined.p-button-
|
|
1791
|
-
background: rgba(255, 255, 255, 0.03);
|
|
1792
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1793
|
-
}
|
|
1794
|
-
.p-button.p-button-outlined.p-button-plainbutton:enabled:active {
|
|
1795
|
-
background: rgba(255, 255, 255, 0.16);
|
|
1796
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1797
|
-
}
|
|
1798
|
-
.p-button.p-button-outlined.p-button-plain:not(button):not(.p-disabled):hover {
|
|
1799
|
-
background: rgba(255, 255, 255, 0.03);
|
|
1800
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1801
|
-
}
|
|
1802
|
-
.p-button.p-button-outlined.p-button-plain:not(button):not(.p-disabled):active {
|
|
1803
|
-
background: rgba(255, 255, 255, 0.16);
|
|
1804
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1805
|
-
}
|
|
1806
|
-
.p-button.p-button-outlined.p-button-plaina:enabled:hover {
|
|
1807
|
-
background: rgba(255, 255, 255, 0.03);
|
|
1808
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1809
|
-
}
|
|
1810
|
-
.p-button.p-button-outlined.p-button-plaina:enabled:active {
|
|
1811
|
-
background: rgba(255, 255, 255, 0.16);
|
|
1812
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1813
|
-
}
|
|
1814
|
-
.p-button.p-button-outlined.p-button-plain:not(a):not(.p-disabled):hover {
|
|
1753
|
+
.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 {
|
|
1815
1754
|
background: rgba(255, 255, 255, 0.03);
|
|
1816
1755
|
color: rgba(255, 255, 255, 0.6);
|
|
1817
1756
|
}
|
|
1818
|
-
.p-button.p-button-outlined.p-button-plain:not(a):not(.p-disabled):active {
|
|
1757
|
+
.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 {
|
|
1819
1758
|
background: rgba(255, 255, 255, 0.16);
|
|
1820
1759
|
color: rgba(255, 255, 255, 0.6);
|
|
1821
1760
|
}
|
|
@@ -1824,42 +1763,12 @@
|
|
|
1824
1763
|
color: #64B5F6;
|
|
1825
1764
|
border-color: transparent;
|
|
1826
1765
|
}
|
|
1827
|
-
.p-button.p-button-
|
|
1828
|
-
background: rgba(100, 181, 246, 0.04);
|
|
1829
|
-
color: #64B5F6;
|
|
1830
|
-
border-color: transparent;
|
|
1831
|
-
}
|
|
1832
|
-
.p-button.p-button-textbutton:enabled:active {
|
|
1833
|
-
background: rgba(100, 181, 246, 0.16);
|
|
1834
|
-
color: #64B5F6;
|
|
1835
|
-
border-color: transparent;
|
|
1836
|
-
}
|
|
1837
|
-
.p-button.p-button-text:not(button):not(.p-disabled):hover {
|
|
1838
|
-
background: rgba(100, 181, 246, 0.04);
|
|
1839
|
-
color: #64B5F6;
|
|
1840
|
-
border-color: transparent;
|
|
1841
|
-
}
|
|
1842
|
-
.p-button.p-button-text:not(button):not(.p-disabled):active {
|
|
1843
|
-
background: rgba(100, 181, 246, 0.16);
|
|
1844
|
-
color: #64B5F6;
|
|
1845
|
-
border-color: transparent;
|
|
1846
|
-
}
|
|
1847
|
-
.p-button.p-button-texta:enabled:hover {
|
|
1848
|
-
background: rgba(100, 181, 246, 0.04);
|
|
1849
|
-
color: #64B5F6;
|
|
1850
|
-
border-color: transparent;
|
|
1851
|
-
}
|
|
1852
|
-
.p-button.p-button-texta:enabled:active {
|
|
1853
|
-
background: rgba(100, 181, 246, 0.16);
|
|
1854
|
-
color: #64B5F6;
|
|
1855
|
-
border-color: transparent;
|
|
1856
|
-
}
|
|
1857
|
-
.p-button.p-button-text:not(a):not(.p-disabled):hover {
|
|
1766
|
+
.p-button.p-button-text:enabled:hover, .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover {
|
|
1858
1767
|
background: rgba(100, 181, 246, 0.04);
|
|
1859
1768
|
color: #64B5F6;
|
|
1860
1769
|
border-color: transparent;
|
|
1861
1770
|
}
|
|
1862
|
-
.p-button.p-button-text:not(a):not(.p-disabled):active {
|
|
1771
|
+
.p-button.p-button-text:enabled:active, .p-button.p-button-text:not(button):not(a):not(.p-disabled):active {
|
|
1863
1772
|
background: rgba(100, 181, 246, 0.16);
|
|
1864
1773
|
color: #64B5F6;
|
|
1865
1774
|
border-color: transparent;
|
|
@@ -1867,35 +1776,11 @@
|
|
|
1867
1776
|
.p-button.p-button-text.p-button-plain {
|
|
1868
1777
|
color: rgba(255, 255, 255, 0.6);
|
|
1869
1778
|
}
|
|
1870
|
-
.p-button.p-button-text.p-button-
|
|
1871
|
-
background: rgba(255, 255, 255, 0.03);
|
|
1872
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1873
|
-
}
|
|
1874
|
-
.p-button.p-button-text.p-button-plainbutton:enabled:active {
|
|
1875
|
-
background: rgba(255, 255, 255, 0.16);
|
|
1876
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1877
|
-
}
|
|
1878
|
-
.p-button.p-button-text.p-button-plain:not(button):not(.p-disabled):hover {
|
|
1879
|
-
background: rgba(255, 255, 255, 0.03);
|
|
1880
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1881
|
-
}
|
|
1882
|
-
.p-button.p-button-text.p-button-plain:not(button):not(.p-disabled):active {
|
|
1883
|
-
background: rgba(255, 255, 255, 0.16);
|
|
1884
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1885
|
-
}
|
|
1886
|
-
.p-button.p-button-text.p-button-plaina:enabled:hover {
|
|
1887
|
-
background: rgba(255, 255, 255, 0.03);
|
|
1888
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1889
|
-
}
|
|
1890
|
-
.p-button.p-button-text.p-button-plaina:enabled:active {
|
|
1891
|
-
background: rgba(255, 255, 255, 0.16);
|
|
1892
|
-
color: rgba(255, 255, 255, 0.6);
|
|
1893
|
-
}
|
|
1894
|
-
.p-button.p-button-text.p-button-plain:not(a):not(.p-disabled):hover {
|
|
1779
|
+
.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 {
|
|
1895
1780
|
background: rgba(255, 255, 255, 0.03);
|
|
1896
1781
|
color: rgba(255, 255, 255, 0.6);
|
|
1897
1782
|
}
|
|
1898
|
-
.p-button.p-button-text.p-button-plain:not(a):not(.p-disabled):active {
|
|
1783
|
+
.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 {
|
|
1899
1784
|
background: rgba(255, 255, 255, 0.16);
|
|
1900
1785
|
color: rgba(255, 255, 255, 0.6);
|
|
1901
1786
|
}
|
|
@@ -1990,54 +1875,15 @@
|
|
|
1990
1875
|
background: #78909C;
|
|
1991
1876
|
border: 1px solid #78909C;
|
|
1992
1877
|
}
|
|
1993
|
-
.p-button.p-button-
|
|
1994
|
-
background: #69838f;
|
|
1995
|
-
color: #ffffff;
|
|
1996
|
-
border-color: #69838f;
|
|
1997
|
-
}
|
|
1998
|
-
.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 {
|
|
1999
|
-
box-shadow: 0 0 0 1px #a1b1ba;
|
|
2000
|
-
}
|
|
2001
|
-
.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 {
|
|
2002
|
-
background: #5d747f;
|
|
2003
|
-
color: #ffffff;
|
|
2004
|
-
border-color: #5d747f;
|
|
2005
|
-
}
|
|
2006
|
-
.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 {
|
|
2007
|
-
background: #69838f;
|
|
2008
|
-
color: #ffffff;
|
|
2009
|
-
border-color: #69838f;
|
|
2010
|
-
}
|
|
2011
|
-
.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 {
|
|
2012
|
-
box-shadow: 0 0 0 1px #a1b1ba;
|
|
2013
|
-
}
|
|
2014
|
-
.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 {
|
|
2015
|
-
background: #5d747f;
|
|
2016
|
-
color: #ffffff;
|
|
2017
|
-
border-color: #5d747f;
|
|
2018
|
-
}
|
|
2019
|
-
.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 {
|
|
2020
|
-
background: #69838f;
|
|
2021
|
-
color: #ffffff;
|
|
2022
|
-
border-color: #69838f;
|
|
2023
|
-
}
|
|
2024
|
-
.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 {
|
|
2025
|
-
box-shadow: 0 0 0 1px #a1b1ba;
|
|
2026
|
-
}
|
|
2027
|
-
.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 {
|
|
2028
|
-
background: #5d747f;
|
|
2029
|
-
color: #ffffff;
|
|
2030
|
-
border-color: #5d747f;
|
|
2031
|
-
}
|
|
2032
|
-
.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 {
|
|
1878
|
+
.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 {
|
|
2033
1879
|
background: #69838f;
|
|
2034
1880
|
color: #ffffff;
|
|
2035
1881
|
border-color: #69838f;
|
|
2036
1882
|
}
|
|
2037
|
-
.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 {
|
|
1883
|
+
.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 {
|
|
2038
1884
|
box-shadow: 0 0 0 1px #a1b1ba;
|
|
2039
1885
|
}
|
|
2040
|
-
.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 {
|
|
1886
|
+
.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 {
|
|
2041
1887
|
background: #5d747f;
|
|
2042
1888
|
color: #ffffff;
|
|
2043
1889
|
border-color: #5d747f;
|
|
@@ -2047,42 +1893,12 @@
|
|
|
2047
1893
|
color: #78909C;
|
|
2048
1894
|
border: 1px solid;
|
|
2049
1895
|
}
|
|
2050
|
-
.p-button.p-button-secondary.p-button-
|
|
2051
|
-
background: rgba(120, 144, 156, 0.04);
|
|
2052
|
-
color: #78909C;
|
|
2053
|
-
border: 1px solid;
|
|
2054
|
-
}
|
|
2055
|
-
.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 {
|
|
2056
|
-
background: rgba(120, 144, 156, 0.16);
|
|
2057
|
-
color: #78909C;
|
|
2058
|
-
border: 1px solid;
|
|
2059
|
-
}
|
|
2060
|
-
.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 {
|
|
2061
|
-
background: rgba(120, 144, 156, 0.04);
|
|
2062
|
-
color: #78909C;
|
|
2063
|
-
border: 1px solid;
|
|
2064
|
-
}
|
|
2065
|
-
.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 {
|
|
2066
|
-
background: rgba(120, 144, 156, 0.16);
|
|
2067
|
-
color: #78909C;
|
|
2068
|
-
border: 1px solid;
|
|
2069
|
-
}
|
|
2070
|
-
.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 {
|
|
2071
|
-
background: rgba(120, 144, 156, 0.04);
|
|
2072
|
-
color: #78909C;
|
|
2073
|
-
border: 1px solid;
|
|
2074
|
-
}
|
|
2075
|
-
.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 {
|
|
2076
|
-
background: rgba(120, 144, 156, 0.16);
|
|
2077
|
-
color: #78909C;
|
|
2078
|
-
border: 1px solid;
|
|
2079
|
-
}
|
|
2080
|
-
.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 {
|
|
1896
|
+
.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 {
|
|
2081
1897
|
background: rgba(120, 144, 156, 0.04);
|
|
2082
1898
|
color: #78909C;
|
|
2083
1899
|
border: 1px solid;
|
|
2084
1900
|
}
|
|
2085
|
-
.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 {
|
|
1901
|
+
.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 {
|
|
2086
1902
|
background: rgba(120, 144, 156, 0.16);
|
|
2087
1903
|
color: #78909C;
|
|
2088
1904
|
border: 1px solid;
|
|
@@ -2092,42 +1908,12 @@
|
|
|
2092
1908
|
color: #78909C;
|
|
2093
1909
|
border-color: transparent;
|
|
2094
1910
|
}
|
|
2095
|
-
.p-button.p-button-secondary.p-button-
|
|
2096
|
-
background: rgba(120, 144, 156, 0.04);
|
|
2097
|
-
border-color: transparent;
|
|
2098
|
-
color: #78909C;
|
|
2099
|
-
}
|
|
2100
|
-
.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 {
|
|
2101
|
-
background: rgba(120, 144, 156, 0.16);
|
|
2102
|
-
border-color: transparent;
|
|
2103
|
-
color: #78909C;
|
|
2104
|
-
}
|
|
2105
|
-
.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 {
|
|
2106
|
-
background: rgba(120, 144, 156, 0.04);
|
|
2107
|
-
border-color: transparent;
|
|
2108
|
-
color: #78909C;
|
|
2109
|
-
}
|
|
2110
|
-
.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 {
|
|
2111
|
-
background: rgba(120, 144, 156, 0.16);
|
|
2112
|
-
border-color: transparent;
|
|
2113
|
-
color: #78909C;
|
|
2114
|
-
}
|
|
2115
|
-
.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 {
|
|
2116
|
-
background: rgba(120, 144, 156, 0.04);
|
|
2117
|
-
border-color: transparent;
|
|
2118
|
-
color: #78909C;
|
|
2119
|
-
}
|
|
2120
|
-
.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 {
|
|
2121
|
-
background: rgba(120, 144, 156, 0.16);
|
|
2122
|
-
border-color: transparent;
|
|
2123
|
-
color: #78909C;
|
|
2124
|
-
}
|
|
2125
|
-
.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 {
|
|
1911
|
+
.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 {
|
|
2126
1912
|
background: rgba(120, 144, 156, 0.04);
|
|
2127
1913
|
border-color: transparent;
|
|
2128
1914
|
color: #78909C;
|
|
2129
1915
|
}
|
|
2130
|
-
.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 {
|
|
1916
|
+
.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 {
|
|
2131
1917
|
background: rgba(120, 144, 156, 0.16);
|
|
2132
1918
|
border-color: transparent;
|
|
2133
1919
|
color: #78909C;
|
|
@@ -2138,54 +1924,15 @@
|
|
|
2138
1924
|
background: #81D4FA;
|
|
2139
1925
|
border: 1px solid #81D4FA;
|
|
2140
1926
|
}
|
|
2141
|
-
.p-button.p-button-
|
|
2142
|
-
background: #5dc8f9;
|
|
2143
|
-
color: #121212;
|
|
2144
|
-
border-color: #5dc8f9;
|
|
2145
|
-
}
|
|
2146
|
-
.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 {
|
|
2147
|
-
box-shadow: 0 0 0 1px #a7e1fc;
|
|
2148
|
-
}
|
|
2149
|
-
.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 {
|
|
2150
|
-
background: #38bbf7;
|
|
2151
|
-
color: #121212;
|
|
2152
|
-
border-color: #38bbf7;
|
|
2153
|
-
}
|
|
2154
|
-
.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 {
|
|
2155
|
-
background: #5dc8f9;
|
|
2156
|
-
color: #121212;
|
|
2157
|
-
border-color: #5dc8f9;
|
|
2158
|
-
}
|
|
2159
|
-
.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 {
|
|
2160
|
-
box-shadow: 0 0 0 1px #a7e1fc;
|
|
2161
|
-
}
|
|
2162
|
-
.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 {
|
|
2163
|
-
background: #38bbf7;
|
|
2164
|
-
color: #121212;
|
|
2165
|
-
border-color: #38bbf7;
|
|
2166
|
-
}
|
|
2167
|
-
.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 {
|
|
2168
|
-
background: #5dc8f9;
|
|
2169
|
-
color: #121212;
|
|
2170
|
-
border-color: #5dc8f9;
|
|
2171
|
-
}
|
|
2172
|
-
.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 {
|
|
2173
|
-
box-shadow: 0 0 0 1px #a7e1fc;
|
|
2174
|
-
}
|
|
2175
|
-
.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 {
|
|
2176
|
-
background: #38bbf7;
|
|
2177
|
-
color: #121212;
|
|
2178
|
-
border-color: #38bbf7;
|
|
2179
|
-
}
|
|
2180
|
-
.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 {
|
|
1927
|
+
.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 {
|
|
2181
1928
|
background: #5dc8f9;
|
|
2182
1929
|
color: #121212;
|
|
2183
1930
|
border-color: #5dc8f9;
|
|
2184
1931
|
}
|
|
2185
|
-
.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 {
|
|
1932
|
+
.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 {
|
|
2186
1933
|
box-shadow: 0 0 0 1px #a7e1fc;
|
|
2187
1934
|
}
|
|
2188
|
-
.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 {
|
|
1935
|
+
.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 {
|
|
2189
1936
|
background: #38bbf7;
|
|
2190
1937
|
color: #121212;
|
|
2191
1938
|
border-color: #38bbf7;
|
|
@@ -2195,42 +1942,12 @@
|
|
|
2195
1942
|
color: #81D4FA;
|
|
2196
1943
|
border: 1px solid;
|
|
2197
1944
|
}
|
|
2198
|
-
.p-button.p-button-info.p-button-
|
|
2199
|
-
background: rgba(129, 212, 250, 0.04);
|
|
2200
|
-
color: #81D4FA;
|
|
2201
|
-
border: 1px solid;
|
|
2202
|
-
}
|
|
2203
|
-
.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 {
|
|
2204
|
-
background: rgba(129, 212, 250, 0.16);
|
|
2205
|
-
color: #81D4FA;
|
|
2206
|
-
border: 1px solid;
|
|
2207
|
-
}
|
|
2208
|
-
.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 {
|
|
2209
|
-
background: rgba(129, 212, 250, 0.04);
|
|
2210
|
-
color: #81D4FA;
|
|
2211
|
-
border: 1px solid;
|
|
2212
|
-
}
|
|
2213
|
-
.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 {
|
|
2214
|
-
background: rgba(129, 212, 250, 0.16);
|
|
2215
|
-
color: #81D4FA;
|
|
2216
|
-
border: 1px solid;
|
|
2217
|
-
}
|
|
2218
|
-
.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 {
|
|
2219
|
-
background: rgba(129, 212, 250, 0.04);
|
|
2220
|
-
color: #81D4FA;
|
|
2221
|
-
border: 1px solid;
|
|
2222
|
-
}
|
|
2223
|
-
.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 {
|
|
2224
|
-
background: rgba(129, 212, 250, 0.16);
|
|
2225
|
-
color: #81D4FA;
|
|
2226
|
-
border: 1px solid;
|
|
2227
|
-
}
|
|
2228
|
-
.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 {
|
|
1945
|
+
.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 {
|
|
2229
1946
|
background: rgba(129, 212, 250, 0.04);
|
|
2230
1947
|
color: #81D4FA;
|
|
2231
1948
|
border: 1px solid;
|
|
2232
1949
|
}
|
|
2233
|
-
.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 {
|
|
1950
|
+
.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 {
|
|
2234
1951
|
background: rgba(129, 212, 250, 0.16);
|
|
2235
1952
|
color: #81D4FA;
|
|
2236
1953
|
border: 1px solid;
|
|
@@ -2240,42 +1957,12 @@
|
|
|
2240
1957
|
color: #81D4FA;
|
|
2241
1958
|
border-color: transparent;
|
|
2242
1959
|
}
|
|
2243
|
-
.p-button.p-button-info.p-button-
|
|
1960
|
+
.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 {
|
|
2244
1961
|
background: rgba(129, 212, 250, 0.04);
|
|
2245
1962
|
border-color: transparent;
|
|
2246
1963
|
color: #81D4FA;
|
|
2247
1964
|
}
|
|
2248
|
-
.p-button.p-button-info.p-button-
|
|
2249
|
-
background: rgba(129, 212, 250, 0.16);
|
|
2250
|
-
border-color: transparent;
|
|
2251
|
-
color: #81D4FA;
|
|
2252
|
-
}
|
|
2253
|
-
.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 {
|
|
2254
|
-
background: rgba(129, 212, 250, 0.04);
|
|
2255
|
-
border-color: transparent;
|
|
2256
|
-
color: #81D4FA;
|
|
2257
|
-
}
|
|
2258
|
-
.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 {
|
|
2259
|
-
background: rgba(129, 212, 250, 0.16);
|
|
2260
|
-
border-color: transparent;
|
|
2261
|
-
color: #81D4FA;
|
|
2262
|
-
}
|
|
2263
|
-
.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 {
|
|
2264
|
-
background: rgba(129, 212, 250, 0.04);
|
|
2265
|
-
border-color: transparent;
|
|
2266
|
-
color: #81D4FA;
|
|
2267
|
-
}
|
|
2268
|
-
.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 {
|
|
2269
|
-
background: rgba(129, 212, 250, 0.16);
|
|
2270
|
-
border-color: transparent;
|
|
2271
|
-
color: #81D4FA;
|
|
2272
|
-
}
|
|
2273
|
-
.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 {
|
|
2274
|
-
background: rgba(129, 212, 250, 0.04);
|
|
2275
|
-
border-color: transparent;
|
|
2276
|
-
color: #81D4FA;
|
|
2277
|
-
}
|
|
2278
|
-
.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 {
|
|
1965
|
+
.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 {
|
|
2279
1966
|
background: rgba(129, 212, 250, 0.16);
|
|
2280
1967
|
border-color: transparent;
|
|
2281
1968
|
color: #81D4FA;
|
|
@@ -2286,54 +1973,15 @@
|
|
|
2286
1973
|
background: #C5E1A5;
|
|
2287
1974
|
border: 1px solid #C5E1A5;
|
|
2288
1975
|
}
|
|
2289
|
-
.p-button.p-button-
|
|
2290
|
-
background: #b2d788;
|
|
2291
|
-
color: #121212;
|
|
2292
|
-
border-color: #b2d788;
|
|
2293
|
-
}
|
|
2294
|
-
.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 {
|
|
2295
|
-
box-shadow: 0 0 0 1px #d6eac0;
|
|
2296
|
-
}
|
|
2297
|
-
.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 {
|
|
2298
|
-
background: #9fce6b;
|
|
2299
|
-
color: #121212;
|
|
2300
|
-
border-color: #9fce6b;
|
|
2301
|
-
}
|
|
2302
|
-
.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 {
|
|
1976
|
+
.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 {
|
|
2303
1977
|
background: #b2d788;
|
|
2304
1978
|
color: #121212;
|
|
2305
1979
|
border-color: #b2d788;
|
|
2306
1980
|
}
|
|
2307
|
-
.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 {
|
|
1981
|
+
.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 {
|
|
2308
1982
|
box-shadow: 0 0 0 1px #d6eac0;
|
|
2309
1983
|
}
|
|
2310
|
-
.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 {
|
|
2311
|
-
background: #9fce6b;
|
|
2312
|
-
color: #121212;
|
|
2313
|
-
border-color: #9fce6b;
|
|
2314
|
-
}
|
|
2315
|
-
.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 {
|
|
2316
|
-
background: #b2d788;
|
|
2317
|
-
color: #121212;
|
|
2318
|
-
border-color: #b2d788;
|
|
2319
|
-
}
|
|
2320
|
-
.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 {
|
|
2321
|
-
box-shadow: 0 0 0 1px #d6eac0;
|
|
2322
|
-
}
|
|
2323
|
-
.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 {
|
|
2324
|
-
background: #9fce6b;
|
|
2325
|
-
color: #121212;
|
|
2326
|
-
border-color: #9fce6b;
|
|
2327
|
-
}
|
|
2328
|
-
.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 {
|
|
2329
|
-
background: #b2d788;
|
|
2330
|
-
color: #121212;
|
|
2331
|
-
border-color: #b2d788;
|
|
2332
|
-
}
|
|
2333
|
-
.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 {
|
|
2334
|
-
box-shadow: 0 0 0 1px #d6eac0;
|
|
2335
|
-
}
|
|
2336
|
-
.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 {
|
|
1984
|
+
.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 {
|
|
2337
1985
|
background: #9fce6b;
|
|
2338
1986
|
color: #121212;
|
|
2339
1987
|
border-color: #9fce6b;
|
|
@@ -2343,42 +1991,12 @@
|
|
|
2343
1991
|
color: #C5E1A5;
|
|
2344
1992
|
border: 1px solid;
|
|
2345
1993
|
}
|
|
2346
|
-
.p-button.p-button-success.p-button-
|
|
2347
|
-
background: rgba(197, 225, 165, 0.04);
|
|
2348
|
-
color: #C5E1A5;
|
|
2349
|
-
border: 1px solid;
|
|
2350
|
-
}
|
|
2351
|
-
.p-button.p-button-success.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-success.p-button-outlinedbutton:enabled:active {
|
|
2352
|
-
background: rgba(197, 225, 165, 0.16);
|
|
2353
|
-
color: #C5E1A5;
|
|
2354
|
-
border: 1px solid;
|
|
2355
|
-
}
|
|
2356
|
-
.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 {
|
|
2357
|
-
background: rgba(197, 225, 165, 0.04);
|
|
2358
|
-
color: #C5E1A5;
|
|
2359
|
-
border: 1px solid;
|
|
2360
|
-
}
|
|
2361
|
-
.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 {
|
|
2362
|
-
background: rgba(197, 225, 165, 0.16);
|
|
2363
|
-
color: #C5E1A5;
|
|
2364
|
-
border: 1px solid;
|
|
2365
|
-
}
|
|
2366
|
-
.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 {
|
|
1994
|
+
.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 {
|
|
2367
1995
|
background: rgba(197, 225, 165, 0.04);
|
|
2368
1996
|
color: #C5E1A5;
|
|
2369
1997
|
border: 1px solid;
|
|
2370
1998
|
}
|
|
2371
|
-
.p-button.p-button-success.p-button-
|
|
2372
|
-
background: rgba(197, 225, 165, 0.16);
|
|
2373
|
-
color: #C5E1A5;
|
|
2374
|
-
border: 1px solid;
|
|
2375
|
-
}
|
|
2376
|
-
.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 {
|
|
2377
|
-
background: rgba(197, 225, 165, 0.04);
|
|
2378
|
-
color: #C5E1A5;
|
|
2379
|
-
border: 1px solid;
|
|
2380
|
-
}
|
|
2381
|
-
.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 {
|
|
1999
|
+
.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 {
|
|
2382
2000
|
background: rgba(197, 225, 165, 0.16);
|
|
2383
2001
|
color: #C5E1A5;
|
|
2384
2002
|
border: 1px solid;
|
|
@@ -2388,42 +2006,12 @@
|
|
|
2388
2006
|
color: #C5E1A5;
|
|
2389
2007
|
border-color: transparent;
|
|
2390
2008
|
}
|
|
2391
|
-
.p-button.p-button-success.p-button-
|
|
2392
|
-
background: rgba(197, 225, 165, 0.04);
|
|
2393
|
-
border-color: transparent;
|
|
2394
|
-
color: #C5E1A5;
|
|
2395
|
-
}
|
|
2396
|
-
.p-button.p-button-success.p-button-textbutton:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-success.p-button-textbutton:enabled:active {
|
|
2397
|
-
background: rgba(197, 225, 165, 0.16);
|
|
2398
|
-
border-color: transparent;
|
|
2399
|
-
color: #C5E1A5;
|
|
2400
|
-
}
|
|
2401
|
-
.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 {
|
|
2402
|
-
background: rgba(197, 225, 165, 0.04);
|
|
2403
|
-
border-color: transparent;
|
|
2404
|
-
color: #C5E1A5;
|
|
2405
|
-
}
|
|
2406
|
-
.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 {
|
|
2407
|
-
background: rgba(197, 225, 165, 0.16);
|
|
2408
|
-
border-color: transparent;
|
|
2409
|
-
color: #C5E1A5;
|
|
2410
|
-
}
|
|
2411
|
-
.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 {
|
|
2412
|
-
background: rgba(197, 225, 165, 0.04);
|
|
2413
|
-
border-color: transparent;
|
|
2414
|
-
color: #C5E1A5;
|
|
2415
|
-
}
|
|
2416
|
-
.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 {
|
|
2417
|
-
background: rgba(197, 225, 165, 0.16);
|
|
2418
|
-
border-color: transparent;
|
|
2419
|
-
color: #C5E1A5;
|
|
2420
|
-
}
|
|
2421
|
-
.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 {
|
|
2009
|
+
.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 {
|
|
2422
2010
|
background: rgba(197, 225, 165, 0.04);
|
|
2423
2011
|
border-color: transparent;
|
|
2424
2012
|
color: #C5E1A5;
|
|
2425
2013
|
}
|
|
2426
|
-
.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 {
|
|
2014
|
+
.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 {
|
|
2427
2015
|
background: rgba(197, 225, 165, 0.16);
|
|
2428
2016
|
border-color: transparent;
|
|
2429
2017
|
color: #C5E1A5;
|
|
@@ -2434,54 +2022,15 @@
|
|
|
2434
2022
|
background: #FFE082;
|
|
2435
2023
|
border: 1px solid #FFE082;
|
|
2436
2024
|
}
|
|
2437
|
-
.p-button.p-button-
|
|
2438
|
-
background: #ffd65c;
|
|
2439
|
-
color: #121212;
|
|
2440
|
-
border-color: #ffd65c;
|
|
2441
|
-
}
|
|
2442
|
-
.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 {
|
|
2443
|
-
box-shadow: 0 0 0 1px #ffe9a8;
|
|
2444
|
-
}
|
|
2445
|
-
.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 {
|
|
2446
|
-
background: #ffcd35;
|
|
2447
|
-
color: #121212;
|
|
2448
|
-
border-color: #ffcd35;
|
|
2449
|
-
}
|
|
2450
|
-
.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 {
|
|
2025
|
+
.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 {
|
|
2451
2026
|
background: #ffd65c;
|
|
2452
2027
|
color: #121212;
|
|
2453
2028
|
border-color: #ffd65c;
|
|
2454
2029
|
}
|
|
2455
|
-
.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 {
|
|
2030
|
+
.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 {
|
|
2456
2031
|
box-shadow: 0 0 0 1px #ffe9a8;
|
|
2457
2032
|
}
|
|
2458
|
-
.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 {
|
|
2459
|
-
background: #ffcd35;
|
|
2460
|
-
color: #121212;
|
|
2461
|
-
border-color: #ffcd35;
|
|
2462
|
-
}
|
|
2463
|
-
.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 {
|
|
2464
|
-
background: #ffd65c;
|
|
2465
|
-
color: #121212;
|
|
2466
|
-
border-color: #ffd65c;
|
|
2467
|
-
}
|
|
2468
|
-
.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 {
|
|
2469
|
-
box-shadow: 0 0 0 1px #ffe9a8;
|
|
2470
|
-
}
|
|
2471
|
-
.p-button.p-button-warninga:enabled:active, .p-buttonset.p-button-warning > .p-buttona:enabled:active, .p-splitbutton.p-button-warning > .p-buttona:enabled:active, .p-fileupload-choose.p-button-warninga:enabled:active {
|
|
2472
|
-
background: #ffcd35;
|
|
2473
|
-
color: #121212;
|
|
2474
|
-
border-color: #ffcd35;
|
|
2475
|
-
}
|
|
2476
|
-
.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 {
|
|
2477
|
-
background: #ffd65c;
|
|
2478
|
-
color: #121212;
|
|
2479
|
-
border-color: #ffd65c;
|
|
2480
|
-
}
|
|
2481
|
-
.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 {
|
|
2482
|
-
box-shadow: 0 0 0 1px #ffe9a8;
|
|
2483
|
-
}
|
|
2484
|
-
.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 {
|
|
2033
|
+
.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 {
|
|
2485
2034
|
background: #ffcd35;
|
|
2486
2035
|
color: #121212;
|
|
2487
2036
|
border-color: #ffcd35;
|
|
@@ -2491,42 +2040,12 @@
|
|
|
2491
2040
|
color: #FFE082;
|
|
2492
2041
|
border: 1px solid;
|
|
2493
2042
|
}
|
|
2494
|
-
.p-button.p-button-warning.p-button-
|
|
2495
|
-
background: rgba(255, 224, 130, 0.04);
|
|
2496
|
-
color: #FFE082;
|
|
2497
|
-
border: 1px solid;
|
|
2498
|
-
}
|
|
2499
|
-
.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 {
|
|
2500
|
-
background: rgba(255, 224, 130, 0.16);
|
|
2501
|
-
color: #FFE082;
|
|
2502
|
-
border: 1px solid;
|
|
2503
|
-
}
|
|
2504
|
-
.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 {
|
|
2505
|
-
background: rgba(255, 224, 130, 0.04);
|
|
2506
|
-
color: #FFE082;
|
|
2507
|
-
border: 1px solid;
|
|
2508
|
-
}
|
|
2509
|
-
.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 {
|
|
2510
|
-
background: rgba(255, 224, 130, 0.16);
|
|
2511
|
-
color: #FFE082;
|
|
2512
|
-
border: 1px solid;
|
|
2513
|
-
}
|
|
2514
|
-
.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 {
|
|
2043
|
+
.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 {
|
|
2515
2044
|
background: rgba(255, 224, 130, 0.04);
|
|
2516
2045
|
color: #FFE082;
|
|
2517
2046
|
border: 1px solid;
|
|
2518
2047
|
}
|
|
2519
|
-
.p-button.p-button-warning.p-button-
|
|
2520
|
-
background: rgba(255, 224, 130, 0.16);
|
|
2521
|
-
color: #FFE082;
|
|
2522
|
-
border: 1px solid;
|
|
2523
|
-
}
|
|
2524
|
-
.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 {
|
|
2525
|
-
background: rgba(255, 224, 130, 0.04);
|
|
2526
|
-
color: #FFE082;
|
|
2527
|
-
border: 1px solid;
|
|
2528
|
-
}
|
|
2529
|
-
.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 {
|
|
2048
|
+
.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 {
|
|
2530
2049
|
background: rgba(255, 224, 130, 0.16);
|
|
2531
2050
|
color: #FFE082;
|
|
2532
2051
|
border: 1px solid;
|
|
@@ -2536,42 +2055,12 @@
|
|
|
2536
2055
|
color: #FFE082;
|
|
2537
2056
|
border-color: transparent;
|
|
2538
2057
|
}
|
|
2539
|
-
.p-button.p-button-warning.p-button-
|
|
2058
|
+
.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 {
|
|
2540
2059
|
background: rgba(255, 224, 130, 0.04);
|
|
2541
2060
|
border-color: transparent;
|
|
2542
2061
|
color: #FFE082;
|
|
2543
2062
|
}
|
|
2544
|
-
.p-button.p-button-warning.p-button-
|
|
2545
|
-
background: rgba(255, 224, 130, 0.16);
|
|
2546
|
-
border-color: transparent;
|
|
2547
|
-
color: #FFE082;
|
|
2548
|
-
}
|
|
2549
|
-
.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 {
|
|
2550
|
-
background: rgba(255, 224, 130, 0.04);
|
|
2551
|
-
border-color: transparent;
|
|
2552
|
-
color: #FFE082;
|
|
2553
|
-
}
|
|
2554
|
-
.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 {
|
|
2555
|
-
background: rgba(255, 224, 130, 0.16);
|
|
2556
|
-
border-color: transparent;
|
|
2557
|
-
color: #FFE082;
|
|
2558
|
-
}
|
|
2559
|
-
.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 {
|
|
2560
|
-
background: rgba(255, 224, 130, 0.04);
|
|
2561
|
-
border-color: transparent;
|
|
2562
|
-
color: #FFE082;
|
|
2563
|
-
}
|
|
2564
|
-
.p-button.p-button-warning.p-button-texta:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-texta:enabled:active, .p-fileupload-choose.p-button-warning.p-button-texta:enabled:active {
|
|
2565
|
-
background: rgba(255, 224, 130, 0.16);
|
|
2566
|
-
border-color: transparent;
|
|
2567
|
-
color: #FFE082;
|
|
2568
|
-
}
|
|
2569
|
-
.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 {
|
|
2570
|
-
background: rgba(255, 224, 130, 0.04);
|
|
2571
|
-
border-color: transparent;
|
|
2572
|
-
color: #FFE082;
|
|
2573
|
-
}
|
|
2574
|
-
.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 {
|
|
2063
|
+
.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 {
|
|
2575
2064
|
background: rgba(255, 224, 130, 0.16);
|
|
2576
2065
|
border-color: transparent;
|
|
2577
2066
|
color: #FFE082;
|
|
@@ -2582,54 +2071,15 @@
|
|
|
2582
2071
|
background: #CE93D8;
|
|
2583
2072
|
border: 1px solid #CE93D8;
|
|
2584
2073
|
}
|
|
2585
|
-
.p-button.p-button-
|
|
2074
|
+
.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 {
|
|
2586
2075
|
background: #c278ce;
|
|
2587
2076
|
color: #121212;
|
|
2588
2077
|
border-color: #c278ce;
|
|
2589
2078
|
}
|
|
2590
|
-
.p-button.p-button-
|
|
2079
|
+
.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 {
|
|
2591
2080
|
box-shadow: 0 0 0 1px #ddb3e4;
|
|
2592
2081
|
}
|
|
2593
|
-
.p-button.p-button-
|
|
2594
|
-
background: #b65ec5;
|
|
2595
|
-
color: #121212;
|
|
2596
|
-
border-color: #b65ec5;
|
|
2597
|
-
}
|
|
2598
|
-
.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 {
|
|
2599
|
-
background: #c278ce;
|
|
2600
|
-
color: #121212;
|
|
2601
|
-
border-color: #c278ce;
|
|
2602
|
-
}
|
|
2603
|
-
.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 {
|
|
2604
|
-
box-shadow: 0 0 0 1px #ddb3e4;
|
|
2605
|
-
}
|
|
2606
|
-
.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 {
|
|
2607
|
-
background: #b65ec5;
|
|
2608
|
-
color: #121212;
|
|
2609
|
-
border-color: #b65ec5;
|
|
2610
|
-
}
|
|
2611
|
-
.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 {
|
|
2612
|
-
background: #c278ce;
|
|
2613
|
-
color: #121212;
|
|
2614
|
-
border-color: #c278ce;
|
|
2615
|
-
}
|
|
2616
|
-
.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 {
|
|
2617
|
-
box-shadow: 0 0 0 1px #ddb3e4;
|
|
2618
|
-
}
|
|
2619
|
-
.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 {
|
|
2620
|
-
background: #b65ec5;
|
|
2621
|
-
color: #121212;
|
|
2622
|
-
border-color: #b65ec5;
|
|
2623
|
-
}
|
|
2624
|
-
.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 {
|
|
2625
|
-
background: #c278ce;
|
|
2626
|
-
color: #121212;
|
|
2627
|
-
border-color: #c278ce;
|
|
2628
|
-
}
|
|
2629
|
-
.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 {
|
|
2630
|
-
box-shadow: 0 0 0 1px #ddb3e4;
|
|
2631
|
-
}
|
|
2632
|
-
.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 {
|
|
2082
|
+
.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 {
|
|
2633
2083
|
background: #b65ec5;
|
|
2634
2084
|
color: #121212;
|
|
2635
2085
|
border-color: #b65ec5;
|
|
@@ -2639,42 +2089,12 @@
|
|
|
2639
2089
|
color: #CE93D8;
|
|
2640
2090
|
border: 1px solid;
|
|
2641
2091
|
}
|
|
2642
|
-
.p-button.p-button-help.p-button-
|
|
2643
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2644
|
-
color: #CE93D8;
|
|
2645
|
-
border: 1px solid;
|
|
2646
|
-
}
|
|
2647
|
-
.p-button.p-button-help.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-help.p-button-outlinedbutton:enabled:active {
|
|
2648
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2649
|
-
color: #CE93D8;
|
|
2650
|
-
border: 1px solid;
|
|
2651
|
-
}
|
|
2652
|
-
.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 {
|
|
2092
|
+
.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 {
|
|
2653
2093
|
background: rgba(206, 147, 216, 0.04);
|
|
2654
2094
|
color: #CE93D8;
|
|
2655
2095
|
border: 1px solid;
|
|
2656
2096
|
}
|
|
2657
|
-
.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 {
|
|
2658
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2659
|
-
color: #CE93D8;
|
|
2660
|
-
border: 1px solid;
|
|
2661
|
-
}
|
|
2662
|
-
.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 {
|
|
2663
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2664
|
-
color: #CE93D8;
|
|
2665
|
-
border: 1px solid;
|
|
2666
|
-
}
|
|
2667
|
-
.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 {
|
|
2668
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2669
|
-
color: #CE93D8;
|
|
2670
|
-
border: 1px solid;
|
|
2671
|
-
}
|
|
2672
|
-
.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 {
|
|
2673
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2674
|
-
color: #CE93D8;
|
|
2675
|
-
border: 1px solid;
|
|
2676
|
-
}
|
|
2677
|
-
.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 {
|
|
2097
|
+
.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 {
|
|
2678
2098
|
background: rgba(206, 147, 216, 0.16);
|
|
2679
2099
|
color: #CE93D8;
|
|
2680
2100
|
border: 1px solid;
|
|
@@ -2684,100 +2104,31 @@
|
|
|
2684
2104
|
color: #CE93D8;
|
|
2685
2105
|
border-color: transparent;
|
|
2686
2106
|
}
|
|
2687
|
-
.p-button.p-button-help.p-button-
|
|
2688
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2689
|
-
border-color: transparent;
|
|
2690
|
-
color: #CE93D8;
|
|
2691
|
-
}
|
|
2692
|
-
.p-button.p-button-help.p-button-textbutton:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-help.p-button-textbutton:enabled:active {
|
|
2693
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2694
|
-
border-color: transparent;
|
|
2695
|
-
color: #CE93D8;
|
|
2696
|
-
}
|
|
2697
|
-
.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 {
|
|
2698
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2699
|
-
border-color: transparent;
|
|
2700
|
-
color: #CE93D8;
|
|
2701
|
-
}
|
|
2702
|
-
.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 {
|
|
2703
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2704
|
-
border-color: transparent;
|
|
2705
|
-
color: #CE93D8;
|
|
2706
|
-
}
|
|
2707
|
-
.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 {
|
|
2708
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2709
|
-
border-color: transparent;
|
|
2710
|
-
color: #CE93D8;
|
|
2711
|
-
}
|
|
2712
|
-
.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 {
|
|
2713
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2714
|
-
border-color: transparent;
|
|
2715
|
-
color: #CE93D8;
|
|
2716
|
-
}
|
|
2717
|
-
.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 {
|
|
2107
|
+
.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 {
|
|
2718
2108
|
background: rgba(206, 147, 216, 0.04);
|
|
2719
2109
|
border-color: transparent;
|
|
2720
2110
|
color: #CE93D8;
|
|
2721
2111
|
}
|
|
2722
|
-
.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 {
|
|
2723
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2724
|
-
border-color: transparent;
|
|
2725
|
-
color: #CE93D8;
|
|
2726
|
-
}
|
|
2727
|
-
|
|
2728
|
-
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button, .p-fileupload-choose.p-button-danger {
|
|
2729
|
-
color: #121212;
|
|
2730
|
-
background: #F48FB1;
|
|
2731
|
-
border: 1px solid #F48FB1;
|
|
2732
|
-
}
|
|
2733
|
-
.p-button.p-button-dangerbutton:enabled:hover, .p-buttonset.p-button-danger > .p-buttonbutton:enabled:hover, .p-splitbutton.p-button-danger > .p-buttonbutton:enabled:hover, .p-fileupload-choose.p-button-dangerbutton:enabled:hover {
|
|
2734
|
-
background: #f16c98;
|
|
2735
|
-
color: #121212;
|
|
2736
|
-
border-color: #f16c98;
|
|
2737
|
-
}
|
|
2738
|
-
.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 {
|
|
2739
|
-
box-shadow: 0 0 0 1px #f7b1c8;
|
|
2740
|
-
}
|
|
2741
|
-
.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 {
|
|
2742
|
-
background: #ed4980;
|
|
2743
|
-
color: #121212;
|
|
2744
|
-
border-color: #ed4980;
|
|
2745
|
-
}
|
|
2746
|
-
.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 {
|
|
2747
|
-
background: #f16c98;
|
|
2748
|
-
color: #121212;
|
|
2749
|
-
border-color: #f16c98;
|
|
2750
|
-
}
|
|
2751
|
-
.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 {
|
|
2752
|
-
box-shadow: 0 0 0 1px #f7b1c8;
|
|
2753
|
-
}
|
|
2754
|
-
.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 {
|
|
2755
|
-
background: #ed4980;
|
|
2756
|
-
color: #121212;
|
|
2757
|
-
border-color: #ed4980;
|
|
2758
|
-
}
|
|
2759
|
-
.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 {
|
|
2760
|
-
background: #f16c98;
|
|
2761
|
-
color: #121212;
|
|
2762
|
-
border-color: #f16c98;
|
|
2763
|
-
}
|
|
2764
|
-
.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 {
|
|
2765
|
-
box-shadow: 0 0 0 1px #f7b1c8;
|
|
2112
|
+
.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 {
|
|
2113
|
+
background: rgba(206, 147, 216, 0.16);
|
|
2114
|
+
border-color: transparent;
|
|
2115
|
+
color: #CE93D8;
|
|
2766
2116
|
}
|
|
2767
|
-
|
|
2768
|
-
|
|
2117
|
+
|
|
2118
|
+
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button, .p-fileupload-choose.p-button-danger {
|
|
2769
2119
|
color: #121212;
|
|
2770
|
-
|
|
2120
|
+
background: #F48FB1;
|
|
2121
|
+
border: 1px solid #F48FB1;
|
|
2771
2122
|
}
|
|
2772
|
-
.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 {
|
|
2123
|
+
.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 {
|
|
2773
2124
|
background: #f16c98;
|
|
2774
2125
|
color: #121212;
|
|
2775
2126
|
border-color: #f16c98;
|
|
2776
2127
|
}
|
|
2777
|
-
.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 {
|
|
2128
|
+
.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 {
|
|
2778
2129
|
box-shadow: 0 0 0 1px #f7b1c8;
|
|
2779
2130
|
}
|
|
2780
|
-
.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 {
|
|
2131
|
+
.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 {
|
|
2781
2132
|
background: #ed4980;
|
|
2782
2133
|
color: #121212;
|
|
2783
2134
|
border-color: #ed4980;
|
|
@@ -2787,42 +2138,12 @@
|
|
|
2787
2138
|
color: #F48FB1;
|
|
2788
2139
|
border: 1px solid;
|
|
2789
2140
|
}
|
|
2790
|
-
.p-button.p-button-danger.p-button-
|
|
2791
|
-
background: rgba(244, 143, 177, 0.04);
|
|
2792
|
-
color: #F48FB1;
|
|
2793
|
-
border: 1px solid;
|
|
2794
|
-
}
|
|
2795
|
-
.p-button.p-button-danger.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-danger.p-button-outlinedbutton:enabled:active {
|
|
2796
|
-
background: rgba(244, 143, 177, 0.16);
|
|
2797
|
-
color: #F48FB1;
|
|
2798
|
-
border: 1px solid;
|
|
2799
|
-
}
|
|
2800
|
-
.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 {
|
|
2801
|
-
background: rgba(244, 143, 177, 0.04);
|
|
2802
|
-
color: #F48FB1;
|
|
2803
|
-
border: 1px solid;
|
|
2804
|
-
}
|
|
2805
|
-
.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 {
|
|
2806
|
-
background: rgba(244, 143, 177, 0.16);
|
|
2807
|
-
color: #F48FB1;
|
|
2808
|
-
border: 1px solid;
|
|
2809
|
-
}
|
|
2810
|
-
.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 {
|
|
2811
|
-
background: rgba(244, 143, 177, 0.04);
|
|
2812
|
-
color: #F48FB1;
|
|
2813
|
-
border: 1px solid;
|
|
2814
|
-
}
|
|
2815
|
-
.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 {
|
|
2816
|
-
background: rgba(244, 143, 177, 0.16);
|
|
2817
|
-
color: #F48FB1;
|
|
2818
|
-
border: 1px solid;
|
|
2819
|
-
}
|
|
2820
|
-
.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 {
|
|
2141
|
+
.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 {
|
|
2821
2142
|
background: rgba(244, 143, 177, 0.04);
|
|
2822
2143
|
color: #F48FB1;
|
|
2823
2144
|
border: 1px solid;
|
|
2824
2145
|
}
|
|
2825
|
-
.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 {
|
|
2146
|
+
.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 {
|
|
2826
2147
|
background: rgba(244, 143, 177, 0.16);
|
|
2827
2148
|
color: #F48FB1;
|
|
2828
2149
|
border: 1px solid;
|
|
@@ -2832,42 +2153,12 @@
|
|
|
2832
2153
|
color: #F48FB1;
|
|
2833
2154
|
border-color: transparent;
|
|
2834
2155
|
}
|
|
2835
|
-
.p-button.p-button-danger.p-button-
|
|
2836
|
-
background: rgba(244, 143, 177, 0.04);
|
|
2837
|
-
border-color: transparent;
|
|
2838
|
-
color: #F48FB1;
|
|
2839
|
-
}
|
|
2840
|
-
.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 {
|
|
2841
|
-
background: rgba(244, 143, 177, 0.16);
|
|
2842
|
-
border-color: transparent;
|
|
2843
|
-
color: #F48FB1;
|
|
2844
|
-
}
|
|
2845
|
-
.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 {
|
|
2846
|
-
background: rgba(244, 143, 177, 0.04);
|
|
2847
|
-
border-color: transparent;
|
|
2848
|
-
color: #F48FB1;
|
|
2849
|
-
}
|
|
2850
|
-
.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 {
|
|
2851
|
-
background: rgba(244, 143, 177, 0.16);
|
|
2852
|
-
border-color: transparent;
|
|
2853
|
-
color: #F48FB1;
|
|
2854
|
-
}
|
|
2855
|
-
.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 {
|
|
2856
|
-
background: rgba(244, 143, 177, 0.04);
|
|
2857
|
-
border-color: transparent;
|
|
2858
|
-
color: #F48FB1;
|
|
2859
|
-
}
|
|
2860
|
-
.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 {
|
|
2861
|
-
background: rgba(244, 143, 177, 0.16);
|
|
2862
|
-
border-color: transparent;
|
|
2863
|
-
color: #F48FB1;
|
|
2864
|
-
}
|
|
2865
|
-
.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 {
|
|
2156
|
+
.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 {
|
|
2866
2157
|
background: rgba(244, 143, 177, 0.04);
|
|
2867
2158
|
border-color: transparent;
|
|
2868
2159
|
color: #F48FB1;
|
|
2869
2160
|
}
|
|
2870
|
-
.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 {
|
|
2161
|
+
.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 {
|
|
2871
2162
|
background: rgba(244, 143, 177, 0.16);
|
|
2872
2163
|
border-color: transparent;
|
|
2873
2164
|
color: #F48FB1;
|
|
@@ -2878,74 +2169,20 @@
|
|
|
2878
2169
|
background: transparent;
|
|
2879
2170
|
border: transparent;
|
|
2880
2171
|
}
|
|
2881
|
-
.p-button.p-button-
|
|
2882
|
-
background: transparent;
|
|
2883
|
-
color: #64B5F6;
|
|
2884
|
-
border-color: transparent;
|
|
2885
|
-
}
|
|
2886
|
-
.p-button.p-button-linkbutton:enabled:hover .p-button-label {
|
|
2887
|
-
text-decoration: underline;
|
|
2888
|
-
}
|
|
2889
|
-
.p-button.p-button-linkbutton:enabled:focus {
|
|
2890
|
-
background: transparent;
|
|
2891
|
-
box-shadow: 0 0 0 0.1rem #93cbf9;
|
|
2892
|
-
border-color: transparent;
|
|
2893
|
-
}
|
|
2894
|
-
.p-button.p-button-linkbutton:enabled:active {
|
|
2895
|
-
background: transparent;
|
|
2896
|
-
color: #64B5F6;
|
|
2897
|
-
border-color: transparent;
|
|
2898
|
-
}
|
|
2899
|
-
.p-button.p-button-link:not(button):not(.p-disabled):hover {
|
|
2900
|
-
background: transparent;
|
|
2901
|
-
color: #64B5F6;
|
|
2902
|
-
border-color: transparent;
|
|
2903
|
-
}
|
|
2904
|
-
.p-button.p-button-link:not(button):not(.p-disabled):hover .p-button-label {
|
|
2905
|
-
text-decoration: underline;
|
|
2906
|
-
}
|
|
2907
|
-
.p-button.p-button-link:not(button):not(.p-disabled):focus {
|
|
2908
|
-
background: transparent;
|
|
2909
|
-
box-shadow: 0 0 0 0.1rem #93cbf9;
|
|
2910
|
-
border-color: transparent;
|
|
2911
|
-
}
|
|
2912
|
-
.p-button.p-button-link:not(button):not(.p-disabled):active {
|
|
2913
|
-
background: transparent;
|
|
2914
|
-
color: #64B5F6;
|
|
2915
|
-
border-color: transparent;
|
|
2916
|
-
}
|
|
2917
|
-
.p-button.p-button-linka:enabled:hover {
|
|
2918
|
-
background: transparent;
|
|
2919
|
-
color: #64B5F6;
|
|
2920
|
-
border-color: transparent;
|
|
2921
|
-
}
|
|
2922
|
-
.p-button.p-button-linka:enabled:hover .p-button-label {
|
|
2923
|
-
text-decoration: underline;
|
|
2924
|
-
}
|
|
2925
|
-
.p-button.p-button-linka:enabled:focus {
|
|
2926
|
-
background: transparent;
|
|
2927
|
-
box-shadow: 0 0 0 0.1rem #93cbf9;
|
|
2928
|
-
border-color: transparent;
|
|
2929
|
-
}
|
|
2930
|
-
.p-button.p-button-linka:enabled:active {
|
|
2931
|
-
background: transparent;
|
|
2932
|
-
color: #64B5F6;
|
|
2933
|
-
border-color: transparent;
|
|
2934
|
-
}
|
|
2935
|
-
.p-button.p-button-link:not(a):not(.p-disabled):hover {
|
|
2172
|
+
.p-button.p-button-link:enabled:hover, .p-button.p-button-link:not(button):not(a):not(.p-disabled):hover {
|
|
2936
2173
|
background: transparent;
|
|
2937
2174
|
color: #64B5F6;
|
|
2938
2175
|
border-color: transparent;
|
|
2939
2176
|
}
|
|
2940
|
-
.p-button.p-button-link:not(a):not(.p-disabled):hover .p-button-label {
|
|
2177
|
+
.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 {
|
|
2941
2178
|
text-decoration: underline;
|
|
2942
2179
|
}
|
|
2943
|
-
.p-button.p-button-link:not(a):not(.p-disabled):focus {
|
|
2180
|
+
.p-button.p-button-link:enabled:focus, .p-button.p-button-link:not(button):not(a):not(.p-disabled):focus {
|
|
2944
2181
|
background: transparent;
|
|
2945
2182
|
box-shadow: 0 0 0 0.1rem #93cbf9;
|
|
2946
2183
|
border-color: transparent;
|
|
2947
2184
|
}
|
|
2948
|
-
.p-button.p-button-link:not(a):not(.p-disabled):active {
|
|
2185
|
+
.p-button.p-button-link:enabled:active, .p-button.p-button-link:not(button):not(a):not(.p-disabled):active {
|
|
2949
2186
|
background: transparent;
|
|
2950
2187
|
color: #64B5F6;
|
|
2951
2188
|
border-color: transparent;
|
|
@@ -3185,6 +2422,9 @@
|
|
|
3185
2422
|
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
|
|
3186
2423
|
margin-right: 0.5rem;
|
|
3187
2424
|
}
|
|
2425
|
+
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
|
|
2426
|
+
font-weight: 600;
|
|
2427
|
+
}
|
|
3188
2428
|
.p-datatable .p-datatable-tbody > tr > td.p-highlight {
|
|
3189
2429
|
background: rgba(100, 181, 246, 0.16);
|
|
3190
2430
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -3199,7 +2439,7 @@
|
|
|
3199
2439
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
|
3200
2440
|
box-shadow: inset 0 -2px 0 0 rgba(100, 181, 246, 0.16);
|
|
3201
2441
|
}
|
|
3202
|
-
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
|
2442
|
+
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-datatable-emptymessage):hover {
|
|
3203
2443
|
background: rgba(255, 255, 255, 0.03);
|
|
3204
2444
|
color: rgba(255, 255, 255, 0.87);
|
|
3205
2445
|
}
|
|
@@ -3362,6 +2602,126 @@
|
|
|
3362
2602
|
border-bottom-right-radius: 3px;
|
|
3363
2603
|
}
|
|
3364
2604
|
|
|
2605
|
+
.p-column-filter-row .p-column-filter-menu-button,
|
|
2606
|
+
.p-column-filter-row .p-column-filter-clear-button {
|
|
2607
|
+
margin-left: 0.5rem;
|
|
2608
|
+
}
|
|
2609
|
+
|
|
2610
|
+
.p-column-filter-menu-button {
|
|
2611
|
+
width: 2rem;
|
|
2612
|
+
height: 2rem;
|
|
2613
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2614
|
+
border: 0 none;
|
|
2615
|
+
background: transparent;
|
|
2616
|
+
border-radius: 50%;
|
|
2617
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2618
|
+
}
|
|
2619
|
+
.p-column-filter-menu-button:hover {
|
|
2620
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2621
|
+
border-color: transparent;
|
|
2622
|
+
background: rgba(255, 255, 255, 0.03);
|
|
2623
|
+
}
|
|
2624
|
+
.p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
|
|
2625
|
+
background: rgba(255, 255, 255, 0.03);
|
|
2626
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2627
|
+
}
|
|
2628
|
+
.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
|
|
2629
|
+
background: rgba(100, 181, 246, 0.16);
|
|
2630
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2631
|
+
}
|
|
2632
|
+
.p-column-filter-menu-button:focus {
|
|
2633
|
+
outline: 0 none;
|
|
2634
|
+
outline-offset: 0;
|
|
2635
|
+
box-shadow: 0 0 0 1px #93cbf9;
|
|
2636
|
+
}
|
|
2637
|
+
|
|
2638
|
+
.p-column-filter-clear-button {
|
|
2639
|
+
width: 2rem;
|
|
2640
|
+
height: 2rem;
|
|
2641
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2642
|
+
border: 0 none;
|
|
2643
|
+
background: transparent;
|
|
2644
|
+
border-radius: 50%;
|
|
2645
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2646
|
+
}
|
|
2647
|
+
.p-column-filter-clear-button:hover {
|
|
2648
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2649
|
+
border-color: transparent;
|
|
2650
|
+
background: rgba(255, 255, 255, 0.03);
|
|
2651
|
+
}
|
|
2652
|
+
.p-column-filter-clear-button:focus {
|
|
2653
|
+
outline: 0 none;
|
|
2654
|
+
outline-offset: 0;
|
|
2655
|
+
box-shadow: 0 0 0 1px #93cbf9;
|
|
2656
|
+
}
|
|
2657
|
+
|
|
2658
|
+
.p-column-filter-overlay {
|
|
2659
|
+
background: #1f2d40;
|
|
2660
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2661
|
+
border: 1px solid #304562;
|
|
2662
|
+
border-radius: 3px;
|
|
2663
|
+
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
2664
|
+
min-width: 12.5rem;
|
|
2665
|
+
}
|
|
2666
|
+
.p-column-filter-overlay .p-column-filter-row-items {
|
|
2667
|
+
padding: 0.5rem 0;
|
|
2668
|
+
}
|
|
2669
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
|
|
2670
|
+
margin: 0;
|
|
2671
|
+
padding: 0.5rem 1rem;
|
|
2672
|
+
border: 0 none;
|
|
2673
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2674
|
+
background: transparent;
|
|
2675
|
+
transition: box-shadow 0.2s;
|
|
2676
|
+
border-radius: 0;
|
|
2677
|
+
}
|
|
2678
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
|
|
2679
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2680
|
+
background: rgba(100, 181, 246, 0.16);
|
|
2681
|
+
}
|
|
2682
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
|
|
2683
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2684
|
+
background: rgba(255, 255, 255, 0.03);
|
|
2685
|
+
}
|
|
2686
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
|
|
2687
|
+
outline: 0 none;
|
|
2688
|
+
outline-offset: 0;
|
|
2689
|
+
box-shadow: inset 0 0 0 1px #93cbf9;
|
|
2690
|
+
}
|
|
2691
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
|
|
2692
|
+
border-top: 1px solid #304562;
|
|
2693
|
+
margin: 0.25rem 0;
|
|
2694
|
+
}
|
|
2695
|
+
|
|
2696
|
+
.p-column-filter-overlay-menu .p-column-filter-operator {
|
|
2697
|
+
padding: 0.5rem 1rem;
|
|
2698
|
+
border-bottom: 0 none;
|
|
2699
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2700
|
+
background: #1f2d40;
|
|
2701
|
+
margin: 0;
|
|
2702
|
+
border-top-right-radius: 3px;
|
|
2703
|
+
border-top-left-radius: 3px;
|
|
2704
|
+
}
|
|
2705
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint {
|
|
2706
|
+
padding: 1rem;
|
|
2707
|
+
border-bottom: 1px solid #304562;
|
|
2708
|
+
}
|
|
2709
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
|
|
2710
|
+
margin-bottom: 0.5rem;
|
|
2711
|
+
}
|
|
2712
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
|
|
2713
|
+
margin-top: 0.5rem;
|
|
2714
|
+
}
|
|
2715
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
|
|
2716
|
+
border-bottom: 0 none;
|
|
2717
|
+
}
|
|
2718
|
+
.p-column-filter-overlay-menu .p-column-filter-add-rule {
|
|
2719
|
+
padding: 0.5rem 1rem;
|
|
2720
|
+
}
|
|
2721
|
+
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
|
|
2722
|
+
padding: 1rem;
|
|
2723
|
+
}
|
|
2724
|
+
|
|
3365
2725
|
.fc {
|
|
3366
2726
|
/* FullCalendar 4 */
|
|
3367
2727
|
/* FullCalendar 5 */
|
|
@@ -3424,7 +2784,7 @@
|
|
|
3424
2784
|
font-size: 1rem;
|
|
3425
2785
|
}
|
|
3426
2786
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
3427
|
-
content: "
|
|
2787
|
+
content: "\e900";
|
|
3428
2788
|
}
|
|
3429
2789
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
3430
2790
|
font-family: "PrimeIcons" !important;
|
|
@@ -3432,7 +2792,7 @@
|
|
|
3432
2792
|
font-size: 1rem;
|
|
3433
2793
|
}
|
|
3434
2794
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
3435
|
-
content: "
|
|
2795
|
+
content: "\e901";
|
|
3436
2796
|
}
|
|
3437
2797
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
3438
2798
|
outline: 0 none;
|
|
@@ -3519,7 +2879,7 @@
|
|
|
3519
2879
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
3520
2880
|
}
|
|
3521
2881
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
|
3522
|
-
content: "
|
|
2882
|
+
content: "\e90b";
|
|
3523
2883
|
}
|
|
3524
2884
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
|
3525
2885
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -3592,7 +2952,7 @@
|
|
|
3592
2952
|
font-size: 1rem;
|
|
3593
2953
|
}
|
|
3594
2954
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
3595
|
-
content: "
|
|
2955
|
+
content: "\e900";
|
|
3596
2956
|
}
|
|
3597
2957
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
3598
2958
|
font-family: "PrimeIcons" !important;
|
|
@@ -3600,7 +2960,7 @@
|
|
|
3600
2960
|
font-size: 1rem;
|
|
3601
2961
|
}
|
|
3602
2962
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
3603
|
-
content: "
|
|
2963
|
+
content: "\e901";
|
|
3604
2964
|
}
|
|
3605
2965
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
3606
2966
|
outline: 0 none;
|
|
@@ -3791,6 +3151,13 @@
|
|
|
3791
3151
|
.p-paginator .p-dropdown .p-dropdown-label {
|
|
3792
3152
|
padding-right: 0;
|
|
3793
3153
|
}
|
|
3154
|
+
.p-paginator .p-paginator-page-input {
|
|
3155
|
+
margin-left: 0.5rem;
|
|
3156
|
+
margin-right: 0.5rem;
|
|
3157
|
+
}
|
|
3158
|
+
.p-paginator .p-paginator-page-input .p-inputtext {
|
|
3159
|
+
max-width: 2.286em;
|
|
3160
|
+
}
|
|
3794
3161
|
.p-paginator .p-paginator-current {
|
|
3795
3162
|
background-color: transparent;
|
|
3796
3163
|
border: 0 none;
|
|
@@ -3883,16 +3250,16 @@
|
|
|
3883
3250
|
margin-right: 0;
|
|
3884
3251
|
}
|
|
3885
3252
|
.p-picklist .p-picklist-transfer-buttons .pi-angle-right:before {
|
|
3886
|
-
content: "
|
|
3253
|
+
content: "\e930";
|
|
3887
3254
|
}
|
|
3888
3255
|
.p-picklist .p-picklist-transfer-buttons .pi-angle-double-right:before {
|
|
3889
|
-
content: "
|
|
3256
|
+
content: "\e92c";
|
|
3890
3257
|
}
|
|
3891
3258
|
.p-picklist .p-picklist-transfer-buttons .pi-angle-left:before {
|
|
3892
|
-
content: "
|
|
3259
|
+
content: "\e933";
|
|
3893
3260
|
}
|
|
3894
3261
|
.p-picklist .p-picklist-transfer-buttons .pi-angle-double-left:before {
|
|
3895
|
-
content: "
|
|
3262
|
+
content: "\e92f";
|
|
3896
3263
|
}
|
|
3897
3264
|
}
|
|
3898
3265
|
.p-tree {
|
|
@@ -4455,7 +3822,7 @@
|
|
|
4455
3822
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
|
4456
3823
|
outline: 0 none;
|
|
4457
3824
|
outline-offset: 0;
|
|
4458
|
-
box-shadow: 0 0 0 1px #93cbf9;
|
|
3825
|
+
box-shadow: inset 0 0 0 1px #93cbf9;
|
|
4459
3826
|
}
|
|
4460
3827
|
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
|
4461
3828
|
background: #1f2d40;
|
|
@@ -4467,6 +3834,18 @@
|
|
|
4467
3834
|
border-color: #64B5F6;
|
|
4468
3835
|
color: #64B5F6;
|
|
4469
3836
|
}
|
|
3837
|
+
.p-tabview .p-tabview-nav-btn.p-link {
|
|
3838
|
+
background: #1f2d40;
|
|
3839
|
+
color: #64B5F6;
|
|
3840
|
+
width: 2.357rem;
|
|
3841
|
+
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
3842
|
+
border-radius: 0;
|
|
3843
|
+
}
|
|
3844
|
+
.p-tabview .p-tabview-nav-btn.p-link:focus {
|
|
3845
|
+
outline: 0 none;
|
|
3846
|
+
outline-offset: 0;
|
|
3847
|
+
box-shadow: inset 0 0 0 1px #93cbf9;
|
|
3848
|
+
}
|
|
4470
3849
|
.p-tabview .p-tabview-panels {
|
|
4471
3850
|
background: #1f2d40;
|
|
4472
3851
|
padding: 1rem;
|
|
@@ -4595,10 +3974,6 @@
|
|
|
4595
3974
|
margin-left: 1rem;
|
|
4596
3975
|
}
|
|
4597
3976
|
|
|
4598
|
-
.p-dialog-mask.p-component-overlay {
|
|
4599
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
4600
|
-
}
|
|
4601
|
-
|
|
4602
3977
|
.p-overlaypanel {
|
|
4603
3978
|
background: #1f2d40;
|
|
4604
3979
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -4679,10 +4054,6 @@
|
|
|
4679
4054
|
padding: 1rem;
|
|
4680
4055
|
}
|
|
4681
4056
|
|
|
4682
|
-
.p-sidebar-mask.p-component-overlay {
|
|
4683
|
-
background: rgba(0, 0, 0, 0.4);
|
|
4684
|
-
}
|
|
4685
|
-
|
|
4686
4057
|
.p-tooltip .p-tooltip-text {
|
|
4687
4058
|
background: #304562;
|
|
4688
4059
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -4870,6 +4241,26 @@
|
|
|
4870
4241
|
margin: 1.5rem 0;
|
|
4871
4242
|
}
|
|
4872
4243
|
|
|
4244
|
+
@media screen and (max-width: 960px) {
|
|
4245
|
+
.p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
|
|
4246
|
+
overflow-x: auto;
|
|
4247
|
+
width: 100%;
|
|
4248
|
+
}
|
|
4249
|
+
.p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
|
|
4250
|
+
margin: 0 auto;
|
|
4251
|
+
}
|
|
4252
|
+
.p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container {
|
|
4253
|
+
overflow-y: auto;
|
|
4254
|
+
height: 100%;
|
|
4255
|
+
}
|
|
4256
|
+
.p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
|
|
4257
|
+
margin: auto 0;
|
|
4258
|
+
}
|
|
4259
|
+
.p-dock .p-dock-list .p-dock-item {
|
|
4260
|
+
transform: none;
|
|
4261
|
+
margin: 0;
|
|
4262
|
+
}
|
|
4263
|
+
}
|
|
4873
4264
|
.p-megamenu {
|
|
4874
4265
|
padding: 0.5rem;
|
|
4875
4266
|
background: #1f2d40;
|
|
@@ -5564,7 +4955,7 @@
|
|
|
5564
4955
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
|
|
5565
4956
|
outline: 0 none;
|
|
5566
4957
|
outline-offset: 0;
|
|
5567
|
-
box-shadow: 0 0 0 1px #93cbf9;
|
|
4958
|
+
box-shadow: inset 0 0 0 1px #93cbf9;
|
|
5568
4959
|
}
|
|
5569
4960
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
|
|
5570
4961
|
background: #1f2d40;
|
|
@@ -5960,8 +5351,46 @@
|
|
|
5960
5351
|
box-shadow: 0 0 0 1px #93cbf9;
|
|
5961
5352
|
}
|
|
5962
5353
|
|
|
5963
|
-
.p-galleria-mask
|
|
5964
|
-
|
|
5354
|
+
.p-galleria-mask {
|
|
5355
|
+
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5356
|
+
}
|
|
5357
|
+
|
|
5358
|
+
.p-image-mask {
|
|
5359
|
+
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5360
|
+
}
|
|
5361
|
+
|
|
5362
|
+
.p-image-preview-indicator {
|
|
5363
|
+
background-color: transparent;
|
|
5364
|
+
color: #f8f9fa;
|
|
5365
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5366
|
+
}
|
|
5367
|
+
|
|
5368
|
+
.p-image-preview-container:hover > .p-image-preview-indicator {
|
|
5369
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
5370
|
+
}
|
|
5371
|
+
|
|
5372
|
+
.p-image-toolbar {
|
|
5373
|
+
padding: 1rem;
|
|
5374
|
+
}
|
|
5375
|
+
|
|
5376
|
+
.p-image-action.p-link {
|
|
5377
|
+
color: #f8f9fa;
|
|
5378
|
+
background-color: transparent;
|
|
5379
|
+
width: 3rem;
|
|
5380
|
+
height: 3rem;
|
|
5381
|
+
border-radius: 50%;
|
|
5382
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5383
|
+
margin-right: 0.5rem;
|
|
5384
|
+
}
|
|
5385
|
+
.p-image-action.p-link:last-child {
|
|
5386
|
+
margin-right: 0;
|
|
5387
|
+
}
|
|
5388
|
+
.p-image-action.p-link:hover {
|
|
5389
|
+
color: #f8f9fa;
|
|
5390
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
5391
|
+
}
|
|
5392
|
+
.p-image-action.p-link i {
|
|
5393
|
+
font-size: 1.5rem;
|
|
5965
5394
|
}
|
|
5966
5395
|
|
|
5967
5396
|
.p-avatar {
|
|
@@ -6117,10 +5546,6 @@
|
|
|
6117
5546
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
6118
5547
|
}
|
|
6119
5548
|
|
|
6120
|
-
.p-blockui.p-component-overlay {
|
|
6121
|
-
background: rgba(0, 0, 0, 0.4);
|
|
6122
|
-
}
|
|
6123
|
-
|
|
6124
5549
|
.p-badge {
|
|
6125
5550
|
background: #64B5F6;
|
|
6126
5551
|
color: #212529;
|