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: #191919;
|
|
4
3
|
--surface-b: #191919;
|
|
@@ -41,6 +40,8 @@
|
|
|
41
40
|
--surface-overlay:#323232;
|
|
42
41
|
--surface-border:#4b4b4b;
|
|
43
42
|
--surface-hover:#4c4c4c;
|
|
43
|
+
--maskbg: rgba(0, 0, 0, 0.4);
|
|
44
|
+
--focus-ring: 0 0 0 0.1rem white;
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
* {
|
|
@@ -85,6 +86,31 @@
|
|
|
85
86
|
box-shadow: 0 0 0 0.1rem white;
|
|
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:#f3f8fc;
|
|
90
116
|
--blue-100:#c6dcef;
|
|
@@ -455,10 +481,6 @@
|
|
|
455
481
|
box-shadow: 0 0 0 0.1rem white;
|
|
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;
|
|
@@ -728,6 +750,7 @@
|
|
|
728
750
|
}
|
|
729
751
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
|
|
730
752
|
padding-right: 1.429rem;
|
|
753
|
+
margin-right: 1.429rem;
|
|
731
754
|
}
|
|
732
755
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
|
|
733
756
|
right: 0.429rem;
|
|
@@ -1710,42 +1733,12 @@
|
|
|
1710
1733
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
1711
1734
|
border-radius: 3px;
|
|
1712
1735
|
}
|
|
1713
|
-
.p-
|
|
1714
|
-
background: #FFD54F;
|
|
1715
|
-
color: #212529;
|
|
1716
|
-
border-color: #FFD54F;
|
|
1717
|
-
}
|
|
1718
|
-
.p-buttonbutton:enabled:active {
|
|
1719
|
-
background: #FFCA28;
|
|
1720
|
-
color: #212529;
|
|
1721
|
-
border-color: #FFCA28;
|
|
1722
|
-
}
|
|
1723
|
-
.p-button:not(button):not(.p-disabled):hover {
|
|
1724
|
-
background: #FFD54F;
|
|
1725
|
-
color: #212529;
|
|
1726
|
-
border-color: #FFD54F;
|
|
1727
|
-
}
|
|
1728
|
-
.p-button:not(button):not(.p-disabled):active {
|
|
1729
|
-
background: #FFCA28;
|
|
1730
|
-
color: #212529;
|
|
1731
|
-
border-color: #FFCA28;
|
|
1732
|
-
}
|
|
1733
|
-
.p-buttona:enabled:hover {
|
|
1734
|
-
background: #FFD54F;
|
|
1735
|
-
color: #212529;
|
|
1736
|
-
border-color: #FFD54F;
|
|
1737
|
-
}
|
|
1738
|
-
.p-buttona:enabled:active {
|
|
1739
|
-
background: #FFCA28;
|
|
1740
|
-
color: #212529;
|
|
1741
|
-
border-color: #FFCA28;
|
|
1742
|
-
}
|
|
1743
|
-
.p-button:not(a):not(.p-disabled):hover {
|
|
1736
|
+
.p-button:enabled:hover, .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
1744
1737
|
background: #FFD54F;
|
|
1745
1738
|
color: #212529;
|
|
1746
1739
|
border-color: #FFD54F;
|
|
1747
1740
|
}
|
|
1748
|
-
.p-button:not(a):not(.p-disabled):active {
|
|
1741
|
+
.p-button:enabled:active, .p-button:not(button):not(a):not(.p-disabled):active {
|
|
1749
1742
|
background: #FFCA28;
|
|
1750
1743
|
color: #212529;
|
|
1751
1744
|
border-color: #FFCA28;
|
|
@@ -1755,42 +1748,12 @@
|
|
|
1755
1748
|
color: #FFE082;
|
|
1756
1749
|
border: 1px solid;
|
|
1757
1750
|
}
|
|
1758
|
-
.p-button.p-button-
|
|
1759
|
-
background: rgba(255, 224, 130, 0.04);
|
|
1760
|
-
color: #FFE082;
|
|
1761
|
-
border: 1px solid;
|
|
1762
|
-
}
|
|
1763
|
-
.p-button.p-button-outlinedbutton:enabled:active {
|
|
1764
|
-
background: rgba(255, 224, 130, 0.16);
|
|
1765
|
-
color: #FFE082;
|
|
1766
|
-
border: 1px solid;
|
|
1767
|
-
}
|
|
1768
|
-
.p-button.p-button-outlined:not(button):not(.p-disabled):hover {
|
|
1769
|
-
background: rgba(255, 224, 130, 0.04);
|
|
1770
|
-
color: #FFE082;
|
|
1771
|
-
border: 1px solid;
|
|
1772
|
-
}
|
|
1773
|
-
.p-button.p-button-outlined:not(button):not(.p-disabled):active {
|
|
1774
|
-
background: rgba(255, 224, 130, 0.16);
|
|
1775
|
-
color: #FFE082;
|
|
1776
|
-
border: 1px solid;
|
|
1777
|
-
}
|
|
1778
|
-
.p-button.p-button-outlineda:enabled:hover {
|
|
1779
|
-
background: rgba(255, 224, 130, 0.04);
|
|
1780
|
-
color: #FFE082;
|
|
1781
|
-
border: 1px solid;
|
|
1782
|
-
}
|
|
1783
|
-
.p-button.p-button-outlineda:enabled:active {
|
|
1784
|
-
background: rgba(255, 224, 130, 0.16);
|
|
1785
|
-
color: #FFE082;
|
|
1786
|
-
border: 1px solid;
|
|
1787
|
-
}
|
|
1788
|
-
.p-button.p-button-outlined:not(a):not(.p-disabled):hover {
|
|
1751
|
+
.p-button.p-button-outlined:enabled:hover, .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
|
|
1789
1752
|
background: rgba(255, 224, 130, 0.04);
|
|
1790
1753
|
color: #FFE082;
|
|
1791
1754
|
border: 1px solid;
|
|
1792
1755
|
}
|
|
1793
|
-
.p-button.p-button-outlined:not(a):not(.p-disabled):active {
|
|
1756
|
+
.p-button.p-button-outlined:enabled:active, .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active {
|
|
1794
1757
|
background: rgba(255, 224, 130, 0.16);
|
|
1795
1758
|
color: #FFE082;
|
|
1796
1759
|
border: 1px solid;
|
|
@@ -1799,35 +1762,11 @@
|
|
|
1799
1762
|
color: #888888;
|
|
1800
1763
|
border-color: #888888;
|
|
1801
1764
|
}
|
|
1802
|
-
.p-button.p-button-outlined.p-button-
|
|
1803
|
-
background: #4c4c4c;
|
|
1804
|
-
color: #888888;
|
|
1805
|
-
}
|
|
1806
|
-
.p-button.p-button-outlined.p-button-plainbutton:enabled:active {
|
|
1807
|
-
background: #3c3c3c;
|
|
1808
|
-
color: #888888;
|
|
1809
|
-
}
|
|
1810
|
-
.p-button.p-button-outlined.p-button-plain:not(button):not(.p-disabled):hover {
|
|
1811
|
-
background: #4c4c4c;
|
|
1812
|
-
color: #888888;
|
|
1813
|
-
}
|
|
1814
|
-
.p-button.p-button-outlined.p-button-plain:not(button):not(.p-disabled):active {
|
|
1815
|
-
background: #3c3c3c;
|
|
1816
|
-
color: #888888;
|
|
1817
|
-
}
|
|
1818
|
-
.p-button.p-button-outlined.p-button-plaina:enabled:hover {
|
|
1819
|
-
background: #4c4c4c;
|
|
1820
|
-
color: #888888;
|
|
1821
|
-
}
|
|
1822
|
-
.p-button.p-button-outlined.p-button-plaina:enabled:active {
|
|
1823
|
-
background: #3c3c3c;
|
|
1824
|
-
color: #888888;
|
|
1825
|
-
}
|
|
1826
|
-
.p-button.p-button-outlined.p-button-plain:not(a):not(.p-disabled):hover {
|
|
1765
|
+
.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 {
|
|
1827
1766
|
background: #4c4c4c;
|
|
1828
1767
|
color: #888888;
|
|
1829
1768
|
}
|
|
1830
|
-
.p-button.p-button-outlined.p-button-plain:not(a):not(.p-disabled):active {
|
|
1769
|
+
.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 {
|
|
1831
1770
|
background: #3c3c3c;
|
|
1832
1771
|
color: #888888;
|
|
1833
1772
|
}
|
|
@@ -1836,42 +1775,12 @@
|
|
|
1836
1775
|
color: #FFE082;
|
|
1837
1776
|
border-color: transparent;
|
|
1838
1777
|
}
|
|
1839
|
-
.p-button.p-button-
|
|
1840
|
-
background: rgba(255, 224, 130, 0.04);
|
|
1841
|
-
color: #FFE082;
|
|
1842
|
-
border-color: transparent;
|
|
1843
|
-
}
|
|
1844
|
-
.p-button.p-button-textbutton:enabled:active {
|
|
1845
|
-
background: rgba(255, 224, 130, 0.16);
|
|
1846
|
-
color: #FFE082;
|
|
1847
|
-
border-color: transparent;
|
|
1848
|
-
}
|
|
1849
|
-
.p-button.p-button-text:not(button):not(.p-disabled):hover {
|
|
1850
|
-
background: rgba(255, 224, 130, 0.04);
|
|
1851
|
-
color: #FFE082;
|
|
1852
|
-
border-color: transparent;
|
|
1853
|
-
}
|
|
1854
|
-
.p-button.p-button-text:not(button):not(.p-disabled):active {
|
|
1855
|
-
background: rgba(255, 224, 130, 0.16);
|
|
1856
|
-
color: #FFE082;
|
|
1857
|
-
border-color: transparent;
|
|
1858
|
-
}
|
|
1859
|
-
.p-button.p-button-texta:enabled:hover {
|
|
1860
|
-
background: rgba(255, 224, 130, 0.04);
|
|
1861
|
-
color: #FFE082;
|
|
1862
|
-
border-color: transparent;
|
|
1863
|
-
}
|
|
1864
|
-
.p-button.p-button-texta:enabled:active {
|
|
1865
|
-
background: rgba(255, 224, 130, 0.16);
|
|
1866
|
-
color: #FFE082;
|
|
1867
|
-
border-color: transparent;
|
|
1868
|
-
}
|
|
1869
|
-
.p-button.p-button-text:not(a):not(.p-disabled):hover {
|
|
1778
|
+
.p-button.p-button-text:enabled:hover, .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover {
|
|
1870
1779
|
background: rgba(255, 224, 130, 0.04);
|
|
1871
1780
|
color: #FFE082;
|
|
1872
1781
|
border-color: transparent;
|
|
1873
1782
|
}
|
|
1874
|
-
.p-button.p-button-text:not(a):not(.p-disabled):active {
|
|
1783
|
+
.p-button.p-button-text:enabled:active, .p-button.p-button-text:not(button):not(a):not(.p-disabled):active {
|
|
1875
1784
|
background: rgba(255, 224, 130, 0.16);
|
|
1876
1785
|
color: #FFE082;
|
|
1877
1786
|
border-color: transparent;
|
|
@@ -1879,35 +1788,11 @@
|
|
|
1879
1788
|
.p-button.p-button-text.p-button-plain {
|
|
1880
1789
|
color: #888888;
|
|
1881
1790
|
}
|
|
1882
|
-
.p-button.p-button-text.p-button-
|
|
1883
|
-
background: #4c4c4c;
|
|
1884
|
-
color: #888888;
|
|
1885
|
-
}
|
|
1886
|
-
.p-button.p-button-text.p-button-plainbutton:enabled:active {
|
|
1887
|
-
background: #3c3c3c;
|
|
1888
|
-
color: #888888;
|
|
1889
|
-
}
|
|
1890
|
-
.p-button.p-button-text.p-button-plain:not(button):not(.p-disabled):hover {
|
|
1891
|
-
background: #4c4c4c;
|
|
1892
|
-
color: #888888;
|
|
1893
|
-
}
|
|
1894
|
-
.p-button.p-button-text.p-button-plain:not(button):not(.p-disabled):active {
|
|
1895
|
-
background: #3c3c3c;
|
|
1896
|
-
color: #888888;
|
|
1897
|
-
}
|
|
1898
|
-
.p-button.p-button-text.p-button-plaina:enabled:hover {
|
|
1899
|
-
background: #4c4c4c;
|
|
1900
|
-
color: #888888;
|
|
1901
|
-
}
|
|
1902
|
-
.p-button.p-button-text.p-button-plaina:enabled:active {
|
|
1903
|
-
background: #3c3c3c;
|
|
1904
|
-
color: #888888;
|
|
1905
|
-
}
|
|
1906
|
-
.p-button.p-button-text.p-button-plain:not(a):not(.p-disabled):hover {
|
|
1791
|
+
.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 {
|
|
1907
1792
|
background: #4c4c4c;
|
|
1908
1793
|
color: #888888;
|
|
1909
1794
|
}
|
|
1910
|
-
.p-button.p-button-text.p-button-plain:not(a):not(.p-disabled):active {
|
|
1795
|
+
.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 {
|
|
1911
1796
|
background: #3c3c3c;
|
|
1912
1797
|
color: #888888;
|
|
1913
1798
|
}
|
|
@@ -2002,54 +1887,15 @@
|
|
|
2002
1887
|
background: #B0BEC5;
|
|
2003
1888
|
border: 1px solid #B0BEC5;
|
|
2004
1889
|
}
|
|
2005
|
-
.p-button.p-button-
|
|
2006
|
-
background: #90A4AE;
|
|
2007
|
-
color: #121212;
|
|
2008
|
-
border-color: #90A4AE;
|
|
2009
|
-
}
|
|
2010
|
-
.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 {
|
|
2011
|
-
box-shadow: 0 0 0 0.1rem #CFD8DC;
|
|
2012
|
-
}
|
|
2013
|
-
.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 {
|
|
2014
|
-
background: #78909C;
|
|
2015
|
-
color: #121212;
|
|
2016
|
-
border-color: #78909C;
|
|
2017
|
-
}
|
|
2018
|
-
.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 {
|
|
2019
|
-
background: #90A4AE;
|
|
2020
|
-
color: #121212;
|
|
2021
|
-
border-color: #90A4AE;
|
|
2022
|
-
}
|
|
2023
|
-
.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 {
|
|
2024
|
-
box-shadow: 0 0 0 0.1rem #CFD8DC;
|
|
2025
|
-
}
|
|
2026
|
-
.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 {
|
|
2027
|
-
background: #78909C;
|
|
2028
|
-
color: #121212;
|
|
2029
|
-
border-color: #78909C;
|
|
2030
|
-
}
|
|
2031
|
-
.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 {
|
|
2032
|
-
background: #90A4AE;
|
|
2033
|
-
color: #121212;
|
|
2034
|
-
border-color: #90A4AE;
|
|
2035
|
-
}
|
|
2036
|
-
.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 {
|
|
2037
|
-
box-shadow: 0 0 0 0.1rem #CFD8DC;
|
|
2038
|
-
}
|
|
2039
|
-
.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 {
|
|
2040
|
-
background: #78909C;
|
|
2041
|
-
color: #121212;
|
|
2042
|
-
border-color: #78909C;
|
|
2043
|
-
}
|
|
2044
|
-
.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 {
|
|
1890
|
+
.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 {
|
|
2045
1891
|
background: #90A4AE;
|
|
2046
1892
|
color: #121212;
|
|
2047
1893
|
border-color: #90A4AE;
|
|
2048
1894
|
}
|
|
2049
|
-
.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 {
|
|
1895
|
+
.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 {
|
|
2050
1896
|
box-shadow: 0 0 0 0.1rem #CFD8DC;
|
|
2051
1897
|
}
|
|
2052
|
-
.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 {
|
|
1898
|
+
.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 {
|
|
2053
1899
|
background: #78909C;
|
|
2054
1900
|
color: #121212;
|
|
2055
1901
|
border-color: #78909C;
|
|
@@ -2059,42 +1905,12 @@
|
|
|
2059
1905
|
color: #B0BEC5;
|
|
2060
1906
|
border: 1px solid;
|
|
2061
1907
|
}
|
|
2062
|
-
.p-button.p-button-secondary.p-button-
|
|
2063
|
-
background: rgba(176, 190, 197, 0.04);
|
|
2064
|
-
color: #B0BEC5;
|
|
2065
|
-
border: 1px solid;
|
|
2066
|
-
}
|
|
2067
|
-
.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 {
|
|
2068
|
-
background: rgba(176, 190, 197, 0.16);
|
|
2069
|
-
color: #B0BEC5;
|
|
2070
|
-
border: 1px solid;
|
|
2071
|
-
}
|
|
2072
|
-
.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 {
|
|
2073
|
-
background: rgba(176, 190, 197, 0.04);
|
|
2074
|
-
color: #B0BEC5;
|
|
2075
|
-
border: 1px solid;
|
|
2076
|
-
}
|
|
2077
|
-
.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 {
|
|
2078
|
-
background: rgba(176, 190, 197, 0.16);
|
|
2079
|
-
color: #B0BEC5;
|
|
2080
|
-
border: 1px solid;
|
|
2081
|
-
}
|
|
2082
|
-
.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 {
|
|
2083
|
-
background: rgba(176, 190, 197, 0.04);
|
|
2084
|
-
color: #B0BEC5;
|
|
2085
|
-
border: 1px solid;
|
|
2086
|
-
}
|
|
2087
|
-
.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 {
|
|
2088
|
-
background: rgba(176, 190, 197, 0.16);
|
|
2089
|
-
color: #B0BEC5;
|
|
2090
|
-
border: 1px solid;
|
|
2091
|
-
}
|
|
2092
|
-
.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 {
|
|
1908
|
+
.p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-button.p-button-secondary.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-outlined:enabled:hover, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
|
|
2093
1909
|
background: rgba(176, 190, 197, 0.04);
|
|
2094
1910
|
color: #B0BEC5;
|
|
2095
1911
|
border: 1px solid;
|
|
2096
1912
|
}
|
|
2097
|
-
.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 {
|
|
1913
|
+
.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 {
|
|
2098
1914
|
background: rgba(176, 190, 197, 0.16);
|
|
2099
1915
|
color: #B0BEC5;
|
|
2100
1916
|
border: 1px solid;
|
|
@@ -2104,42 +1920,12 @@
|
|
|
2104
1920
|
color: #B0BEC5;
|
|
2105
1921
|
border-color: transparent;
|
|
2106
1922
|
}
|
|
2107
|
-
.p-button.p-button-secondary.p-button-
|
|
2108
|
-
background: rgba(176, 190, 197, 0.04);
|
|
2109
|
-
border-color: transparent;
|
|
2110
|
-
color: #B0BEC5;
|
|
2111
|
-
}
|
|
2112
|
-
.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 {
|
|
2113
|
-
background: rgba(176, 190, 197, 0.16);
|
|
2114
|
-
border-color: transparent;
|
|
2115
|
-
color: #B0BEC5;
|
|
2116
|
-
}
|
|
2117
|
-
.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 {
|
|
2118
|
-
background: rgba(176, 190, 197, 0.04);
|
|
2119
|
-
border-color: transparent;
|
|
2120
|
-
color: #B0BEC5;
|
|
2121
|
-
}
|
|
2122
|
-
.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 {
|
|
2123
|
-
background: rgba(176, 190, 197, 0.16);
|
|
2124
|
-
border-color: transparent;
|
|
2125
|
-
color: #B0BEC5;
|
|
2126
|
-
}
|
|
2127
|
-
.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 {
|
|
2128
|
-
background: rgba(176, 190, 197, 0.04);
|
|
2129
|
-
border-color: transparent;
|
|
2130
|
-
color: #B0BEC5;
|
|
2131
|
-
}
|
|
2132
|
-
.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 {
|
|
2133
|
-
background: rgba(176, 190, 197, 0.16);
|
|
2134
|
-
border-color: transparent;
|
|
2135
|
-
color: #B0BEC5;
|
|
2136
|
-
}
|
|
2137
|
-
.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 {
|
|
1923
|
+
.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 {
|
|
2138
1924
|
background: rgba(176, 190, 197, 0.04);
|
|
2139
1925
|
border-color: transparent;
|
|
2140
1926
|
color: #B0BEC5;
|
|
2141
1927
|
}
|
|
2142
|
-
.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 {
|
|
1928
|
+
.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 {
|
|
2143
1929
|
background: rgba(176, 190, 197, 0.16);
|
|
2144
1930
|
border-color: transparent;
|
|
2145
1931
|
color: #B0BEC5;
|
|
@@ -2150,54 +1936,15 @@
|
|
|
2150
1936
|
background: #4FC3F7;
|
|
2151
1937
|
border: 1px solid #4FC3F7;
|
|
2152
1938
|
}
|
|
2153
|
-
.p-button.p-button-
|
|
2154
|
-
background: #29B6F6;
|
|
2155
|
-
color: #212529;
|
|
2156
|
-
border-color: #29B6F6;
|
|
2157
|
-
}
|
|
2158
|
-
.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 {
|
|
2159
|
-
box-shadow: 0 0 0 0.1rem #E1F5FE;
|
|
2160
|
-
}
|
|
2161
|
-
.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 {
|
|
2162
|
-
background: #03A9F4;
|
|
2163
|
-
color: #212529;
|
|
2164
|
-
border-color: #03A9F4;
|
|
2165
|
-
}
|
|
2166
|
-
.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 {
|
|
2167
|
-
background: #29B6F6;
|
|
2168
|
-
color: #212529;
|
|
2169
|
-
border-color: #29B6F6;
|
|
2170
|
-
}
|
|
2171
|
-
.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 {
|
|
2172
|
-
box-shadow: 0 0 0 0.1rem #E1F5FE;
|
|
2173
|
-
}
|
|
2174
|
-
.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 {
|
|
2175
|
-
background: #03A9F4;
|
|
2176
|
-
color: #212529;
|
|
2177
|
-
border-color: #03A9F4;
|
|
2178
|
-
}
|
|
2179
|
-
.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 {
|
|
2180
|
-
background: #29B6F6;
|
|
2181
|
-
color: #212529;
|
|
2182
|
-
border-color: #29B6F6;
|
|
2183
|
-
}
|
|
2184
|
-
.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 {
|
|
2185
|
-
box-shadow: 0 0 0 0.1rem #E1F5FE;
|
|
2186
|
-
}
|
|
2187
|
-
.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 {
|
|
2188
|
-
background: #03A9F4;
|
|
2189
|
-
color: #212529;
|
|
2190
|
-
border-color: #03A9F4;
|
|
2191
|
-
}
|
|
2192
|
-
.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 {
|
|
1939
|
+
.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 {
|
|
2193
1940
|
background: #29B6F6;
|
|
2194
1941
|
color: #212529;
|
|
2195
1942
|
border-color: #29B6F6;
|
|
2196
1943
|
}
|
|
2197
|
-
.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 {
|
|
1944
|
+
.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 {
|
|
2198
1945
|
box-shadow: 0 0 0 0.1rem #E1F5FE;
|
|
2199
1946
|
}
|
|
2200
|
-
.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 {
|
|
1947
|
+
.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 {
|
|
2201
1948
|
background: #03A9F4;
|
|
2202
1949
|
color: #212529;
|
|
2203
1950
|
border-color: #03A9F4;
|
|
@@ -2207,42 +1954,12 @@
|
|
|
2207
1954
|
color: #4FC3F7;
|
|
2208
1955
|
border: 1px solid;
|
|
2209
1956
|
}
|
|
2210
|
-
.p-button.p-button-info.p-button-
|
|
2211
|
-
background: rgba(79, 195, 247, 0.04);
|
|
2212
|
-
color: #4FC3F7;
|
|
2213
|
-
border: 1px solid;
|
|
2214
|
-
}
|
|
2215
|
-
.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 {
|
|
2216
|
-
background: rgba(79, 195, 247, 0.16);
|
|
2217
|
-
color: #4FC3F7;
|
|
2218
|
-
border: 1px solid;
|
|
2219
|
-
}
|
|
2220
|
-
.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 {
|
|
2221
|
-
background: rgba(79, 195, 247, 0.04);
|
|
2222
|
-
color: #4FC3F7;
|
|
2223
|
-
border: 1px solid;
|
|
2224
|
-
}
|
|
2225
|
-
.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 {
|
|
2226
|
-
background: rgba(79, 195, 247, 0.16);
|
|
2227
|
-
color: #4FC3F7;
|
|
2228
|
-
border: 1px solid;
|
|
2229
|
-
}
|
|
2230
|
-
.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 {
|
|
2231
|
-
background: rgba(79, 195, 247, 0.04);
|
|
2232
|
-
color: #4FC3F7;
|
|
2233
|
-
border: 1px solid;
|
|
2234
|
-
}
|
|
2235
|
-
.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 {
|
|
2236
|
-
background: rgba(79, 195, 247, 0.16);
|
|
2237
|
-
color: #4FC3F7;
|
|
2238
|
-
border: 1px solid;
|
|
2239
|
-
}
|
|
2240
|
-
.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 {
|
|
1957
|
+
.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 {
|
|
2241
1958
|
background: rgba(79, 195, 247, 0.04);
|
|
2242
1959
|
color: #4FC3F7;
|
|
2243
1960
|
border: 1px solid;
|
|
2244
1961
|
}
|
|
2245
|
-
.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 {
|
|
1962
|
+
.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 {
|
|
2246
1963
|
background: rgba(79, 195, 247, 0.16);
|
|
2247
1964
|
color: #4FC3F7;
|
|
2248
1965
|
border: 1px solid;
|
|
@@ -2252,42 +1969,12 @@
|
|
|
2252
1969
|
color: #4FC3F7;
|
|
2253
1970
|
border-color: transparent;
|
|
2254
1971
|
}
|
|
2255
|
-
.p-button.p-button-info.p-button-
|
|
1972
|
+
.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 {
|
|
2256
1973
|
background: rgba(79, 195, 247, 0.04);
|
|
2257
1974
|
border-color: transparent;
|
|
2258
1975
|
color: #4FC3F7;
|
|
2259
1976
|
}
|
|
2260
|
-
.p-button.p-button-info.p-button-
|
|
2261
|
-
background: rgba(79, 195, 247, 0.16);
|
|
2262
|
-
border-color: transparent;
|
|
2263
|
-
color: #4FC3F7;
|
|
2264
|
-
}
|
|
2265
|
-
.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 {
|
|
2266
|
-
background: rgba(79, 195, 247, 0.04);
|
|
2267
|
-
border-color: transparent;
|
|
2268
|
-
color: #4FC3F7;
|
|
2269
|
-
}
|
|
2270
|
-
.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 {
|
|
2271
|
-
background: rgba(79, 195, 247, 0.16);
|
|
2272
|
-
border-color: transparent;
|
|
2273
|
-
color: #4FC3F7;
|
|
2274
|
-
}
|
|
2275
|
-
.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 {
|
|
2276
|
-
background: rgba(79, 195, 247, 0.04);
|
|
2277
|
-
border-color: transparent;
|
|
2278
|
-
color: #4FC3F7;
|
|
2279
|
-
}
|
|
2280
|
-
.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 {
|
|
2281
|
-
background: rgba(79, 195, 247, 0.16);
|
|
2282
|
-
border-color: transparent;
|
|
2283
|
-
color: #4FC3F7;
|
|
2284
|
-
}
|
|
2285
|
-
.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 {
|
|
2286
|
-
background: rgba(79, 195, 247, 0.04);
|
|
2287
|
-
border-color: transparent;
|
|
2288
|
-
color: #4FC3F7;
|
|
2289
|
-
}
|
|
2290
|
-
.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 {
|
|
1977
|
+
.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 {
|
|
2291
1978
|
background: rgba(79, 195, 247, 0.16);
|
|
2292
1979
|
border-color: transparent;
|
|
2293
1980
|
color: #4FC3F7;
|
|
@@ -2298,54 +1985,15 @@
|
|
|
2298
1985
|
background: #AED581;
|
|
2299
1986
|
border: 1px solid #AED581;
|
|
2300
1987
|
}
|
|
2301
|
-
.p-button.p-button-
|
|
2302
|
-
background: #9CCC65;
|
|
2303
|
-
color: #212529;
|
|
2304
|
-
border-color: #9CCC65;
|
|
2305
|
-
}
|
|
2306
|
-
.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 {
|
|
2307
|
-
box-shadow: 0 0 0 0.1rem #F1F8E9;
|
|
2308
|
-
}
|
|
2309
|
-
.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 {
|
|
2310
|
-
background: #8BC34A;
|
|
2311
|
-
color: #212529;
|
|
2312
|
-
border-color: #8BC34A;
|
|
2313
|
-
}
|
|
2314
|
-
.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 {
|
|
2315
|
-
background: #9CCC65;
|
|
2316
|
-
color: #212529;
|
|
2317
|
-
border-color: #9CCC65;
|
|
2318
|
-
}
|
|
2319
|
-
.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 {
|
|
2320
|
-
box-shadow: 0 0 0 0.1rem #F1F8E9;
|
|
2321
|
-
}
|
|
2322
|
-
.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 {
|
|
2323
|
-
background: #8BC34A;
|
|
2324
|
-
color: #212529;
|
|
2325
|
-
border-color: #8BC34A;
|
|
2326
|
-
}
|
|
2327
|
-
.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 {
|
|
1988
|
+
.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 {
|
|
2328
1989
|
background: #9CCC65;
|
|
2329
1990
|
color: #212529;
|
|
2330
1991
|
border-color: #9CCC65;
|
|
2331
1992
|
}
|
|
2332
|
-
.p-button.p-button-
|
|
1993
|
+
.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 {
|
|
2333
1994
|
box-shadow: 0 0 0 0.1rem #F1F8E9;
|
|
2334
1995
|
}
|
|
2335
|
-
.p-button.p-button-
|
|
2336
|
-
background: #8BC34A;
|
|
2337
|
-
color: #212529;
|
|
2338
|
-
border-color: #8BC34A;
|
|
2339
|
-
}
|
|
2340
|
-
.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 {
|
|
2341
|
-
background: #9CCC65;
|
|
2342
|
-
color: #212529;
|
|
2343
|
-
border-color: #9CCC65;
|
|
2344
|
-
}
|
|
2345
|
-
.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 {
|
|
2346
|
-
box-shadow: 0 0 0 0.1rem #F1F8E9;
|
|
2347
|
-
}
|
|
2348
|
-
.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 {
|
|
1996
|
+
.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 {
|
|
2349
1997
|
background: #8BC34A;
|
|
2350
1998
|
color: #212529;
|
|
2351
1999
|
border-color: #8BC34A;
|
|
@@ -2355,42 +2003,12 @@
|
|
|
2355
2003
|
color: #AED581;
|
|
2356
2004
|
border: 1px solid;
|
|
2357
2005
|
}
|
|
2358
|
-
.p-button.p-button-success.p-button-
|
|
2006
|
+
.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 {
|
|
2359
2007
|
background: rgba(174, 213, 129, 0.04);
|
|
2360
2008
|
color: #AED581;
|
|
2361
2009
|
border: 1px solid;
|
|
2362
2010
|
}
|
|
2363
|
-
.p-button.p-button-success.p-button-
|
|
2364
|
-
background: rgba(174, 213, 129, 0.16);
|
|
2365
|
-
color: #AED581;
|
|
2366
|
-
border: 1px solid;
|
|
2367
|
-
}
|
|
2368
|
-
.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 {
|
|
2369
|
-
background: rgba(174, 213, 129, 0.04);
|
|
2370
|
-
color: #AED581;
|
|
2371
|
-
border: 1px solid;
|
|
2372
|
-
}
|
|
2373
|
-
.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 {
|
|
2374
|
-
background: rgba(174, 213, 129, 0.16);
|
|
2375
|
-
color: #AED581;
|
|
2376
|
-
border: 1px solid;
|
|
2377
|
-
}
|
|
2378
|
-
.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 {
|
|
2379
|
-
background: rgba(174, 213, 129, 0.04);
|
|
2380
|
-
color: #AED581;
|
|
2381
|
-
border: 1px solid;
|
|
2382
|
-
}
|
|
2383
|
-
.p-button.p-button-success.p-button-outlineda:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-success.p-button-outlineda:enabled:active {
|
|
2384
|
-
background: rgba(174, 213, 129, 0.16);
|
|
2385
|
-
color: #AED581;
|
|
2386
|
-
border: 1px solid;
|
|
2387
|
-
}
|
|
2388
|
-
.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 {
|
|
2389
|
-
background: rgba(174, 213, 129, 0.04);
|
|
2390
|
-
color: #AED581;
|
|
2391
|
-
border: 1px solid;
|
|
2392
|
-
}
|
|
2393
|
-
.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 {
|
|
2011
|
+
.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 {
|
|
2394
2012
|
background: rgba(174, 213, 129, 0.16);
|
|
2395
2013
|
color: #AED581;
|
|
2396
2014
|
border: 1px solid;
|
|
@@ -2400,42 +2018,12 @@
|
|
|
2400
2018
|
color: #AED581;
|
|
2401
2019
|
border-color: transparent;
|
|
2402
2020
|
}
|
|
2403
|
-
.p-button.p-button-success.p-button-
|
|
2404
|
-
background: rgba(174, 213, 129, 0.04);
|
|
2405
|
-
border-color: transparent;
|
|
2406
|
-
color: #AED581;
|
|
2407
|
-
}
|
|
2408
|
-
.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 {
|
|
2409
|
-
background: rgba(174, 213, 129, 0.16);
|
|
2410
|
-
border-color: transparent;
|
|
2411
|
-
color: #AED581;
|
|
2412
|
-
}
|
|
2413
|
-
.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 {
|
|
2021
|
+
.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 {
|
|
2414
2022
|
background: rgba(174, 213, 129, 0.04);
|
|
2415
2023
|
border-color: transparent;
|
|
2416
2024
|
color: #AED581;
|
|
2417
2025
|
}
|
|
2418
|
-
.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 {
|
|
2419
|
-
background: rgba(174, 213, 129, 0.16);
|
|
2420
|
-
border-color: transparent;
|
|
2421
|
-
color: #AED581;
|
|
2422
|
-
}
|
|
2423
|
-
.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 {
|
|
2424
|
-
background: rgba(174, 213, 129, 0.04);
|
|
2425
|
-
border-color: transparent;
|
|
2426
|
-
color: #AED581;
|
|
2427
|
-
}
|
|
2428
|
-
.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 {
|
|
2429
|
-
background: rgba(174, 213, 129, 0.16);
|
|
2430
|
-
border-color: transparent;
|
|
2431
|
-
color: #AED581;
|
|
2432
|
-
}
|
|
2433
|
-
.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 {
|
|
2434
|
-
background: rgba(174, 213, 129, 0.04);
|
|
2435
|
-
border-color: transparent;
|
|
2436
|
-
color: #AED581;
|
|
2437
|
-
}
|
|
2438
|
-
.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 {
|
|
2026
|
+
.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 {
|
|
2439
2027
|
background: rgba(174, 213, 129, 0.16);
|
|
2440
2028
|
border-color: transparent;
|
|
2441
2029
|
color: #AED581;
|
|
@@ -2446,54 +2034,15 @@
|
|
|
2446
2034
|
background: #FFB74D;
|
|
2447
2035
|
border: 1px solid #FFB74D;
|
|
2448
2036
|
}
|
|
2449
|
-
.p-button.p-button-
|
|
2450
|
-
background: #FFA726;
|
|
2451
|
-
color: #212529;
|
|
2452
|
-
border-color: #FFA726;
|
|
2453
|
-
}
|
|
2454
|
-
.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 {
|
|
2455
|
-
box-shadow: 0 0 0 0.1rem #FFFDE7;
|
|
2456
|
-
}
|
|
2457
|
-
.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 {
|
|
2458
|
-
background: #FF9800;
|
|
2459
|
-
color: #212529;
|
|
2460
|
-
border-color: #FF9800;
|
|
2461
|
-
}
|
|
2462
|
-
.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 {
|
|
2037
|
+
.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 {
|
|
2463
2038
|
background: #FFA726;
|
|
2464
2039
|
color: #212529;
|
|
2465
2040
|
border-color: #FFA726;
|
|
2466
2041
|
}
|
|
2467
|
-
.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 {
|
|
2042
|
+
.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 {
|
|
2468
2043
|
box-shadow: 0 0 0 0.1rem #FFFDE7;
|
|
2469
2044
|
}
|
|
2470
|
-
.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 {
|
|
2471
|
-
background: #FF9800;
|
|
2472
|
-
color: #212529;
|
|
2473
|
-
border-color: #FF9800;
|
|
2474
|
-
}
|
|
2475
|
-
.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 {
|
|
2476
|
-
background: #FFA726;
|
|
2477
|
-
color: #212529;
|
|
2478
|
-
border-color: #FFA726;
|
|
2479
|
-
}
|
|
2480
|
-
.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 {
|
|
2481
|
-
box-shadow: 0 0 0 0.1rem #FFFDE7;
|
|
2482
|
-
}
|
|
2483
|
-
.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 {
|
|
2484
|
-
background: #FF9800;
|
|
2485
|
-
color: #212529;
|
|
2486
|
-
border-color: #FF9800;
|
|
2487
|
-
}
|
|
2488
|
-
.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 {
|
|
2489
|
-
background: #FFA726;
|
|
2490
|
-
color: #212529;
|
|
2491
|
-
border-color: #FFA726;
|
|
2492
|
-
}
|
|
2493
|
-
.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 {
|
|
2494
|
-
box-shadow: 0 0 0 0.1rem #FFFDE7;
|
|
2495
|
-
}
|
|
2496
|
-
.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 {
|
|
2045
|
+
.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 {
|
|
2497
2046
|
background: #FF9800;
|
|
2498
2047
|
color: #212529;
|
|
2499
2048
|
border-color: #FF9800;
|
|
@@ -2503,42 +2052,12 @@
|
|
|
2503
2052
|
color: #FFB74D;
|
|
2504
2053
|
border: 1px solid;
|
|
2505
2054
|
}
|
|
2506
|
-
.p-button.p-button-warning.p-button-
|
|
2055
|
+
.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 {
|
|
2507
2056
|
background: rgba(255, 183, 77, 0.04);
|
|
2508
2057
|
color: #FFB74D;
|
|
2509
2058
|
border: 1px solid;
|
|
2510
2059
|
}
|
|
2511
|
-
.p-button.p-button-warning.p-button-
|
|
2512
|
-
background: rgba(255, 183, 77, 0.16);
|
|
2513
|
-
color: #FFB74D;
|
|
2514
|
-
border: 1px solid;
|
|
2515
|
-
}
|
|
2516
|
-
.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 {
|
|
2517
|
-
background: rgba(255, 183, 77, 0.04);
|
|
2518
|
-
color: #FFB74D;
|
|
2519
|
-
border: 1px solid;
|
|
2520
|
-
}
|
|
2521
|
-
.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 {
|
|
2522
|
-
background: rgba(255, 183, 77, 0.16);
|
|
2523
|
-
color: #FFB74D;
|
|
2524
|
-
border: 1px solid;
|
|
2525
|
-
}
|
|
2526
|
-
.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 {
|
|
2527
|
-
background: rgba(255, 183, 77, 0.04);
|
|
2528
|
-
color: #FFB74D;
|
|
2529
|
-
border: 1px solid;
|
|
2530
|
-
}
|
|
2531
|
-
.p-button.p-button-warning.p-button-outlineda:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-warning.p-button-outlineda:enabled:active {
|
|
2532
|
-
background: rgba(255, 183, 77, 0.16);
|
|
2533
|
-
color: #FFB74D;
|
|
2534
|
-
border: 1px solid;
|
|
2535
|
-
}
|
|
2536
|
-
.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 {
|
|
2537
|
-
background: rgba(255, 183, 77, 0.04);
|
|
2538
|
-
color: #FFB74D;
|
|
2539
|
-
border: 1px solid;
|
|
2540
|
-
}
|
|
2541
|
-
.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 {
|
|
2060
|
+
.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 {
|
|
2542
2061
|
background: rgba(255, 183, 77, 0.16);
|
|
2543
2062
|
color: #FFB74D;
|
|
2544
2063
|
border: 1px solid;
|
|
@@ -2548,42 +2067,12 @@
|
|
|
2548
2067
|
color: #FFB74D;
|
|
2549
2068
|
border-color: transparent;
|
|
2550
2069
|
}
|
|
2551
|
-
.p-button.p-button-warning.p-button-
|
|
2070
|
+
.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 {
|
|
2552
2071
|
background: rgba(255, 183, 77, 0.04);
|
|
2553
2072
|
border-color: transparent;
|
|
2554
2073
|
color: #FFB74D;
|
|
2555
2074
|
}
|
|
2556
|
-
.p-button.p-button-warning.p-button-
|
|
2557
|
-
background: rgba(255, 183, 77, 0.16);
|
|
2558
|
-
border-color: transparent;
|
|
2559
|
-
color: #FFB74D;
|
|
2560
|
-
}
|
|
2561
|
-
.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 {
|
|
2562
|
-
background: rgba(255, 183, 77, 0.04);
|
|
2563
|
-
border-color: transparent;
|
|
2564
|
-
color: #FFB74D;
|
|
2565
|
-
}
|
|
2566
|
-
.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 {
|
|
2567
|
-
background: rgba(255, 183, 77, 0.16);
|
|
2568
|
-
border-color: transparent;
|
|
2569
|
-
color: #FFB74D;
|
|
2570
|
-
}
|
|
2571
|
-
.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 {
|
|
2572
|
-
background: rgba(255, 183, 77, 0.04);
|
|
2573
|
-
border-color: transparent;
|
|
2574
|
-
color: #FFB74D;
|
|
2575
|
-
}
|
|
2576
|
-
.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 {
|
|
2577
|
-
background: rgba(255, 183, 77, 0.16);
|
|
2578
|
-
border-color: transparent;
|
|
2579
|
-
color: #FFB74D;
|
|
2580
|
-
}
|
|
2581
|
-
.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 {
|
|
2582
|
-
background: rgba(255, 183, 77, 0.04);
|
|
2583
|
-
border-color: transparent;
|
|
2584
|
-
color: #FFB74D;
|
|
2585
|
-
}
|
|
2586
|
-
.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 {
|
|
2075
|
+
.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 {
|
|
2587
2076
|
background: rgba(255, 183, 77, 0.16);
|
|
2588
2077
|
border-color: transparent;
|
|
2589
2078
|
color: #FFB74D;
|
|
@@ -2594,54 +2083,15 @@
|
|
|
2594
2083
|
background: #CE93D8;
|
|
2595
2084
|
border: 1px solid #CE93D8;
|
|
2596
2085
|
}
|
|
2597
|
-
.p-button.p-button-
|
|
2086
|
+
.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 {
|
|
2598
2087
|
background: #BA68C8;
|
|
2599
2088
|
color: #121212;
|
|
2600
2089
|
border-color: #BA68C8;
|
|
2601
2090
|
}
|
|
2602
|
-
.p-button.p-button-
|
|
2091
|
+
.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 {
|
|
2603
2092
|
box-shadow: 0 0 0 1px #CE93D8;
|
|
2604
2093
|
}
|
|
2605
|
-
.p-button.p-button-
|
|
2606
|
-
background: #AB47BC;
|
|
2607
|
-
color: #121212;
|
|
2608
|
-
border-color: #AB47BC;
|
|
2609
|
-
}
|
|
2610
|
-
.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 {
|
|
2611
|
-
background: #BA68C8;
|
|
2612
|
-
color: #121212;
|
|
2613
|
-
border-color: #BA68C8;
|
|
2614
|
-
}
|
|
2615
|
-
.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 {
|
|
2616
|
-
box-shadow: 0 0 0 1px #CE93D8;
|
|
2617
|
-
}
|
|
2618
|
-
.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 {
|
|
2619
|
-
background: #AB47BC;
|
|
2620
|
-
color: #121212;
|
|
2621
|
-
border-color: #AB47BC;
|
|
2622
|
-
}
|
|
2623
|
-
.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 {
|
|
2624
|
-
background: #BA68C8;
|
|
2625
|
-
color: #121212;
|
|
2626
|
-
border-color: #BA68C8;
|
|
2627
|
-
}
|
|
2628
|
-
.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 {
|
|
2629
|
-
box-shadow: 0 0 0 1px #CE93D8;
|
|
2630
|
-
}
|
|
2631
|
-
.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 {
|
|
2632
|
-
background: #AB47BC;
|
|
2633
|
-
color: #121212;
|
|
2634
|
-
border-color: #AB47BC;
|
|
2635
|
-
}
|
|
2636
|
-
.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 {
|
|
2637
|
-
background: #BA68C8;
|
|
2638
|
-
color: #121212;
|
|
2639
|
-
border-color: #BA68C8;
|
|
2640
|
-
}
|
|
2641
|
-
.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 {
|
|
2642
|
-
box-shadow: 0 0 0 1px #CE93D8;
|
|
2643
|
-
}
|
|
2644
|
-
.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 {
|
|
2094
|
+
.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 {
|
|
2645
2095
|
background: #AB47BC;
|
|
2646
2096
|
color: #121212;
|
|
2647
2097
|
border-color: #AB47BC;
|
|
@@ -2651,42 +2101,12 @@
|
|
|
2651
2101
|
color: #CE93D8;
|
|
2652
2102
|
border: 1px solid;
|
|
2653
2103
|
}
|
|
2654
|
-
.p-button.p-button-help.p-button-
|
|
2655
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2656
|
-
color: #CE93D8;
|
|
2657
|
-
border: 1px solid;
|
|
2658
|
-
}
|
|
2659
|
-
.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 {
|
|
2660
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2661
|
-
color: #CE93D8;
|
|
2662
|
-
border: 1px solid;
|
|
2663
|
-
}
|
|
2664
|
-
.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 {
|
|
2665
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2666
|
-
color: #CE93D8;
|
|
2667
|
-
border: 1px solid;
|
|
2668
|
-
}
|
|
2669
|
-
.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 {
|
|
2670
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2671
|
-
color: #CE93D8;
|
|
2672
|
-
border: 1px solid;
|
|
2673
|
-
}
|
|
2674
|
-
.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 {
|
|
2104
|
+
.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 {
|
|
2675
2105
|
background: rgba(206, 147, 216, 0.04);
|
|
2676
2106
|
color: #CE93D8;
|
|
2677
2107
|
border: 1px solid;
|
|
2678
2108
|
}
|
|
2679
|
-
.p-button.p-button-help.p-button-
|
|
2680
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2681
|
-
color: #CE93D8;
|
|
2682
|
-
border: 1px solid;
|
|
2683
|
-
}
|
|
2684
|
-
.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 {
|
|
2685
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2686
|
-
color: #CE93D8;
|
|
2687
|
-
border: 1px solid;
|
|
2688
|
-
}
|
|
2689
|
-
.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 {
|
|
2109
|
+
.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 {
|
|
2690
2110
|
background: rgba(206, 147, 216, 0.16);
|
|
2691
2111
|
color: #CE93D8;
|
|
2692
2112
|
border: 1px solid;
|
|
@@ -2696,100 +2116,31 @@
|
|
|
2696
2116
|
color: #CE93D8;
|
|
2697
2117
|
border-color: transparent;
|
|
2698
2118
|
}
|
|
2699
|
-
.p-button.p-button-help.p-button-
|
|
2700
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2701
|
-
border-color: transparent;
|
|
2702
|
-
color: #CE93D8;
|
|
2703
|
-
}
|
|
2704
|
-
.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 {
|
|
2705
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2706
|
-
border-color: transparent;
|
|
2707
|
-
color: #CE93D8;
|
|
2708
|
-
}
|
|
2709
|
-
.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 {
|
|
2710
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2711
|
-
border-color: transparent;
|
|
2712
|
-
color: #CE93D8;
|
|
2713
|
-
}
|
|
2714
|
-
.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 {
|
|
2715
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2716
|
-
border-color: transparent;
|
|
2717
|
-
color: #CE93D8;
|
|
2718
|
-
}
|
|
2719
|
-
.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 {
|
|
2720
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2721
|
-
border-color: transparent;
|
|
2722
|
-
color: #CE93D8;
|
|
2723
|
-
}
|
|
2724
|
-
.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 {
|
|
2725
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2726
|
-
border-color: transparent;
|
|
2727
|
-
color: #CE93D8;
|
|
2728
|
-
}
|
|
2729
|
-
.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 {
|
|
2730
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2731
|
-
border-color: transparent;
|
|
2732
|
-
color: #CE93D8;
|
|
2733
|
-
}
|
|
2734
|
-
.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 {
|
|
2735
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2736
|
-
border-color: transparent;
|
|
2737
|
-
color: #CE93D8;
|
|
2738
|
-
}
|
|
2739
|
-
|
|
2740
|
-
.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 {
|
|
2741
|
-
color: #212529;
|
|
2742
|
-
background: #E57373;
|
|
2743
|
-
border: 1px solid #E57373;
|
|
2744
|
-
}
|
|
2745
|
-
.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 {
|
|
2746
|
-
background: #EF5350;
|
|
2747
|
-
color: #212529;
|
|
2748
|
-
border-color: #EF5350;
|
|
2749
|
-
}
|
|
2750
|
-
.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 {
|
|
2751
|
-
box-shadow: 0 0 0 0.1rem #FFEBEE;
|
|
2752
|
-
}
|
|
2753
|
-
.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 {
|
|
2754
|
-
background: #F44336;
|
|
2755
|
-
color: #212529;
|
|
2756
|
-
border-color: #F44336;
|
|
2757
|
-
}
|
|
2758
|
-
.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 {
|
|
2759
|
-
background: #EF5350;
|
|
2760
|
-
color: #212529;
|
|
2761
|
-
border-color: #EF5350;
|
|
2762
|
-
}
|
|
2763
|
-
.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 {
|
|
2764
|
-
box-shadow: 0 0 0 0.1rem #FFEBEE;
|
|
2765
|
-
}
|
|
2766
|
-
.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 {
|
|
2767
|
-
background: #F44336;
|
|
2768
|
-
color: #212529;
|
|
2769
|
-
border-color: #F44336;
|
|
2770
|
-
}
|
|
2771
|
-
.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 {
|
|
2772
|
-
background: #EF5350;
|
|
2773
|
-
color: #212529;
|
|
2774
|
-
border-color: #EF5350;
|
|
2775
|
-
}
|
|
2776
|
-
.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 {
|
|
2777
|
-
box-shadow: 0 0 0 0.1rem #FFEBEE;
|
|
2119
|
+
.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 {
|
|
2120
|
+
background: rgba(206, 147, 216, 0.04);
|
|
2121
|
+
border-color: transparent;
|
|
2122
|
+
color: #CE93D8;
|
|
2778
2123
|
}
|
|
2779
|
-
.p-button.p-button-
|
|
2780
|
-
background:
|
|
2124
|
+
.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 {
|
|
2125
|
+
background: rgba(206, 147, 216, 0.16);
|
|
2126
|
+
border-color: transparent;
|
|
2127
|
+
color: #CE93D8;
|
|
2128
|
+
}
|
|
2129
|
+
|
|
2130
|
+
.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 {
|
|
2781
2131
|
color: #212529;
|
|
2782
|
-
|
|
2132
|
+
background: #E57373;
|
|
2133
|
+
border: 1px solid #E57373;
|
|
2783
2134
|
}
|
|
2784
|
-
.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 {
|
|
2135
|
+
.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 {
|
|
2785
2136
|
background: #EF5350;
|
|
2786
2137
|
color: #212529;
|
|
2787
2138
|
border-color: #EF5350;
|
|
2788
2139
|
}
|
|
2789
|
-
.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 {
|
|
2140
|
+
.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 {
|
|
2790
2141
|
box-shadow: 0 0 0 0.1rem #FFEBEE;
|
|
2791
2142
|
}
|
|
2792
|
-
.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 {
|
|
2143
|
+
.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 {
|
|
2793
2144
|
background: #F44336;
|
|
2794
2145
|
color: #212529;
|
|
2795
2146
|
border-color: #F44336;
|
|
@@ -2799,42 +2150,12 @@
|
|
|
2799
2150
|
color: #E57373;
|
|
2800
2151
|
border: 1px solid;
|
|
2801
2152
|
}
|
|
2802
|
-
.p-button.p-button-danger.p-button-
|
|
2803
|
-
background: rgba(229, 115, 115, 0.04);
|
|
2804
|
-
color: #E57373;
|
|
2805
|
-
border: 1px solid;
|
|
2806
|
-
}
|
|
2807
|
-
.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 {
|
|
2808
|
-
background: rgba(229, 115, 115, 0.16);
|
|
2809
|
-
color: #E57373;
|
|
2810
|
-
border: 1px solid;
|
|
2811
|
-
}
|
|
2812
|
-
.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 {
|
|
2813
|
-
background: rgba(229, 115, 115, 0.04);
|
|
2814
|
-
color: #E57373;
|
|
2815
|
-
border: 1px solid;
|
|
2816
|
-
}
|
|
2817
|
-
.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 {
|
|
2818
|
-
background: rgba(229, 115, 115, 0.16);
|
|
2819
|
-
color: #E57373;
|
|
2820
|
-
border: 1px solid;
|
|
2821
|
-
}
|
|
2822
|
-
.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 {
|
|
2823
|
-
background: rgba(229, 115, 115, 0.04);
|
|
2824
|
-
color: #E57373;
|
|
2825
|
-
border: 1px solid;
|
|
2826
|
-
}
|
|
2827
|
-
.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 {
|
|
2828
|
-
background: rgba(229, 115, 115, 0.16);
|
|
2829
|
-
color: #E57373;
|
|
2830
|
-
border: 1px solid;
|
|
2831
|
-
}
|
|
2832
|
-
.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 {
|
|
2153
|
+
.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 {
|
|
2833
2154
|
background: rgba(229, 115, 115, 0.04);
|
|
2834
2155
|
color: #E57373;
|
|
2835
2156
|
border: 1px solid;
|
|
2836
2157
|
}
|
|
2837
|
-
.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 {
|
|
2158
|
+
.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 {
|
|
2838
2159
|
background: rgba(229, 115, 115, 0.16);
|
|
2839
2160
|
color: #E57373;
|
|
2840
2161
|
border: 1px solid;
|
|
@@ -2844,42 +2165,12 @@
|
|
|
2844
2165
|
color: #E57373;
|
|
2845
2166
|
border-color: transparent;
|
|
2846
2167
|
}
|
|
2847
|
-
.p-button.p-button-danger.p-button-
|
|
2848
|
-
background: rgba(229, 115, 115, 0.04);
|
|
2849
|
-
border-color: transparent;
|
|
2850
|
-
color: #E57373;
|
|
2851
|
-
}
|
|
2852
|
-
.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 {
|
|
2853
|
-
background: rgba(229, 115, 115, 0.16);
|
|
2854
|
-
border-color: transparent;
|
|
2855
|
-
color: #E57373;
|
|
2856
|
-
}
|
|
2857
|
-
.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 {
|
|
2858
|
-
background: rgba(229, 115, 115, 0.04);
|
|
2859
|
-
border-color: transparent;
|
|
2860
|
-
color: #E57373;
|
|
2861
|
-
}
|
|
2862
|
-
.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 {
|
|
2863
|
-
background: rgba(229, 115, 115, 0.16);
|
|
2864
|
-
border-color: transparent;
|
|
2865
|
-
color: #E57373;
|
|
2866
|
-
}
|
|
2867
|
-
.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 {
|
|
2868
|
-
background: rgba(229, 115, 115, 0.04);
|
|
2869
|
-
border-color: transparent;
|
|
2870
|
-
color: #E57373;
|
|
2871
|
-
}
|
|
2872
|
-
.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 {
|
|
2873
|
-
background: rgba(229, 115, 115, 0.16);
|
|
2874
|
-
border-color: transparent;
|
|
2875
|
-
color: #E57373;
|
|
2876
|
-
}
|
|
2877
|
-
.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 {
|
|
2168
|
+
.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 {
|
|
2878
2169
|
background: rgba(229, 115, 115, 0.04);
|
|
2879
2170
|
border-color: transparent;
|
|
2880
2171
|
color: #E57373;
|
|
2881
2172
|
}
|
|
2882
|
-
.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 {
|
|
2173
|
+
.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 {
|
|
2883
2174
|
background: rgba(229, 115, 115, 0.16);
|
|
2884
2175
|
border-color: transparent;
|
|
2885
2176
|
color: #E57373;
|
|
@@ -2890,74 +2181,20 @@
|
|
|
2890
2181
|
background: transparent;
|
|
2891
2182
|
border: transparent;
|
|
2892
2183
|
}
|
|
2893
|
-
.p-button.p-button-
|
|
2894
|
-
background: transparent;
|
|
2895
|
-
color: #FFE082;
|
|
2896
|
-
border-color: transparent;
|
|
2897
|
-
}
|
|
2898
|
-
.p-button.p-button-linkbutton:enabled:hover .p-button-label {
|
|
2899
|
-
text-decoration: underline;
|
|
2900
|
-
}
|
|
2901
|
-
.p-button.p-button-linkbutton:enabled:focus {
|
|
2902
|
-
background: transparent;
|
|
2903
|
-
box-shadow: 0 0 0 0.2rem white;
|
|
2904
|
-
border-color: transparent;
|
|
2905
|
-
}
|
|
2906
|
-
.p-button.p-button-linkbutton:enabled:active {
|
|
2907
|
-
background: transparent;
|
|
2908
|
-
color: #FFE082;
|
|
2909
|
-
border-color: transparent;
|
|
2910
|
-
}
|
|
2911
|
-
.p-button.p-button-link:not(button):not(.p-disabled):hover {
|
|
2912
|
-
background: transparent;
|
|
2913
|
-
color: #FFE082;
|
|
2914
|
-
border-color: transparent;
|
|
2915
|
-
}
|
|
2916
|
-
.p-button.p-button-link:not(button):not(.p-disabled):hover .p-button-label {
|
|
2917
|
-
text-decoration: underline;
|
|
2918
|
-
}
|
|
2919
|
-
.p-button.p-button-link:not(button):not(.p-disabled):focus {
|
|
2920
|
-
background: transparent;
|
|
2921
|
-
box-shadow: 0 0 0 0.2rem white;
|
|
2922
|
-
border-color: transparent;
|
|
2923
|
-
}
|
|
2924
|
-
.p-button.p-button-link:not(button):not(.p-disabled):active {
|
|
2925
|
-
background: transparent;
|
|
2926
|
-
color: #FFE082;
|
|
2927
|
-
border-color: transparent;
|
|
2928
|
-
}
|
|
2929
|
-
.p-button.p-button-linka:enabled:hover {
|
|
2930
|
-
background: transparent;
|
|
2931
|
-
color: #FFE082;
|
|
2932
|
-
border-color: transparent;
|
|
2933
|
-
}
|
|
2934
|
-
.p-button.p-button-linka:enabled:hover .p-button-label {
|
|
2935
|
-
text-decoration: underline;
|
|
2936
|
-
}
|
|
2937
|
-
.p-button.p-button-linka:enabled:focus {
|
|
2938
|
-
background: transparent;
|
|
2939
|
-
box-shadow: 0 0 0 0.2rem white;
|
|
2940
|
-
border-color: transparent;
|
|
2941
|
-
}
|
|
2942
|
-
.p-button.p-button-linka:enabled:active {
|
|
2943
|
-
background: transparent;
|
|
2944
|
-
color: #FFE082;
|
|
2945
|
-
border-color: transparent;
|
|
2946
|
-
}
|
|
2947
|
-
.p-button.p-button-link:not(a):not(.p-disabled):hover {
|
|
2184
|
+
.p-button.p-button-link:enabled:hover, .p-button.p-button-link:not(button):not(a):not(.p-disabled):hover {
|
|
2948
2185
|
background: transparent;
|
|
2949
2186
|
color: #FFE082;
|
|
2950
2187
|
border-color: transparent;
|
|
2951
2188
|
}
|
|
2952
|
-
.p-button.p-button-link:not(a):not(.p-disabled):hover .p-button-label {
|
|
2189
|
+
.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 {
|
|
2953
2190
|
text-decoration: underline;
|
|
2954
2191
|
}
|
|
2955
|
-
.p-button.p-button-link:not(a):not(.p-disabled):focus {
|
|
2192
|
+
.p-button.p-button-link:enabled:focus, .p-button.p-button-link:not(button):not(a):not(.p-disabled):focus {
|
|
2956
2193
|
background: transparent;
|
|
2957
2194
|
box-shadow: 0 0 0 0.2rem white;
|
|
2958
2195
|
border-color: transparent;
|
|
2959
2196
|
}
|
|
2960
|
-
.p-button.p-button-link:not(a):not(.p-disabled):active {
|
|
2197
|
+
.p-button.p-button-link:enabled:active, .p-button.p-button-link:not(button):not(a):not(.p-disabled):active {
|
|
2961
2198
|
background: transparent;
|
|
2962
2199
|
color: #FFE082;
|
|
2963
2200
|
border-color: transparent;
|
|
@@ -3197,6 +2434,9 @@
|
|
|
3197
2434
|
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
|
|
3198
2435
|
margin-right: 0.5rem;
|
|
3199
2436
|
}
|
|
2437
|
+
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
|
|
2438
|
+
font-weight: 700;
|
|
2439
|
+
}
|
|
3200
2440
|
.p-datatable .p-datatable-tbody > tr > td.p-highlight {
|
|
3201
2441
|
background: #FFE082;
|
|
3202
2442
|
color: #212529;
|
|
@@ -3211,7 +2451,7 @@
|
|
|
3211
2451
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
|
3212
2452
|
box-shadow: inset 0 -2px 0 0 #FFE082;
|
|
3213
2453
|
}
|
|
3214
|
-
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
|
2454
|
+
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-datatable-emptymessage):hover {
|
|
3215
2455
|
background: #4c4c4c;
|
|
3216
2456
|
color: #dedede;
|
|
3217
2457
|
}
|
|
@@ -3374,6 +2614,126 @@
|
|
|
3374
2614
|
border-bottom-right-radius: 3px;
|
|
3375
2615
|
}
|
|
3376
2616
|
|
|
2617
|
+
.p-column-filter-row .p-column-filter-menu-button,
|
|
2618
|
+
.p-column-filter-row .p-column-filter-clear-button {
|
|
2619
|
+
margin-left: 0.5rem;
|
|
2620
|
+
}
|
|
2621
|
+
|
|
2622
|
+
.p-column-filter-menu-button {
|
|
2623
|
+
width: 2rem;
|
|
2624
|
+
height: 2rem;
|
|
2625
|
+
color: #8888;
|
|
2626
|
+
border: 0 none;
|
|
2627
|
+
background: transparent;
|
|
2628
|
+
border-radius: 50%;
|
|
2629
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2630
|
+
}
|
|
2631
|
+
.p-column-filter-menu-button:hover {
|
|
2632
|
+
color: #dedede;
|
|
2633
|
+
border-color: transparent;
|
|
2634
|
+
background: transparent;
|
|
2635
|
+
}
|
|
2636
|
+
.p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
|
|
2637
|
+
background: transparent;
|
|
2638
|
+
color: #dedede;
|
|
2639
|
+
}
|
|
2640
|
+
.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
|
|
2641
|
+
background: #FFE082;
|
|
2642
|
+
color: #212529;
|
|
2643
|
+
}
|
|
2644
|
+
.p-column-filter-menu-button:focus {
|
|
2645
|
+
outline: 0 none;
|
|
2646
|
+
outline-offset: 0;
|
|
2647
|
+
box-shadow: 0 0 0 0.1rem white;
|
|
2648
|
+
}
|
|
2649
|
+
|
|
2650
|
+
.p-column-filter-clear-button {
|
|
2651
|
+
width: 2rem;
|
|
2652
|
+
height: 2rem;
|
|
2653
|
+
color: #8888;
|
|
2654
|
+
border: 0 none;
|
|
2655
|
+
background: transparent;
|
|
2656
|
+
border-radius: 50%;
|
|
2657
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2658
|
+
}
|
|
2659
|
+
.p-column-filter-clear-button:hover {
|
|
2660
|
+
color: #dedede;
|
|
2661
|
+
border-color: transparent;
|
|
2662
|
+
background: transparent;
|
|
2663
|
+
}
|
|
2664
|
+
.p-column-filter-clear-button:focus {
|
|
2665
|
+
outline: 0 none;
|
|
2666
|
+
outline-offset: 0;
|
|
2667
|
+
box-shadow: 0 0 0 0.1rem white;
|
|
2668
|
+
}
|
|
2669
|
+
|
|
2670
|
+
.p-column-filter-overlay {
|
|
2671
|
+
background: #323232;
|
|
2672
|
+
color: #dedede;
|
|
2673
|
+
border: 1px solid #191919;
|
|
2674
|
+
border-radius: 3px;
|
|
2675
|
+
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
|
|
2676
|
+
min-width: 12.5rem;
|
|
2677
|
+
}
|
|
2678
|
+
.p-column-filter-overlay .p-column-filter-row-items {
|
|
2679
|
+
padding: 0;
|
|
2680
|
+
}
|
|
2681
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
|
|
2682
|
+
margin: 0;
|
|
2683
|
+
padding: 0.429rem 0.857rem;
|
|
2684
|
+
border: 0 none;
|
|
2685
|
+
color: #dedede;
|
|
2686
|
+
background: transparent;
|
|
2687
|
+
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
2688
|
+
border-radius: 0;
|
|
2689
|
+
}
|
|
2690
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
|
|
2691
|
+
color: #212529;
|
|
2692
|
+
background: #FFE082;
|
|
2693
|
+
}
|
|
2694
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
|
|
2695
|
+
color: #dedede;
|
|
2696
|
+
background: #4c4c4c;
|
|
2697
|
+
}
|
|
2698
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
|
|
2699
|
+
outline: 0 none;
|
|
2700
|
+
outline-offset: 0;
|
|
2701
|
+
box-shadow: inset 0 0 0 0.2rem white;
|
|
2702
|
+
}
|
|
2703
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
|
|
2704
|
+
border-top: 1px solid #4b4b4b;
|
|
2705
|
+
margin: 0;
|
|
2706
|
+
}
|
|
2707
|
+
|
|
2708
|
+
.p-column-filter-overlay-menu .p-column-filter-operator {
|
|
2709
|
+
padding: 0.429rem 0.857rem;
|
|
2710
|
+
border-bottom: 1px solid #191919;
|
|
2711
|
+
color: #dedede;
|
|
2712
|
+
background: #252525;
|
|
2713
|
+
margin: 0;
|
|
2714
|
+
border-top-right-radius: 3px;
|
|
2715
|
+
border-top-left-radius: 3px;
|
|
2716
|
+
}
|
|
2717
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint {
|
|
2718
|
+
padding: 0.571rem 1rem;
|
|
2719
|
+
border-bottom: 1px solid #4b4b4b;
|
|
2720
|
+
}
|
|
2721
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
|
|
2722
|
+
margin-bottom: 0.5rem;
|
|
2723
|
+
}
|
|
2724
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
|
|
2725
|
+
margin-top: 0.5rem;
|
|
2726
|
+
}
|
|
2727
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
|
|
2728
|
+
border-bottom: 0 none;
|
|
2729
|
+
}
|
|
2730
|
+
.p-column-filter-overlay-menu .p-column-filter-add-rule {
|
|
2731
|
+
padding: 0.571rem 1rem;
|
|
2732
|
+
}
|
|
2733
|
+
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
|
|
2734
|
+
padding: 0.571rem 1rem;
|
|
2735
|
+
}
|
|
2736
|
+
|
|
3377
2737
|
.fc {
|
|
3378
2738
|
/* FullCalendar 4 */
|
|
3379
2739
|
/* FullCalendar 5 */
|
|
@@ -3436,7 +2796,7 @@
|
|
|
3436
2796
|
font-size: 1rem;
|
|
3437
2797
|
}
|
|
3438
2798
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
3439
|
-
content: "
|
|
2799
|
+
content: "\e900";
|
|
3440
2800
|
}
|
|
3441
2801
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
3442
2802
|
font-family: "PrimeIcons" !important;
|
|
@@ -3444,7 +2804,7 @@
|
|
|
3444
2804
|
font-size: 1rem;
|
|
3445
2805
|
}
|
|
3446
2806
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
3447
|
-
content: "
|
|
2807
|
+
content: "\e901";
|
|
3448
2808
|
}
|
|
3449
2809
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
3450
2810
|
outline: 0 none;
|
|
@@ -3531,7 +2891,7 @@
|
|
|
3531
2891
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
3532
2892
|
}
|
|
3533
2893
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
|
3534
|
-
content: "
|
|
2894
|
+
content: "\e90b";
|
|
3535
2895
|
}
|
|
3536
2896
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
|
3537
2897
|
color: #dedede;
|
|
@@ -3604,7 +2964,7 @@
|
|
|
3604
2964
|
font-size: 1rem;
|
|
3605
2965
|
}
|
|
3606
2966
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
3607
|
-
content: "
|
|
2967
|
+
content: "\e900";
|
|
3608
2968
|
}
|
|
3609
2969
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
3610
2970
|
font-family: "PrimeIcons" !important;
|
|
@@ -3612,7 +2972,7 @@
|
|
|
3612
2972
|
font-size: 1rem;
|
|
3613
2973
|
}
|
|
3614
2974
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
3615
|
-
content: "
|
|
2975
|
+
content: "\e901";
|
|
3616
2976
|
}
|
|
3617
2977
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
3618
2978
|
outline: 0 none;
|
|
@@ -3803,6 +3163,13 @@
|
|
|
3803
3163
|
.p-paginator .p-dropdown .p-dropdown-label {
|
|
3804
3164
|
padding-right: 0;
|
|
3805
3165
|
}
|
|
3166
|
+
.p-paginator .p-paginator-page-input {
|
|
3167
|
+
margin-left: 0.5rem;
|
|
3168
|
+
margin-right: 0.5rem;
|
|
3169
|
+
}
|
|
3170
|
+
.p-paginator .p-paginator-page-input .p-inputtext {
|
|
3171
|
+
max-width: 2.357rem;
|
|
3172
|
+
}
|
|
3806
3173
|
.p-paginator .p-paginator-current {
|
|
3807
3174
|
background-color: transparent;
|
|
3808
3175
|
border: 0 none;
|
|
@@ -3895,16 +3262,16 @@
|
|
|
3895
3262
|
margin-right: 0;
|
|
3896
3263
|
}
|
|
3897
3264
|
.p-picklist .p-picklist-transfer-buttons .pi-angle-right:before {
|
|
3898
|
-
content: "
|
|
3265
|
+
content: "\e930";
|
|
3899
3266
|
}
|
|
3900
3267
|
.p-picklist .p-picklist-transfer-buttons .pi-angle-double-right:before {
|
|
3901
|
-
content: "
|
|
3268
|
+
content: "\e92c";
|
|
3902
3269
|
}
|
|
3903
3270
|
.p-picklist .p-picklist-transfer-buttons .pi-angle-left:before {
|
|
3904
|
-
content: "
|
|
3271
|
+
content: "\e933";
|
|
3905
3272
|
}
|
|
3906
3273
|
.p-picklist .p-picklist-transfer-buttons .pi-angle-double-left:before {
|
|
3907
|
-
content: "
|
|
3274
|
+
content: "\e92f";
|
|
3908
3275
|
}
|
|
3909
3276
|
}
|
|
3910
3277
|
.p-tree {
|
|
@@ -4442,7 +3809,7 @@
|
|
|
4442
3809
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
|
4443
3810
|
outline: 0 none;
|
|
4444
3811
|
outline-offset: 0;
|
|
4445
|
-
box-shadow: 0 0 0 0.1rem white;
|
|
3812
|
+
box-shadow: inset 0 0 0 0.1rem white;
|
|
4446
3813
|
}
|
|
4447
3814
|
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
|
4448
3815
|
background: #191919;
|
|
@@ -4454,6 +3821,18 @@
|
|
|
4454
3821
|
border-color: #FFE082;
|
|
4455
3822
|
color: #212529;
|
|
4456
3823
|
}
|
|
3824
|
+
.p-tabview .p-tabview-nav-btn.p-link {
|
|
3825
|
+
background: #FFE082;
|
|
3826
|
+
color: #212529;
|
|
3827
|
+
width: 2.357rem;
|
|
3828
|
+
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);
|
|
3829
|
+
border-radius: 0;
|
|
3830
|
+
}
|
|
3831
|
+
.p-tabview .p-tabview-nav-btn.p-link:focus {
|
|
3832
|
+
outline: 0 none;
|
|
3833
|
+
outline-offset: 0;
|
|
3834
|
+
box-shadow: inset 0 0 0 0.1rem white;
|
|
3835
|
+
}
|
|
4457
3836
|
.p-tabview .p-tabview-panels {
|
|
4458
3837
|
background: #323232;
|
|
4459
3838
|
padding: 0.571rem 1rem;
|
|
@@ -4582,10 +3961,6 @@
|
|
|
4582
3961
|
margin-left: 1rem;
|
|
4583
3962
|
}
|
|
4584
3963
|
|
|
4585
|
-
.p-dialog-mask.p-component-overlay {
|
|
4586
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
4587
|
-
}
|
|
4588
|
-
|
|
4589
3964
|
.p-overlaypanel {
|
|
4590
3965
|
background: #323232;
|
|
4591
3966
|
color: #dedede;
|
|
@@ -4666,10 +4041,6 @@
|
|
|
4666
4041
|
padding: 0.571rem 1rem;
|
|
4667
4042
|
}
|
|
4668
4043
|
|
|
4669
|
-
.p-sidebar-mask.p-component-overlay {
|
|
4670
|
-
background: rgba(0, 0, 0, 0.4);
|
|
4671
|
-
}
|
|
4672
|
-
|
|
4673
4044
|
.p-tooltip .p-tooltip-text {
|
|
4674
4045
|
background: #4c4c4c;
|
|
4675
4046
|
color: #dedede;
|
|
@@ -4857,6 +4228,26 @@
|
|
|
4857
4228
|
margin: 1.5rem 0;
|
|
4858
4229
|
}
|
|
4859
4230
|
|
|
4231
|
+
@media screen and (max-width: 960px) {
|
|
4232
|
+
.p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
|
|
4233
|
+
overflow-x: auto;
|
|
4234
|
+
width: 100%;
|
|
4235
|
+
}
|
|
4236
|
+
.p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
|
|
4237
|
+
margin: 0 auto;
|
|
4238
|
+
}
|
|
4239
|
+
.p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container {
|
|
4240
|
+
overflow-y: auto;
|
|
4241
|
+
height: 100%;
|
|
4242
|
+
}
|
|
4243
|
+
.p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
|
|
4244
|
+
margin: auto 0;
|
|
4245
|
+
}
|
|
4246
|
+
.p-dock .p-dock-list .p-dock-item {
|
|
4247
|
+
transform: none;
|
|
4248
|
+
margin: 0;
|
|
4249
|
+
}
|
|
4250
|
+
}
|
|
4860
4251
|
.p-megamenu {
|
|
4861
4252
|
padding: 0.5rem;
|
|
4862
4253
|
background: #252525;
|
|
@@ -5527,7 +4918,7 @@
|
|
|
5527
4918
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
|
|
5528
4919
|
outline: 0 none;
|
|
5529
4920
|
outline-offset: 0;
|
|
5530
|
-
box-shadow: 0 0 0 0.1rem white;
|
|
4921
|
+
box-shadow: inset 0 0 0 0.1rem white;
|
|
5531
4922
|
}
|
|
5532
4923
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
|
|
5533
4924
|
background: #191919;
|
|
@@ -5923,8 +5314,46 @@
|
|
|
5923
5314
|
box-shadow: 0 0 0 0.1rem white;
|
|
5924
5315
|
}
|
|
5925
5316
|
|
|
5926
|
-
.p-galleria-mask
|
|
5927
|
-
|
|
5317
|
+
.p-galleria-mask {
|
|
5318
|
+
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5319
|
+
}
|
|
5320
|
+
|
|
5321
|
+
.p-image-mask {
|
|
5322
|
+
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5323
|
+
}
|
|
5324
|
+
|
|
5325
|
+
.p-image-preview-indicator {
|
|
5326
|
+
background-color: transparent;
|
|
5327
|
+
color: #f8f9fa;
|
|
5328
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5329
|
+
}
|
|
5330
|
+
|
|
5331
|
+
.p-image-preview-container:hover > .p-image-preview-indicator {
|
|
5332
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
5333
|
+
}
|
|
5334
|
+
|
|
5335
|
+
.p-image-toolbar {
|
|
5336
|
+
padding: 1rem;
|
|
5337
|
+
}
|
|
5338
|
+
|
|
5339
|
+
.p-image-action.p-link {
|
|
5340
|
+
color: #f8f9fa;
|
|
5341
|
+
background-color: transparent;
|
|
5342
|
+
width: 3rem;
|
|
5343
|
+
height: 3rem;
|
|
5344
|
+
border-radius: 50%;
|
|
5345
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5346
|
+
margin-right: 0.5rem;
|
|
5347
|
+
}
|
|
5348
|
+
.p-image-action.p-link:last-child {
|
|
5349
|
+
margin-right: 0;
|
|
5350
|
+
}
|
|
5351
|
+
.p-image-action.p-link:hover {
|
|
5352
|
+
color: #f8f9fa;
|
|
5353
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
5354
|
+
}
|
|
5355
|
+
.p-image-action.p-link i {
|
|
5356
|
+
font-size: 1.5rem;
|
|
5928
5357
|
}
|
|
5929
5358
|
|
|
5930
5359
|
.p-avatar {
|
|
@@ -6080,10 +5509,6 @@
|
|
|
6080
5509
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
6081
5510
|
}
|
|
6082
5511
|
|
|
6083
|
-
.p-blockui.p-component-overlay {
|
|
6084
|
-
background: rgba(0, 0, 0, 0.4);
|
|
6085
|
-
}
|
|
6086
|
-
|
|
6087
5512
|
.p-badge {
|
|
6088
5513
|
background: #FFE082;
|
|
6089
5514
|
color: #212529;
|