primeng 17.12.0 → 17.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/accordion.d.ts +5 -0
- package/animateonscroll/animateonscroll.d.ts +2 -0
- package/api/messageservice.d.ts +1 -1
- package/api/translation.d.ts +2 -0
- package/api/translationkeys.d.ts +1 -0
- package/api/treenode.d.ts +1 -0
- package/autocomplete/autocomplete.d.ts +27 -0
- package/autocomplete/autocomplete.interface.d.ts +1 -1
- package/autofocus/autofocus.d.ts +1 -0
- package/badge/badge.d.ts +1 -0
- package/baseicon/baseicon.d.ts +1 -0
- package/blockui/blockui.d.ts +2 -0
- package/button/button.d.ts +58 -4
- package/calendar/calendar.d.ts +39 -8
- package/carousel/carousel.d.ts +4 -0
- package/cascadeselect/cascadeselect.d.ts +11 -2
- package/chart/chart.d.ts +1 -0
- package/checkbox/checkbox.d.ts +5 -0
- package/chip/chip.d.ts +1 -0
- package/chips/chips.d.ts +8 -0
- package/colorpicker/colorpicker.d.ts +4 -0
- package/confirmdialog/confirmdialog.d.ts +10 -0
- package/confirmpopup/confirmpopup.d.ts +2 -0
- package/contextmenu/contextmenu.d.ts +11 -0
- package/dataview/dataview.d.ts +16 -0
- package/dialog/dialog.d.ts +18 -0
- package/dragdrop/dragdrop.d.ts +1 -0
- package/dropdown/dropdown.d.ts +23 -0
- package/dynamicdialog/dialogservice.d.ts +3 -3
- package/dynamicdialog/dynamicdialog-ref.d.ts +8 -2
- package/dynamicdialog/dynamicdialog.d.ts +1 -0
- package/editor/editor.d.ts +8 -8
- package/esm2022/accordion/accordion.mjs +14 -9
- package/esm2022/animateonscroll/animateonscroll.mjs +7 -5
- package/esm2022/api/messageservice.mjs +2 -2
- package/esm2022/api/primengconfig.mjs +4 -2
- package/esm2022/api/translation.mjs +1 -1
- package/esm2022/api/translationkeys.mjs +2 -1
- package/esm2022/api/treenode.mjs +1 -1
- package/esm2022/autocomplete/autocomplete.interface.mjs +1 -1
- package/esm2022/autocomplete/autocomplete.mjs +64 -37
- package/esm2022/autofocus/autofocus.mjs +5 -4
- package/esm2022/badge/badge.mjs +5 -4
- package/esm2022/baseicon/baseicon.mjs +5 -4
- package/esm2022/blockui/blockui.mjs +7 -5
- package/esm2022/button/button.mjs +112 -13
- package/esm2022/calendar/calendar.mjs +113 -101
- package/esm2022/carousel/carousel.mjs +11 -7
- package/esm2022/cascadeselect/cascadeselect.mjs +33 -23
- package/esm2022/chart/chart.mjs +5 -4
- package/esm2022/checkbox/checkbox.mjs +13 -8
- package/esm2022/chip/chip.mjs +5 -4
- package/esm2022/chips/chips.mjs +19 -11
- package/esm2022/colorpicker/colorpicker.mjs +11 -7
- package/esm2022/confirmdialog/confirmdialog.mjs +24 -14
- package/esm2022/confirmpopup/confirmpopup.mjs +8 -6
- package/esm2022/contextmenu/contextmenu.mjs +26 -15
- package/esm2022/dataview/dataview.mjs +36 -20
- package/esm2022/dialog/dialog.mjs +44 -22
- package/esm2022/dragdrop/dragdrop.mjs +5 -4
- package/esm2022/dropdown/dropdown.mjs +61 -37
- package/esm2022/dynamicdialog/dialogservice.mjs +3 -3
- package/esm2022/dynamicdialog/dynamicdialog-ref.mjs +7 -1
- package/esm2022/dynamicdialog/dynamicdialog.mjs +6 -2
- package/esm2022/editor/editor.mjs +49 -45
- package/esm2022/fieldset/fieldset.mjs +7 -5
- package/esm2022/fileupload/fileupload.mjs +76 -19
- package/esm2022/focustrap/focustrap.mjs +5 -4
- package/esm2022/galleria/galleria.mjs +57 -32
- package/esm2022/image/image.mjs +5 -4
- package/esm2022/inplace/inplace.mjs +12 -8
- package/esm2022/inputmask/inputmask.mjs +25 -14
- package/esm2022/inputnumber/inputnumber.interface.mjs +1 -1
- package/esm2022/inputnumber/inputnumber.mjs +46 -20
- package/esm2022/inputotp/inputotp.mjs +9 -10
- package/esm2022/inputswitch/inputswitch.mjs +9 -6
- package/esm2022/inputtextarea/inputtextarea.mjs +5 -4
- package/esm2022/keyfilter/keyfilter.mjs +5 -4
- package/esm2022/knob/knob.mjs +21 -12
- package/esm2022/listbox/listbox.mjs +41 -19
- package/esm2022/megamenu/megamenu.mjs +16 -10
- package/esm2022/menu/menu.mjs +11 -17
- package/esm2022/menubar/menubar.mjs +26 -15
- package/esm2022/message/message.mjs +5 -4
- package/esm2022/messages/messages.mjs +9 -6
- package/esm2022/metergroup/metergroup.mjs +4 -4
- package/esm2022/multiselect/multiselect.mjs +82 -48
- package/esm2022/orderlist/orderlist.mjs +18 -11
- package/esm2022/organizationchart/organizationchart.mjs +12 -8
- package/esm2022/overlaypanel/overlaypanel.mjs +13 -8
- package/esm2022/paginator/paginator.mjs +42 -12
- package/esm2022/panel/panel.mjs +9 -6
- package/esm2022/panelmenu/panelmenu.mjs +33 -16
- package/esm2022/password/password.mjs +16 -10
- package/esm2022/picklist/picklist.mjs +36 -20
- package/esm2022/progressbar/progressbar.mjs +7 -5
- package/esm2022/radiobutton/radiobutton.mjs +7 -5
- package/esm2022/rating/rating.mjs +17 -13
- package/esm2022/scroller/scroller.mjs +2 -2
- package/esm2022/scrollpanel/scrollpanel.mjs +5 -4
- package/esm2022/scrolltop/scrolltop.mjs +5 -4
- package/esm2022/selectbutton/selectbutton.mjs +13 -8
- package/esm2022/sidebar/sidebar.mjs +17 -10
- package/esm2022/slidemenu/slidemenu.mjs +38 -21
- package/esm2022/slider/slider.mjs +17 -10
- package/esm2022/speeddial/speeddial.interface.mjs +1 -1
- package/esm2022/speeddial/speeddial.mjs +94 -74
- package/esm2022/spinner/spinner.mjs +23 -13
- package/esm2022/splitbutton/splitbutton.mjs +152 -18
- package/esm2022/splitter/splitter.mjs +9 -6
- package/esm2022/steps/steps.mjs +13 -10
- package/esm2022/styleclass/styleclass.mjs +7 -5
- package/esm2022/table/table.mjs +152 -87
- package/esm2022/tabmenu/tabmenu.mjs +7 -5
- package/esm2022/tabview/tabview.mjs +18 -11
- package/esm2022/tag/tag.mjs +19 -7
- package/esm2022/tieredmenu/tieredmenu.mjs +35 -29
- package/esm2022/toast/toast.mjs +18 -11
- package/esm2022/togglebutton/togglebutton.mjs +9 -7
- package/esm2022/tooltip/tooltip.mjs +21 -12
- package/esm2022/tree/tree.mjs +44 -24
- package/esm2022/treeselect/treeselect.mjs +45 -10
- package/esm2022/treetable/treetable.mjs +290 -103
- package/esm2022/tristatecheckbox/tristatecheckbox.mjs +9 -6
- package/esm2022/virtualscroller/virtualscroller.mjs +9 -6
- package/fesm2022/primeng-accordion.mjs +13 -8
- package/fesm2022/primeng-accordion.mjs.map +1 -1
- package/fesm2022/primeng-animateonscroll.mjs +6 -4
- package/fesm2022/primeng-animateonscroll.mjs.map +1 -1
- package/fesm2022/primeng-api.mjs +5 -2
- package/fesm2022/primeng-api.mjs.map +1 -1
- package/fesm2022/primeng-autocomplete.mjs +63 -36
- package/fesm2022/primeng-autocomplete.mjs.map +1 -1
- package/fesm2022/primeng-autofocus.mjs +4 -3
- package/fesm2022/primeng-autofocus.mjs.map +1 -1
- package/fesm2022/primeng-badge.mjs +4 -3
- package/fesm2022/primeng-badge.mjs.map +1 -1
- package/fesm2022/primeng-baseicon.mjs +4 -3
- package/fesm2022/primeng-baseicon.mjs.map +1 -1
- package/fesm2022/primeng-blockui.mjs +6 -4
- package/fesm2022/primeng-blockui.mjs.map +1 -1
- package/fesm2022/primeng-button.mjs +111 -12
- package/fesm2022/primeng-button.mjs.map +1 -1
- package/fesm2022/primeng-calendar.mjs +112 -100
- package/fesm2022/primeng-calendar.mjs.map +1 -1
- package/fesm2022/primeng-carousel.mjs +10 -6
- package/fesm2022/primeng-carousel.mjs.map +1 -1
- package/fesm2022/primeng-cascadeselect.mjs +32 -22
- package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
- package/fesm2022/primeng-chart.mjs +4 -3
- package/fesm2022/primeng-chart.mjs.map +1 -1
- package/fesm2022/primeng-checkbox.mjs +12 -7
- package/fesm2022/primeng-checkbox.mjs.map +1 -1
- package/fesm2022/primeng-chip.mjs +4 -3
- package/fesm2022/primeng-chip.mjs.map +1 -1
- package/fesm2022/primeng-chips.mjs +18 -10
- package/fesm2022/primeng-chips.mjs.map +1 -1
- package/fesm2022/primeng-colorpicker.mjs +10 -6
- package/fesm2022/primeng-colorpicker.mjs.map +1 -1
- package/fesm2022/primeng-confirmdialog.mjs +23 -13
- package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
- package/fesm2022/primeng-confirmpopup.mjs +7 -5
- package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
- package/fesm2022/primeng-contextmenu.mjs +25 -14
- package/fesm2022/primeng-contextmenu.mjs.map +1 -1
- package/fesm2022/primeng-dataview.mjs +35 -19
- package/fesm2022/primeng-dataview.mjs.map +1 -1
- package/fesm2022/primeng-dialog.mjs +43 -21
- package/fesm2022/primeng-dialog.mjs.map +1 -1
- package/fesm2022/primeng-dragdrop.mjs +4 -3
- package/fesm2022/primeng-dragdrop.mjs.map +1 -1
- package/fesm2022/primeng-dropdown.mjs +60 -36
- package/fesm2022/primeng-dropdown.mjs.map +1 -1
- package/fesm2022/primeng-dynamicdialog.mjs +13 -3
- package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
- package/fesm2022/primeng-editor.mjs +48 -43
- package/fesm2022/primeng-editor.mjs.map +1 -1
- package/fesm2022/primeng-fieldset.mjs +6 -4
- package/fesm2022/primeng-fieldset.mjs.map +1 -1
- package/fesm2022/primeng-fileupload.mjs +75 -18
- package/fesm2022/primeng-fileupload.mjs.map +1 -1
- package/fesm2022/primeng-focustrap.mjs +4 -3
- package/fesm2022/primeng-focustrap.mjs.map +1 -1
- package/fesm2022/primeng-galleria.mjs +56 -31
- package/fesm2022/primeng-galleria.mjs.map +1 -1
- package/fesm2022/primeng-image.mjs +4 -3
- package/fesm2022/primeng-image.mjs.map +1 -1
- package/fesm2022/primeng-inplace.mjs +11 -7
- package/fesm2022/primeng-inplace.mjs.map +1 -1
- package/fesm2022/primeng-inputmask.mjs +24 -13
- package/fesm2022/primeng-inputmask.mjs.map +1 -1
- package/fesm2022/primeng-inputnumber.mjs +45 -19
- package/fesm2022/primeng-inputnumber.mjs.map +1 -1
- package/fesm2022/primeng-inputotp.mjs +8 -9
- package/fesm2022/primeng-inputotp.mjs.map +1 -1
- package/fesm2022/primeng-inputswitch.mjs +8 -5
- package/fesm2022/primeng-inputswitch.mjs.map +1 -1
- package/fesm2022/primeng-inputtextarea.mjs +4 -3
- package/fesm2022/primeng-inputtextarea.mjs.map +1 -1
- package/fesm2022/primeng-keyfilter.mjs +4 -3
- package/fesm2022/primeng-keyfilter.mjs.map +1 -1
- package/fesm2022/primeng-knob.mjs +20 -11
- package/fesm2022/primeng-knob.mjs.map +1 -1
- package/fesm2022/primeng-listbox.mjs +40 -18
- package/fesm2022/primeng-listbox.mjs.map +1 -1
- package/fesm2022/primeng-megamenu.mjs +15 -9
- package/fesm2022/primeng-megamenu.mjs.map +1 -1
- package/fesm2022/primeng-menu.mjs +10 -16
- package/fesm2022/primeng-menu.mjs.map +1 -1
- package/fesm2022/primeng-menubar.mjs +25 -14
- package/fesm2022/primeng-menubar.mjs.map +1 -1
- package/fesm2022/primeng-message.mjs +4 -3
- package/fesm2022/primeng-message.mjs.map +1 -1
- package/fesm2022/primeng-messages.mjs +8 -5
- package/fesm2022/primeng-messages.mjs.map +1 -1
- package/fesm2022/primeng-metergroup.mjs +3 -3
- package/fesm2022/primeng-metergroup.mjs.map +1 -1
- package/fesm2022/primeng-multiselect.mjs +81 -47
- package/fesm2022/primeng-multiselect.mjs.map +1 -1
- package/fesm2022/primeng-orderlist.mjs +17 -10
- package/fesm2022/primeng-orderlist.mjs.map +1 -1
- package/fesm2022/primeng-organizationchart.mjs +11 -7
- package/fesm2022/primeng-organizationchart.mjs.map +1 -1
- package/fesm2022/primeng-overlaypanel.mjs +12 -7
- package/fesm2022/primeng-overlaypanel.mjs.map +1 -1
- package/fesm2022/primeng-paginator.mjs +41 -11
- package/fesm2022/primeng-paginator.mjs.map +1 -1
- package/fesm2022/primeng-panel.mjs +8 -5
- package/fesm2022/primeng-panel.mjs.map +1 -1
- package/fesm2022/primeng-panelmenu.mjs +32 -15
- package/fesm2022/primeng-panelmenu.mjs.map +1 -1
- package/fesm2022/primeng-password.mjs +15 -9
- package/fesm2022/primeng-password.mjs.map +1 -1
- package/fesm2022/primeng-picklist.mjs +35 -19
- package/fesm2022/primeng-picklist.mjs.map +1 -1
- package/fesm2022/primeng-progressbar.mjs +6 -4
- package/fesm2022/primeng-progressbar.mjs.map +1 -1
- package/fesm2022/primeng-radiobutton.mjs +6 -4
- package/fesm2022/primeng-radiobutton.mjs.map +1 -1
- package/fesm2022/primeng-rating.mjs +16 -12
- package/fesm2022/primeng-rating.mjs.map +1 -1
- package/fesm2022/primeng-scroller.mjs +1 -1
- package/fesm2022/primeng-scroller.mjs.map +1 -1
- package/fesm2022/primeng-scrollpanel.mjs +4 -3
- package/fesm2022/primeng-scrollpanel.mjs.map +1 -1
- package/fesm2022/primeng-scrolltop.mjs +4 -3
- package/fesm2022/primeng-scrolltop.mjs.map +1 -1
- package/fesm2022/primeng-selectbutton.mjs +12 -7
- package/fesm2022/primeng-selectbutton.mjs.map +1 -1
- package/fesm2022/primeng-sidebar.mjs +16 -9
- package/fesm2022/primeng-sidebar.mjs.map +1 -1
- package/fesm2022/primeng-slidemenu.mjs +37 -20
- package/fesm2022/primeng-slidemenu.mjs.map +1 -1
- package/fesm2022/primeng-slider.mjs +16 -9
- package/fesm2022/primeng-slider.mjs.map +1 -1
- package/fesm2022/primeng-speeddial.mjs +93 -73
- package/fesm2022/primeng-speeddial.mjs.map +1 -1
- package/fesm2022/primeng-spinner.mjs +22 -12
- package/fesm2022/primeng-spinner.mjs.map +1 -1
- package/fesm2022/primeng-splitbutton.mjs +151 -17
- package/fesm2022/primeng-splitbutton.mjs.map +1 -1
- package/fesm2022/primeng-splitter.mjs +8 -5
- package/fesm2022/primeng-splitter.mjs.map +1 -1
- package/fesm2022/primeng-steps.mjs +12 -9
- package/fesm2022/primeng-steps.mjs.map +1 -1
- package/fesm2022/primeng-styleclass.mjs +6 -4
- package/fesm2022/primeng-styleclass.mjs.map +1 -1
- package/fesm2022/primeng-table.mjs +151 -86
- package/fesm2022/primeng-table.mjs.map +1 -1
- package/fesm2022/primeng-tabmenu.mjs +6 -4
- package/fesm2022/primeng-tabmenu.mjs.map +1 -1
- package/fesm2022/primeng-tabview.mjs +17 -10
- package/fesm2022/primeng-tabview.mjs.map +1 -1
- package/fesm2022/primeng-tag.mjs +18 -6
- package/fesm2022/primeng-tag.mjs.map +1 -1
- package/fesm2022/primeng-tieredmenu.mjs +34 -28
- package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
- package/fesm2022/primeng-toast.mjs +17 -10
- package/fesm2022/primeng-toast.mjs.map +1 -1
- package/fesm2022/primeng-togglebutton.mjs +8 -6
- package/fesm2022/primeng-togglebutton.mjs.map +1 -1
- package/fesm2022/primeng-tooltip.mjs +20 -11
- package/fesm2022/primeng-tooltip.mjs.map +1 -1
- package/fesm2022/primeng-tree.mjs +43 -23
- package/fesm2022/primeng-tree.mjs.map +1 -1
- package/fesm2022/primeng-treeselect.mjs +44 -9
- package/fesm2022/primeng-treeselect.mjs.map +1 -1
- package/fesm2022/primeng-treetable.mjs +289 -102
- package/fesm2022/primeng-treetable.mjs.map +1 -1
- package/fesm2022/primeng-tristatecheckbox.mjs +8 -5
- package/fesm2022/primeng-tristatecheckbox.mjs.map +1 -1
- package/fesm2022/primeng-virtualscroller.mjs +8 -5
- package/fesm2022/primeng-virtualscroller.mjs.map +1 -1
- package/fieldset/fieldset.d.ts +2 -0
- package/fileupload/fileupload.d.ts +11 -0
- package/focustrap/focustrap.d.ts +1 -0
- package/galleria/galleria.d.ts +25 -0
- package/image/image.d.ts +1 -0
- package/inplace/inplace.d.ts +4 -0
- package/inputmask/inputmask.d.ts +11 -0
- package/inputnumber/inputnumber.d.ts +17 -0
- package/inputnumber/inputnumber.interface.d.ts +1 -1
- package/inputswitch/inputswitch.d.ts +3 -0
- package/inputtextarea/inputtextarea.d.ts +1 -0
- package/keyfilter/keyfilter.d.ts +1 -0
- package/knob/knob.d.ts +9 -0
- package/listbox/listbox.d.ts +22 -2
- package/megamenu/megamenu.d.ts +6 -0
- package/menu/menu.d.ts +4 -0
- package/menubar/menubar.d.ts +11 -0
- package/message/message.d.ts +1 -0
- package/messages/messages.d.ts +3 -0
- package/metergroup/metergroup.d.ts +2 -2
- package/multiselect/multiselect.d.ts +23 -1
- package/orderlist/orderlist.d.ts +7 -0
- package/organizationchart/organizationchart.d.ts +4 -0
- package/overlaypanel/overlaypanel.d.ts +5 -0
- package/package.json +104 -104
- package/paginator/paginator.d.ts +19 -2
- package/panel/panel.d.ts +3 -0
- package/panelmenu/panelmenu.d.ts +11 -0
- package/password/password.d.ts +6 -0
- package/picklist/picklist.d.ts +12 -0
- package/progressbar/progressbar.d.ts +2 -0
- package/radiobutton/radiobutton.d.ts +2 -0
- package/rating/rating.d.ts +4 -0
- package/resources/components/calendar/calendar.css +1 -0
- package/resources/components/cascadeselect/cascadeselect.css +1 -0
- package/resources/components/rating/rating.css +2 -0
- package/resources/themes/arya-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/arya-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/arya-blue/theme.css +429 -529
- package/resources/themes/arya-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/arya-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/arya-green/theme.css +429 -529
- package/resources/themes/arya-orange/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/arya-orange/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/arya-orange/theme.css +429 -529
- package/resources/themes/arya-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/arya-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/arya-purple/theme.css +429 -529
- package/resources/themes/aura-dark-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-amber/theme.css +7724 -0
- package/resources/themes/aura-dark-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-blue/theme.css +7724 -0
- package/resources/themes/aura-dark-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-cyan/theme.css +7724 -0
- package/resources/themes/aura-dark-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-green/theme.css +7724 -0
- package/resources/themes/aura-dark-indigo/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-indigo/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-indigo/theme.css +7724 -0
- package/resources/themes/aura-dark-lime/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-lime/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-lime/theme.css +7724 -0
- package/resources/themes/aura-dark-noir/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-noir/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-noir/theme.css +7724 -0
- package/resources/themes/aura-dark-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-pink/theme.css +7724 -0
- package/resources/themes/aura-dark-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-purple/theme.css +7724 -0
- package/resources/themes/aura-dark-teal/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-teal/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-teal/theme.css +7724 -0
- package/resources/themes/aura-light-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-amber/theme.css +7726 -0
- package/resources/themes/aura-light-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-blue/theme.css +7726 -0
- package/resources/themes/aura-light-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-cyan/theme.css +7726 -0
- package/resources/themes/aura-light-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-green/theme.css +7726 -0
- package/resources/themes/aura-light-indigo/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-indigo/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-indigo/theme.css +7726 -0
- package/resources/themes/aura-light-lime/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-lime/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-lime/theme.css +7726 -0
- package/resources/themes/aura-light-noir/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-noir/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-noir/theme.css +7734 -0
- package/resources/themes/aura-light-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-pink/theme.css +7726 -0
- package/resources/themes/aura-light-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-purple/theme.css +7726 -0
- package/resources/themes/aura-light-teal/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-teal/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-teal/theme.css +7726 -0
- package/resources/themes/bootstrap4-dark-blue/theme.css +430 -529
- package/resources/themes/bootstrap4-dark-purple/theme.css +430 -529
- package/resources/themes/bootstrap4-light-blue/theme.css +430 -529
- package/resources/themes/bootstrap4-light-purple/theme.css +430 -529
- package/resources/themes/fluent-light/theme.css +456 -540
- package/resources/themes/lara-dark-amber/theme.css +649 -448
- package/resources/themes/lara-dark-blue/theme.css +494 -531
- package/resources/themes/lara-dark-cyan/theme.css +649 -448
- package/resources/themes/lara-dark-green/theme.css +649 -448
- package/resources/themes/lara-dark-indigo/theme.css +494 -531
- package/resources/themes/lara-dark-pink/theme.css +649 -448
- package/resources/themes/lara-dark-purple/theme.css +494 -531
- package/resources/themes/lara-dark-teal/theme.css +494 -531
- package/resources/themes/lara-light-amber/theme.css +619 -467
- package/resources/themes/lara-light-blue/theme.css +450 -539
- package/resources/themes/lara-light-cyan/theme.css +619 -467
- package/resources/themes/lara-light-green/theme.css +619 -467
- package/resources/themes/lara-light-indigo/theme.css +450 -539
- package/resources/themes/lara-light-pink/theme.css +619 -467
- package/resources/themes/lara-light-purple/theme.css +450 -539
- package/resources/themes/lara-light-teal/theme.css +450 -539
- package/resources/themes/luna-amber/theme.css +443 -542
- package/resources/themes/luna-blue/theme.css +443 -542
- package/resources/themes/luna-green/theme.css +443 -542
- package/resources/themes/luna-pink/theme.css +443 -542
- package/resources/themes/md-dark-deeppurple/theme.css +773 -691
- package/resources/themes/md-dark-indigo/theme.css +773 -691
- package/resources/themes/md-light-deeppurple/theme.css +655 -573
- package/resources/themes/md-light-indigo/theme.css +655 -573
- package/resources/themes/mdc-dark-deeppurple/theme.css +773 -691
- package/resources/themes/mdc-dark-indigo/theme.css +773 -691
- package/resources/themes/mdc-light-deeppurple/theme.css +655 -573
- package/resources/themes/mdc-light-indigo/theme.css +655 -573
- package/resources/themes/mira/theme.css +467 -536
- package/resources/themes/nano/theme.css +427 -529
- package/resources/themes/nova/theme.css +431 -529
- package/resources/themes/nova-accent/theme.css +428 -529
- package/resources/themes/nova-alt/theme.css +431 -529
- package/resources/themes/rhea/theme.css +428 -529
- package/resources/themes/saga-blue/theme.css +429 -529
- package/resources/themes/saga-green/theme.css +429 -529
- package/resources/themes/saga-orange/theme.css +429 -529
- package/resources/themes/saga-purple/theme.css +429 -529
- package/resources/themes/soho-dark/theme.css +463 -560
- package/resources/themes/soho-light/theme.css +439 -534
- package/resources/themes/tailwind-light/theme.css +470 -559
- package/resources/themes/vela-blue/theme.css +429 -529
- package/resources/themes/vela-green/theme.css +429 -529
- package/resources/themes/vela-orange/theme.css +429 -529
- package/resources/themes/vela-purple/theme.css +429 -529
- package/resources/themes/viva-dark/theme.css +453 -534
- package/resources/themes/viva-light/theme.css +453 -534
- package/scrollpanel/scrollpanel.d.ts +1 -0
- package/scrolltop/scrolltop.d.ts +1 -0
- package/selectbutton/selectbutton.d.ts +5 -0
- package/sidebar/sidebar.d.ts +7 -0
- package/slidemenu/slidemenu.d.ts +17 -0
- package/slider/slider.d.ts +7 -0
- package/speeddial/speeddial.d.ts +7 -0
- package/speeddial/speeddial.interface.d.ts +17 -0
- package/spinner/spinner.d.ts +10 -0
- package/splitbutton/splitbutton.d.ts +72 -6
- package/splitter/splitter.d.ts +3 -0
- package/steps/steps.d.ts +3 -0
- package/styleclass/styleclass.d.ts +2 -0
- package/table/table.d.ts +65 -0
- package/tabmenu/tabmenu.d.ts +2 -0
- package/tabview/tabview.d.ts +7 -0
- package/tag/tag.d.ts +11 -2
- package/tieredmenu/tieredmenu.d.ts +14 -3
- package/toast/toast.d.ts +7 -0
- package/togglebutton/togglebutton.d.ts +2 -0
- package/tooltip/tooltip.d.ts +9 -0
- package/tree/tree.d.ts +20 -0
- package/treeselect/treeselect.d.ts +25 -2
- package/treetable/treetable.d.ts +62 -4
- package/tristatecheckbox/tristatecheckbox.d.ts +3 -0
- package/virtualscroller/virtualscroller.d.ts +3 -0
@@ -54,21 +54,24 @@
|
|
54
54
|
font-family: "Roboto";
|
55
55
|
font-style: normal;
|
56
56
|
font-weight: 400;
|
57
|
-
src: local("Roboto"), local("Roboto-Regular"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff") format("woff");
|
57
|
+
src: local("Roboto"), local("Roboto-Regular"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff") format("woff");
|
58
|
+
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
58
59
|
}
|
59
60
|
/* roboto-500 - latin-ext_latin */
|
60
61
|
@font-face {
|
61
62
|
font-family: "Roboto";
|
62
63
|
font-style: normal;
|
63
64
|
font-weight: 500;
|
64
|
-
src: local("Roboto Medium"), local("Roboto-Medium"), url("./fonts/roboto-v20-latin-ext_latin-500.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-500.woff") format("woff");
|
65
|
+
src: local("Roboto Medium"), local("Roboto-Medium"), url("./fonts/roboto-v20-latin-ext_latin-500.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-500.woff") format("woff");
|
66
|
+
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
65
67
|
}
|
66
68
|
/* roboto-700 - latin-ext_latin */
|
67
69
|
@font-face {
|
68
70
|
font-family: "Roboto";
|
69
71
|
font-style: normal;
|
70
72
|
font-weight: 700;
|
71
|
-
src: local("Roboto Bold"), local("Roboto-Bold"), url("./fonts/roboto-v20-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-700.woff") format("woff");
|
73
|
+
src: local("Roboto Bold"), local("Roboto-Bold"), url("./fonts/roboto-v20-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-700.woff") format("woff");
|
74
|
+
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
72
75
|
}
|
73
76
|
:root {
|
74
77
|
--blue-50:#f4fafe;
|
@@ -241,7 +244,7 @@
|
|
241
244
|
}
|
242
245
|
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
|
243
246
|
color: rgba(255, 255, 255, 0.87);
|
244
|
-
background:
|
247
|
+
background: rgba(255, 255, 255, 0.04);
|
245
248
|
}
|
246
249
|
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
|
247
250
|
padding: 1rem 1rem;
|
@@ -296,32 +299,40 @@
|
|
296
299
|
* {
|
297
300
|
box-sizing: border-box;
|
298
301
|
}
|
302
|
+
|
299
303
|
.p-component {
|
300
304
|
font-family: var(--font-family);
|
301
305
|
font-feature-settings: var(--font-feature-settings, normal);
|
302
306
|
font-size: 1rem;
|
303
307
|
font-weight: normal;
|
304
308
|
}
|
309
|
+
|
305
310
|
.p-component-overlay {
|
306
311
|
background-color: rgba(0, 0, 0, 0.32);
|
307
312
|
transition-duration: 0.2s;
|
308
313
|
}
|
314
|
+
|
309
315
|
.p-disabled, .p-component:disabled {
|
310
316
|
opacity: 0.38;
|
311
317
|
}
|
318
|
+
|
312
319
|
.p-error {
|
313
320
|
color: #f44435;
|
314
321
|
}
|
322
|
+
|
315
323
|
.p-text-secondary {
|
316
324
|
color: rgba(255, 255, 255, 0.6);
|
317
325
|
}
|
326
|
+
|
318
327
|
.pi {
|
319
328
|
font-size: 1rem;
|
320
329
|
}
|
330
|
+
|
321
331
|
.p-icon {
|
322
332
|
width: 1rem;
|
323
333
|
height: 1rem;
|
324
334
|
}
|
335
|
+
|
325
336
|
.p-link {
|
326
337
|
font-family: var(--font-family);
|
327
338
|
font-feature-settings: var(--font-feature-settings, normal);
|
@@ -333,12 +344,15 @@
|
|
333
344
|
outline-offset: 0;
|
334
345
|
box-shadow: none;
|
335
346
|
}
|
347
|
+
|
336
348
|
.p-component-overlay-enter {
|
337
349
|
animation: p-component-overlay-enter-animation 150ms forwards;
|
338
350
|
}
|
351
|
+
|
339
352
|
.p-component-overlay-leave {
|
340
353
|
animation: p-component-overlay-leave-animation 150ms forwards;
|
341
354
|
}
|
355
|
+
|
342
356
|
@keyframes p-component-overlay-enter-animation {
|
343
357
|
from {
|
344
358
|
background-color: transparent;
|
@@ -355,6 +369,7 @@
|
|
355
369
|
background-color: transparent;
|
356
370
|
}
|
357
371
|
}
|
372
|
+
|
358
373
|
.p-autocomplete .p-autocomplete-loader {
|
359
374
|
right: 1rem;
|
360
375
|
}
|
@@ -387,7 +402,7 @@
|
|
387
402
|
}
|
388
403
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
|
389
404
|
padding: 0.5rem 1rem;
|
390
|
-
background:
|
405
|
+
background: rgba(255, 255, 255, 0.12);
|
391
406
|
color: rgba(255, 255, 255, 0.87);
|
392
407
|
border-radius: 16px;
|
393
408
|
}
|
@@ -395,12 +410,13 @@
|
|
395
410
|
margin-left: 0.5rem;
|
396
411
|
}
|
397
412
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token.p-focus {
|
398
|
-
background:
|
413
|
+
background: rgba(255, 255, 255, 0.24);
|
399
414
|
color: rgba(255, 255, 255, 0.87);
|
400
415
|
}
|
401
416
|
.p-autocomplete.p-invalid.p-component > .p-inputtext {
|
402
417
|
border-color: #f44435;
|
403
418
|
}
|
419
|
+
|
404
420
|
.p-autocomplete-panel {
|
405
421
|
background: #2b2b2b;
|
406
422
|
color: rgba(255, 255, 255, 0.87);
|
@@ -420,6 +436,9 @@
|
|
420
436
|
transition: none;
|
421
437
|
border-radius: 0;
|
422
438
|
}
|
439
|
+
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:first-child {
|
440
|
+
margin-top: 0;
|
441
|
+
}
|
423
442
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
424
443
|
color: #CE93D8;
|
425
444
|
background: rgba(206, 147, 216, 0.16);
|
@@ -429,11 +448,11 @@
|
|
429
448
|
}
|
430
449
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
|
431
450
|
color: rgba(255, 255, 255, 0.87);
|
432
|
-
background:
|
451
|
+
background: rgba(255, 255, 255, 0.12);
|
433
452
|
}
|
434
453
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover {
|
435
454
|
color: rgba(255, 255, 255, 0.87);
|
436
|
-
background:
|
455
|
+
background: rgba(255, 255, 255, 0.04);
|
437
456
|
}
|
438
457
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
|
439
458
|
margin: 0;
|
@@ -447,9 +466,11 @@
|
|
447
466
|
color: rgba(255, 255, 255, 0.87);
|
448
467
|
background: transparent;
|
449
468
|
}
|
469
|
+
|
450
470
|
p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
|
451
471
|
border-color: #f44435;
|
452
472
|
}
|
473
|
+
|
453
474
|
p-autocomplete.p-autocomplete-clearable .p-inputtext {
|
454
475
|
padding-right: 3rem;
|
455
476
|
}
|
@@ -457,24 +478,28 @@
|
|
457
478
|
color: rgba(255, 255, 255, 0.6);
|
458
479
|
right: 1rem;
|
459
480
|
}
|
481
|
+
|
460
482
|
p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
|
461
483
|
color: rgba(255, 255, 255, 0.6);
|
462
484
|
right: 4rem;
|
463
485
|
}
|
486
|
+
|
464
487
|
p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
465
488
|
border-color: #f44435;
|
466
489
|
}
|
490
|
+
|
467
491
|
.p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
|
468
492
|
outline: 0 none;
|
469
493
|
outline-offset: 0;
|
470
494
|
box-shadow: none;
|
471
495
|
border-color: #CE93D8;
|
472
496
|
}
|
497
|
+
|
473
498
|
.p-datepicker {
|
474
499
|
padding: 0.5rem;
|
475
500
|
background: #1e1e1e;
|
476
501
|
color: rgba(255, 255, 255, 0.87);
|
477
|
-
border: 1px solid
|
502
|
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
478
503
|
border-radius: 4px;
|
479
504
|
}
|
480
505
|
.p-datepicker:not(.p-datepicker-inline) {
|
@@ -491,12 +516,12 @@
|
|
491
516
|
background: #1e1e1e;
|
492
517
|
font-weight: 500;
|
493
518
|
margin: 0;
|
494
|
-
border-bottom: 1px solid
|
519
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
495
520
|
border-top-right-radius: 4px;
|
496
521
|
border-top-left-radius: 4px;
|
497
522
|
}
|
498
523
|
.p-datepicker .p-datepicker-header .p-datepicker-prev,
|
499
|
-
|
524
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next {
|
500
525
|
width: 2.5rem;
|
501
526
|
height: 2.5rem;
|
502
527
|
color: rgba(255, 255, 255, 0.6);
|
@@ -506,13 +531,13 @@
|
|
506
531
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
507
532
|
}
|
508
533
|
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
|
509
|
-
|
534
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
|
510
535
|
color: rgba(255, 255, 255, 0.6);
|
511
536
|
border-color: transparent;
|
512
537
|
background: rgba(255, 255, 255, 0.04);
|
513
538
|
}
|
514
539
|
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
|
515
|
-
|
540
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
|
516
541
|
outline: 0 none;
|
517
542
|
outline-offset: 0;
|
518
543
|
box-shadow: none;
|
@@ -521,14 +546,14 @@
|
|
521
546
|
line-height: 2.5rem;
|
522
547
|
}
|
523
548
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
|
524
|
-
|
549
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
525
550
|
color: rgba(255, 255, 255, 0.87);
|
526
551
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
527
552
|
font-weight: 500;
|
528
553
|
padding: 0.5rem;
|
529
554
|
}
|
530
555
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
|
531
|
-
|
556
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
|
532
557
|
color: #CE93D8;
|
533
558
|
}
|
534
559
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
@@ -575,13 +600,13 @@
|
|
575
600
|
}
|
576
601
|
.p-datepicker .p-datepicker-buttonbar {
|
577
602
|
padding: 1rem 0;
|
578
|
-
border-top: 1px solid
|
603
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
579
604
|
}
|
580
605
|
.p-datepicker .p-datepicker-buttonbar .p-button {
|
581
606
|
width: auto;
|
582
607
|
}
|
583
608
|
.p-datepicker .p-timepicker {
|
584
|
-
border-top: 1px solid
|
609
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
585
610
|
padding: 0.5rem;
|
586
611
|
}
|
587
612
|
.p-datepicker .p-timepicker button {
|
@@ -640,7 +665,7 @@
|
|
640
665
|
background: rgba(206, 147, 216, 0.16);
|
641
666
|
}
|
642
667
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
643
|
-
border-left: 1px solid
|
668
|
+
border-left: 1px solid rgba(255, 255, 255, 0.12);
|
644
669
|
padding-right: 0.5rem;
|
645
670
|
padding-left: 0.5rem;
|
646
671
|
padding-top: 0;
|
@@ -677,6 +702,7 @@
|
|
677
702
|
outline-offset: 0;
|
678
703
|
box-shadow: none;
|
679
704
|
}
|
705
|
+
|
680
706
|
p-calendar.p-calendar-clearable .p-inputtext {
|
681
707
|
padding-right: 3rem;
|
682
708
|
}
|
@@ -684,10 +710,12 @@
|
|
684
710
|
color: rgba(255, 255, 255, 0.6);
|
685
711
|
right: 1rem;
|
686
712
|
}
|
713
|
+
|
687
714
|
p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
|
688
715
|
color: rgba(255, 255, 255, 0.6);
|
689
716
|
right: 4rem;
|
690
717
|
}
|
718
|
+
|
691
719
|
@media screen and (max-width: 769px) {
|
692
720
|
.p-datepicker table th, .p-datepicker table td {
|
693
721
|
padding: 0;
|
@@ -695,7 +723,7 @@
|
|
695
723
|
}
|
696
724
|
.p-cascadeselect {
|
697
725
|
background: #1e1e1e;
|
698
|
-
border: 1px solid
|
726
|
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
699
727
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
700
728
|
border-radius: 4px;
|
701
729
|
}
|
@@ -730,6 +758,7 @@
|
|
730
758
|
.p-cascadeselect.p-invalid.p-component {
|
731
759
|
border-color: #f44435;
|
732
760
|
}
|
761
|
+
|
733
762
|
.p-cascadeselect-panel {
|
734
763
|
background: #2b2b2b;
|
735
764
|
color: rgba(255, 255, 255, 0.87);
|
@@ -748,6 +777,9 @@
|
|
748
777
|
transition: none;
|
749
778
|
border-radius: 0;
|
750
779
|
}
|
780
|
+
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child {
|
781
|
+
margin-top: 0;
|
782
|
+
}
|
751
783
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
|
752
784
|
color: #CE93D8;
|
753
785
|
background: rgba(206, 147, 216, 0.16);
|
@@ -757,11 +789,11 @@
|
|
757
789
|
}
|
758
790
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
|
759
791
|
color: rgba(255, 255, 255, 0.87);
|
760
|
-
background:
|
792
|
+
background: rgba(255, 255, 255, 0.12);
|
761
793
|
}
|
762
794
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
|
763
795
|
color: rgba(255, 255, 255, 0.87);
|
764
|
-
background:
|
796
|
+
background: rgba(255, 255, 255, 0.04);
|
765
797
|
}
|
766
798
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
|
767
799
|
padding: 1rem 1rem;
|
@@ -769,18 +801,21 @@
|
|
769
801
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
|
770
802
|
font-size: 0.875rem;
|
771
803
|
}
|
804
|
+
|
772
805
|
.p-input-filled .p-cascadeselect {
|
773
|
-
background:
|
806
|
+
background: rgba(255, 255, 255, 0.06);
|
774
807
|
}
|
775
808
|
.p-input-filled .p-cascadeselect:not(.p-disabled):hover {
|
776
|
-
background-color:
|
809
|
+
background-color: rgba(255, 255, 255, 0.08);
|
777
810
|
}
|
778
811
|
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
|
779
|
-
background-color:
|
812
|
+
background-color: rgba(255, 255, 255, 0.1);
|
780
813
|
}
|
814
|
+
|
781
815
|
p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
|
782
816
|
border-color: #f44435;
|
783
817
|
}
|
818
|
+
|
784
819
|
p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
|
785
820
|
padding-right: 1rem;
|
786
821
|
}
|
@@ -788,6 +823,7 @@
|
|
788
823
|
color: rgba(255, 255, 255, 0.6);
|
789
824
|
right: 2.357rem;
|
790
825
|
}
|
826
|
+
|
791
827
|
.p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
|
792
828
|
box-shadow: none;
|
793
829
|
border-radius: 0;
|
@@ -796,18 +832,20 @@
|
|
796
832
|
.p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
|
797
833
|
transform: rotate(90deg);
|
798
834
|
}
|
835
|
+
|
799
836
|
.p-checkbox {
|
800
837
|
width: 18px;
|
801
838
|
height: 18px;
|
802
839
|
}
|
803
840
|
.p-checkbox .p-checkbox-box {
|
804
|
-
border: 2px solid
|
841
|
+
border: 2px solid rgba(255, 255, 255, 0.7);
|
805
842
|
background: #1e1e1e;
|
806
843
|
width: 18px;
|
807
844
|
height: 18px;
|
808
845
|
color: rgba(255, 255, 255, 0.87);
|
809
846
|
border-radius: 4px;
|
810
847
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
848
|
+
outline-color: transparent;
|
811
849
|
}
|
812
850
|
.p-checkbox .p-checkbox-box .p-checkbox-icon {
|
813
851
|
transition-duration: 0.2s;
|
@@ -836,27 +874,32 @@
|
|
836
874
|
background: #CE93D8;
|
837
875
|
color: #121212;
|
838
876
|
}
|
877
|
+
|
839
878
|
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
840
879
|
border-color: #f44435;
|
841
880
|
}
|
881
|
+
|
842
882
|
.p-input-filled .p-checkbox .p-checkbox-box {
|
843
|
-
background-color:
|
883
|
+
background-color: rgba(255, 255, 255, 0.06);
|
844
884
|
}
|
845
885
|
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
846
886
|
background: #CE93D8;
|
847
887
|
}
|
848
888
|
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
849
|
-
background-color:
|
889
|
+
background-color: rgba(255, 255, 255, 0.08);
|
850
890
|
}
|
851
891
|
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
852
892
|
background: #CE93D8;
|
853
893
|
}
|
894
|
+
|
854
895
|
.p-checkbox-label {
|
855
896
|
margin-left: 0.5rem;
|
856
897
|
}
|
898
|
+
|
857
899
|
p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
858
900
|
border-color: #f44435;
|
859
901
|
}
|
902
|
+
|
860
903
|
.p-chips:not(.p-disabled):hover .p-chips-multiple-container {
|
861
904
|
border-color: rgba(255, 255, 255, 0.6);
|
862
905
|
}
|
@@ -873,12 +916,12 @@
|
|
873
916
|
.p-chips .p-chips-multiple-container .p-chips-token {
|
874
917
|
padding: 0.5rem 1rem;
|
875
918
|
margin-right: 0.5rem;
|
876
|
-
background:
|
919
|
+
background: rgba(255, 255, 255, 0.12);
|
877
920
|
color: rgba(255, 255, 255, 0.87);
|
878
921
|
border-radius: 16px;
|
879
922
|
}
|
880
923
|
.p-chips .p-chips-multiple-container .p-chips-token.p-focus {
|
881
|
-
background:
|
924
|
+
background: rgba(255, 255, 255, 0.24);
|
882
925
|
color: rgba(255, 255, 255, 0.87);
|
883
926
|
}
|
884
927
|
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
|
@@ -895,9 +938,11 @@
|
|
895
938
|
padding: 0;
|
896
939
|
margin: 0;
|
897
940
|
}
|
941
|
+
|
898
942
|
p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
|
899
943
|
border-color: #f44435;
|
900
944
|
}
|
945
|
+
|
901
946
|
p-chips.p-chips-clearable .p-inputtext {
|
902
947
|
padding-right: 2rem;
|
903
948
|
}
|
@@ -905,25 +950,29 @@
|
|
905
950
|
color: rgba(255, 255, 255, 0.6);
|
906
951
|
right: 1rem;
|
907
952
|
}
|
953
|
+
|
908
954
|
.p-colorpicker-preview,
|
909
|
-
|
955
|
+
.p-fluid .p-colorpicker-preview.p-inputtext {
|
910
956
|
width: 2rem;
|
911
957
|
height: 2rem;
|
912
958
|
}
|
959
|
+
|
913
960
|
.p-colorpicker-panel {
|
914
961
|
background: #2b2b2b;
|
915
962
|
border: 1px solid #1e1e1e;
|
916
963
|
}
|
917
964
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
918
|
-
|
965
|
+
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
919
966
|
border-color: #ffffff;
|
920
967
|
}
|
968
|
+
|
921
969
|
.p-colorpicker-overlay-panel {
|
922
970
|
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
923
971
|
}
|
972
|
+
|
924
973
|
.p-dropdown {
|
925
974
|
background: #1e1e1e;
|
926
|
-
border: 1px solid
|
975
|
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
927
976
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
928
977
|
border-radius: 4px;
|
929
978
|
}
|
@@ -964,6 +1013,7 @@
|
|
964
1013
|
.p-dropdown.p-invalid.p-component {
|
965
1014
|
border-color: #f44435;
|
966
1015
|
}
|
1016
|
+
|
967
1017
|
.p-dropdown-panel {
|
968
1018
|
background: #2b2b2b;
|
969
1019
|
color: rgba(255, 255, 255, 0.87);
|
@@ -973,7 +1023,7 @@
|
|
973
1023
|
}
|
974
1024
|
.p-dropdown-panel .p-dropdown-header {
|
975
1025
|
padding: 1rem;
|
976
|
-
border-bottom: 1px solid
|
1026
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
977
1027
|
color: rgba(255, 255, 255, 0.87);
|
978
1028
|
background: #2b2b2b;
|
979
1029
|
margin: 0;
|
@@ -1000,6 +1050,9 @@
|
|
1000
1050
|
transition: none;
|
1001
1051
|
border-radius: 0;
|
1002
1052
|
}
|
1053
|
+
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child {
|
1054
|
+
margin-top: 0;
|
1055
|
+
}
|
1003
1056
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
1004
1057
|
color: #CE93D8;
|
1005
1058
|
background: rgba(206, 147, 216, 0.16);
|
@@ -1009,11 +1062,11 @@
|
|
1009
1062
|
}
|
1010
1063
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
|
1011
1064
|
color: rgba(255, 255, 255, 0.87);
|
1012
|
-
background:
|
1065
|
+
background: rgba(255, 255, 255, 0.12);
|
1013
1066
|
}
|
1014
1067
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
1015
1068
|
color: rgba(255, 255, 255, 0.87);
|
1016
|
-
background:
|
1069
|
+
background: rgba(255, 255, 255, 0.04);
|
1017
1070
|
}
|
1018
1071
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
|
1019
1072
|
margin: 0;
|
@@ -1027,100 +1080,114 @@
|
|
1027
1080
|
color: rgba(255, 255, 255, 0.87);
|
1028
1081
|
background: transparent;
|
1029
1082
|
}
|
1083
|
+
|
1030
1084
|
.p-input-filled .p-dropdown {
|
1031
|
-
background:
|
1085
|
+
background: rgba(255, 255, 255, 0.06);
|
1032
1086
|
}
|
1033
1087
|
.p-input-filled .p-dropdown:not(.p-disabled):hover {
|
1034
|
-
background-color:
|
1088
|
+
background-color: rgba(255, 255, 255, 0.08);
|
1035
1089
|
}
|
1036
1090
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
|
1037
|
-
background-color:
|
1091
|
+
background-color: rgba(255, 255, 255, 0.1);
|
1038
1092
|
}
|
1039
1093
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
|
1040
1094
|
background-color: transparent;
|
1041
1095
|
}
|
1096
|
+
|
1042
1097
|
p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
|
1043
1098
|
border-color: #f44435;
|
1044
1099
|
}
|
1100
|
+
|
1045
1101
|
.p-icon-field .p-input-icon {
|
1046
1102
|
position: absolute;
|
1047
1103
|
top: 50%;
|
1048
1104
|
margin-top: -0.5rem;
|
1049
1105
|
}
|
1106
|
+
|
1050
1107
|
.p-inputgroup-addon {
|
1051
1108
|
background: #1e1e1e;
|
1052
1109
|
color: rgba(255, 255, 255, 0.6);
|
1053
|
-
border-top: 1px solid
|
1054
|
-
border-left: 1px solid
|
1055
|
-
border-bottom: 1px solid
|
1110
|
+
border-top: 1px solid rgba(255, 255, 255, 0.3);
|
1111
|
+
border-left: 1px solid rgba(255, 255, 255, 0.3);
|
1112
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
|
1056
1113
|
padding: 1rem 1rem;
|
1057
1114
|
min-width: 2.357rem;
|
1058
1115
|
}
|
1059
1116
|
.p-inputgroup-addon:last-child {
|
1060
|
-
border-right: 1px solid
|
1117
|
+
border-right: 1px solid rgba(255, 255, 255, 0.3);
|
1061
1118
|
}
|
1119
|
+
|
1062
1120
|
.p-inputgroup > .p-component,
|
1063
|
-
|
1064
|
-
|
1121
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext,
|
1122
|
+
.p-inputgroup > .p-float-label > .p-component {
|
1065
1123
|
border-radius: 0;
|
1066
1124
|
margin: 0;
|
1067
1125
|
}
|
1068
1126
|
.p-inputgroup > .p-component + .p-inputgroup-addon,
|
1069
|
-
|
1070
|
-
|
1127
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
|
1128
|
+
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
|
1071
1129
|
border-left: 0 none;
|
1072
1130
|
}
|
1073
1131
|
.p-inputgroup > .p-component:focus,
|
1074
|
-
|
1075
|
-
|
1132
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
|
1133
|
+
.p-inputgroup > .p-float-label > .p-component:focus {
|
1076
1134
|
z-index: 1;
|
1077
1135
|
}
|
1078
1136
|
.p-inputgroup > .p-component:focus ~ label,
|
1079
|
-
|
1080
|
-
|
1137
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
|
1138
|
+
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
|
1081
1139
|
z-index: 1;
|
1082
1140
|
}
|
1141
|
+
|
1083
1142
|
.p-inputgroup-addon:first-child,
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1087
|
-
|
1143
|
+
.p-inputgroup button:first-child,
|
1144
|
+
.p-inputgroup input:first-child,
|
1145
|
+
.p-inputgroup > .p-inputwrapper:first-child > .p-component,
|
1146
|
+
.p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
|
1088
1147
|
border-top-left-radius: 4px;
|
1089
1148
|
border-bottom-left-radius: 4px;
|
1090
1149
|
}
|
1150
|
+
|
1091
1151
|
.p-inputgroup .p-float-label:first-child input {
|
1092
1152
|
border-top-left-radius: 4px;
|
1093
1153
|
border-bottom-left-radius: 4px;
|
1094
1154
|
}
|
1155
|
+
|
1095
1156
|
.p-inputgroup-addon:last-child,
|
1096
|
-
|
1097
|
-
|
1098
|
-
|
1099
|
-
|
1157
|
+
.p-inputgroup button:last-child,
|
1158
|
+
.p-inputgroup input:last-child,
|
1159
|
+
.p-inputgroup > .p-inputwrapper:last-child > .p-component,
|
1160
|
+
.p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
|
1100
1161
|
border-top-right-radius: 4px;
|
1101
1162
|
border-bottom-right-radius: 4px;
|
1102
1163
|
}
|
1164
|
+
|
1103
1165
|
.p-inputgroup .p-float-label:last-child input {
|
1104
1166
|
border-top-right-radius: 4px;
|
1105
1167
|
border-bottom-right-radius: 4px;
|
1106
1168
|
}
|
1169
|
+
|
1107
1170
|
.p-fluid .p-inputgroup .p-button {
|
1108
1171
|
width: auto;
|
1109
1172
|
}
|
1110
1173
|
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
|
1111
1174
|
width: 3rem;
|
1112
1175
|
}
|
1176
|
+
|
1113
1177
|
.p-icon-field-left .p-input-icon:first-of-type {
|
1114
1178
|
left: 1rem;
|
1115
1179
|
color: rgba(255, 255, 255, 0.6);
|
1116
1180
|
}
|
1181
|
+
|
1117
1182
|
.p-icon-field-right .p-input-icon:last-of-type {
|
1118
1183
|
right: 1rem;
|
1119
1184
|
color: rgba(255, 255, 255, 0.6);
|
1120
1185
|
}
|
1186
|
+
|
1121
1187
|
p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
|
1122
1188
|
border-color: #f44435;
|
1123
1189
|
}
|
1190
|
+
|
1124
1191
|
p-inputmask.p-inputmask-clearable .p-inputtext {
|
1125
1192
|
padding-right: 3rem;
|
1126
1193
|
}
|
@@ -1128,9 +1195,11 @@
|
|
1128
1195
|
color: rgba(255, 255, 255, 0.6);
|
1129
1196
|
right: 1rem;
|
1130
1197
|
}
|
1198
|
+
|
1131
1199
|
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
1132
1200
|
border-color: #f44435;
|
1133
1201
|
}
|
1202
|
+
|
1134
1203
|
p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
|
1135
1204
|
padding-right: 3rem;
|
1136
1205
|
}
|
@@ -1138,27 +1207,31 @@
|
|
1138
1207
|
color: rgba(255, 255, 255, 0.6);
|
1139
1208
|
right: 1rem;
|
1140
1209
|
}
|
1210
|
+
|
1141
1211
|
p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
|
1142
1212
|
right: 4rem;
|
1143
1213
|
}
|
1144
1214
|
p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
|
1145
1215
|
right: 4rem;
|
1146
1216
|
}
|
1217
|
+
|
1147
1218
|
.p-inputotp {
|
1148
1219
|
display: flex;
|
1149
1220
|
align-items: center;
|
1150
1221
|
gap: 0.5rem;
|
1151
1222
|
}
|
1223
|
+
|
1152
1224
|
.p-inputotp-input {
|
1153
1225
|
text-align: center;
|
1154
1226
|
width: 3rem;
|
1155
1227
|
}
|
1228
|
+
|
1156
1229
|
.p-inputswitch {
|
1157
1230
|
width: 2.75rem;
|
1158
1231
|
height: 1rem;
|
1159
1232
|
}
|
1160
1233
|
.p-inputswitch .p-inputswitch-slider {
|
1161
|
-
background:
|
1234
|
+
background: rgba(255, 255, 255, 0.3);
|
1162
1235
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
1163
1236
|
border-radius: 0.5rem;
|
1164
1237
|
}
|
@@ -1180,7 +1253,7 @@
|
|
1180
1253
|
box-shadow: none;
|
1181
1254
|
}
|
1182
1255
|
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
|
1183
|
-
background:
|
1256
|
+
background: rgba(255, 255, 255, 0.3);
|
1184
1257
|
}
|
1185
1258
|
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
|
1186
1259
|
background: rgba(206, 147, 216, 0.5);
|
@@ -1191,9 +1264,11 @@
|
|
1191
1264
|
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
|
1192
1265
|
background: rgba(206, 147, 216, 0.5);
|
1193
1266
|
}
|
1267
|
+
|
1194
1268
|
p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch > .p-inputswitch-slider {
|
1195
1269
|
border-color: #f44435;
|
1196
1270
|
}
|
1271
|
+
|
1197
1272
|
.p-inputtext {
|
1198
1273
|
font-family: var(--font-family);
|
1199
1274
|
font-feature-settings: var(--font-feature-settings, normal);
|
@@ -1201,7 +1276,7 @@
|
|
1201
1276
|
color: rgba(255, 255, 255, 0.87);
|
1202
1277
|
background: #1e1e1e;
|
1203
1278
|
padding: 1rem 1rem;
|
1204
|
-
border: 1px solid
|
1279
|
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
1205
1280
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
1206
1281
|
appearance: none;
|
1207
1282
|
border-radius: 4px;
|
@@ -1226,81 +1301,99 @@
|
|
1226
1301
|
font-size: 1.25rem;
|
1227
1302
|
padding: 1.25rem 1.25rem;
|
1228
1303
|
}
|
1304
|
+
|
1229
1305
|
.p-float-label > label {
|
1230
1306
|
left: 1rem;
|
1231
1307
|
color: rgba(255, 255, 255, 0.6);
|
1232
1308
|
transition-duration: 0.2s;
|
1233
1309
|
}
|
1310
|
+
|
1234
1311
|
.p-float-label > .ng-invalid.ng-dirty + label {
|
1235
1312
|
color: #f44435;
|
1236
1313
|
}
|
1314
|
+
|
1237
1315
|
.p-input-icon-left > .p-icon-wrapper.p-icon,
|
1238
|
-
|
1316
|
+
.p-input-icon-left > i:first-of-type {
|
1239
1317
|
left: 1rem;
|
1240
1318
|
color: rgba(255, 255, 255, 0.6);
|
1241
1319
|
}
|
1320
|
+
|
1242
1321
|
.p-input-icon-left > .p-inputtext {
|
1243
1322
|
padding-left: 3rem;
|
1244
1323
|
}
|
1324
|
+
|
1245
1325
|
.p-input-icon-left.p-float-label > label {
|
1246
1326
|
left: 3rem;
|
1247
1327
|
}
|
1328
|
+
|
1248
1329
|
.p-input-icon-right > .p-icon-wrapper,
|
1249
|
-
|
1330
|
+
.p-input-icon-right > i:last-of-type {
|
1250
1331
|
right: 1rem;
|
1251
1332
|
color: rgba(255, 255, 255, 0.6);
|
1252
1333
|
}
|
1334
|
+
|
1253
1335
|
.p-input-icon-right > .p-inputtext {
|
1254
1336
|
padding-right: 3rem;
|
1255
1337
|
}
|
1338
|
+
|
1256
1339
|
.p-icon-field-left > .p-inputtext {
|
1257
1340
|
padding-left: 3rem;
|
1258
1341
|
}
|
1342
|
+
|
1259
1343
|
.p-icon-field-left.p-float-label > label {
|
1260
1344
|
left: 3rem;
|
1261
1345
|
}
|
1346
|
+
|
1262
1347
|
.p-icon-field-right > .p-inputtext {
|
1263
1348
|
padding-right: 3rem;
|
1264
1349
|
}
|
1350
|
+
|
1265
1351
|
::-webkit-input-placeholder {
|
1266
1352
|
color: rgba(255, 255, 255, 0.6);
|
1267
1353
|
}
|
1354
|
+
|
1268
1355
|
:-moz-placeholder {
|
1269
1356
|
color: rgba(255, 255, 255, 0.6);
|
1270
1357
|
}
|
1358
|
+
|
1271
1359
|
::-moz-placeholder {
|
1272
1360
|
color: rgba(255, 255, 255, 0.6);
|
1273
1361
|
}
|
1362
|
+
|
1274
1363
|
:-ms-input-placeholder {
|
1275
1364
|
color: rgba(255, 255, 255, 0.6);
|
1276
1365
|
}
|
1366
|
+
|
1277
1367
|
.p-input-filled .p-inputtext {
|
1278
|
-
background-color:
|
1368
|
+
background-color: rgba(255, 255, 255, 0.06);
|
1279
1369
|
}
|
1280
1370
|
.p-input-filled .p-inputtext:enabled:hover {
|
1281
|
-
background-color:
|
1371
|
+
background-color: rgba(255, 255, 255, 0.08);
|
1282
1372
|
}
|
1283
1373
|
.p-input-filled .p-inputtext:enabled:focus {
|
1284
|
-
background-color:
|
1374
|
+
background-color: rgba(255, 255, 255, 0.1);
|
1285
1375
|
}
|
1376
|
+
|
1286
1377
|
.p-inputtext-sm .p-inputtext {
|
1287
1378
|
font-size: 0.875rem;
|
1288
1379
|
padding: 0.875rem 0.875rem;
|
1289
1380
|
}
|
1381
|
+
|
1290
1382
|
.p-inputtext-lg .p-inputtext {
|
1291
1383
|
font-size: 1.25rem;
|
1292
1384
|
padding: 1.25rem 1.25rem;
|
1293
1385
|
}
|
1386
|
+
|
1294
1387
|
.p-listbox {
|
1295
1388
|
background: #1e1e1e;
|
1296
1389
|
color: rgba(255, 255, 255, 0.87);
|
1297
|
-
border: 1px solid
|
1390
|
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
1298
1391
|
border-radius: 4px;
|
1299
1392
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
1300
1393
|
}
|
1301
1394
|
.p-listbox .p-listbox-header {
|
1302
1395
|
padding: 1rem;
|
1303
|
-
border-bottom: 1px solid
|
1396
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
1304
1397
|
color: rgba(255, 255, 255, 0.87);
|
1305
1398
|
background: #1e1e1e;
|
1306
1399
|
margin: 0;
|
@@ -1329,6 +1422,9 @@
|
|
1329
1422
|
transition: none;
|
1330
1423
|
border-radius: 0;
|
1331
1424
|
}
|
1425
|
+
.p-listbox .p-listbox-list .p-listbox-item:first-child {
|
1426
|
+
margin-top: 0;
|
1427
|
+
}
|
1332
1428
|
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
1333
1429
|
color: #CE93D8;
|
1334
1430
|
background: rgba(206, 147, 216, 0.16);
|
@@ -1353,11 +1449,15 @@
|
|
1353
1449
|
}
|
1354
1450
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
|
1355
1451
|
color: rgba(255, 255, 255, 0.87);
|
1356
|
-
background:
|
1452
|
+
background: rgba(255, 255, 255, 0.04);
|
1357
1453
|
}
|
1358
1454
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
1359
1455
|
color: rgba(255, 255, 255, 0.87);
|
1360
|
-
background:
|
1456
|
+
background: rgba(255, 255, 255, 0.04);
|
1457
|
+
}
|
1458
|
+
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
|
1459
|
+
color: rgba(255, 255, 255, 0.87);
|
1460
|
+
background: rgba(255, 255, 255, 0.04);
|
1361
1461
|
}
|
1362
1462
|
.p-listbox.p-focus {
|
1363
1463
|
outline: 0 none;
|
@@ -1365,12 +1465,14 @@
|
|
1365
1465
|
box-shadow: none;
|
1366
1466
|
border-color: #CE93D8;
|
1367
1467
|
}
|
1468
|
+
|
1368
1469
|
p-listbox.ng-dirty.ng-invalid > .p-listbox {
|
1369
1470
|
border-color: #f44435;
|
1370
1471
|
}
|
1472
|
+
|
1371
1473
|
.p-multiselect {
|
1372
1474
|
background: #1e1e1e;
|
1373
|
-
border: 1px solid
|
1475
|
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
1374
1476
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
1375
1477
|
border-radius: 4px;
|
1376
1478
|
}
|
@@ -1393,7 +1495,7 @@
|
|
1393
1495
|
.p-multiselect.p-multiselect-chip .p-multiselect-token {
|
1394
1496
|
padding: 0.5rem 1rem;
|
1395
1497
|
margin-right: 0.5rem;
|
1396
|
-
background:
|
1498
|
+
background: rgba(255, 255, 255, 0.12);
|
1397
1499
|
color: rgba(255, 255, 255, 0.87);
|
1398
1500
|
border-radius: 16px;
|
1399
1501
|
}
|
@@ -1407,9 +1509,11 @@
|
|
1407
1509
|
border-top-right-radius: 4px;
|
1408
1510
|
border-bottom-right-radius: 4px;
|
1409
1511
|
}
|
1512
|
+
|
1410
1513
|
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1411
1514
|
padding: 0.5rem 1rem;
|
1412
1515
|
}
|
1516
|
+
|
1413
1517
|
.p-multiselect-clearable .p-multiselect-label-container {
|
1414
1518
|
padding-right: 2rem;
|
1415
1519
|
}
|
@@ -1417,6 +1521,7 @@
|
|
1417
1521
|
color: rgba(255, 255, 255, 0.6);
|
1418
1522
|
right: 2.357rem;
|
1419
1523
|
}
|
1524
|
+
|
1420
1525
|
.p-multiselect-panel {
|
1421
1526
|
background: #2b2b2b;
|
1422
1527
|
color: rgba(255, 255, 255, 0.87);
|
@@ -1426,7 +1531,7 @@
|
|
1426
1531
|
}
|
1427
1532
|
.p-multiselect-panel .p-multiselect-header {
|
1428
1533
|
padding: 1rem;
|
1429
|
-
border-bottom: 1px solid
|
1534
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
1430
1535
|
color: rgba(255, 255, 255, 0.87);
|
1431
1536
|
background: #2b2b2b;
|
1432
1537
|
margin: 0;
|
@@ -1475,6 +1580,9 @@
|
|
1475
1580
|
transition: none;
|
1476
1581
|
border-radius: 0;
|
1477
1582
|
}
|
1583
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child {
|
1584
|
+
margin-top: 0;
|
1585
|
+
}
|
1478
1586
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
1479
1587
|
color: #CE93D8;
|
1480
1588
|
background: rgba(206, 147, 216, 0.16);
|
@@ -1484,11 +1592,11 @@
|
|
1484
1592
|
}
|
1485
1593
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
|
1486
1594
|
color: rgba(255, 255, 255, 0.87);
|
1487
|
-
background:
|
1595
|
+
background: rgba(255, 255, 255, 0.04);
|
1488
1596
|
}
|
1489
1597
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
1490
1598
|
color: rgba(255, 255, 255, 0.87);
|
1491
|
-
background:
|
1599
|
+
background: rgba(255, 255, 255, 0.04);
|
1492
1600
|
}
|
1493
1601
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
|
1494
1602
|
margin-right: 0.5rem;
|
@@ -1505,21 +1613,25 @@
|
|
1505
1613
|
color: rgba(255, 255, 255, 0.87);
|
1506
1614
|
background: transparent;
|
1507
1615
|
}
|
1616
|
+
|
1508
1617
|
.p-input-filled .p-multiselect {
|
1509
|
-
background:
|
1618
|
+
background: rgba(255, 255, 255, 0.06);
|
1510
1619
|
}
|
1511
1620
|
.p-input-filled .p-multiselect:not(.p-disabled):hover {
|
1512
|
-
background-color:
|
1621
|
+
background-color: rgba(255, 255, 255, 0.08);
|
1513
1622
|
}
|
1514
1623
|
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
|
1515
|
-
background-color:
|
1624
|
+
background-color: rgba(255, 255, 255, 0.1);
|
1516
1625
|
}
|
1626
|
+
|
1517
1627
|
p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
|
1518
1628
|
border-color: #f44435;
|
1519
1629
|
}
|
1630
|
+
|
1520
1631
|
p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
|
1521
1632
|
border-color: #f44435;
|
1522
1633
|
}
|
1634
|
+
|
1523
1635
|
.p-password-panel {
|
1524
1636
|
padding: 1rem;
|
1525
1637
|
background: #1e1e1e;
|
@@ -1541,6 +1653,7 @@
|
|
1541
1653
|
.p-password-panel .p-password-meter .p-password-strength.strong {
|
1542
1654
|
background: #c5e1a5;
|
1543
1655
|
}
|
1656
|
+
|
1544
1657
|
p-password.p-password-clearable .p-password-input {
|
1545
1658
|
padding-right: 3rem;
|
1546
1659
|
}
|
@@ -1548,6 +1661,7 @@
|
|
1548
1661
|
color: rgba(255, 255, 255, 0.6);
|
1549
1662
|
right: 1rem;
|
1550
1663
|
}
|
1664
|
+
|
1551
1665
|
p-password.p-password-clearable.p-password-mask .p-password-input {
|
1552
1666
|
padding-right: 5rem;
|
1553
1667
|
}
|
@@ -1555,18 +1669,20 @@
|
|
1555
1669
|
color: rgba(255, 255, 255, 0.6);
|
1556
1670
|
right: 3rem;
|
1557
1671
|
}
|
1672
|
+
|
1558
1673
|
.p-radiobutton {
|
1559
1674
|
width: 20px;
|
1560
1675
|
height: 20px;
|
1561
1676
|
}
|
1562
1677
|
.p-radiobutton .p-radiobutton-box {
|
1563
|
-
border: 2px solid
|
1678
|
+
border: 2px solid rgba(255, 255, 255, 0.7);
|
1564
1679
|
background: #1e1e1e;
|
1565
1680
|
width: 20px;
|
1566
1681
|
height: 20px;
|
1567
1682
|
color: rgba(255, 255, 255, 0.87);
|
1568
1683
|
border-radius: 50%;
|
1569
1684
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
1685
|
+
outline-color: transparent;
|
1570
1686
|
}
|
1571
1687
|
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
|
1572
1688
|
border-color: rgba(255, 255, 255, 0.6);
|
@@ -1592,14 +1708,16 @@
|
|
1592
1708
|
background: #121212;
|
1593
1709
|
color: #CE93D8;
|
1594
1710
|
}
|
1711
|
+
|
1595
1712
|
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
1596
1713
|
border-color: #f44435;
|
1597
1714
|
}
|
1715
|
+
|
1598
1716
|
.p-input-filled .p-radiobutton .p-radiobutton-box {
|
1599
|
-
background-color:
|
1717
|
+
background-color: rgba(255, 255, 255, 0.06);
|
1600
1718
|
}
|
1601
1719
|
.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
|
1602
|
-
background-color:
|
1720
|
+
background-color: rgba(255, 255, 255, 0.08);
|
1603
1721
|
}
|
1604
1722
|
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
|
1605
1723
|
background: #121212;
|
@@ -1607,12 +1725,21 @@
|
|
1607
1725
|
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1608
1726
|
background: #121212;
|
1609
1727
|
}
|
1728
|
+
|
1610
1729
|
.p-radiobutton-label {
|
1611
1730
|
margin-left: 0.5rem;
|
1612
1731
|
}
|
1732
|
+
|
1613
1733
|
.p-rating {
|
1614
1734
|
gap: 0.5rem;
|
1615
1735
|
}
|
1736
|
+
.p-rating .p-rating-item {
|
1737
|
+
border-radius: 50%;
|
1738
|
+
outline-color: transparent;
|
1739
|
+
display: inline-flex;
|
1740
|
+
justify-content: center;
|
1741
|
+
align-items: center;
|
1742
|
+
}
|
1616
1743
|
.p-rating .p-rating-item .p-rating-icon {
|
1617
1744
|
color: #CE93D8;
|
1618
1745
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
@@ -1629,7 +1756,6 @@
|
|
1629
1756
|
outline: 0 none;
|
1630
1757
|
outline-offset: 0;
|
1631
1758
|
box-shadow: none;
|
1632
|
-
border-color: #CE93D8;
|
1633
1759
|
}
|
1634
1760
|
.p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
|
1635
1761
|
color: #CE93D8;
|
@@ -1640,6 +1766,7 @@
|
|
1640
1766
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
|
1641
1767
|
color: #f44435;
|
1642
1768
|
}
|
1769
|
+
|
1643
1770
|
.p-selectbutton .p-button {
|
1644
1771
|
background: #2f2f2f;
|
1645
1772
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
@@ -1647,7 +1774,7 @@
|
|
1647
1774
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
1648
1775
|
}
|
1649
1776
|
.p-selectbutton .p-button .p-button-icon-left,
|
1650
|
-
|
1777
|
+
.p-selectbutton .p-button .p-button-icon-right {
|
1651
1778
|
color: rgba(255, 255, 255, 0.6);
|
1652
1779
|
}
|
1653
1780
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
@@ -1656,7 +1783,7 @@
|
|
1656
1783
|
color: rgba(255, 255, 255, 0.87);
|
1657
1784
|
}
|
1658
1785
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
|
1659
|
-
|
1786
|
+
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
1660
1787
|
color: rgba(255, 255, 255, 0.6);
|
1661
1788
|
}
|
1662
1789
|
.p-selectbutton .p-button.p-highlight {
|
@@ -1665,7 +1792,7 @@
|
|
1665
1792
|
color: rgba(255, 255, 255, 0.87);
|
1666
1793
|
}
|
1667
1794
|
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
|
1668
|
-
|
1795
|
+
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
|
1669
1796
|
color: rgba(255, 255, 255, 0.6);
|
1670
1797
|
}
|
1671
1798
|
.p-selectbutton .p-button.p-highlight:hover {
|
@@ -1674,14 +1801,16 @@
|
|
1674
1801
|
color: rgba(255, 255, 255, 0.87);
|
1675
1802
|
}
|
1676
1803
|
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
|
1677
|
-
|
1804
|
+
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
|
1678
1805
|
color: rgba(255, 255, 255, 0.6);
|
1679
1806
|
}
|
1807
|
+
|
1680
1808
|
p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
|
1681
1809
|
border-color: #f44435;
|
1682
1810
|
}
|
1811
|
+
|
1683
1812
|
.p-slider {
|
1684
|
-
background:
|
1813
|
+
background: rgba(255, 255, 255, 0.3);
|
1685
1814
|
border: 0 none;
|
1686
1815
|
border-radius: 4px;
|
1687
1816
|
}
|
@@ -1731,6 +1860,7 @@
|
|
1731
1860
|
.p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
|
1732
1861
|
transition: height 0.2s;
|
1733
1862
|
}
|
1863
|
+
|
1734
1864
|
.p-togglebutton.p-button {
|
1735
1865
|
background: #2f2f2f;
|
1736
1866
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
@@ -1738,7 +1868,7 @@
|
|
1738
1868
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
1739
1869
|
}
|
1740
1870
|
.p-togglebutton.p-button .p-button-icon-left,
|
1741
|
-
|
1871
|
+
.p-togglebutton.p-button .p-button-icon-right {
|
1742
1872
|
color: rgba(255, 255, 255, 0.6);
|
1743
1873
|
}
|
1744
1874
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
@@ -1747,7 +1877,7 @@
|
|
1747
1877
|
color: rgba(255, 255, 255, 0.87);
|
1748
1878
|
}
|
1749
1879
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
|
1750
|
-
|
1880
|
+
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
1751
1881
|
color: rgba(255, 255, 255, 0.6);
|
1752
1882
|
}
|
1753
1883
|
.p-togglebutton.p-button.p-highlight {
|
@@ -1756,7 +1886,7 @@
|
|
1756
1886
|
color: rgba(255, 255, 255, 0.87);
|
1757
1887
|
}
|
1758
1888
|
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
|
1759
|
-
|
1889
|
+
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
|
1760
1890
|
color: rgba(255, 255, 255, 0.6);
|
1761
1891
|
}
|
1762
1892
|
.p-togglebutton.p-button.p-highlight:hover {
|
@@ -1765,15 +1895,17 @@
|
|
1765
1895
|
color: rgba(255, 255, 255, 0.87);
|
1766
1896
|
}
|
1767
1897
|
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
|
1768
|
-
|
1898
|
+
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
|
1769
1899
|
color: rgba(255, 255, 255, 0.6);
|
1770
1900
|
}
|
1901
|
+
|
1771
1902
|
p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
|
1772
1903
|
border-color: #f44435;
|
1773
1904
|
}
|
1905
|
+
|
1774
1906
|
.p-treeselect {
|
1775
1907
|
background: #1e1e1e;
|
1776
|
-
border: 1px solid
|
1908
|
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
1777
1909
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
1778
1910
|
border-radius: 4px;
|
1779
1911
|
}
|
@@ -1796,7 +1928,7 @@
|
|
1796
1928
|
.p-treeselect.p-treeselect-chip .p-treeselect-token {
|
1797
1929
|
padding: 0.5rem 1rem;
|
1798
1930
|
margin-right: 0.5rem;
|
1799
|
-
background:
|
1931
|
+
background: rgba(255, 255, 255, 0.12);
|
1800
1932
|
color: rgba(255, 255, 255, 0.87);
|
1801
1933
|
border-radius: 16px;
|
1802
1934
|
}
|
@@ -1807,12 +1939,15 @@
|
|
1807
1939
|
border-top-right-radius: 4px;
|
1808
1940
|
border-bottom-right-radius: 4px;
|
1809
1941
|
}
|
1942
|
+
|
1810
1943
|
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1811
1944
|
border-color: #f44435;
|
1812
1945
|
}
|
1946
|
+
|
1813
1947
|
.p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
|
1814
1948
|
padding: 0.5rem 1rem;
|
1815
1949
|
}
|
1950
|
+
|
1816
1951
|
.p-treeselect-panel {
|
1817
1952
|
background: #2b2b2b;
|
1818
1953
|
color: rgba(255, 255, 255, 0.87);
|
@@ -1822,7 +1957,7 @@
|
|
1822
1957
|
}
|
1823
1958
|
.p-treeselect-panel .p-treeselect-header {
|
1824
1959
|
padding: 1rem;
|
1825
|
-
border-bottom: 1px solid
|
1960
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
1826
1961
|
color: rgba(255, 255, 255, 0.87);
|
1827
1962
|
background: #2b2b2b;
|
1828
1963
|
margin: 0;
|
@@ -1872,15 +2007,17 @@
|
|
1872
2007
|
color: rgba(255, 255, 255, 0.87);
|
1873
2008
|
background: transparent;
|
1874
2009
|
}
|
2010
|
+
|
1875
2011
|
.p-input-filled .p-treeselect {
|
1876
|
-
background:
|
2012
|
+
background: rgba(255, 255, 255, 0.06);
|
1877
2013
|
}
|
1878
2014
|
.p-input-filled .p-treeselect:not(.p-disabled):hover {
|
1879
|
-
background-color:
|
2015
|
+
background-color: rgba(255, 255, 255, 0.08);
|
1880
2016
|
}
|
1881
2017
|
.p-input-filled .p-treeselect:not(.p-disabled).p-focus {
|
1882
|
-
background-color:
|
2018
|
+
background-color: rgba(255, 255, 255, 0.1);
|
1883
2019
|
}
|
2020
|
+
|
1884
2021
|
p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
|
1885
2022
|
padding-right: 2rem;
|
1886
2023
|
}
|
@@ -1888,6 +2025,7 @@
|
|
1888
2025
|
color: rgba(255, 255, 255, 0.6);
|
1889
2026
|
right: 3rem;
|
1890
2027
|
}
|
2028
|
+
|
1891
2029
|
.p-button {
|
1892
2030
|
color: #121212;
|
1893
2031
|
background: #CE93D8;
|
@@ -1896,6 +2034,7 @@
|
|
1896
2034
|
font-size: 1rem;
|
1897
2035
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
1898
2036
|
border-radius: 4px;
|
2037
|
+
outline-color: transparent;
|
1899
2038
|
}
|
1900
2039
|
.p-button:not(:disabled):hover {
|
1901
2040
|
background: rgba(206, 147, 216, 0.92);
|
@@ -1960,7 +2099,7 @@
|
|
1960
2099
|
background: rgba(255, 255, 255, 0.16);
|
1961
2100
|
color: rgba(255, 255, 255, 0.6);
|
1962
2101
|
}
|
1963
|
-
.p-button:focus {
|
2102
|
+
.p-button:focus-visible {
|
1964
2103
|
outline: 0 none;
|
1965
2104
|
outline-offset: 0;
|
1966
2105
|
box-shadow: none;
|
@@ -1999,7 +2138,7 @@
|
|
1999
2138
|
padding: 0.714rem;
|
2000
2139
|
}
|
2001
2140
|
.p-button.p-button-icon-only .p-button-icon-left,
|
2002
|
-
|
2141
|
+
.p-button.p-button-icon-only .p-button-icon-right {
|
2003
2142
|
margin: 0;
|
2004
2143
|
}
|
2005
2144
|
.p-button.p-button-icon-only.p-button-rounded {
|
@@ -2026,426 +2165,363 @@
|
|
2026
2165
|
.p-button.p-button-loading-label-only .p-button-loading-icon {
|
2027
2166
|
margin-right: 0;
|
2028
2167
|
}
|
2168
|
+
|
2029
2169
|
.p-fluid .p-button {
|
2030
2170
|
width: 100%;
|
2031
2171
|
}
|
2032
2172
|
.p-fluid .p-button-icon-only {
|
2033
2173
|
width: 3rem;
|
2034
2174
|
}
|
2035
|
-
.p-fluid .p-
|
2175
|
+
.p-fluid .p-button-group {
|
2036
2176
|
display: flex;
|
2037
2177
|
}
|
2038
|
-
.p-fluid .p-
|
2178
|
+
.p-fluid .p-button-group .p-button {
|
2039
2179
|
flex: 1;
|
2040
2180
|
}
|
2041
|
-
|
2042
|
-
.p-
|
2043
|
-
.p-splitbutton.p-button-secondary > .p-button {
|
2181
|
+
|
2182
|
+
.p-button.p-button-secondary, .p-button-group.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
|
2044
2183
|
color: #121212;
|
2045
2184
|
background: #A5D6A7;
|
2046
2185
|
border: 0 none;
|
2047
2186
|
}
|
2048
|
-
.p-button.p-button-secondary:not(:disabled):hover,
|
2049
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
|
2050
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
2187
|
+
.p-button.p-button-secondary:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
2051
2188
|
background: rgba(165, 214, 167, 0.92);
|
2052
2189
|
color: #121212;
|
2053
2190
|
border-color: transparent;
|
2054
2191
|
}
|
2055
|
-
.p-button.p-button-secondary:not(:disabled):focus,
|
2056
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
|
2057
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
2192
|
+
.p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
2058
2193
|
box-shadow: none;
|
2059
2194
|
}
|
2060
|
-
.p-button.p-button-secondary:not(:disabled):active,
|
2061
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
|
2062
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
2195
|
+
.p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
2063
2196
|
background: rgba(165, 214, 167, 0.68);
|
2064
2197
|
color: #121212;
|
2065
2198
|
border-color: transparent;
|
2066
2199
|
}
|
2067
|
-
.p-button.p-button-secondary.p-button-outlined,
|
2068
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined,
|
2069
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
2200
|
+
.p-button.p-button-secondary.p-button-outlined, .p-button-group.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
2070
2201
|
background-color: transparent;
|
2071
2202
|
color: #A5D6A7;
|
2072
2203
|
border: 0 none;
|
2073
2204
|
}
|
2074
|
-
.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
|
2075
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
|
2076
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
2205
|
+
.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
2077
2206
|
background: rgba(165, 214, 167, 0.04);
|
2078
2207
|
color: #A5D6A7;
|
2079
2208
|
border: 0 none;
|
2080
2209
|
}
|
2081
|
-
.p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
|
2082
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
|
2083
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
2210
|
+
.p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
2084
2211
|
background: rgba(165, 214, 167, 0.16);
|
2085
2212
|
color: #A5D6A7;
|
2086
2213
|
border: 0 none;
|
2087
2214
|
}
|
2088
|
-
.p-button.p-button-secondary.p-button-text,
|
2089
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text,
|
2090
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
2215
|
+
.p-button.p-button-secondary.p-button-text, .p-button-group.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
2091
2216
|
background-color: transparent;
|
2092
2217
|
color: #A5D6A7;
|
2093
2218
|
border-color: transparent;
|
2094
2219
|
}
|
2095
|
-
.p-button.p-button-secondary.p-button-text:not(:disabled):hover,
|
2096
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
|
2097
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
2220
|
+
.p-button.p-button-secondary.p-button-text:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
2098
2221
|
background: rgba(165, 214, 167, 0.04);
|
2099
2222
|
border-color: transparent;
|
2100
2223
|
color: #A5D6A7;
|
2101
2224
|
}
|
2102
|
-
.p-button.p-button-secondary.p-button-text:not(:disabled):active,
|
2103
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
|
2104
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
2225
|
+
.p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
2105
2226
|
background: rgba(165, 214, 167, 0.16);
|
2106
2227
|
border-color: transparent;
|
2107
2228
|
color: #A5D6A7;
|
2108
2229
|
}
|
2109
|
-
|
2110
|
-
.p-
|
2111
|
-
.p-splitbutton.p-button-info > .p-button {
|
2230
|
+
|
2231
|
+
.p-button.p-button-info, .p-button-group.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
|
2112
2232
|
color: #212121;
|
2113
2233
|
background: #90caf9;
|
2114
2234
|
border: 0 none;
|
2115
2235
|
}
|
2116
|
-
.p-button.p-button-info:not(:disabled):hover,
|
2117
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):hover,
|
2118
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
2236
|
+
.p-button.p-button-info:not(:disabled):hover, .p-button-group.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
2119
2237
|
background: rgba(144, 202, 249, 0.92);
|
2120
2238
|
color: #212121;
|
2121
2239
|
border-color: transparent;
|
2122
2240
|
}
|
2123
|
-
.p-button.p-button-info:not(:disabled):focus,
|
2124
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):focus,
|
2125
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
2241
|
+
.p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
2126
2242
|
box-shadow: none;
|
2127
2243
|
}
|
2128
|
-
.p-button.p-button-info:not(:disabled):active,
|
2129
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):active,
|
2130
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
2244
|
+
.p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
2131
2245
|
background: rgba(144, 202, 249, 0.68);
|
2132
2246
|
color: #212121;
|
2133
2247
|
border-color: transparent;
|
2134
2248
|
}
|
2135
|
-
.p-button.p-button-info.p-button-outlined,
|
2136
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined,
|
2137
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
2249
|
+
.p-button.p-button-info.p-button-outlined, .p-button-group.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
2138
2250
|
background-color: transparent;
|
2139
2251
|
color: #90caf9;
|
2140
2252
|
border: 0 none;
|
2141
2253
|
}
|
2142
|
-
.p-button.p-button-info.p-button-outlined:not(:disabled):hover,
|
2143
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
|
2144
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
2254
|
+
.p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
2145
2255
|
background: rgba(144, 202, 249, 0.04);
|
2146
2256
|
color: #90caf9;
|
2147
2257
|
border: 0 none;
|
2148
2258
|
}
|
2149
|
-
.p-button.p-button-info.p-button-outlined:not(:disabled):active,
|
2150
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
|
2151
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
2259
|
+
.p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
2152
2260
|
background: rgba(144, 202, 249, 0.16);
|
2153
2261
|
color: #90caf9;
|
2154
2262
|
border: 0 none;
|
2155
2263
|
}
|
2156
|
-
.p-button.p-button-info.p-button-text,
|
2157
|
-
.p-buttonset.p-button-info > .p-button.p-button-text,
|
2158
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text {
|
2264
|
+
.p-button.p-button-info.p-button-text, .p-button-group.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
|
2159
2265
|
background-color: transparent;
|
2160
2266
|
color: #90caf9;
|
2161
2267
|
border-color: transparent;
|
2162
2268
|
}
|
2163
|
-
.p-button.p-button-info.p-button-text:not(:disabled):hover,
|
2164
|
-
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
|
2165
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
2269
|
+
.p-button.p-button-info.p-button-text:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
2166
2270
|
background: rgba(144, 202, 249, 0.04);
|
2167
2271
|
border-color: transparent;
|
2168
2272
|
color: #90caf9;
|
2169
2273
|
}
|
2170
|
-
.p-button.p-button-info.p-button-text:not(:disabled):active,
|
2171
|
-
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
|
2172
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
2274
|
+
.p-button.p-button-info.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
2173
2275
|
background: rgba(144, 202, 249, 0.16);
|
2174
2276
|
border-color: transparent;
|
2175
2277
|
color: #90caf9;
|
2176
2278
|
}
|
2177
|
-
|
2178
|
-
.p-
|
2179
|
-
.p-splitbutton.p-button-success > .p-button {
|
2279
|
+
|
2280
|
+
.p-button.p-button-success, .p-button-group.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
|
2180
2281
|
color: #212121;
|
2181
2282
|
background: #c5e1a5;
|
2182
2283
|
border: 0 none;
|
2183
2284
|
}
|
2184
|
-
.p-button.p-button-success:not(:disabled):hover,
|
2185
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):hover,
|
2186
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
2285
|
+
.p-button.p-button-success:not(:disabled):hover, .p-button-group.p-button-success > .p-button:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
2187
2286
|
background: rgba(197, 225, 165, 0.92);
|
2188
2287
|
color: #212121;
|
2189
2288
|
border-color: transparent;
|
2190
2289
|
}
|
2191
|
-
.p-button.p-button-success:not(:disabled):focus,
|
2192
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):focus,
|
2193
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
2290
|
+
.p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
2194
2291
|
box-shadow: none;
|
2195
2292
|
}
|
2196
|
-
.p-button.p-button-success:not(:disabled):active,
|
2197
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):active,
|
2198
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
2293
|
+
.p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
2199
2294
|
background: rgba(197, 225, 165, 0.68);
|
2200
2295
|
color: #212121;
|
2201
2296
|
border-color: transparent;
|
2202
2297
|
}
|
2203
|
-
.p-button.p-button-success.p-button-outlined,
|
2204
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined,
|
2205
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
2298
|
+
.p-button.p-button-success.p-button-outlined, .p-button-group.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
2206
2299
|
background-color: transparent;
|
2207
2300
|
color: #c5e1a5;
|
2208
2301
|
border: 0 none;
|
2209
2302
|
}
|
2210
|
-
.p-button.p-button-success.p-button-outlined:not(:disabled):hover,
|
2211
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
|
2212
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
2303
|
+
.p-button.p-button-success.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
2213
2304
|
background: rgba(197, 225, 165, 0.04);
|
2214
2305
|
color: #c5e1a5;
|
2215
2306
|
border: 0 none;
|
2216
2307
|
}
|
2217
|
-
.p-button.p-button-success.p-button-outlined:not(:disabled):active,
|
2218
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
|
2219
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
2308
|
+
.p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
2220
2309
|
background: rgba(197, 225, 165, 0.16);
|
2221
2310
|
color: #c5e1a5;
|
2222
2311
|
border: 0 none;
|
2223
2312
|
}
|
2224
|
-
.p-button.p-button-success.p-button-text,
|
2225
|
-
.p-buttonset.p-button-success > .p-button.p-button-text,
|
2226
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text {
|
2313
|
+
.p-button.p-button-success.p-button-text, .p-button-group.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
|
2227
2314
|
background-color: transparent;
|
2228
2315
|
color: #c5e1a5;
|
2229
2316
|
border-color: transparent;
|
2230
2317
|
}
|
2231
|
-
.p-button.p-button-success.p-button-text:not(:disabled):hover,
|
2232
|
-
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
|
2233
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
2318
|
+
.p-button.p-button-success.p-button-text:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
2234
2319
|
background: rgba(197, 225, 165, 0.04);
|
2235
2320
|
border-color: transparent;
|
2236
2321
|
color: #c5e1a5;
|
2237
2322
|
}
|
2238
|
-
.p-button.p-button-success.p-button-text:not(:disabled):active,
|
2239
|
-
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
|
2240
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
2323
|
+
.p-button.p-button-success.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
2241
2324
|
background: rgba(197, 225, 165, 0.16);
|
2242
2325
|
border-color: transparent;
|
2243
2326
|
color: #c5e1a5;
|
2244
2327
|
}
|
2245
|
-
|
2246
|
-
.p-
|
2247
|
-
.p-splitbutton.p-button-warning > .p-button {
|
2328
|
+
|
2329
|
+
.p-button.p-button-warning, .p-button-group.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
|
2248
2330
|
color: #212121;
|
2249
2331
|
background: #fff59d;
|
2250
2332
|
border: 0 none;
|
2251
2333
|
}
|
2252
|
-
.p-button.p-button-warning:not(:disabled):hover,
|
2253
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
|
2254
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
2334
|
+
.p-button.p-button-warning:not(:disabled):hover, .p-button-group.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
2255
2335
|
background: rgba(255, 245, 157, 0.92);
|
2256
2336
|
color: #212121;
|
2257
2337
|
border-color: transparent;
|
2258
2338
|
}
|
2259
|
-
.p-button.p-button-warning:not(:disabled):focus,
|
2260
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
|
2261
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
2339
|
+
.p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
2262
2340
|
box-shadow: none;
|
2263
2341
|
}
|
2264
|
-
.p-button.p-button-warning:not(:disabled):active,
|
2265
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):active,
|
2266
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
2342
|
+
.p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
2267
2343
|
background: rgba(255, 245, 157, 0.68);
|
2268
2344
|
color: #212121;
|
2269
2345
|
border-color: transparent;
|
2270
2346
|
}
|
2271
|
-
.p-button.p-button-warning.p-button-outlined,
|
2272
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined,
|
2273
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
2347
|
+
.p-button.p-button-warning.p-button-outlined, .p-button-group.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
2274
2348
|
background-color: transparent;
|
2275
2349
|
color: #fff59d;
|
2276
2350
|
border: 0 none;
|
2277
2351
|
}
|
2278
|
-
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
|
2279
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
|
2280
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
2352
|
+
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
2281
2353
|
background: rgba(255, 245, 157, 0.04);
|
2282
2354
|
color: #fff59d;
|
2283
2355
|
border: 0 none;
|
2284
2356
|
}
|
2285
|
-
.p-button.p-button-warning.p-button-outlined:not(:disabled):active,
|
2286
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
|
2287
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
2357
|
+
.p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
2288
2358
|
background: rgba(255, 245, 157, 0.16);
|
2289
2359
|
color: #fff59d;
|
2290
2360
|
border: 0 none;
|
2291
2361
|
}
|
2292
|
-
.p-button.p-button-warning.p-button-text,
|
2293
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text,
|
2294
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text {
|
2362
|
+
.p-button.p-button-warning.p-button-text, .p-button-group.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
|
2295
2363
|
background-color: transparent;
|
2296
2364
|
color: #fff59d;
|
2297
2365
|
border-color: transparent;
|
2298
2366
|
}
|
2299
|
-
.p-button.p-button-warning.p-button-text:not(:disabled):hover,
|
2300
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
|
2301
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
2367
|
+
.p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
2302
2368
|
background: rgba(255, 245, 157, 0.04);
|
2303
2369
|
border-color: transparent;
|
2304
2370
|
color: #fff59d;
|
2305
2371
|
}
|
2306
|
-
.p-button.p-button-warning.p-button-text:not(:disabled):active,
|
2307
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
|
2308
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
2372
|
+
.p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
2309
2373
|
background: rgba(255, 245, 157, 0.16);
|
2310
2374
|
border-color: transparent;
|
2311
2375
|
color: #fff59d;
|
2312
2376
|
}
|
2313
|
-
|
2314
|
-
.p-
|
2315
|
-
.p-splitbutton.p-button-help > .p-button {
|
2377
|
+
|
2378
|
+
.p-button.p-button-help, .p-button-group.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
|
2316
2379
|
color: #212121;
|
2317
2380
|
background: #ce93d8;
|
2318
2381
|
border: 0 none;
|
2319
2382
|
}
|
2320
|
-
.p-button.p-button-help:not(:disabled):hover,
|
2321
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):hover,
|
2322
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
2383
|
+
.p-button.p-button-help:not(:disabled):hover, .p-button-group.p-button-help > .p-button:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
2323
2384
|
background: rgba(206, 147, 216, 0.92);
|
2324
2385
|
color: #212121;
|
2325
2386
|
border-color: transparent;
|
2326
2387
|
}
|
2327
|
-
.p-button.p-button-help:not(:disabled):focus,
|
2328
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):focus,
|
2329
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
2388
|
+
.p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
2330
2389
|
box-shadow: none;
|
2331
2390
|
}
|
2332
|
-
.p-button.p-button-help:not(:disabled):active,
|
2333
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):active,
|
2334
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
2391
|
+
.p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
2335
2392
|
background: rgba(206, 147, 216, 0.68);
|
2336
2393
|
color: #212121;
|
2337
2394
|
border-color: transparent;
|
2338
2395
|
}
|
2339
|
-
.p-button.p-button-help.p-button-outlined,
|
2340
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined,
|
2341
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
2396
|
+
.p-button.p-button-help.p-button-outlined, .p-button-group.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
2342
2397
|
background-color: transparent;
|
2343
2398
|
color: #ce93d8;
|
2344
2399
|
border: 0 none;
|
2345
2400
|
}
|
2346
|
-
.p-button.p-button-help.p-button-outlined:not(:disabled):hover,
|
2347
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
|
2348
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
2401
|
+
.p-button.p-button-help.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
2349
2402
|
background: rgba(206, 147, 216, 0.04);
|
2350
2403
|
color: #ce93d8;
|
2351
2404
|
border: 0 none;
|
2352
2405
|
}
|
2353
|
-
.p-button.p-button-help.p-button-outlined:not(:disabled):active,
|
2354
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
|
2355
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
2406
|
+
.p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
2356
2407
|
background: rgba(206, 147, 216, 0.16);
|
2357
2408
|
color: #ce93d8;
|
2358
2409
|
border: 0 none;
|
2359
2410
|
}
|
2360
|
-
.p-button.p-button-help.p-button-text,
|
2361
|
-
.p-buttonset.p-button-help > .p-button.p-button-text,
|
2362
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text {
|
2411
|
+
.p-button.p-button-help.p-button-text, .p-button-group.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
|
2363
2412
|
background-color: transparent;
|
2364
2413
|
color: #ce93d8;
|
2365
2414
|
border-color: transparent;
|
2366
2415
|
}
|
2367
|
-
.p-button.p-button-help.p-button-text:not(:disabled):hover,
|
2368
|
-
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
|
2369
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
2416
|
+
.p-button.p-button-help.p-button-text:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
2370
2417
|
background: rgba(206, 147, 216, 0.04);
|
2371
2418
|
border-color: transparent;
|
2372
2419
|
color: #ce93d8;
|
2373
2420
|
}
|
2374
|
-
.p-button.p-button-help.p-button-text:not(:disabled):active,
|
2375
|
-
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
|
2376
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
2421
|
+
.p-button.p-button-help.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
2377
2422
|
background: rgba(206, 147, 216, 0.16);
|
2378
2423
|
border-color: transparent;
|
2379
2424
|
color: #ce93d8;
|
2380
2425
|
}
|
2381
|
-
|
2382
|
-
.p-
|
2383
|
-
.p-splitbutton.p-button-danger > .p-button {
|
2426
|
+
|
2427
|
+
.p-button.p-button-danger, .p-button-group.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
|
2384
2428
|
color: #212121;
|
2385
2429
|
background: #ef9a9a;
|
2386
2430
|
border: 0 none;
|
2387
2431
|
}
|
2388
|
-
.p-button.p-button-danger:not(:disabled):hover,
|
2389
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
|
2390
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
2432
|
+
.p-button.p-button-danger:not(:disabled):hover, .p-button-group.p-button-danger > .p-button:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
2391
2433
|
background: rgba(239, 154, 154, 0.92);
|
2392
2434
|
color: #212121;
|
2393
2435
|
border-color: transparent;
|
2394
2436
|
}
|
2395
|
-
.p-button.p-button-danger:not(:disabled):focus,
|
2396
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
|
2397
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
2437
|
+
.p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
2398
2438
|
box-shadow: none;
|
2399
2439
|
}
|
2400
|
-
.p-button.p-button-danger:not(:disabled):active,
|
2401
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):active,
|
2402
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
2440
|
+
.p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
2403
2441
|
background: rgba(239, 154, 154, 0.68);
|
2404
2442
|
color: #212121;
|
2405
2443
|
border-color: transparent;
|
2406
2444
|
}
|
2407
|
-
.p-button.p-button-danger.p-button-outlined,
|
2408
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined,
|
2409
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
2445
|
+
.p-button.p-button-danger.p-button-outlined, .p-button-group.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
2410
2446
|
background-color: transparent;
|
2411
2447
|
color: #ef9a9a;
|
2412
2448
|
border: 0 none;
|
2413
2449
|
}
|
2414
|
-
.p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
|
2415
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
|
2416
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
2450
|
+
.p-button.p-button-danger.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
2417
2451
|
background: rgba(239, 154, 154, 0.04);
|
2418
2452
|
color: #ef9a9a;
|
2419
2453
|
border: 0 none;
|
2420
2454
|
}
|
2421
|
-
.p-button.p-button-danger.p-button-outlined:not(:disabled):active,
|
2422
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
|
2423
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
2455
|
+
.p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
2424
2456
|
background: rgba(239, 154, 154, 0.16);
|
2425
2457
|
color: #ef9a9a;
|
2426
2458
|
border: 0 none;
|
2427
2459
|
}
|
2428
|
-
.p-button.p-button-danger.p-button-text,
|
2429
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text,
|
2430
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text {
|
2460
|
+
.p-button.p-button-danger.p-button-text, .p-button-group.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
|
2431
2461
|
background-color: transparent;
|
2432
2462
|
color: #ef9a9a;
|
2433
2463
|
border-color: transparent;
|
2434
2464
|
}
|
2435
|
-
.p-button.p-button-danger.p-button-text:not(:disabled):hover,
|
2436
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
|
2437
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
2465
|
+
.p-button.p-button-danger.p-button-text:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
2438
2466
|
background: rgba(239, 154, 154, 0.04);
|
2439
2467
|
border-color: transparent;
|
2440
2468
|
color: #ef9a9a;
|
2441
2469
|
}
|
2442
|
-
.p-button.p-button-danger.p-button-text:not(:disabled):active,
|
2443
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
|
2444
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
2470
|
+
.p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
2445
2471
|
background: rgba(239, 154, 154, 0.16);
|
2446
2472
|
border-color: transparent;
|
2447
2473
|
color: #ef9a9a;
|
2448
2474
|
}
|
2475
|
+
|
2476
|
+
.p-button.p-button-contrast, .p-button-group.p-button-contrast > .p-button, .p-splitbutton.p-button-contrast > .p-button {
|
2477
|
+
color: #121212;
|
2478
|
+
background: #ffffff;
|
2479
|
+
border: 1px solid #ffffff;
|
2480
|
+
}
|
2481
|
+
.p-button.p-button-contrast:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):hover {
|
2482
|
+
background: #d0d0d0;
|
2483
|
+
color: #121212;
|
2484
|
+
border-color: #d0d0d0;
|
2485
|
+
}
|
2486
|
+
.p-button.p-button-contrast:not(:disabled):focus, .p-button-group.p-button-contrast > .p-button:not(:disabled):focus, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):focus {
|
2487
|
+
box-shadow: none;
|
2488
|
+
}
|
2489
|
+
.p-button.p-button-contrast:not(:disabled):active, .p-button-group.p-button-contrast > .p-button:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):active {
|
2490
|
+
background: #b8b8b8;
|
2491
|
+
color: #121212;
|
2492
|
+
border-color: #b8b8b8;
|
2493
|
+
}
|
2494
|
+
.p-button.p-button-contrast.p-button-outlined, .p-button-group.p-button-contrast > .p-button.p-button-outlined, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined {
|
2495
|
+
background-color: transparent;
|
2496
|
+
color: #ffffff;
|
2497
|
+
border: 0 none;
|
2498
|
+
}
|
2499
|
+
.p-button.p-button-contrast.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover {
|
2500
|
+
background: rgba(255, 255, 255, 0.04);
|
2501
|
+
color: #ffffff;
|
2502
|
+
border: 0 none;
|
2503
|
+
}
|
2504
|
+
.p-button.p-button-contrast.p-button-outlined:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active {
|
2505
|
+
background: rgba(255, 255, 255, 0.16);
|
2506
|
+
color: #ffffff;
|
2507
|
+
border: 0 none;
|
2508
|
+
}
|
2509
|
+
.p-button.p-button-contrast.p-button-text, .p-button-group.p-button-contrast > .p-button.p-button-text, .p-splitbutton.p-button-contrast > .p-button.p-button-text {
|
2510
|
+
background-color: transparent;
|
2511
|
+
color: #ffffff;
|
2512
|
+
border-color: transparent;
|
2513
|
+
}
|
2514
|
+
.p-button.p-button-contrast.p-button-text:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):hover {
|
2515
|
+
background: rgba(255, 255, 255, 0.04);
|
2516
|
+
border-color: transparent;
|
2517
|
+
color: #ffffff;
|
2518
|
+
}
|
2519
|
+
.p-button.p-button-contrast.p-button-text:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):active {
|
2520
|
+
background: rgba(255, 255, 255, 0.16);
|
2521
|
+
border-color: transparent;
|
2522
|
+
color: #ffffff;
|
2523
|
+
}
|
2524
|
+
|
2449
2525
|
.p-button.p-button-link {
|
2450
2526
|
color: #CE93D8;
|
2451
2527
|
background: transparent;
|
@@ -2469,6 +2545,7 @@
|
|
2469
2545
|
color: #CE93D8;
|
2470
2546
|
border-color: transparent;
|
2471
2547
|
}
|
2548
|
+
|
2472
2549
|
.p-speeddial-button.p-button.p-button-icon-only {
|
2473
2550
|
width: 4rem;
|
2474
2551
|
height: 4rem;
|
@@ -2480,14 +2557,17 @@
|
|
2480
2557
|
width: 2rem;
|
2481
2558
|
height: 2rem;
|
2482
2559
|
}
|
2560
|
+
|
2483
2561
|
.p-speeddial-list {
|
2484
2562
|
outline: 0 none;
|
2485
2563
|
}
|
2564
|
+
|
2486
2565
|
.p-speeddial-item.p-focus > .p-speeddial-action {
|
2487
2566
|
outline: 0 none;
|
2488
2567
|
outline-offset: 0;
|
2489
2568
|
box-shadow: none;
|
2490
2569
|
}
|
2570
|
+
|
2491
2571
|
.p-speeddial-action {
|
2492
2572
|
width: 3rem;
|
2493
2573
|
height: 3rem;
|
@@ -2498,292 +2578,67 @@
|
|
2498
2578
|
background: rgba(165, 214, 167, 0.92);
|
2499
2579
|
color: #212121;
|
2500
2580
|
}
|
2581
|
+
|
2501
2582
|
.p-speeddial-direction-up .p-speeddial-item {
|
2502
2583
|
margin: 0.25rem 0;
|
2503
2584
|
}
|
2504
2585
|
.p-speeddial-direction-up .p-speeddial-item:first-child {
|
2505
2586
|
margin-bottom: 0.5rem;
|
2506
2587
|
}
|
2588
|
+
|
2507
2589
|
.p-speeddial-direction-down .p-speeddial-item {
|
2508
2590
|
margin: 0.25rem 0;
|
2509
2591
|
}
|
2510
2592
|
.p-speeddial-direction-down .p-speeddial-item:first-child {
|
2511
2593
|
margin-top: 0.5rem;
|
2512
2594
|
}
|
2595
|
+
|
2513
2596
|
.p-speeddial-direction-left .p-speeddial-item {
|
2514
2597
|
margin: 0 0.25rem;
|
2515
2598
|
}
|
2516
2599
|
.p-speeddial-direction-left .p-speeddial-item:first-child {
|
2517
2600
|
margin-right: 0.5rem;
|
2518
2601
|
}
|
2602
|
+
|
2519
2603
|
.p-speeddial-direction-right .p-speeddial-item {
|
2520
2604
|
margin: 0 0.25rem;
|
2521
2605
|
}
|
2522
2606
|
.p-speeddial-direction-right .p-speeddial-item:first-child {
|
2523
2607
|
margin-left: 0.5rem;
|
2524
2608
|
}
|
2609
|
+
|
2525
2610
|
.p-speeddial-circle .p-speeddial-item,
|
2526
|
-
|
2527
|
-
|
2611
|
+
.p-speeddial-semi-circle .p-speeddial-item,
|
2612
|
+
.p-speeddial-quarter-circle .p-speeddial-item {
|
2528
2613
|
margin: 0;
|
2529
2614
|
}
|
2530
2615
|
.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
|
2531
|
-
|
2532
|
-
|
2533
|
-
|
2534
|
-
|
2616
|
+
.p-speeddial-semi-circle .p-speeddial-item:first-child,
|
2617
|
+
.p-speeddial-semi-circle .p-speeddial-item:last-child,
|
2618
|
+
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
|
2619
|
+
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
|
2535
2620
|
margin: 0;
|
2536
2621
|
}
|
2622
|
+
|
2537
2623
|
.p-speeddial-mask {
|
2538
2624
|
background-color: rgba(0, 0, 0, 0.32);
|
2539
2625
|
}
|
2626
|
+
|
2540
2627
|
.p-splitbutton {
|
2541
2628
|
border-radius: 4px;
|
2542
2629
|
}
|
2543
|
-
.p-splitbutton.p-button-
|
2544
|
-
|
2545
|
-
color: #CE93D8;
|
2546
|
-
border: 0 none;
|
2547
|
-
}
|
2548
|
-
.p-splitbutton.p-button-outlined > .p-button:not(:disabled):hover {
|
2549
|
-
background: rgba(206, 147, 216, 0.04);
|
2550
|
-
color: #CE93D8;
|
2551
|
-
}
|
2552
|
-
.p-splitbutton.p-button-outlined > .p-button:not(:disabled):active {
|
2553
|
-
background: rgba(206, 147, 216, 0.16);
|
2554
|
-
color: #CE93D8;
|
2555
|
-
}
|
2556
|
-
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
|
2557
|
-
color: rgba(255, 255, 255, 0.6);
|
2558
|
-
border-color: rgba(255, 255, 255, 0.6);
|
2559
|
-
}
|
2560
|
-
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):hover {
|
2561
|
-
background: rgba(255, 255, 255, 0.04);
|
2562
|
-
color: rgba(255, 255, 255, 0.6);
|
2563
|
-
}
|
2564
|
-
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):active {
|
2565
|
-
background: rgba(255, 255, 255, 0.16);
|
2566
|
-
color: rgba(255, 255, 255, 0.6);
|
2567
|
-
}
|
2568
|
-
.p-splitbutton.p-button-text > .p-button {
|
2569
|
-
background-color: transparent;
|
2570
|
-
color: #CE93D8;
|
2571
|
-
border-color: transparent;
|
2572
|
-
}
|
2573
|
-
.p-splitbutton.p-button-text > .p-button:not(:disabled):hover {
|
2574
|
-
background: rgba(206, 147, 216, 0.04);
|
2575
|
-
color: #CE93D8;
|
2576
|
-
border-color: transparent;
|
2577
|
-
}
|
2578
|
-
.p-splitbutton.p-button-text > .p-button:not(:disabled):active {
|
2579
|
-
background: rgba(206, 147, 216, 0.16);
|
2580
|
-
color: #CE93D8;
|
2581
|
-
border-color: transparent;
|
2582
|
-
}
|
2583
|
-
.p-splitbutton.p-button-text.p-button-plain > .p-button {
|
2584
|
-
color: rgba(255, 255, 255, 0.6);
|
2585
|
-
}
|
2586
|
-
.p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):hover {
|
2587
|
-
background: rgba(255, 255, 255, 0.04);
|
2588
|
-
color: rgba(255, 255, 255, 0.6);
|
2589
|
-
}
|
2590
|
-
.p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):active {
|
2591
|
-
background: rgba(255, 255, 255, 0.16);
|
2592
|
-
color: rgba(255, 255, 255, 0.6);
|
2593
|
-
}
|
2594
|
-
.p-splitbutton.p-button-raised {
|
2595
|
-
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
2596
|
-
}
|
2597
|
-
.p-splitbutton.p-button-rounded {
|
2598
|
-
border-radius: 2rem;
|
2599
|
-
}
|
2600
|
-
.p-splitbutton.p-button-rounded > .p-button {
|
2601
|
-
border-radius: 2rem;
|
2602
|
-
}
|
2603
|
-
.p-splitbutton.p-button-sm > .p-button {
|
2604
|
-
font-size: 0.875rem;
|
2605
|
-
padding: 0.62475rem 0.875rem;
|
2606
|
-
}
|
2607
|
-
.p-splitbutton.p-button-sm > .p-button .p-button-icon {
|
2608
|
-
font-size: 0.875rem;
|
2609
|
-
}
|
2610
|
-
.p-splitbutton.p-button-lg > .p-button {
|
2611
|
-
font-size: 1.25rem;
|
2612
|
-
padding: 0.8925rem 1.25rem;
|
2613
|
-
}
|
2614
|
-
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
|
2615
|
-
font-size: 1.25rem;
|
2616
|
-
}
|
2617
|
-
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
2618
|
-
background-color: transparent;
|
2619
|
-
color: #A5D6A7;
|
2620
|
-
border: 0 none;
|
2621
|
-
}
|
2622
|
-
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):hover {
|
2623
|
-
background: rgba(165, 214, 167, 0.04);
|
2624
|
-
color: #A5D6A7;
|
2625
|
-
}
|
2626
|
-
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active {
|
2627
|
-
background: rgba(165, 214, 167, 0.16);
|
2628
|
-
color: #A5D6A7;
|
2629
|
-
}
|
2630
|
-
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
2631
|
-
background-color: transparent;
|
2632
|
-
color: #A5D6A7;
|
2633
|
-
border-color: transparent;
|
2634
|
-
}
|
2635
|
-
.p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):hover {
|
2636
|
-
background: rgba(165, 214, 167, 0.04);
|
2637
|
-
border-color: transparent;
|
2638
|
-
color: #A5D6A7;
|
2639
|
-
}
|
2640
|
-
.p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active {
|
2641
|
-
background: rgba(165, 214, 167, 0.16);
|
2642
|
-
border-color: transparent;
|
2643
|
-
color: #A5D6A7;
|
2644
|
-
}
|
2645
|
-
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
2646
|
-
background-color: transparent;
|
2647
|
-
color: #90caf9;
|
2648
|
-
border: 0 none;
|
2649
|
-
}
|
2650
|
-
.p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):hover {
|
2651
|
-
background: rgba(144, 202, 249, 0.04);
|
2652
|
-
color: #90caf9;
|
2653
|
-
}
|
2654
|
-
.p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):active {
|
2655
|
-
background: rgba(144, 202, 249, 0.16);
|
2656
|
-
color: #90caf9;
|
2657
|
-
}
|
2658
|
-
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
2659
|
-
background-color: transparent;
|
2660
|
-
color: #90caf9;
|
2661
|
-
border-color: transparent;
|
2662
|
-
}
|
2663
|
-
.p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):hover {
|
2664
|
-
background: rgba(144, 202, 249, 0.04);
|
2665
|
-
border-color: transparent;
|
2666
|
-
color: #90caf9;
|
2667
|
-
}
|
2668
|
-
.p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):active {
|
2669
|
-
background: rgba(144, 202, 249, 0.16);
|
2670
|
-
border-color: transparent;
|
2671
|
-
color: #90caf9;
|
2672
|
-
}
|
2673
|
-
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
2674
|
-
background-color: transparent;
|
2675
|
-
color: #c5e1a5;
|
2676
|
-
border: 0 none;
|
2677
|
-
}
|
2678
|
-
.p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):hover {
|
2679
|
-
background: rgba(197, 225, 165, 0.04);
|
2680
|
-
color: #c5e1a5;
|
2681
|
-
}
|
2682
|
-
.p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active {
|
2683
|
-
background: rgba(197, 225, 165, 0.16);
|
2684
|
-
color: #c5e1a5;
|
2685
|
-
}
|
2686
|
-
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
2687
|
-
background-color: transparent;
|
2688
|
-
color: #c5e1a5;
|
2689
|
-
border-color: transparent;
|
2690
|
-
}
|
2691
|
-
.p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):hover {
|
2692
|
-
background: rgba(197, 225, 165, 0.04);
|
2693
|
-
border-color: transparent;
|
2694
|
-
color: #c5e1a5;
|
2695
|
-
}
|
2696
|
-
.p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active {
|
2697
|
-
background: rgba(197, 225, 165, 0.16);
|
2698
|
-
border-color: transparent;
|
2699
|
-
color: #c5e1a5;
|
2700
|
-
}
|
2701
|
-
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
2702
|
-
background-color: transparent;
|
2703
|
-
color: #fff59d;
|
2704
|
-
border: 0 none;
|
2705
|
-
}
|
2706
|
-
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):hover {
|
2707
|
-
background: rgba(255, 245, 157, 0.04);
|
2708
|
-
color: #fff59d;
|
2709
|
-
}
|
2710
|
-
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active {
|
2711
|
-
background: rgba(255, 245, 157, 0.16);
|
2712
|
-
color: #fff59d;
|
2713
|
-
}
|
2714
|
-
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
2715
|
-
background-color: transparent;
|
2716
|
-
color: #fff59d;
|
2717
|
-
border-color: transparent;
|
2718
|
-
}
|
2719
|
-
.p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):hover {
|
2720
|
-
background: rgba(255, 245, 157, 0.04);
|
2721
|
-
border-color: transparent;
|
2722
|
-
color: #fff59d;
|
2723
|
-
}
|
2724
|
-
.p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active {
|
2725
|
-
background: rgba(255, 245, 157, 0.16);
|
2726
|
-
border-color: transparent;
|
2727
|
-
color: #fff59d;
|
2728
|
-
}
|
2729
|
-
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
2730
|
-
background-color: transparent;
|
2731
|
-
color: #ce93d8;
|
2732
|
-
border: 0 none;
|
2733
|
-
}
|
2734
|
-
.p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):hover {
|
2735
|
-
background: rgba(206, 147, 216, 0.04);
|
2736
|
-
color: #ce93d8;
|
2737
|
-
}
|
2738
|
-
.p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active {
|
2739
|
-
background: rgba(206, 147, 216, 0.16);
|
2740
|
-
color: #ce93d8;
|
2741
|
-
}
|
2742
|
-
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
2743
|
-
background-color: transparent;
|
2744
|
-
color: #ce93d8;
|
2745
|
-
border-color: transparent;
|
2746
|
-
}
|
2747
|
-
.p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):hover {
|
2748
|
-
background: rgba(206, 147, 216, 0.04);
|
2749
|
-
border-color: transparent;
|
2750
|
-
color: #ce93d8;
|
2751
|
-
}
|
2752
|
-
.p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active {
|
2753
|
-
background: rgba(206, 147, 216, 0.16);
|
2754
|
-
border-color: transparent;
|
2755
|
-
color: #ce93d8;
|
2756
|
-
}
|
2757
|
-
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
2758
|
-
background-color: transparent;
|
2759
|
-
color: #ef9a9a;
|
2760
|
-
border: 0 none;
|
2761
|
-
}
|
2762
|
-
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):hover {
|
2763
|
-
background: rgba(239, 154, 154, 0.04);
|
2764
|
-
color: #ef9a9a;
|
2765
|
-
}
|
2766
|
-
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
|
2767
|
-
background: rgba(239, 154, 154, 0.16);
|
2768
|
-
color: #ef9a9a;
|
2769
|
-
}
|
2770
|
-
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
2771
|
-
background-color: transparent;
|
2772
|
-
color: #ef9a9a;
|
2773
|
-
border-color: transparent;
|
2630
|
+
.p-splitbutton.p-button-rounded {
|
2631
|
+
border-radius: 2rem;
|
2774
2632
|
}
|
2775
|
-
.p-splitbutton.p-button-
|
2776
|
-
|
2777
|
-
border-color: transparent;
|
2778
|
-
color: #ef9a9a;
|
2633
|
+
.p-splitbutton.p-button-rounded > .p-button {
|
2634
|
+
border-radius: 2rem;
|
2779
2635
|
}
|
2780
|
-
.p-splitbutton.p-button-
|
2781
|
-
|
2782
|
-
border-color: transparent;
|
2783
|
-
color: #ef9a9a;
|
2636
|
+
.p-splitbutton.p-button-raised {
|
2637
|
+
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
2784
2638
|
}
|
2639
|
+
|
2785
2640
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
2786
|
-
|
2641
|
+
.p-carousel .p-carousel-content .p-carousel-next {
|
2787
2642
|
width: 2.5rem;
|
2788
2643
|
height: 2.5rem;
|
2789
2644
|
color: rgba(255, 255, 255, 0.6);
|
@@ -2794,13 +2649,13 @@
|
|
2794
2649
|
margin: 0.5rem;
|
2795
2650
|
}
|
2796
2651
|
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
|
2797
|
-
|
2652
|
+
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
|
2798
2653
|
color: rgba(255, 255, 255, 0.6);
|
2799
2654
|
border-color: transparent;
|
2800
2655
|
background: rgba(255, 255, 255, 0.04);
|
2801
2656
|
}
|
2802
2657
|
.p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
|
2803
|
-
|
2658
|
+
.p-carousel .p-carousel-content .p-carousel-next:focus-visible {
|
2804
2659
|
outline: 0 none;
|
2805
2660
|
outline-offset: 0;
|
2806
2661
|
box-shadow: none;
|
@@ -2826,6 +2681,7 @@
|
|
2826
2681
|
background: rgba(206, 147, 216, 0.16);
|
2827
2682
|
color: #CE93D8;
|
2828
2683
|
}
|
2684
|
+
|
2829
2685
|
.p-datatable .p-paginator-top {
|
2830
2686
|
border-width: 0 0 1px 0;
|
2831
2687
|
border-radius: 0;
|
@@ -2919,9 +2775,9 @@
|
|
2919
2775
|
padding: 1rem 1rem;
|
2920
2776
|
}
|
2921
2777
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
|
2922
|
-
|
2923
|
-
|
2924
|
-
|
2778
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
|
2779
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
|
2780
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
|
2925
2781
|
width: 2.5rem;
|
2926
2782
|
height: 2.5rem;
|
2927
2783
|
color: rgba(255, 255, 255, 0.6);
|
@@ -2931,17 +2787,17 @@
|
|
2931
2787
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
2932
2788
|
}
|
2933
2789
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
|
2934
|
-
|
2935
|
-
|
2936
|
-
|
2790
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
|
2791
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
|
2792
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
|
2937
2793
|
color: rgba(255, 255, 255, 0.6);
|
2938
2794
|
border-color: transparent;
|
2939
2795
|
background: rgba(255, 255, 255, 0.04);
|
2940
2796
|
}
|
2941
2797
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
|
2942
|
-
|
2943
|
-
|
2944
|
-
|
2798
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
|
2799
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
|
2800
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
|
2945
2801
|
outline: 0 none;
|
2946
2802
|
outline-offset: 0;
|
2947
2803
|
box-shadow: none;
|
@@ -2971,12 +2827,12 @@
|
|
2971
2827
|
background: #CE93D8;
|
2972
2828
|
}
|
2973
2829
|
.p-datatable .p-datatable-scrollable-header,
|
2974
|
-
|
2830
|
+
.p-datatable .p-datatable-scrollable-footer {
|
2975
2831
|
background: #1e1e1e;
|
2976
2832
|
}
|
2977
2833
|
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
|
2978
|
-
|
2979
|
-
|
2834
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-thead,
|
2835
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
|
2980
2836
|
background-color: #1e1e1e;
|
2981
2837
|
}
|
2982
2838
|
.p-datatable .p-datatable-loading-icon {
|
@@ -3079,6 +2935,7 @@
|
|
3079
2935
|
.p-datatable.p-datatable-lg .p-datatable-footer {
|
3080
2936
|
padding: 1.25rem 1.25rem;
|
3081
2937
|
}
|
2938
|
+
|
3082
2939
|
.p-dataview .p-paginator-top {
|
3083
2940
|
border-width: 0 0 1px 0;
|
3084
2941
|
border-radius: 0;
|
@@ -3117,10 +2974,12 @@
|
|
3117
2974
|
.p-dataview .p-dataview-emptymessage {
|
3118
2975
|
padding: 1rem;
|
3119
2976
|
}
|
2977
|
+
|
3120
2978
|
.p-column-filter-row .p-column-filter-menu-button,
|
3121
|
-
|
2979
|
+
.p-column-filter-row .p-column-filter-clear-button {
|
3122
2980
|
margin-left: 0.5rem;
|
3123
2981
|
}
|
2982
|
+
|
3124
2983
|
.p-column-filter-menu-button {
|
3125
2984
|
width: 2.5rem;
|
3126
2985
|
height: 2.5rem;
|
@@ -3148,6 +3007,7 @@
|
|
3148
3007
|
outline-offset: 0;
|
3149
3008
|
box-shadow: none;
|
3150
3009
|
}
|
3010
|
+
|
3151
3011
|
.p-column-filter-clear-button {
|
3152
3012
|
width: 2.5rem;
|
3153
3013
|
height: 2.5rem;
|
@@ -3167,6 +3027,7 @@
|
|
3167
3027
|
outline-offset: 0;
|
3168
3028
|
box-shadow: none;
|
3169
3029
|
}
|
3030
|
+
|
3170
3031
|
.p-column-filter-overlay {
|
3171
3032
|
background: #2b2b2b;
|
3172
3033
|
color: rgba(255, 255, 255, 0.87);
|
@@ -3187,13 +3048,16 @@
|
|
3187
3048
|
transition: none;
|
3188
3049
|
border-radius: 0;
|
3189
3050
|
}
|
3051
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:first-child {
|
3052
|
+
margin-top: 0;
|
3053
|
+
}
|
3190
3054
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
|
3191
3055
|
color: #CE93D8;
|
3192
3056
|
background: rgba(206, 147, 216, 0.16);
|
3193
3057
|
}
|
3194
3058
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
|
3195
3059
|
color: rgba(255, 255, 255, 0.87);
|
3196
|
-
background:
|
3060
|
+
background: rgba(255, 255, 255, 0.04);
|
3197
3061
|
}
|
3198
3062
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
|
3199
3063
|
outline: 0 none;
|
@@ -3201,12 +3065,13 @@
|
|
3201
3065
|
box-shadow: none;
|
3202
3066
|
}
|
3203
3067
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
|
3204
|
-
border-top: 1px solid
|
3068
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
3205
3069
|
margin: 0.5rem 0;
|
3206
3070
|
}
|
3071
|
+
|
3207
3072
|
.p-column-filter-overlay-menu .p-column-filter-operator {
|
3208
3073
|
padding: 1rem;
|
3209
|
-
border-bottom: 1px solid
|
3074
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
3210
3075
|
color: rgba(255, 255, 255, 0.87);
|
3211
3076
|
background: #2b2b2b;
|
3212
3077
|
margin: 0;
|
@@ -3215,7 +3080,7 @@
|
|
3215
3080
|
}
|
3216
3081
|
.p-column-filter-overlay-menu .p-column-filter-constraint {
|
3217
3082
|
padding: 1rem;
|
3218
|
-
border-bottom: 1px solid
|
3083
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
3219
3084
|
}
|
3220
3085
|
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
|
3221
3086
|
margin-bottom: 0.5rem;
|
@@ -3232,6 +3097,7 @@
|
|
3232
3097
|
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
|
3233
3098
|
padding: 1rem;
|
3234
3099
|
}
|
3100
|
+
|
3235
3101
|
.p-orderlist .p-orderlist-controls {
|
3236
3102
|
padding: 1rem;
|
3237
3103
|
}
|
@@ -3288,13 +3154,16 @@
|
|
3288
3154
|
background: transparent;
|
3289
3155
|
transition: none;
|
3290
3156
|
}
|
3157
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:first-child {
|
3158
|
+
margin-top: 0;
|
3159
|
+
}
|
3291
3160
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3292
|
-
background:
|
3161
|
+
background: rgba(255, 255, 255, 0.04);
|
3293
3162
|
color: rgba(255, 255, 255, 0.87);
|
3294
3163
|
}
|
3295
3164
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
3296
3165
|
color: rgba(255, 255, 255, 0.87);
|
3297
|
-
background:
|
3166
|
+
background: rgba(255, 255, 255, 0.12);
|
3298
3167
|
}
|
3299
3168
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
3300
3169
|
color: #CE93D8;
|
@@ -3308,15 +3177,16 @@
|
|
3308
3177
|
color: rgba(255, 255, 255, 0.87);
|
3309
3178
|
}
|
3310
3179
|
.p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
|
3311
|
-
background:
|
3180
|
+
background: rgba(255, 255, 255, 0.04);
|
3312
3181
|
color: rgba(255, 255, 255, 0.87);
|
3313
3182
|
}
|
3314
3183
|
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
|
3315
3184
|
background: rgba(255, 255, 255, 0.02);
|
3316
3185
|
}
|
3317
3186
|
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
|
3318
|
-
background:
|
3187
|
+
background: rgba(255, 255, 255, 0.04);
|
3319
3188
|
}
|
3189
|
+
|
3320
3190
|
.p-orderlist-item.cdk-drag-preview {
|
3321
3191
|
padding: 1rem 1rem;
|
3322
3192
|
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
@@ -3325,8 +3195,9 @@
|
|
3325
3195
|
background: #1e1e1e;
|
3326
3196
|
margin: 0;
|
3327
3197
|
}
|
3198
|
+
|
3328
3199
|
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
3329
|
-
background:
|
3200
|
+
background: rgba(255, 255, 255, 0.04);
|
3330
3201
|
color: rgba(255, 255, 255, 0.87);
|
3331
3202
|
}
|
3332
3203
|
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
@@ -3363,6 +3234,7 @@
|
|
3363
3234
|
outline-offset: 0;
|
3364
3235
|
box-shadow: none;
|
3365
3236
|
}
|
3237
|
+
|
3366
3238
|
.p-paginator {
|
3367
3239
|
background: #1e1e1e;
|
3368
3240
|
color: rgba(255, 255, 255, 0.87);
|
@@ -3372,9 +3244,9 @@
|
|
3372
3244
|
border-radius: 4px;
|
3373
3245
|
}
|
3374
3246
|
.p-paginator .p-paginator-first,
|
3375
|
-
|
3376
|
-
|
3377
|
-
|
3247
|
+
.p-paginator .p-paginator-prev,
|
3248
|
+
.p-paginator .p-paginator-next,
|
3249
|
+
.p-paginator .p-paginator-last {
|
3378
3250
|
background-color: transparent;
|
3379
3251
|
border: 0 none;
|
3380
3252
|
color: rgba(255, 255, 255, 0.6);
|
@@ -3385,9 +3257,9 @@
|
|
3385
3257
|
border-radius: 50%;
|
3386
3258
|
}
|
3387
3259
|
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
3388
|
-
|
3389
|
-
|
3390
|
-
|
3260
|
+
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
3261
|
+
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
3262
|
+
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
3391
3263
|
background: rgba(255, 255, 255, 0.04);
|
3392
3264
|
border-color: transparent;
|
3393
3265
|
color: rgba(255, 255, 255, 0.6);
|
@@ -3444,6 +3316,7 @@
|
|
3444
3316
|
border-color: transparent;
|
3445
3317
|
color: rgba(255, 255, 255, 0.6);
|
3446
3318
|
}
|
3319
|
+
|
3447
3320
|
.p-picklist .p-picklist-buttons {
|
3448
3321
|
padding: 1rem;
|
3449
3322
|
}
|
@@ -3500,13 +3373,16 @@
|
|
3500
3373
|
background: transparent;
|
3501
3374
|
transition: none;
|
3502
3375
|
}
|
3376
|
+
.p-picklist .p-picklist-list .p-picklist-item:first-child {
|
3377
|
+
margin-top: 0;
|
3378
|
+
}
|
3503
3379
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3504
|
-
background:
|
3380
|
+
background: rgba(255, 255, 255, 0.04);
|
3505
3381
|
color: rgba(255, 255, 255, 0.87);
|
3506
3382
|
}
|
3507
3383
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
3508
3384
|
color: rgba(255, 255, 255, 0.87);
|
3509
|
-
background:
|
3385
|
+
background: rgba(255, 255, 255, 0.12);
|
3510
3386
|
}
|
3511
3387
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
3512
3388
|
color: #CE93D8;
|
@@ -3520,15 +3396,16 @@
|
|
3520
3396
|
color: rgba(255, 255, 255, 0.87);
|
3521
3397
|
}
|
3522
3398
|
.p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
|
3523
|
-
background:
|
3399
|
+
background: rgba(255, 255, 255, 0.04);
|
3524
3400
|
color: rgba(255, 255, 255, 0.87);
|
3525
3401
|
}
|
3526
3402
|
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
|
3527
3403
|
background: rgba(255, 255, 255, 0.02);
|
3528
3404
|
}
|
3529
3405
|
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
|
3530
|
-
background:
|
3406
|
+
background: rgba(255, 255, 255, 0.04);
|
3531
3407
|
}
|
3408
|
+
|
3532
3409
|
.p-picklist-item.cdk-drag-preview {
|
3533
3410
|
padding: 1rem 1rem;
|
3534
3411
|
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
@@ -3537,6 +3414,7 @@
|
|
3537
3414
|
background: #1e1e1e;
|
3538
3415
|
margin: 0;
|
3539
3416
|
}
|
3417
|
+
|
3540
3418
|
.p-timeline .p-timeline-event-marker {
|
3541
3419
|
border: 0 none;
|
3542
3420
|
border-radius: 50%;
|
@@ -3548,19 +3426,20 @@
|
|
3548
3426
|
background-color: #bdbdbd;
|
3549
3427
|
}
|
3550
3428
|
.p-timeline.p-timeline-vertical .p-timeline-event-opposite,
|
3551
|
-
|
3429
|
+
.p-timeline.p-timeline-vertical .p-timeline-event-content {
|
3552
3430
|
padding: 0 1rem;
|
3553
3431
|
}
|
3554
3432
|
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
|
3555
3433
|
width: 2px;
|
3556
3434
|
}
|
3557
3435
|
.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
|
3558
|
-
|
3436
|
+
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
|
3559
3437
|
padding: 1rem 0;
|
3560
3438
|
}
|
3561
3439
|
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
|
3562
3440
|
height: 2px;
|
3563
3441
|
}
|
3442
|
+
|
3564
3443
|
.p-tree {
|
3565
3444
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
3566
3445
|
background: #1e1e1e;
|
@@ -3617,19 +3496,19 @@
|
|
3617
3496
|
color: #CE93D8;
|
3618
3497
|
}
|
3619
3498
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
|
3620
|
-
|
3499
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
3621
3500
|
color: #CE93D8;
|
3622
3501
|
}
|
3623
3502
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
3624
|
-
|
3503
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
3625
3504
|
color: #CE93D8;
|
3626
3505
|
}
|
3627
3506
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
3628
|
-
background:
|
3507
|
+
background: rgba(255, 255, 255, 0.04);
|
3629
3508
|
color: rgba(255, 255, 255, 0.87);
|
3630
3509
|
}
|
3631
3510
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
|
3632
|
-
background:
|
3511
|
+
background: rgba(255, 255, 255, 0.04);
|
3633
3512
|
color: rgba(255, 255, 255, 0.87);
|
3634
3513
|
}
|
3635
3514
|
.p-tree .p-tree-filter-container {
|
@@ -3686,7 +3565,7 @@
|
|
3686
3565
|
color: inherit;
|
3687
3566
|
}
|
3688
3567
|
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
3689
|
-
background:
|
3568
|
+
background: rgba(255, 255, 255, 0.04);
|
3690
3569
|
color: rgba(255, 255, 255, 0.87);
|
3691
3570
|
}
|
3692
3571
|
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
|
@@ -3694,6 +3573,7 @@
|
|
3694
3573
|
outline-offset: 0;
|
3695
3574
|
box-shadow: none;
|
3696
3575
|
}
|
3576
|
+
|
3697
3577
|
.p-treetable .p-paginator-top {
|
3698
3578
|
border-width: 0 0 1px 0;
|
3699
3579
|
border-radius: 0;
|
@@ -3833,7 +3713,7 @@
|
|
3833
3713
|
background: #CE93D8;
|
3834
3714
|
}
|
3835
3715
|
.p-treetable .p-treetable-scrollable-header,
|
3836
|
-
|
3716
|
+
.p-treetable .p-treetable-scrollable-footer {
|
3837
3717
|
background: #1e1e1e;
|
3838
3718
|
}
|
3839
3719
|
.p-treetable .p-treetable-loading-icon {
|
@@ -3894,6 +3774,7 @@
|
|
3894
3774
|
.p-treetable.p-treetable-lg .p-treetable-footer {
|
3895
3775
|
padding: 1.25rem 1.25rem;
|
3896
3776
|
}
|
3777
|
+
|
3897
3778
|
.p-virtualscroller .p-virtualscroller-header {
|
3898
3779
|
background: #1e1e1e;
|
3899
3780
|
color: rgba(255, 255, 255, 0.87);
|
@@ -3918,6 +3799,7 @@
|
|
3918
3799
|
border-bottom-left-radius: 4px;
|
3919
3800
|
border-bottom-right-radius: 4px;
|
3920
3801
|
}
|
3802
|
+
|
3921
3803
|
.p-accordion .p-accordion-header .p-accordion-header-link {
|
3922
3804
|
padding: 1.5rem;
|
3923
3805
|
border: 0 none;
|
@@ -3990,6 +3872,7 @@
|
|
3990
3872
|
border-bottom-right-radius: 4px;
|
3991
3873
|
border-bottom-left-radius: 4px;
|
3992
3874
|
}
|
3875
|
+
|
3993
3876
|
.p-card {
|
3994
3877
|
background: #1e1e1e;
|
3995
3878
|
color: rgba(255, 255, 255, 0.87);
|
@@ -4015,6 +3898,7 @@
|
|
4015
3898
|
.p-card .p-card-footer {
|
4016
3899
|
padding: 1rem 0 0 0;
|
4017
3900
|
}
|
3901
|
+
|
4018
3902
|
.p-divider .p-divider-content {
|
4019
3903
|
background-color: #1e1e1e;
|
4020
3904
|
}
|
@@ -4023,7 +3907,7 @@
|
|
4023
3907
|
padding: 0 1.25rem;
|
4024
3908
|
}
|
4025
3909
|
.p-divider.p-divider-horizontal:before {
|
4026
|
-
border-top: 1px
|
3910
|
+
border-top: 1px rgba(255, 255, 255, 0.12);
|
4027
3911
|
}
|
4028
3912
|
.p-divider.p-divider-horizontal .p-divider-content {
|
4029
3913
|
padding: 0 0.5rem;
|
@@ -4033,11 +3917,12 @@
|
|
4033
3917
|
padding: 1.25rem 0;
|
4034
3918
|
}
|
4035
3919
|
.p-divider.p-divider-vertical:before {
|
4036
|
-
border-left: 1px
|
3920
|
+
border-left: 1px rgba(255, 255, 255, 0.12);
|
4037
3921
|
}
|
4038
3922
|
.p-divider.p-divider-vertical .p-divider-content {
|
4039
3923
|
padding: 0.5rem 0;
|
4040
3924
|
}
|
3925
|
+
|
4041
3926
|
.p-fieldset {
|
4042
3927
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
4043
3928
|
background: #1e1e1e;
|
@@ -4078,6 +3963,7 @@
|
|
4078
3963
|
.p-fieldset .p-fieldset-content {
|
4079
3964
|
padding: 1rem;
|
4080
3965
|
}
|
3966
|
+
|
4081
3967
|
.p-panel .p-panel-header {
|
4082
3968
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
4083
3969
|
padding: 1rem;
|
@@ -4144,6 +4030,7 @@
|
|
4144
4030
|
width: 100%;
|
4145
4031
|
text-align: center;
|
4146
4032
|
}
|
4033
|
+
|
4147
4034
|
.p-scrollpanel .p-scrollpanel-bar {
|
4148
4035
|
background: rgba(255, 255, 255, 0.12);
|
4149
4036
|
border: 0 none;
|
@@ -4154,6 +4041,7 @@
|
|
4154
4041
|
outline-offset: 0;
|
4155
4042
|
box-shadow: none;
|
4156
4043
|
}
|
4044
|
+
|
4157
4045
|
.p-splitter {
|
4158
4046
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
4159
4047
|
background: #1e1e1e;
|
@@ -4162,10 +4050,10 @@
|
|
4162
4050
|
}
|
4163
4051
|
.p-splitter .p-splitter-gutter {
|
4164
4052
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
4165
|
-
background:
|
4053
|
+
background: rgba(255, 255, 255, 0.04);
|
4166
4054
|
}
|
4167
4055
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4168
|
-
background:
|
4056
|
+
background: rgba(255, 255, 255, 0.12);
|
4169
4057
|
}
|
4170
4058
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4171
4059
|
outline: 0 none;
|
@@ -4173,8 +4061,9 @@
|
|
4173
4061
|
box-shadow: none;
|
4174
4062
|
}
|
4175
4063
|
.p-splitter .p-splitter-gutter-resizing {
|
4176
|
-
background:
|
4064
|
+
background: rgba(255, 255, 255, 0.12);
|
4177
4065
|
}
|
4066
|
+
|
4178
4067
|
.p-stepper .p-stepper-nav {
|
4179
4068
|
position: relative;
|
4180
4069
|
display: flex;
|
@@ -4185,9 +4074,11 @@
|
|
4185
4074
|
list-style-type: none;
|
4186
4075
|
overflow-x: auto;
|
4187
4076
|
}
|
4077
|
+
|
4188
4078
|
.p-stepper-vertical .p-stepper-nav {
|
4189
4079
|
flex-direction: column;
|
4190
4080
|
}
|
4081
|
+
|
4191
4082
|
.p-stepper-header {
|
4192
4083
|
position: relative;
|
4193
4084
|
display: flex;
|
@@ -4197,6 +4088,7 @@
|
|
4197
4088
|
.p-stepper-header:last-of-type {
|
4198
4089
|
flex: initial;
|
4199
4090
|
}
|
4091
|
+
|
4200
4092
|
.p-stepper-header .p-stepper-action {
|
4201
4093
|
border: 0 none;
|
4202
4094
|
display: inline-flex;
|
@@ -4209,12 +4101,15 @@
|
|
4209
4101
|
outline-offset: 0;
|
4210
4102
|
box-shadow: none;
|
4211
4103
|
}
|
4104
|
+
|
4212
4105
|
.p-stepper.p-stepper-readonly .p-stepper-header {
|
4213
4106
|
cursor: auto;
|
4214
4107
|
}
|
4108
|
+
|
4215
4109
|
.p-stepper-header.p-highlight .p-stepper-action {
|
4216
4110
|
cursor: default;
|
4217
4111
|
}
|
4112
|
+
|
4218
4113
|
.p-stepper-title {
|
4219
4114
|
display: block;
|
4220
4115
|
white-space: nowrap;
|
@@ -4222,14 +4117,17 @@
|
|
4222
4117
|
text-overflow: ellipsis;
|
4223
4118
|
max-width: 100%;
|
4224
4119
|
}
|
4120
|
+
|
4225
4121
|
.p-stepper-number {
|
4226
4122
|
display: flex;
|
4227
4123
|
align-items: center;
|
4228
4124
|
justify-content: center;
|
4229
4125
|
}
|
4126
|
+
|
4230
4127
|
.p-stepper-separator {
|
4231
4128
|
flex: 1 1 0;
|
4232
4129
|
}
|
4130
|
+
|
4233
4131
|
.p-stepper .p-stepper-nav {
|
4234
4132
|
display: flex;
|
4235
4133
|
justify-content: space-between;
|
@@ -4333,6 +4231,7 @@
|
|
4333
4231
|
.p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content {
|
4334
4232
|
padding-left: 3rem;
|
4335
4233
|
}
|
4234
|
+
|
4336
4235
|
.p-tabview .p-tabview-nav-content {
|
4337
4236
|
scroll-padding-inline: 3rem;
|
4338
4237
|
}
|
@@ -4401,6 +4300,7 @@
|
|
4401
4300
|
border-bottom-right-radius: 4px;
|
4402
4301
|
border-bottom-left-radius: 4px;
|
4403
4302
|
}
|
4303
|
+
|
4404
4304
|
.p-toolbar {
|
4405
4305
|
background: #1e1e1e;
|
4406
4306
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
@@ -4411,6 +4311,7 @@
|
|
4411
4311
|
.p-toolbar .p-toolbar-separator {
|
4412
4312
|
margin: 0 0.5rem;
|
4413
4313
|
}
|
4314
|
+
|
4414
4315
|
.p-confirm-popup {
|
4415
4316
|
background: #262626;
|
4416
4317
|
color: rgba(255, 255, 255, 0.87);
|
@@ -4458,6 +4359,7 @@
|
|
4458
4359
|
.p-confirm-popup .p-confirm-popup-message {
|
4459
4360
|
margin-left: 1rem;
|
4460
4361
|
}
|
4362
|
+
|
4461
4363
|
.p-dialog {
|
4462
4364
|
border-radius: 4px;
|
4463
4365
|
box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
|
@@ -4530,6 +4432,7 @@
|
|
4530
4432
|
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
|
4531
4433
|
margin-left: 1rem;
|
4532
4434
|
}
|
4435
|
+
|
4533
4436
|
.p-overlaypanel {
|
4534
4437
|
background: #262626;
|
4535
4438
|
color: rgba(255, 255, 255, 0.87);
|
@@ -4571,6 +4474,7 @@
|
|
4571
4474
|
.p-overlaypanel.p-overlaypanel-flipped:before {
|
4572
4475
|
border-top-color: #262626;
|
4573
4476
|
}
|
4477
|
+
|
4574
4478
|
.p-sidebar {
|
4575
4479
|
background: #262626;
|
4576
4480
|
color: rgba(255, 255, 255, 0.87);
|
@@ -4581,7 +4485,7 @@
|
|
4581
4485
|
padding: 1rem;
|
4582
4486
|
}
|
4583
4487
|
.p-sidebar .p-sidebar-header .p-sidebar-close,
|
4584
|
-
|
4488
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon {
|
4585
4489
|
width: 2.5rem;
|
4586
4490
|
height: 2.5rem;
|
4587
4491
|
color: rgba(255, 255, 255, 0.6);
|
@@ -4591,13 +4495,13 @@
|
|
4591
4495
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
4592
4496
|
}
|
4593
4497
|
.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
|
4594
|
-
|
4498
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
|
4595
4499
|
color: rgba(255, 255, 255, 0.6);
|
4596
4500
|
border-color: transparent;
|
4597
4501
|
background: rgba(255, 255, 255, 0.04);
|
4598
4502
|
}
|
4599
4503
|
.p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
|
4600
|
-
|
4504
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
|
4601
4505
|
outline: 0 none;
|
4602
4506
|
outline-offset: 0;
|
4603
4507
|
box-shadow: none;
|
@@ -4611,6 +4515,7 @@
|
|
4611
4515
|
.p-sidebar .p-sidebar-footer {
|
4612
4516
|
padding: 1rem;
|
4613
4517
|
}
|
4518
|
+
|
4614
4519
|
.p-tooltip .p-tooltip-text {
|
4615
4520
|
background: #444444;
|
4616
4521
|
color: rgba(255, 255, 255, 0.87);
|
@@ -4630,6 +4535,7 @@
|
|
4630
4535
|
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
|
4631
4536
|
border-bottom-color: #444444;
|
4632
4537
|
}
|
4538
|
+
|
4633
4539
|
.p-fileupload .p-fileupload-buttonbar {
|
4634
4540
|
background: #1e1e1e;
|
4635
4541
|
padding: 1rem;
|
@@ -4669,6 +4575,7 @@
|
|
4669
4575
|
.p-fileupload.p-fileupload-advanced .p-message {
|
4670
4576
|
margin-top: 0;
|
4671
4577
|
}
|
4578
|
+
|
4672
4579
|
.p-fileupload-choose:not(.p-disabled):hover {
|
4673
4580
|
background: rgba(206, 147, 216, 0.92);
|
4674
4581
|
color: #121212;
|
@@ -4679,6 +4586,7 @@
|
|
4679
4586
|
color: #121212;
|
4680
4587
|
border-color: transparent;
|
4681
4588
|
}
|
4589
|
+
|
4682
4590
|
.p-breadcrumb {
|
4683
4591
|
background: #1e1e1e;
|
4684
4592
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
@@ -4710,6 +4618,7 @@
|
|
4710
4618
|
.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
|
4711
4619
|
color: rgba(255, 255, 255, 0.6);
|
4712
4620
|
}
|
4621
|
+
|
4713
4622
|
.p-contextmenu {
|
4714
4623
|
padding: 0.5rem 0;
|
4715
4624
|
background: #2b2b2b;
|
@@ -4757,7 +4666,7 @@
|
|
4757
4666
|
color: rgba(255, 255, 255, 0.87);
|
4758
4667
|
}
|
4759
4668
|
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4760
|
-
|
4669
|
+
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4761
4670
|
color: rgba(255, 255, 255, 0.6);
|
4762
4671
|
}
|
4763
4672
|
.p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -4765,13 +4674,13 @@
|
|
4765
4674
|
}
|
4766
4675
|
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
4767
4676
|
color: rgba(255, 255, 255, 0.87);
|
4768
|
-
background:
|
4677
|
+
background: rgba(255, 255, 255, 0.12);
|
4769
4678
|
}
|
4770
4679
|
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
4771
4680
|
color: rgba(255, 255, 255, 0.87);
|
4772
4681
|
}
|
4773
4682
|
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4774
|
-
|
4683
|
+
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4775
4684
|
color: rgba(255, 255, 255, 0.87);
|
4776
4685
|
}
|
4777
4686
|
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -4782,11 +4691,11 @@
|
|
4782
4691
|
color: rgba(255, 255, 255, 0.87);
|
4783
4692
|
}
|
4784
4693
|
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
4785
|
-
|
4694
|
+
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4786
4695
|
color: rgba(255, 255, 255, 0.6);
|
4787
4696
|
}
|
4788
4697
|
.p-contextmenu .p-menuitem-separator {
|
4789
|
-
border-top: 1px solid
|
4698
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
4790
4699
|
margin: 0.5rem 0;
|
4791
4700
|
}
|
4792
4701
|
.p-contextmenu .p-submenu-icon {
|
@@ -4796,6 +4705,7 @@
|
|
4796
4705
|
width: 0.875rem;
|
4797
4706
|
height: 0.875rem;
|
4798
4707
|
}
|
4708
|
+
|
4799
4709
|
.p-dock .p-dock-list-container {
|
4800
4710
|
background: rgba(255, 255, 255, 0.1);
|
4801
4711
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
@@ -4819,31 +4729,32 @@
|
|
4819
4729
|
height: 4rem;
|
4820
4730
|
}
|
4821
4731
|
.p-dock.p-dock-top .p-dock-item-second-prev,
|
4822
|
-
|
4823
|
-
|
4732
|
+
.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
|
4733
|
+
.p-dock.p-dock-bottom .p-dock-item-second-next {
|
4824
4734
|
margin: 0 0.9rem;
|
4825
4735
|
}
|
4826
4736
|
.p-dock.p-dock-top .p-dock-item-prev,
|
4827
|
-
|
4828
|
-
|
4737
|
+
.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
|
4738
|
+
.p-dock.p-dock-bottom .p-dock-item-next {
|
4829
4739
|
margin: 0 1.3rem;
|
4830
4740
|
}
|
4831
4741
|
.p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
|
4832
4742
|
margin: 0 1.5rem;
|
4833
4743
|
}
|
4834
4744
|
.p-dock.p-dock-left .p-dock-item-second-prev,
|
4835
|
-
|
4836
|
-
|
4745
|
+
.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
|
4746
|
+
.p-dock.p-dock-right .p-dock-item-second-next {
|
4837
4747
|
margin: 0.9rem 0;
|
4838
4748
|
}
|
4839
4749
|
.p-dock.p-dock-left .p-dock-item-prev,
|
4840
|
-
|
4841
|
-
|
4750
|
+
.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
|
4751
|
+
.p-dock.p-dock-right .p-dock-item-next {
|
4842
4752
|
margin: 1.3rem 0;
|
4843
4753
|
}
|
4844
4754
|
.p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
|
4845
4755
|
margin: 1.5rem 0;
|
4846
4756
|
}
|
4757
|
+
|
4847
4758
|
@media screen and (max-width: 960px) {
|
4848
4759
|
.p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
|
4849
4760
|
overflow-x: auto;
|
@@ -4902,7 +4813,7 @@
|
|
4902
4813
|
color: rgba(255, 255, 255, 0.87);
|
4903
4814
|
}
|
4904
4815
|
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4905
|
-
|
4816
|
+
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4906
4817
|
color: rgba(255, 255, 255, 0.6);
|
4907
4818
|
}
|
4908
4819
|
.p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -4910,13 +4821,13 @@
|
|
4910
4821
|
}
|
4911
4822
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
4912
4823
|
color: rgba(255, 255, 255, 0.87);
|
4913
|
-
background:
|
4824
|
+
background: rgba(255, 255, 255, 0.12);
|
4914
4825
|
}
|
4915
4826
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
4916
4827
|
color: rgba(255, 255, 255, 0.87);
|
4917
4828
|
}
|
4918
4829
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4919
|
-
|
4830
|
+
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4920
4831
|
color: rgba(255, 255, 255, 0.87);
|
4921
4832
|
}
|
4922
4833
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -4927,7 +4838,7 @@
|
|
4927
4838
|
color: rgba(255, 255, 255, 0.87);
|
4928
4839
|
}
|
4929
4840
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
4930
|
-
|
4841
|
+
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4931
4842
|
color: rgba(255, 255, 255, 0.6);
|
4932
4843
|
}
|
4933
4844
|
.p-megamenu .p-megamenu-panel {
|
@@ -4935,6 +4846,7 @@
|
|
4935
4846
|
color: rgba(255, 255, 255, 0.87);
|
4936
4847
|
border: 0 none;
|
4937
4848
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
4849
|
+
border-radius: 4px;
|
4938
4850
|
}
|
4939
4851
|
.p-megamenu .p-submenu-header {
|
4940
4852
|
margin: 0;
|
@@ -4950,7 +4862,7 @@
|
|
4950
4862
|
width: 12.5rem;
|
4951
4863
|
}
|
4952
4864
|
.p-megamenu .p-submenu-list .p-menuitem-separator {
|
4953
|
-
border-top: 1px solid
|
4865
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
4954
4866
|
margin: 0.5rem 0;
|
4955
4867
|
}
|
4956
4868
|
.p-megamenu.p-megamenu-vertical {
|
@@ -4985,9 +4897,10 @@
|
|
4985
4897
|
color: rgba(255, 255, 255, 0.87);
|
4986
4898
|
}
|
4987
4899
|
.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
4988
|
-
|
4900
|
+
.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4989
4901
|
color: rgba(255, 255, 255, 0.6);
|
4990
4902
|
}
|
4903
|
+
|
4991
4904
|
.p-menu {
|
4992
4905
|
padding: 0.5rem 0;
|
4993
4906
|
background: #1e1e1e;
|
@@ -5024,7 +4937,7 @@
|
|
5024
4937
|
color: rgba(255, 255, 255, 0.87);
|
5025
4938
|
}
|
5026
4939
|
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5027
|
-
|
4940
|
+
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5028
4941
|
color: rgba(255, 255, 255, 0.6);
|
5029
4942
|
}
|
5030
4943
|
.p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5032,13 +4945,13 @@
|
|
5032
4945
|
}
|
5033
4946
|
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
5034
4947
|
color: rgba(255, 255, 255, 0.87);
|
5035
|
-
background:
|
4948
|
+
background: rgba(255, 255, 255, 0.12);
|
5036
4949
|
}
|
5037
4950
|
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
5038
4951
|
color: rgba(255, 255, 255, 0.87);
|
5039
4952
|
}
|
5040
4953
|
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5041
|
-
|
4954
|
+
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5042
4955
|
color: rgba(255, 255, 255, 0.87);
|
5043
4956
|
}
|
5044
4957
|
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5049,7 +4962,7 @@
|
|
5049
4962
|
color: rgba(255, 255, 255, 0.87);
|
5050
4963
|
}
|
5051
4964
|
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5052
|
-
|
4965
|
+
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5053
4966
|
color: rgba(255, 255, 255, 0.6);
|
5054
4967
|
}
|
5055
4968
|
.p-menu.p-menu-overlay {
|
@@ -5067,7 +4980,7 @@
|
|
5067
4980
|
border-top-left-radius: 0;
|
5068
4981
|
}
|
5069
4982
|
.p-menu .p-menuitem-separator {
|
5070
|
-
border-top: 1px solid
|
4983
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
5071
4984
|
margin: 0.5rem 0;
|
5072
4985
|
}
|
5073
4986
|
.p-menu .p-menuitem-badge {
|
@@ -5083,6 +4996,7 @@
|
|
5083
4996
|
padding-left: 0.5rem;
|
5084
4997
|
padding-right: 0.5rem;
|
5085
4998
|
}
|
4999
|
+
|
5086
5000
|
.p-menubar {
|
5087
5001
|
padding: 1rem;
|
5088
5002
|
background: #1e1e1e;
|
@@ -5121,7 +5035,7 @@
|
|
5121
5035
|
color: rgba(255, 255, 255, 0.87);
|
5122
5036
|
}
|
5123
5037
|
.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5124
|
-
|
5038
|
+
.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5125
5039
|
color: rgba(255, 255, 255, 0.6);
|
5126
5040
|
}
|
5127
5041
|
.p-menubar .p-menuitem > .p-menuitem-content {
|
@@ -5152,7 +5066,7 @@
|
|
5152
5066
|
color: rgba(255, 255, 255, 0.87);
|
5153
5067
|
}
|
5154
5068
|
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5155
|
-
|
5069
|
+
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5156
5070
|
color: rgba(255, 255, 255, 0.6);
|
5157
5071
|
}
|
5158
5072
|
.p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5160,13 +5074,13 @@
|
|
5160
5074
|
}
|
5161
5075
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
5162
5076
|
color: rgba(255, 255, 255, 0.87);
|
5163
|
-
background:
|
5077
|
+
background: rgba(255, 255, 255, 0.12);
|
5164
5078
|
}
|
5165
5079
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
5166
5080
|
color: rgba(255, 255, 255, 0.87);
|
5167
5081
|
}
|
5168
5082
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5169
|
-
|
5083
|
+
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5170
5084
|
color: rgba(255, 255, 255, 0.87);
|
5171
5085
|
}
|
5172
5086
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5177,7 +5091,7 @@
|
|
5177
5091
|
color: rgba(255, 255, 255, 0.87);
|
5178
5092
|
}
|
5179
5093
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5180
|
-
|
5094
|
+
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5181
5095
|
color: rgba(255, 255, 255, 0.6);
|
5182
5096
|
}
|
5183
5097
|
.p-menubar .p-submenu-list {
|
@@ -5186,14 +5100,16 @@
|
|
5186
5100
|
border: 0 none;
|
5187
5101
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
5188
5102
|
width: 12.5rem;
|
5103
|
+
border-radius: 4px;
|
5189
5104
|
}
|
5190
5105
|
.p-menubar .p-submenu-list .p-menuitem-separator {
|
5191
|
-
border-top: 1px solid
|
5106
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
5192
5107
|
margin: 0.5rem 0;
|
5193
5108
|
}
|
5194
5109
|
.p-menubar .p-submenu-list .p-submenu-icon {
|
5195
5110
|
font-size: 0.875rem;
|
5196
5111
|
}
|
5112
|
+
|
5197
5113
|
@media screen and (max-width: 960px) {
|
5198
5114
|
.p-menubar {
|
5199
5115
|
position: relative;
|
@@ -5225,7 +5141,7 @@
|
|
5225
5141
|
width: 100%;
|
5226
5142
|
}
|
5227
5143
|
.p-menubar .p-menubar-root-list .p-menuitem-separator {
|
5228
|
-
border-top: 1px solid
|
5144
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
5229
5145
|
margin: 0.5rem 0;
|
5230
5146
|
}
|
5231
5147
|
.p-menubar .p-menubar-root-list .p-submenu-icon {
|
@@ -5368,7 +5284,7 @@
|
|
5368
5284
|
color: rgba(255, 255, 255, 0.87);
|
5369
5285
|
}
|
5370
5286
|
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5371
|
-
|
5287
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5372
5288
|
color: rgba(255, 255, 255, 0.6);
|
5373
5289
|
}
|
5374
5290
|
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5376,13 +5292,13 @@
|
|
5376
5292
|
}
|
5377
5293
|
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
5378
5294
|
color: rgba(255, 255, 255, 0.87);
|
5379
|
-
background:
|
5295
|
+
background: rgba(255, 255, 255, 0.12);
|
5380
5296
|
}
|
5381
5297
|
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
5382
5298
|
color: rgba(255, 255, 255, 0.87);
|
5383
5299
|
}
|
5384
5300
|
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5385
|
-
|
5301
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5386
5302
|
color: rgba(255, 255, 255, 0.87);
|
5387
5303
|
}
|
5388
5304
|
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5393,14 +5309,14 @@
|
|
5393
5309
|
color: rgba(255, 255, 255, 0.87);
|
5394
5310
|
}
|
5395
5311
|
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5396
|
-
|
5312
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5397
5313
|
color: rgba(255, 255, 255, 0.6);
|
5398
5314
|
}
|
5399
5315
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5400
5316
|
margin-right: 0.5rem;
|
5401
5317
|
}
|
5402
5318
|
.p-panelmenu .p-panelmenu-content .p-menuitem-separator {
|
5403
|
-
border-top: 1px solid
|
5319
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
5404
5320
|
margin: 0.5rem 0;
|
5405
5321
|
}
|
5406
5322
|
.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) {
|
@@ -5433,6 +5349,7 @@
|
|
5433
5349
|
border-bottom-right-radius: 4px;
|
5434
5350
|
border-bottom-left-radius: 4px;
|
5435
5351
|
}
|
5352
|
+
|
5436
5353
|
.p-slidemenu {
|
5437
5354
|
padding: 0.5rem 0;
|
5438
5355
|
background: #1e1e1e;
|
@@ -5475,7 +5392,7 @@
|
|
5475
5392
|
color: rgba(255, 255, 255, 0.87);
|
5476
5393
|
}
|
5477
5394
|
.p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5478
|
-
|
5395
|
+
.p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5479
5396
|
color: rgba(255, 255, 255, 0.6);
|
5480
5397
|
}
|
5481
5398
|
.p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5483,13 +5400,13 @@
|
|
5483
5400
|
}
|
5484
5401
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
5485
5402
|
color: rgba(255, 255, 255, 0.87);
|
5486
|
-
background:
|
5403
|
+
background: rgba(255, 255, 255, 0.12);
|
5487
5404
|
}
|
5488
5405
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
5489
5406
|
color: rgba(255, 255, 255, 0.87);
|
5490
5407
|
}
|
5491
5408
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5492
|
-
|
5409
|
+
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5493
5410
|
color: rgba(255, 255, 255, 0.87);
|
5494
5411
|
}
|
5495
5412
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5500,7 +5417,7 @@
|
|
5500
5417
|
color: rgba(255, 255, 255, 0.87);
|
5501
5418
|
}
|
5502
5419
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5503
|
-
|
5420
|
+
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5504
5421
|
color: rgba(255, 255, 255, 0.6);
|
5505
5422
|
}
|
5506
5423
|
.p-slidemenu.p-slidemenu-overlay {
|
@@ -5515,7 +5432,7 @@
|
|
5515
5432
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
5516
5433
|
}
|
5517
5434
|
.p-slidemenu .p-menuitem-separator {
|
5518
|
-
border-top: 1px solid
|
5435
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
5519
5436
|
margin: 0.5rem 0;
|
5520
5437
|
}
|
5521
5438
|
.p-slidemenu .p-slidemenu-icon {
|
@@ -5547,6 +5464,7 @@
|
|
5547
5464
|
padding-left: 0.5rem;
|
5548
5465
|
padding-right: 0.5rem;
|
5549
5466
|
}
|
5467
|
+
|
5550
5468
|
.p-steps .p-steps-item .p-menuitem-link {
|
5551
5469
|
background: transparent;
|
5552
5470
|
transition: none;
|
@@ -5583,7 +5501,7 @@
|
|
5583
5501
|
}
|
5584
5502
|
.p-steps .p-steps-item:before {
|
5585
5503
|
content: " ";
|
5586
|
-
border-top: 1px solid
|
5504
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
5587
5505
|
width: 100%;
|
5588
5506
|
top: 50%;
|
5589
5507
|
left: 0;
|
@@ -5591,6 +5509,7 @@
|
|
5591
5509
|
position: absolute;
|
5592
5510
|
margin-top: -1rem;
|
5593
5511
|
}
|
5512
|
+
|
5594
5513
|
.p-tabmenu .p-tabmenu-nav {
|
5595
5514
|
background: transparent;
|
5596
5515
|
border: solid rgba(255, 255, 255, 0.12);
|
@@ -5661,6 +5580,7 @@
|
|
5661
5580
|
outline-offset: 0;
|
5662
5581
|
box-shadow: inset none;
|
5663
5582
|
}
|
5583
|
+
|
5664
5584
|
.p-tieredmenu {
|
5665
5585
|
padding: 0.5rem 0;
|
5666
5586
|
background: #1e1e1e;
|
@@ -5682,6 +5602,7 @@
|
|
5682
5602
|
background: #2b2b2b;
|
5683
5603
|
border: 0 none;
|
5684
5604
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
5605
|
+
border-radius: 4px;
|
5685
5606
|
}
|
5686
5607
|
.p-tieredmenu .p-menuitem > .p-menuitem-content {
|
5687
5608
|
color: rgba(255, 255, 255, 0.87);
|
@@ -5711,7 +5632,7 @@
|
|
5711
5632
|
color: rgba(255, 255, 255, 0.87);
|
5712
5633
|
}
|
5713
5634
|
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5714
|
-
|
5635
|
+
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5715
5636
|
color: rgba(255, 255, 255, 0.6);
|
5716
5637
|
}
|
5717
5638
|
.p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5719,13 +5640,13 @@
|
|
5719
5640
|
}
|
5720
5641
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
5721
5642
|
color: rgba(255, 255, 255, 0.87);
|
5722
|
-
background:
|
5643
|
+
background: rgba(255, 255, 255, 0.12);
|
5723
5644
|
}
|
5724
5645
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
5725
5646
|
color: rgba(255, 255, 255, 0.87);
|
5726
5647
|
}
|
5727
5648
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5728
|
-
|
5649
|
+
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5729
5650
|
color: rgba(255, 255, 255, 0.87);
|
5730
5651
|
}
|
5731
5652
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5736,11 +5657,11 @@
|
|
5736
5657
|
color: rgba(255, 255, 255, 0.87);
|
5737
5658
|
}
|
5738
5659
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5739
|
-
|
5660
|
+
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5740
5661
|
color: rgba(255, 255, 255, 0.6);
|
5741
5662
|
}
|
5742
5663
|
.p-tieredmenu .p-menuitem-separator {
|
5743
|
-
border-top: 1px solid
|
5664
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
5744
5665
|
margin: 0.5rem 0;
|
5745
5666
|
}
|
5746
5667
|
.p-tieredmenu .p-submenu-icon {
|
@@ -5750,6 +5671,7 @@
|
|
5750
5671
|
width: 0.875rem;
|
5751
5672
|
height: 0.875rem;
|
5752
5673
|
}
|
5674
|
+
|
5753
5675
|
.p-inline-message {
|
5754
5676
|
padding: 1rem 1rem;
|
5755
5677
|
margin: 0;
|
@@ -5805,6 +5727,7 @@
|
|
5805
5727
|
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
|
5806
5728
|
margin-right: 0;
|
5807
5729
|
}
|
5730
|
+
|
5808
5731
|
.p-message {
|
5809
5732
|
margin: 1rem 0;
|
5810
5733
|
border-radius: 4px;
|
@@ -5893,6 +5816,7 @@
|
|
5893
5816
|
.p-message .p-message-detail {
|
5894
5817
|
margin-left: 0.5rem;
|
5895
5818
|
}
|
5819
|
+
|
5896
5820
|
.p-toast {
|
5897
5821
|
opacity: 0.9;
|
5898
5822
|
}
|
@@ -5943,7 +5867,7 @@
|
|
5943
5867
|
color: #01579b;
|
5944
5868
|
}
|
5945
5869
|
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
|
5946
|
-
|
5870
|
+
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
|
5947
5871
|
color: #01579b;
|
5948
5872
|
}
|
5949
5873
|
.p-toast .p-toast-message.p-toast-message-success {
|
@@ -5953,7 +5877,7 @@
|
|
5953
5877
|
color: #1b5e20;
|
5954
5878
|
}
|
5955
5879
|
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
|
5956
|
-
|
5880
|
+
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
|
5957
5881
|
color: #1b5e20;
|
5958
5882
|
}
|
5959
5883
|
.p-toast .p-toast-message.p-toast-message-warn {
|
@@ -5963,7 +5887,7 @@
|
|
5963
5887
|
color: #7f6003;
|
5964
5888
|
}
|
5965
5889
|
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
|
5966
|
-
|
5890
|
+
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
|
5967
5891
|
color: #7f6003;
|
5968
5892
|
}
|
5969
5893
|
.p-toast .p-toast-message.p-toast-message-error {
|
@@ -5973,9 +5897,10 @@
|
|
5973
5897
|
color: #b71c1c;
|
5974
5898
|
}
|
5975
5899
|
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
|
5976
|
-
|
5900
|
+
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
|
5977
5901
|
color: #b71c1c;
|
5978
5902
|
}
|
5903
|
+
|
5979
5904
|
.p-galleria .p-galleria-close {
|
5980
5905
|
margin: 0.5rem;
|
5981
5906
|
background: transparent;
|
@@ -6006,7 +5931,7 @@
|
|
6006
5931
|
margin: 0 0.5rem;
|
6007
5932
|
}
|
6008
5933
|
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
|
6009
|
-
|
5934
|
+
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
|
6010
5935
|
font-size: 2rem;
|
6011
5936
|
}
|
6012
5937
|
.p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
|
@@ -6063,7 +5988,7 @@
|
|
6063
5988
|
padding: 1rem 0.25rem;
|
6064
5989
|
}
|
6065
5990
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
|
6066
|
-
|
5991
|
+
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
|
6067
5992
|
margin: 0.5rem;
|
6068
5993
|
background-color: transparent;
|
6069
5994
|
color: rgba(255, 255, 255, 0.87);
|
@@ -6073,7 +5998,7 @@
|
|
6073
5998
|
border-radius: 50%;
|
6074
5999
|
}
|
6075
6000
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
|
6076
|
-
|
6001
|
+
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
|
6077
6002
|
background: rgba(255, 255, 255, 0.1);
|
6078
6003
|
color: rgba(255, 255, 255, 0.87);
|
6079
6004
|
}
|
@@ -6082,23 +6007,29 @@
|
|
6082
6007
|
outline-offset: 0;
|
6083
6008
|
box-shadow: none;
|
6084
6009
|
}
|
6010
|
+
|
6085
6011
|
.p-galleria-mask {
|
6086
6012
|
--maskbg: rgba(0, 0, 0, 0.9);
|
6087
6013
|
}
|
6014
|
+
|
6088
6015
|
.p-image-mask {
|
6089
6016
|
--maskbg: rgba(0, 0, 0, 0.9);
|
6090
6017
|
}
|
6018
|
+
|
6091
6019
|
.p-image-preview-indicator {
|
6092
6020
|
background-color: transparent;
|
6093
6021
|
color: #f8f9fa;
|
6094
6022
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
6095
6023
|
}
|
6024
|
+
|
6096
6025
|
.p-image-preview-container:hover > .p-image-preview-indicator {
|
6097
6026
|
background-color: rgba(0, 0, 0, 0.5);
|
6098
6027
|
}
|
6028
|
+
|
6099
6029
|
.p-image-toolbar {
|
6100
6030
|
padding: 1rem;
|
6101
6031
|
}
|
6032
|
+
|
6102
6033
|
.p-image-action.p-link {
|
6103
6034
|
color: #f8f9fa;
|
6104
6035
|
background-color: transparent;
|
@@ -6122,8 +6053,9 @@
|
|
6122
6053
|
width: 1.5rem;
|
6123
6054
|
height: 1.5rem;
|
6124
6055
|
}
|
6056
|
+
|
6125
6057
|
.p-avatar {
|
6126
|
-
background-color:
|
6058
|
+
background-color: rgba(255, 255, 255, 0.12);
|
6127
6059
|
border-radius: 4px;
|
6128
6060
|
}
|
6129
6061
|
.p-avatar.p-avatar-lg {
|
@@ -6142,9 +6074,11 @@
|
|
6142
6074
|
.p-avatar.p-avatar-xl .p-avatar-icon {
|
6143
6075
|
font-size: 2rem;
|
6144
6076
|
}
|
6077
|
+
|
6145
6078
|
.p-avatar-group .p-avatar {
|
6146
6079
|
border: 2px solid #1e1e1e;
|
6147
6080
|
}
|
6081
|
+
|
6148
6082
|
.p-badge {
|
6149
6083
|
background: #CE93D8;
|
6150
6084
|
color: #121212;
|
@@ -6186,8 +6120,9 @@
|
|
6186
6120
|
height: 3rem;
|
6187
6121
|
line-height: 3rem;
|
6188
6122
|
}
|
6123
|
+
|
6189
6124
|
.p-chip {
|
6190
|
-
background-color:
|
6125
|
+
background-color: rgba(255, 255, 255, 0.12);
|
6191
6126
|
color: rgba(255, 255, 255, 0.87);
|
6192
6127
|
border-radius: 16px;
|
6193
6128
|
padding: 0 1rem;
|
@@ -6221,6 +6156,7 @@
|
|
6221
6156
|
.p-chip .pi-chip-remove-icon:focus {
|
6222
6157
|
outline: 0 none;
|
6223
6158
|
}
|
6159
|
+
|
6224
6160
|
.p-inplace .p-inplace-display {
|
6225
6161
|
padding: 1rem 1rem;
|
6226
6162
|
border-radius: 4px;
|
@@ -6235,15 +6171,19 @@
|
|
6235
6171
|
outline-offset: 0;
|
6236
6172
|
box-shadow: none;
|
6237
6173
|
}
|
6174
|
+
|
6238
6175
|
.p-metergroup {
|
6239
6176
|
display: flex;
|
6240
6177
|
}
|
6178
|
+
|
6241
6179
|
.p-metergroup-meters {
|
6242
6180
|
display: flex;
|
6243
6181
|
}
|
6182
|
+
|
6244
6183
|
.p-metergroup-vertical .p-metergroup-meters {
|
6245
6184
|
flex-direction: column;
|
6246
6185
|
}
|
6186
|
+
|
6247
6187
|
.p-metergroup-labels {
|
6248
6188
|
display: flex;
|
6249
6189
|
flex-wrap: wrap;
|
@@ -6251,19 +6191,24 @@
|
|
6251
6191
|
padding: 0;
|
6252
6192
|
list-style-type: none;
|
6253
6193
|
}
|
6194
|
+
|
6254
6195
|
.p-metergroup-vertical .p-metergroup-labels {
|
6255
6196
|
align-items: start;
|
6256
6197
|
}
|
6198
|
+
|
6257
6199
|
.p-metergroup-labels-vertical {
|
6258
6200
|
flex-direction: column;
|
6259
6201
|
}
|
6202
|
+
|
6260
6203
|
.p-metergroup-label {
|
6261
6204
|
display: inline-flex;
|
6262
6205
|
align-items: center;
|
6263
6206
|
}
|
6207
|
+
|
6264
6208
|
.p-metergroup-label-marker {
|
6265
6209
|
display: inline-flex;
|
6266
6210
|
}
|
6211
|
+
|
6267
6212
|
.p-metergroup {
|
6268
6213
|
gap: 1rem;
|
6269
6214
|
}
|
@@ -6323,6 +6268,7 @@
|
|
6323
6268
|
border-bottom-left-radius: 4px;
|
6324
6269
|
border-bottom-right-radius: 4px;
|
6325
6270
|
}
|
6271
|
+
|
6326
6272
|
.p-progressbar {
|
6327
6273
|
border: 0 none;
|
6328
6274
|
height: 4px;
|
@@ -6338,6 +6284,7 @@
|
|
6338
6284
|
color: #121212;
|
6339
6285
|
line-height: 4px;
|
6340
6286
|
}
|
6287
|
+
|
6341
6288
|
.p-scrolltop {
|
6342
6289
|
width: 3rem;
|
6343
6290
|
height: 3rem;
|
@@ -6359,6 +6306,7 @@
|
|
6359
6306
|
width: 1.5rem;
|
6360
6307
|
height: 1.5rem;
|
6361
6308
|
}
|
6309
|
+
|
6362
6310
|
.p-skeleton {
|
6363
6311
|
background-color: rgba(255, 255, 255, 0.06);
|
6364
6312
|
border-radius: 4px;
|
@@ -6366,6 +6314,7 @@
|
|
6366
6314
|
.p-skeleton:after {
|
6367
6315
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
|
6368
6316
|
}
|
6317
|
+
|
6369
6318
|
.p-tag {
|
6370
6319
|
background: #CE93D8;
|
6371
6320
|
color: #121212;
|
@@ -6398,6 +6347,7 @@
|
|
6398
6347
|
width: 0.75rem;
|
6399
6348
|
height: 0.75rem;
|
6400
6349
|
}
|
6350
|
+
|
6401
6351
|
.p-terminal {
|
6402
6352
|
background: #1e1e1e;
|
6403
6353
|
color: rgba(255, 255, 255, 0.87);
|
@@ -6449,15 +6399,17 @@
|
|
6449
6399
|
.p-accordion .p-accordion-tab .p-accordion-header.p-disabled .p-accordion-header-link > * {
|
6450
6400
|
opacity: 0.38;
|
6451
6401
|
}
|
6402
|
+
|
6452
6403
|
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
|
6453
6404
|
box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
|
6454
6405
|
}
|
6406
|
+
|
6455
6407
|
.p-input-filled .p-autocomplete .p-autocomplete-multiple-container {
|
6456
6408
|
border-bottom-left-radius: 0;
|
6457
6409
|
border-bottom-right-radius: 0;
|
6458
6410
|
border: 1px solid transparent;
|
6459
|
-
background:
|
6460
|
-
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom,
|
6411
|
+
background: rgba(255, 255, 255, 0.06) no-repeat;
|
6412
|
+
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
6461
6413
|
background-size: 0 2px, 100% 1px;
|
6462
6414
|
background-position: 50% 100%, 50% 100%;
|
6463
6415
|
background-origin: border-box;
|
@@ -6467,13 +6419,13 @@
|
|
6467
6419
|
background-color: transparent;
|
6468
6420
|
}
|
6469
6421
|
.p-input-filled .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover {
|
6470
|
-
background-color:
|
6422
|
+
background-color: rgba(255, 255, 255, 0.08);
|
6471
6423
|
border-color: transparent;
|
6472
6424
|
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
6473
6425
|
}
|
6474
6426
|
.p-input-filled .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus {
|
6475
6427
|
box-shadow: none;
|
6476
|
-
background-color:
|
6428
|
+
background-color: rgba(255, 255, 255, 0.1);
|
6477
6429
|
border-color: transparent;
|
6478
6430
|
background-size: 100% 2px, 100% 1px;
|
6479
6431
|
}
|
@@ -6481,9 +6433,11 @@
|
|
6481
6433
|
background-image: none;
|
6482
6434
|
background: transparent;
|
6483
6435
|
}
|
6436
|
+
|
6484
6437
|
.p-float-label .p-autocomplete-multiple-container .p-autocomplete-token {
|
6485
6438
|
padding: 0.25rem 1rem;
|
6486
6439
|
}
|
6440
|
+
|
6487
6441
|
.p-input-filled .p-float-label .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
|
6488
6442
|
padding-top: 0;
|
6489
6443
|
padding-bottom: 0;
|
@@ -6513,18 +6467,21 @@
|
|
6513
6467
|
box-shadow: none;
|
6514
6468
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
6515
6469
|
}
|
6470
|
+
|
6516
6471
|
p-autocomplete.ng-dirty.ng-invalid .p-autocomplete > .p-inputtext:enabled:focus {
|
6517
6472
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
6518
6473
|
}
|
6519
6474
|
p-autocomplete.ng-dirty.ng-invalid .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
|
6520
6475
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
6521
6476
|
}
|
6477
|
+
|
6522
6478
|
.p-breadcrumb .p-menuitem-link {
|
6523
6479
|
padding: 0.25rem 0.5rem;
|
6524
6480
|
}
|
6525
6481
|
.p-breadcrumb .p-menuitem-link:focus {
|
6526
6482
|
background: rgba(255, 255, 255, 0.12);
|
6527
6483
|
}
|
6484
|
+
|
6528
6485
|
.p-button {
|
6529
6486
|
font-weight: 500;
|
6530
6487
|
min-width: 4rem;
|
@@ -6576,6 +6533,7 @@
|
|
6576
6533
|
.p-button.p-button-raised:enabled:focus {
|
6577
6534
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
6578
6535
|
}
|
6536
|
+
|
6579
6537
|
.p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus, .p-splitbutton.p-button-secondary > .p-button:enabled:focus {
|
6580
6538
|
background: rgba(165, 214, 167, 0.76);
|
6581
6539
|
}
|
@@ -6591,6 +6549,7 @@
|
|
6591
6549
|
.p-button.p-button-secondary.p-button-text .p-ink, .p-button.p-button-secondary.p-button-outlined .p-ink, .p-buttonset.p-button-secondary > .p-button.p-button-text .p-ink, .p-buttonset.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined .p-ink {
|
6592
6550
|
background-color: rgba(165, 214, 167, 0.16);
|
6593
6551
|
}
|
6552
|
+
|
6594
6553
|
.p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:enabled:focus {
|
6595
6554
|
background: rgba(144, 202, 249, 0.76);
|
6596
6555
|
}
|
@@ -6606,6 +6565,7 @@
|
|
6606
6565
|
.p-button.p-button-info.p-button-text .p-ink, .p-button.p-button-info.p-button-outlined .p-ink, .p-buttonset.p-button-info > .p-button.p-button-text .p-ink, .p-buttonset.p-button-info > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-outlined .p-ink {
|
6607
6566
|
background-color: rgba(144, 202, 249, 0.16);
|
6608
6567
|
}
|
6568
|
+
|
6609
6569
|
.p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:enabled:focus {
|
6610
6570
|
background: rgba(197, 225, 165, 0.76);
|
6611
6571
|
}
|
@@ -6621,6 +6581,7 @@
|
|
6621
6581
|
.p-button.p-button-success.p-button-text .p-ink, .p-button.p-button-success.p-button-outlined .p-ink, .p-buttonset.p-button-success > .p-button.p-button-text .p-ink, .p-buttonset.p-button-success > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-outlined .p-ink {
|
6622
6582
|
background-color: rgba(197, 225, 165, 0.16);
|
6623
6583
|
}
|
6584
|
+
|
6624
6585
|
.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus {
|
6625
6586
|
background: rgba(255, 245, 157, 0.76);
|
6626
6587
|
}
|
@@ -6636,6 +6597,7 @@
|
|
6636
6597
|
.p-button.p-button-warning.p-button-text .p-ink, .p-button.p-button-warning.p-button-outlined .p-ink, .p-buttonset.p-button-warning > .p-button.p-button-text .p-ink, .p-buttonset.p-button-warning > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-outlined .p-ink {
|
6637
6598
|
background-color: rgba(255, 245, 157, 0.16);
|
6638
6599
|
}
|
6600
|
+
|
6639
6601
|
.p-button.p-button-help:enabled:focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:enabled:focus {
|
6640
6602
|
background: rgba(206, 147, 216, 0.76);
|
6641
6603
|
}
|
@@ -6651,6 +6613,7 @@
|
|
6651
6613
|
.p-button.p-button-help.p-button-text .p-ink, .p-button.p-button-help.p-button-outlined .p-ink, .p-buttonset.p-button-help > .p-button.p-button-text .p-ink, .p-buttonset.p-button-help > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-outlined .p-ink {
|
6652
6614
|
background-color: rgba(206, 147, 216, 0.16);
|
6653
6615
|
}
|
6616
|
+
|
6654
6617
|
.p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus {
|
6655
6618
|
background: rgba(239, 154, 154, 0.76);
|
6656
6619
|
}
|
@@ -6666,8 +6629,41 @@
|
|
6666
6629
|
.p-button.p-button-danger.p-button-text .p-ink, .p-button.p-button-danger.p-button-outlined .p-ink, .p-buttonset.p-button-danger > .p-button.p-button-text .p-ink, .p-buttonset.p-button-danger > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-outlined .p-ink {
|
6667
6630
|
background-color: rgba(239, 154, 154, 0.16);
|
6668
6631
|
}
|
6632
|
+
|
6633
|
+
.p-button.p-button-contrast:enabled:focus,
|
6634
|
+
.p-button-group.p-button-contrast > .p-button:enabled:focus,
|
6635
|
+
.p-splitbutton.p-button-contrast > .p-button:enabled:focus {
|
6636
|
+
background: rgba(255, 255, 255, 0.76);
|
6637
|
+
}
|
6638
|
+
.p-button.p-button-contrast:enabled:active,
|
6639
|
+
.p-button-group.p-button-contrast > .p-button:enabled:active,
|
6640
|
+
.p-splitbutton.p-button-contrast > .p-button:enabled:active {
|
6641
|
+
background: rgba(255, 255, 255, 0.68);
|
6642
|
+
}
|
6643
|
+
.p-button.p-button-contrast.p-button-text:enabled:focus, .p-button.p-button-contrast.p-button-outlined:enabled:focus,
|
6644
|
+
.p-button-group.p-button-contrast > .p-button.p-button-text:enabled:focus,
|
6645
|
+
.p-button-group.p-button-contrast > .p-button.p-button-outlined:enabled:focus,
|
6646
|
+
.p-splitbutton.p-button-contrast > .p-button.p-button-text:enabled:focus,
|
6647
|
+
.p-splitbutton.p-button-contrast > .p-button.p-button-outlined:enabled:focus {
|
6648
|
+
background: rgba(255, 255, 255, 0.12);
|
6649
|
+
}
|
6650
|
+
.p-button.p-button-contrast.p-button-text:enabled:active, .p-button.p-button-contrast.p-button-outlined:enabled:active,
|
6651
|
+
.p-button-group.p-button-contrast > .p-button.p-button-text:enabled:active,
|
6652
|
+
.p-button-group.p-button-contrast > .p-button.p-button-outlined:enabled:active,
|
6653
|
+
.p-splitbutton.p-button-contrast > .p-button.p-button-text:enabled:active,
|
6654
|
+
.p-splitbutton.p-button-contrast > .p-button.p-button-outlined:enabled:active {
|
6655
|
+
background: rgba(255, 255, 255, 0.16);
|
6656
|
+
}
|
6657
|
+
.p-button.p-button-contrast.p-button-text .p-ink, .p-button.p-button-contrast.p-button-outlined .p-ink,
|
6658
|
+
.p-button-group.p-button-contrast > .p-button.p-button-text .p-ink,
|
6659
|
+
.p-button-group.p-button-contrast > .p-button.p-button-outlined .p-ink,
|
6660
|
+
.p-splitbutton.p-button-contrast > .p-button.p-button-text .p-ink,
|
6661
|
+
.p-splitbutton.p-button-contrast > .p-button.p-button-outlined .p-ink {
|
6662
|
+
background-color: rgba(255, 255, 255, 0.16);
|
6663
|
+
}
|
6664
|
+
|
6669
6665
|
.p-calendar-w-btn {
|
6670
|
-
border: 1px solid
|
6666
|
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
6671
6667
|
background: #1e1e1e;
|
6672
6668
|
border-radius: 4px;
|
6673
6669
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
@@ -6712,6 +6708,7 @@
|
|
6712
6708
|
.p-calendar-w-btn.p-calendar-disabled .p-inputtext {
|
6713
6709
|
opacity: 1;
|
6714
6710
|
}
|
6711
|
+
|
6715
6712
|
.p-datepicker .p-datepicker-header {
|
6716
6713
|
border-bottom: 0 none;
|
6717
6714
|
}
|
@@ -6726,7 +6723,7 @@
|
|
6726
6723
|
order: 3;
|
6727
6724
|
}
|
6728
6725
|
.p-datepicker table th {
|
6729
|
-
border-bottom: 1px solid
|
6726
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
6730
6727
|
color: rgba(255, 255, 255, 0.38);
|
6731
6728
|
font-weight: 400;
|
6732
6729
|
font-size: 0.875rem;
|
@@ -6737,6 +6734,7 @@
|
|
6737
6734
|
.p-datepicker table td.p-datepicker-today.p-highlight {
|
6738
6735
|
box-shadow: 0 0 0 1px rgba(206, 147, 216, 0.16);
|
6739
6736
|
}
|
6737
|
+
|
6740
6738
|
p-calendar.ng-dirty.ng-invalid .p-inputtext:enabled:focus {
|
6741
6739
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
6742
6740
|
}
|
@@ -6749,12 +6747,13 @@
|
|
6749
6747
|
p-calendar.ng-dirty.ng-invalid .p-calendar-w-btn:not(.p-disabled).p-focus {
|
6750
6748
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
6751
6749
|
}
|
6750
|
+
|
6752
6751
|
.p-input-filled .p-calendar-w-btn {
|
6753
6752
|
border-bottom-left-radius: 0;
|
6754
6753
|
border-bottom-right-radius: 0;
|
6755
6754
|
border: 1px solid transparent;
|
6756
|
-
background:
|
6757
|
-
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom,
|
6755
|
+
background: rgba(255, 255, 255, 0.06) no-repeat;
|
6756
|
+
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
6758
6757
|
background-size: 0 2px, 100% 1px;
|
6759
6758
|
background-position: 50% 100%, 50% 100%;
|
6760
6759
|
background-origin: border-box;
|
@@ -6764,13 +6763,13 @@
|
|
6764
6763
|
background-color: transparent;
|
6765
6764
|
}
|
6766
6765
|
.p-input-filled .p-calendar-w-btn:not(.p-calendar-disabled):not(.p-disabled):hover {
|
6767
|
-
background-color:
|
6766
|
+
background-color: rgba(255, 255, 255, 0.08);
|
6768
6767
|
border-color: transparent;
|
6769
6768
|
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
6770
6769
|
}
|
6771
6770
|
.p-input-filled .p-calendar-w-btn:not(.p-calendar-disabled):not(.p-disabled).p-focus, .p-input-filled .p-calendar-w-btn:not(.p-calendar-disabled):not(.p-disabled).p-inputwrapper-focus {
|
6772
6771
|
box-shadow: none;
|
6773
|
-
background-color:
|
6772
|
+
background-color: rgba(255, 255, 255, 0.1);
|
6774
6773
|
border-color: transparent;
|
6775
6774
|
background-size: 100% 2px, 100% 1px;
|
6776
6775
|
}
|
@@ -6804,6 +6803,7 @@
|
|
6804
6803
|
border: 0 none;
|
6805
6804
|
background-image: none;
|
6806
6805
|
}
|
6806
|
+
|
6807
6807
|
.p-cascadeselect .p-inputtext, .p-cascadeselect .p-cascadeselect-trigger {
|
6808
6808
|
background-image: none;
|
6809
6809
|
background: transparent;
|
@@ -6814,15 +6814,17 @@
|
|
6814
6814
|
.p-cascadeselect:not(.p-disabled).p-focus {
|
6815
6815
|
box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
|
6816
6816
|
}
|
6817
|
+
|
6817
6818
|
.p-cascadeselect-item .p-ink {
|
6818
6819
|
background-color: rgba(206, 147, 216, 0.16);
|
6819
6820
|
}
|
6821
|
+
|
6820
6822
|
.p-input-filled .p-cascadeselect {
|
6821
6823
|
border-bottom-left-radius: 0;
|
6822
6824
|
border-bottom-right-radius: 0;
|
6823
6825
|
border: 1px solid transparent;
|
6824
|
-
background:
|
6825
|
-
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom,
|
6826
|
+
background: rgba(255, 255, 255, 0.06) no-repeat;
|
6827
|
+
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
6826
6828
|
background-size: 0 2px, 100% 1px;
|
6827
6829
|
background-position: 50% 100%, 50% 100%;
|
6828
6830
|
background-origin: border-box;
|
@@ -6832,13 +6834,13 @@
|
|
6832
6834
|
background-color: transparent;
|
6833
6835
|
}
|
6834
6836
|
.p-input-filled .p-cascadeselect:not(.p-disabled):hover {
|
6835
|
-
background-color:
|
6837
|
+
background-color: rgba(255, 255, 255, 0.08);
|
6836
6838
|
border-color: transparent;
|
6837
6839
|
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
6838
6840
|
}
|
6839
6841
|
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect:not(.p-disabled).p-inputwrapper-focus {
|
6840
6842
|
box-shadow: none;
|
6841
|
-
background-color:
|
6843
|
+
background-color: rgba(255, 255, 255, 0.1);
|
6842
6844
|
border-color: transparent;
|
6843
6845
|
background-size: 100% 2px, 100% 1px;
|
6844
6846
|
}
|
@@ -6864,6 +6866,7 @@
|
|
6864
6866
|
box-shadow: none;
|
6865
6867
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
6866
6868
|
}
|
6869
|
+
|
6867
6870
|
.p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label {
|
6868
6871
|
padding-top: 1.5rem;
|
6869
6872
|
padding-bottom: 0.5rem;
|
@@ -6883,27 +6886,30 @@
|
|
6883
6886
|
box-shadow: none;
|
6884
6887
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
6885
6888
|
}
|
6889
|
+
|
6886
6890
|
p-cascadeselect.ng-dirty.ng-invalid .p-cascadeselect:not(.p-disabled).p-focus {
|
6887
6891
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
6888
6892
|
}
|
6893
|
+
|
6889
6894
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
6890
6895
|
background: #A5D6A7;
|
6891
6896
|
color: #121212;
|
6892
6897
|
}
|
6898
|
+
|
6893
6899
|
.p-checkbox {
|
6894
6900
|
border-radius: 50%;
|
6895
6901
|
transition: box-shadow 0.2s;
|
6896
6902
|
}
|
6897
6903
|
.p-checkbox .p-checkbox-box {
|
6898
|
-
border-color:
|
6904
|
+
border-color: rgba(255, 255, 255, 0.7);
|
6899
6905
|
border-radius: 2px;
|
6900
6906
|
position: relative;
|
6901
6907
|
}
|
6902
6908
|
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
6903
|
-
border-color:
|
6909
|
+
border-color: rgba(255, 255, 255, 0.7);
|
6904
6910
|
}
|
6905
6911
|
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
6906
|
-
border-color:
|
6912
|
+
border-color: rgba(255, 255, 255, 0.7);
|
6907
6913
|
}
|
6908
6914
|
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled).p-focus {
|
6909
6915
|
border-color: #CE93D8;
|
@@ -6931,12 +6937,14 @@
|
|
6931
6937
|
.p-checkbox.p-checkbox-checked:not(.p-checkbox-disabled).p-checkbox-focused {
|
6932
6938
|
box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12);
|
6933
6939
|
}
|
6940
|
+
|
6934
6941
|
.p-input-filled .p-checkbox .p-checkbox-box {
|
6935
6942
|
background-color: #1e1e1e;
|
6936
6943
|
}
|
6937
6944
|
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
6938
6945
|
background-color: #1e1e1e;
|
6939
6946
|
}
|
6947
|
+
|
6940
6948
|
@keyframes checkbox-check {
|
6941
6949
|
0% {
|
6942
6950
|
width: 0;
|
@@ -6959,12 +6967,13 @@
|
|
6959
6967
|
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
|
6960
6968
|
box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
|
6961
6969
|
}
|
6970
|
+
|
6962
6971
|
.p-input-filled .p-chips-multiple-container {
|
6963
6972
|
border-bottom-left-radius: 0;
|
6964
6973
|
border-bottom-right-radius: 0;
|
6965
6974
|
border: 1px solid transparent;
|
6966
|
-
background:
|
6967
|
-
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom,
|
6975
|
+
background: rgba(255, 255, 255, 0.06) no-repeat;
|
6976
|
+
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
6968
6977
|
background-size: 0 2px, 100% 1px;
|
6969
6978
|
background-position: 50% 100%, 50% 100%;
|
6970
6979
|
background-origin: border-box;
|
@@ -6974,13 +6983,13 @@
|
|
6974
6983
|
background-color: transparent;
|
6975
6984
|
}
|
6976
6985
|
.p-input-filled .p-chips-multiple-container:not(.p-disabled):hover {
|
6977
|
-
background-color:
|
6986
|
+
background-color: rgba(255, 255, 255, 0.08);
|
6978
6987
|
border-color: transparent;
|
6979
6988
|
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
6980
6989
|
}
|
6981
6990
|
.p-input-filled .p-chips-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-inputwrapper-focus {
|
6982
6991
|
box-shadow: none;
|
6983
|
-
background-color:
|
6992
|
+
background-color: rgba(255, 255, 255, 0.1);
|
6984
6993
|
border-color: transparent;
|
6985
6994
|
background-size: 100% 2px, 100% 1px;
|
6986
6995
|
}
|
@@ -6988,9 +6997,11 @@
|
|
6988
6997
|
background-image: none;
|
6989
6998
|
background: transparent;
|
6990
6999
|
}
|
7000
|
+
|
6991
7001
|
.p-float-label .p-chips-multiple-container .p-chips-token {
|
6992
7002
|
padding: 0.25rem 1rem;
|
6993
7003
|
}
|
7004
|
+
|
6994
7005
|
.p-input-filled .p-float-label .p-chips .p-chips-multiple-container .p-chips-token {
|
6995
7006
|
padding-top: 0;
|
6996
7007
|
padding-bottom: 0;
|
@@ -7012,9 +7023,11 @@
|
|
7012
7023
|
box-shadow: none;
|
7013
7024
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
7014
7025
|
}
|
7026
|
+
|
7015
7027
|
p-chips.ng-dirty.ng-invalid .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
|
7016
7028
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
7017
7029
|
}
|
7030
|
+
|
7018
7031
|
.p-datatable .p-sortable-column {
|
7019
7032
|
outline: 0 none;
|
7020
7033
|
}
|
@@ -7027,12 +7040,14 @@
|
|
7027
7040
|
.p-datatable .p-datatable-tbody > tr:not(.p-highlight):focus {
|
7028
7041
|
background-color: rgba(255, 255, 255, 0.03);
|
7029
7042
|
}
|
7043
|
+
|
7030
7044
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
7031
7045
|
box-shadow: inset 0 2px 0 0 #CE93D8;
|
7032
7046
|
}
|
7033
7047
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
7034
7048
|
box-shadow: inset 0 -2px 0 0 #CE93D8;
|
7035
7049
|
}
|
7050
|
+
|
7036
7051
|
.p-dropdown .p-inputtext, .p-dropdown .p-dropdown-trigger {
|
7037
7052
|
background-image: none;
|
7038
7053
|
background: transparent;
|
@@ -7043,15 +7058,17 @@
|
|
7043
7058
|
.p-dropdown:not(.p-disabled).p-focus {
|
7044
7059
|
box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
|
7045
7060
|
}
|
7061
|
+
|
7046
7062
|
.p-dropdown-item .p-ink {
|
7047
7063
|
background-color: rgba(206, 147, 216, 0.16);
|
7048
7064
|
}
|
7065
|
+
|
7049
7066
|
.p-input-filled .p-dropdown {
|
7050
7067
|
border-bottom-left-radius: 0;
|
7051
7068
|
border-bottom-right-radius: 0;
|
7052
7069
|
border: 1px solid transparent;
|
7053
|
-
background:
|
7054
|
-
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom,
|
7070
|
+
background: rgba(255, 255, 255, 0.06) no-repeat;
|
7071
|
+
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
7055
7072
|
background-size: 0 2px, 100% 1px;
|
7056
7073
|
background-position: 50% 100%, 50% 100%;
|
7057
7074
|
background-origin: border-box;
|
@@ -7061,13 +7078,13 @@
|
|
7061
7078
|
background-color: transparent;
|
7062
7079
|
}
|
7063
7080
|
.p-input-filled .p-dropdown:not(.p-disabled):hover {
|
7064
|
-
background-color:
|
7081
|
+
background-color: rgba(255, 255, 255, 0.08);
|
7065
7082
|
border-color: transparent;
|
7066
7083
|
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
7067
7084
|
}
|
7068
7085
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus, .p-input-filled .p-dropdown:not(.p-disabled).p-inputwrapper-focus {
|
7069
7086
|
box-shadow: none;
|
7070
|
-
background-color:
|
7087
|
+
background-color: rgba(255, 255, 255, 0.1);
|
7071
7088
|
border-color: transparent;
|
7072
7089
|
background-size: 100% 2px, 100% 1px;
|
7073
7090
|
}
|
@@ -7089,9 +7106,11 @@
|
|
7089
7106
|
box-shadow: none;
|
7090
7107
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
7091
7108
|
}
|
7109
|
+
|
7092
7110
|
p-dropdown.ng-dirty.ng-invalid .p-dropdown:not(.p-disabled).p-focus {
|
7093
7111
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
7094
7112
|
}
|
7113
|
+
|
7095
7114
|
.p-galleria .p-galleria-indicators {
|
7096
7115
|
padding: 1rem;
|
7097
7116
|
}
|
@@ -7103,30 +7122,32 @@
|
|
7103
7122
|
background: rgba(165, 214, 167, 0.68);
|
7104
7123
|
color: #121212;
|
7105
7124
|
}
|
7125
|
+
|
7106
7126
|
.p-inputtext:enabled:focus {
|
7107
7127
|
box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
|
7108
7128
|
}
|
7109
7129
|
.p-inputtext:enabled:focus.ng-invalid.ng-dirty {
|
7110
7130
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
7111
7131
|
}
|
7132
|
+
|
7112
7133
|
.p-input-filled .p-inputtext {
|
7113
7134
|
border-bottom-left-radius: 0;
|
7114
7135
|
border-bottom-right-radius: 0;
|
7115
7136
|
border: 1px solid transparent;
|
7116
|
-
background:
|
7117
|
-
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom,
|
7137
|
+
background: rgba(255, 255, 255, 0.06) no-repeat;
|
7138
|
+
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
7118
7139
|
background-size: 0 2px, 100% 1px;
|
7119
7140
|
background-position: 50% 100%, 50% 100%;
|
7120
7141
|
background-origin: border-box;
|
7121
7142
|
}
|
7122
7143
|
.p-input-filled .p-inputtext:enabled:hover {
|
7123
|
-
background-color:
|
7144
|
+
background-color: rgba(255, 255, 255, 0.08);
|
7124
7145
|
border-color: transparent;
|
7125
7146
|
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
|
7126
7147
|
}
|
7127
7148
|
.p-input-filled .p-inputtext:enabled:focus {
|
7128
7149
|
box-shadow: none;
|
7129
|
-
background-color:
|
7150
|
+
background-color: rgba(255, 255, 255, 0.1);
|
7130
7151
|
border-color: transparent;
|
7131
7152
|
background-size: 100% 2px, 100% 1px;
|
7132
7153
|
}
|
@@ -7138,12 +7159,13 @@
|
|
7138
7159
|
box-shadow: none;
|
7139
7160
|
border-color: transparent;
|
7140
7161
|
}
|
7162
|
+
|
7141
7163
|
.p-input-filled .p-inputgroup .p-inputgroup-addon {
|
7142
7164
|
border-bottom-left-radius: 0;
|
7143
7165
|
border-bottom-right-radius: 0;
|
7144
7166
|
border: 1px solid transparent;
|
7145
|
-
background:
|
7146
|
-
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom,
|
7167
|
+
background: rgba(255, 255, 255, 0.06) no-repeat;
|
7168
|
+
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
7147
7169
|
background-size: 0 2px, 100% 1px;
|
7148
7170
|
background-position: 50% 100%, 50% 100%;
|
7149
7171
|
background-origin: border-box;
|
@@ -7152,24 +7174,26 @@
|
|
7152
7174
|
border-right-color: transparent;
|
7153
7175
|
}
|
7154
7176
|
.p-input-filled .p-inputgroup-addon:first-child,
|
7155
|
-
|
7156
|
-
|
7177
|
+
.p-input-filled .p-inputgroup button:first-child,
|
7178
|
+
.p-input-filled .p-inputgroup input:first-child {
|
7157
7179
|
border-bottom-left-radius: 0;
|
7158
7180
|
}
|
7159
7181
|
.p-input-filled .p-inputgroup .p-float-label:first-child input {
|
7160
7182
|
border-bottom-left-radius: 0;
|
7161
7183
|
}
|
7162
7184
|
.p-input-filled .p-inputgroup-addon:last-child,
|
7163
|
-
|
7164
|
-
|
7185
|
+
.p-input-filled .p-inputgroup button:last-child,
|
7186
|
+
.p-input-filled .p-inputgroup input:last-child {
|
7165
7187
|
border-bottom-right-radius: 0;
|
7166
7188
|
}
|
7167
7189
|
.p-input-filled .p-inputgroup .p-float-label:last-child input {
|
7168
7190
|
border-bottom-right-radius: 0;
|
7169
7191
|
}
|
7192
|
+
|
7170
7193
|
p-inputmask.ng-dirty.ng-invalid .p-inputtext:enabled:focus {
|
7171
7194
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
7172
7195
|
}
|
7196
|
+
|
7173
7197
|
.p-input-filled p-inputmask.ng-dirty.ng-invalid .p-inputtext {
|
7174
7198
|
border-color: transparent;
|
7175
7199
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
@@ -7178,9 +7202,11 @@
|
|
7178
7202
|
box-shadow: none;
|
7179
7203
|
border-color: transparent;
|
7180
7204
|
}
|
7205
|
+
|
7181
7206
|
p-inputnumber.ng-dirty.ng-invalid .p-inputtext:enabled:focus {
|
7182
7207
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
7183
7208
|
}
|
7209
|
+
|
7184
7210
|
.p-input-filled p-inputnumber.ng-dirty.ng-invalid .p-inputtext {
|
7185
7211
|
border-color: transparent;
|
7186
7212
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
@@ -7189,6 +7215,7 @@
|
|
7189
7215
|
box-shadow: none;
|
7190
7216
|
border-color: transparent;
|
7191
7217
|
}
|
7218
|
+
|
7192
7219
|
.p-inputswitch .p-inputswitch-slider:before {
|
7193
7220
|
transition-property: box-shadow transform;
|
7194
7221
|
box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12);
|
@@ -7205,45 +7232,51 @@
|
|
7205
7232
|
.p-inputswitch.p-inputswitch-checked.p-focus .p-inputswitch-slider:before, .p-inputswitch.p-inputswitch-checked.p-focus:not(.p-disabled):hover .p-inputswitch-slider:before {
|
7206
7233
|
box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12);
|
7207
7234
|
}
|
7235
|
+
|
7208
7236
|
.p-fieldset .p-fieldset-legend {
|
7209
7237
|
border: 0 none;
|
7210
7238
|
}
|
7211
7239
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
|
7212
7240
|
background: rgba(255, 255, 255, 0.12);
|
7213
7241
|
}
|
7242
|
+
|
7214
7243
|
.p-float-label input:focus ~ label,
|
7215
|
-
|
7216
|
-
|
7217
|
-
|
7218
|
-
|
7219
|
-
|
7244
|
+
.p-float-label input.p-filled ~ label,
|
7245
|
+
.p-float-label textarea:focus ~ label,
|
7246
|
+
.p-float-label textarea.p-filled ~ label,
|
7247
|
+
.p-float-label .p-inputwrapper-focus ~ label,
|
7248
|
+
.p-float-label .p-inputwrapper-filled ~ label {
|
7220
7249
|
top: -0.5rem !important;
|
7221
7250
|
background-color: #1e1e1e;
|
7222
7251
|
padding: 2px 4px;
|
7223
7252
|
margin-left: -4px;
|
7224
7253
|
margin-top: 0;
|
7225
7254
|
}
|
7255
|
+
|
7226
7256
|
.p-float-label textarea ~ label {
|
7227
7257
|
margin-top: 0;
|
7228
7258
|
}
|
7259
|
+
|
7229
7260
|
.p-float-label input:focus ~ label,
|
7230
|
-
|
7261
|
+
.p-float-label .p-inputwrapper-focus ~ label {
|
7231
7262
|
color: #CE93D8;
|
7232
7263
|
}
|
7264
|
+
|
7233
7265
|
.p-input-filled .p-float-label .p-inputtext {
|
7234
7266
|
padding-top: 1.5rem;
|
7235
7267
|
padding-bottom: 0.5rem;
|
7236
7268
|
}
|
7237
7269
|
.p-input-filled .p-float-label input:focus ~ label,
|
7238
|
-
|
7239
|
-
|
7240
|
-
|
7241
|
-
|
7242
|
-
|
7270
|
+
.p-input-filled .p-float-label input.p-filled ~ label,
|
7271
|
+
.p-input-filled .p-float-label textarea:focus ~ label,
|
7272
|
+
.p-input-filled .p-float-label textarea.p-filled ~ label,
|
7273
|
+
.p-input-filled .p-float-label .p-inputwrapper-focus ~ label,
|
7274
|
+
.p-input-filled .p-float-label .p-inputwrapper-filled ~ label {
|
7243
7275
|
top: 0.25rem !important;
|
7244
7276
|
margin-top: 0;
|
7245
7277
|
background: transparent;
|
7246
7278
|
}
|
7279
|
+
|
7247
7280
|
.p-listbox .p-listbox-list .p-listbox-item .p-ink {
|
7248
7281
|
background-color: rgba(206, 147, 216, 0.16);
|
7249
7282
|
}
|
@@ -7253,21 +7286,25 @@
|
|
7253
7286
|
.p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight {
|
7254
7287
|
background: rgba(206, 147, 216, 0.24);
|
7255
7288
|
}
|
7289
|
+
|
7256
7290
|
.p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
7257
7291
|
background: rgba(255, 255, 255, 0.12);
|
7258
7292
|
}
|
7259
7293
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
7260
7294
|
background: rgba(255, 255, 255, 0.12);
|
7261
7295
|
}
|
7296
|
+
|
7262
7297
|
.p-menu .p-menuitem .p-menuitem-link:focus {
|
7263
7298
|
background: rgba(255, 255, 255, 0.12);
|
7264
7299
|
}
|
7300
|
+
|
7265
7301
|
.p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
7266
7302
|
background: rgba(255, 255, 255, 0.12);
|
7267
7303
|
}
|
7268
7304
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
7269
7305
|
background: rgba(255, 255, 255, 0.12);
|
7270
7306
|
}
|
7307
|
+
|
7271
7308
|
.p-multiselect .p-multiselect-label, .p-multiselect .p-multiselect-trigger {
|
7272
7309
|
background-image: none;
|
7273
7310
|
background: transparent;
|
@@ -7278,6 +7315,7 @@
|
|
7278
7315
|
.p-multiselect:not(.p-disabled).p-focus {
|
7279
7316
|
box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
|
7280
7317
|
}
|
7318
|
+
|
7281
7319
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink {
|
7282
7320
|
background-color: rgba(206, 147, 216, 0.16);
|
7283
7321
|
}
|
@@ -7290,12 +7328,13 @@
|
|
7290
7328
|
.p-multiselect-panel .p-multiselect-close:focus {
|
7291
7329
|
background: rgba(255, 255, 255, 0.12);
|
7292
7330
|
}
|
7331
|
+
|
7293
7332
|
.p-input-filled .p-multiselect {
|
7294
7333
|
border-bottom-left-radius: 0;
|
7295
7334
|
border-bottom-right-radius: 0;
|
7296
7335
|
border: 1px solid transparent;
|
7297
|
-
background:
|
7298
|
-
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom,
|
7336
|
+
background: rgba(255, 255, 255, 0.06) no-repeat;
|
7337
|
+
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
7299
7338
|
background-size: 0 2px, 100% 1px;
|
7300
7339
|
background-position: 50% 100%, 50% 100%;
|
7301
7340
|
background-origin: border-box;
|
@@ -7305,13 +7344,13 @@
|
|
7305
7344
|
background-color: transparent;
|
7306
7345
|
}
|
7307
7346
|
.p-input-filled .p-multiselect:not(.p-disabled):hover {
|
7308
|
-
background-color:
|
7347
|
+
background-color: rgba(255, 255, 255, 0.08);
|
7309
7348
|
border-color: transparent;
|
7310
7349
|
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
7311
7350
|
}
|
7312
7351
|
.p-input-filled .p-multiselect:not(.p-disabled).p-focus, .p-input-filled .p-multiselect:not(.p-disabled).p-inputwrapper-focus {
|
7313
7352
|
box-shadow: none;
|
7314
|
-
background-color:
|
7353
|
+
background-color: rgba(255, 255, 255, 0.1);
|
7315
7354
|
border-color: transparent;
|
7316
7355
|
background-size: 100% 2px, 100% 1px;
|
7317
7356
|
}
|
@@ -7323,11 +7362,13 @@
|
|
7323
7362
|
background-image: none;
|
7324
7363
|
background: transparent;
|
7325
7364
|
}
|
7365
|
+
|
7326
7366
|
.p-float-label .p-multiselect-label .p-multiselect-token {
|
7327
7367
|
padding: 0.25rem 1rem;
|
7328
7368
|
margin-top: 0.25rem;
|
7329
7369
|
margin-bottom: 0.25rem;
|
7330
7370
|
}
|
7371
|
+
|
7331
7372
|
.p-input-filled .p-float-label .p-multiselect .p-multiselect-label {
|
7332
7373
|
padding-top: 1.5rem;
|
7333
7374
|
padding-bottom: 0.5rem;
|
@@ -7356,18 +7397,22 @@
|
|
7356
7397
|
box-shadow: none;
|
7357
7398
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
7358
7399
|
}
|
7400
|
+
|
7359
7401
|
p-multiselect.ng-dirty.ng-invalid .p-multiselect:not(.p-disabled).p-focus {
|
7360
7402
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
7361
7403
|
}
|
7404
|
+
|
7362
7405
|
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
7363
7406
|
background: rgba(255, 255, 255, 0.12);
|
7364
7407
|
}
|
7365
7408
|
.p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight {
|
7366
7409
|
background: rgba(206, 147, 216, 0.24);
|
7367
7410
|
}
|
7411
|
+
|
7368
7412
|
.p-overlaypanel .p-overlaypanel-content {
|
7369
7413
|
padding: 1.5rem;
|
7370
7414
|
}
|
7415
|
+
|
7371
7416
|
.p-paginator {
|
7372
7417
|
justify-content: flex-end;
|
7373
7418
|
}
|
@@ -7377,13 +7422,14 @@
|
|
7377
7422
|
.p-paginator .p-paginator-element:focus.p-highlight {
|
7378
7423
|
background: rgba(206, 147, 216, 0.24);
|
7379
7424
|
}
|
7425
|
+
|
7380
7426
|
.p-panel {
|
7381
7427
|
border-radius: 4px;
|
7382
7428
|
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
|
7383
7429
|
}
|
7384
7430
|
.p-panel .p-panel-header,
|
7385
|
-
|
7386
|
-
|
7431
|
+
.p-panel .p-panel-content,
|
7432
|
+
.p-panel .p-panel-footer {
|
7387
7433
|
border: 0 none;
|
7388
7434
|
}
|
7389
7435
|
.p-panel .p-panel-content {
|
@@ -7395,6 +7441,7 @@
|
|
7395
7441
|
.p-panel .p-panel-header-icon:focus {
|
7396
7442
|
background: rgba(255, 255, 255, 0.12);
|
7397
7443
|
}
|
7444
|
+
|
7398
7445
|
.p-panelmenu .p-panelmenu-panel {
|
7399
7446
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
7400
7447
|
margin-bottom: 0;
|
@@ -7430,27 +7477,30 @@
|
|
7430
7477
|
.p-panelmenu .p-panelmenu-panel .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
7431
7478
|
background: rgba(255, 255, 255, 0.12);
|
7432
7479
|
}
|
7480
|
+
|
7433
7481
|
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
7434
7482
|
background: rgba(255, 255, 255, 0.12);
|
7435
7483
|
}
|
7436
7484
|
.p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight {
|
7437
7485
|
background: rgba(206, 147, 216, 0.24);
|
7438
7486
|
}
|
7487
|
+
|
7439
7488
|
.p-progressbar {
|
7440
7489
|
border-radius: 0;
|
7441
7490
|
}
|
7442
7491
|
.p-progressbar .p-progressbar-label {
|
7443
7492
|
display: none !important;
|
7444
7493
|
}
|
7494
|
+
|
7445
7495
|
.p-radiobutton {
|
7446
7496
|
border-radius: 50%;
|
7447
7497
|
transition: box-shadow 0.2s;
|
7448
7498
|
}
|
7449
7499
|
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
|
7450
|
-
border: 2px solid
|
7500
|
+
border: 2px solid rgba(255, 255, 255, 0.7);
|
7451
7501
|
}
|
7452
7502
|
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
|
7453
|
-
border: 2px solid
|
7503
|
+
border: 2px solid rgba(255, 255, 255, 0.7);
|
7454
7504
|
}
|
7455
7505
|
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled).p-focus {
|
7456
7506
|
border-color: #CE93D8;
|
@@ -7467,12 +7517,14 @@
|
|
7467
7517
|
.p-radiobutton.p-radiobutton-checked:not(.p-radiobutton-disabled).p-radiobutton-focused {
|
7468
7518
|
box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12);
|
7469
7519
|
}
|
7520
|
+
|
7470
7521
|
.p-input-filled .p-radiobutton .p-radiobutton-box {
|
7471
7522
|
background-color: #1e1e1e;
|
7472
7523
|
}
|
7473
7524
|
.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
|
7474
7525
|
background-color: #1e1e1e;
|
7475
7526
|
}
|
7527
|
+
|
7476
7528
|
.p-rating {
|
7477
7529
|
gap: 0;
|
7478
7530
|
}
|
@@ -7480,6 +7532,8 @@
|
|
7480
7532
|
border-radius: 50%;
|
7481
7533
|
width: 2rem;
|
7482
7534
|
height: 2rem;
|
7535
|
+
align-items: center;
|
7536
|
+
display: inline-flex;
|
7483
7537
|
justify-content: center;
|
7484
7538
|
}
|
7485
7539
|
.p-rating .p-rating-item.p-focus {
|
@@ -7494,6 +7548,7 @@
|
|
7494
7548
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover.p-rating-cancel-item {
|
7495
7549
|
background: rgba(244, 68, 53, 0.04);
|
7496
7550
|
}
|
7551
|
+
|
7497
7552
|
.p-selectbutton .p-button:focus {
|
7498
7553
|
background: #1c1c1c;
|
7499
7554
|
border-color: rgba(255, 255, 255, 0.12);
|
@@ -7502,12 +7557,14 @@
|
|
7502
7557
|
background: #262626;
|
7503
7558
|
border-color: rgba(255, 255, 255, 0.12);
|
7504
7559
|
}
|
7560
|
+
|
7505
7561
|
.p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
7506
7562
|
background: rgba(255, 255, 255, 0.12);
|
7507
7563
|
}
|
7508
7564
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
7509
7565
|
background: rgba(255, 255, 255, 0.12);
|
7510
7566
|
}
|
7567
|
+
|
7511
7568
|
.p-slider .p-slider-handle {
|
7512
7569
|
transition: transform 0.2s, box-shadow 0.2s;
|
7513
7570
|
transform: scale(0.7);
|
@@ -7518,6 +7575,7 @@
|
|
7518
7575
|
.p-slider.p-slider-sliding .p-slider-handle {
|
7519
7576
|
transform: scale(1);
|
7520
7577
|
}
|
7578
|
+
|
7521
7579
|
.p-steps {
|
7522
7580
|
padding: 1rem 0;
|
7523
7581
|
}
|
@@ -7570,6 +7628,7 @@
|
|
7570
7628
|
.p-steps .p-steps-item.p-disabled {
|
7571
7629
|
opacity: 1;
|
7572
7630
|
}
|
7631
|
+
|
7573
7632
|
.p-tabview .p-tabview-nav {
|
7574
7633
|
position: relative;
|
7575
7634
|
}
|
@@ -7592,9 +7651,11 @@
|
|
7592
7651
|
background-color: #CE93D8;
|
7593
7652
|
transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
|
7594
7653
|
}
|
7654
|
+
|
7595
7655
|
.p-toolbar {
|
7596
7656
|
border: 0 none;
|
7597
7657
|
}
|
7658
|
+
|
7598
7659
|
.p-tooltip .p-tooltip-text {
|
7599
7660
|
box-shadow: none;
|
7600
7661
|
font-size: 0.875rem;
|
@@ -7602,12 +7663,14 @@
|
|
7602
7663
|
.p-tooltip .p-tooltip-arrow {
|
7603
7664
|
display: none;
|
7604
7665
|
}
|
7666
|
+
|
7605
7667
|
.p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
7606
7668
|
background: rgba(255, 255, 255, 0.12);
|
7607
7669
|
}
|
7608
7670
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
7609
7671
|
background: rgba(255, 255, 255, 0.12);
|
7610
7672
|
}
|
7673
|
+
|
7611
7674
|
.p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger {
|
7612
7675
|
background-image: none;
|
7613
7676
|
background: transparent;
|
@@ -7618,15 +7681,17 @@
|
|
7618
7681
|
.p-treeselect:not(.p-disabled).p-focus {
|
7619
7682
|
box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
|
7620
7683
|
}
|
7684
|
+
|
7621
7685
|
.p-treeselect-item .p-ink {
|
7622
7686
|
background-color: rgba(206, 147, 216, 0.16);
|
7623
7687
|
}
|
7688
|
+
|
7624
7689
|
.p-input-filled .p-treeselect {
|
7625
7690
|
border-bottom-left-radius: 0;
|
7626
7691
|
border-bottom-right-radius: 0;
|
7627
7692
|
border: 1px solid transparent;
|
7628
|
-
background:
|
7629
|
-
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom,
|
7693
|
+
background: rgba(255, 255, 255, 0.06) no-repeat;
|
7694
|
+
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
7630
7695
|
background-size: 0 2px, 100% 1px;
|
7631
7696
|
background-position: 50% 100%, 50% 100%;
|
7632
7697
|
background-origin: border-box;
|
@@ -7636,13 +7701,13 @@
|
|
7636
7701
|
background-color: transparent;
|
7637
7702
|
}
|
7638
7703
|
.p-input-filled .p-treeselect:not(.p-disabled):hover {
|
7639
|
-
background-color:
|
7704
|
+
background-color: rgba(255, 255, 255, 0.08);
|
7640
7705
|
border-color: transparent;
|
7641
7706
|
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
7642
7707
|
}
|
7643
7708
|
.p-input-filled .p-treeselect:not(.p-disabled).p-focus, .p-input-filled .p-treeselect:not(.p-disabled).p-inputwrapper-focus {
|
7644
7709
|
box-shadow: none;
|
7645
|
-
background-color:
|
7710
|
+
background-color: rgba(255, 255, 255, 0.1);
|
7646
7711
|
border-color: transparent;
|
7647
7712
|
background-size: 100% 2px, 100% 1px;
|
7648
7713
|
}
|
@@ -7654,11 +7719,13 @@
|
|
7654
7719
|
background-image: none;
|
7655
7720
|
background: transparent;
|
7656
7721
|
}
|
7722
|
+
|
7657
7723
|
.p-float-label .p-treeselect-label .p-treeselect-token {
|
7658
7724
|
padding: 0.25rem 1rem;
|
7659
7725
|
margin-top: 0.25rem;
|
7660
7726
|
margin-bottom: 0.25rem;
|
7661
7727
|
}
|
7728
|
+
|
7662
7729
|
.p-input-filled .p-float-label .p-treeselect .p-treeselect-label {
|
7663
7730
|
padding-top: 1.5rem;
|
7664
7731
|
padding-bottom: 0.5rem;
|
@@ -7687,9 +7754,11 @@
|
|
7687
7754
|
box-shadow: none;
|
7688
7755
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
7689
7756
|
}
|
7757
|
+
|
7690
7758
|
.p-treeselect.p-invalid:not(.p-disabled).p-focus {
|
7691
7759
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
7692
7760
|
}
|
7761
|
+
|
7693
7762
|
.p-tree .p-tree-container .p-treenode {
|
7694
7763
|
outline: 0 none;
|
7695
7764
|
}
|
@@ -7699,6 +7768,7 @@
|
|
7699
7768
|
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content.p-highlight {
|
7700
7769
|
background: rgba(206, 147, 216, 0.24);
|
7701
7770
|
}
|
7771
|
+
|
7702
7772
|
.p-treetable .p-sortable-column {
|
7703
7773
|
outline: 0 none;
|
7704
7774
|
}
|
@@ -7711,6 +7781,7 @@
|
|
7711
7781
|
.p-treetable .p-treetable-tbody > tr:not(.p-highlight):focus {
|
7712
7782
|
background-color: rgba(255, 255, 255, 0.03);
|
7713
7783
|
}
|
7784
|
+
|
7714
7785
|
.p-tabmenu .p-tabmenu-nav {
|
7715
7786
|
position: relative;
|
7716
7787
|
}
|
@@ -7735,12 +7806,14 @@
|
|
7735
7806
|
background-color: #CE93D8;
|
7736
7807
|
transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
|
7737
7808
|
}
|
7809
|
+
|
7738
7810
|
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
|
7739
7811
|
margin: 0.5rem 0;
|
7740
7812
|
}
|
7741
7813
|
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
|
7742
7814
|
margin: 0 0.5rem;
|
7743
7815
|
}
|
7816
|
+
|
7744
7817
|
.p-togglebutton.p-button:focus {
|
7745
7818
|
background: #1c1c1c;
|
7746
7819
|
border-color: rgba(255, 255, 255, 0.12);
|
@@ -7749,6 +7822,7 @@
|
|
7749
7822
|
background: #262626;
|
7750
7823
|
border-color: rgba(255, 255, 255, 0.12);
|
7751
7824
|
}
|
7825
|
+
|
7752
7826
|
.p-splitbutton.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-outlined > .p-button:not(:disabled):focus {
|
7753
7827
|
background: rgba(206, 147, 216, 0.12);
|
7754
7828
|
}
|
@@ -7780,45 +7854,53 @@
|
|
7780
7854
|
.p-splitbutton.p-button-raised > .p-button:not(:disabled):focus {
|
7781
7855
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
7782
7856
|
}
|
7857
|
+
|
7783
7858
|
.p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):focus {
|
7784
7859
|
background: rgba(165, 214, 167, 0.12);
|
7785
7860
|
}
|
7786
7861
|
.p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active {
|
7787
7862
|
background: rgba(165, 214, 167, 0.16);
|
7788
7863
|
}
|
7864
|
+
|
7789
7865
|
.p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):focus {
|
7790
7866
|
background: rgba(144, 202, 249, 0.12);
|
7791
7867
|
}
|
7792
7868
|
.p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):active {
|
7793
7869
|
background: rgba(144, 202, 249, 0.16);
|
7794
7870
|
}
|
7871
|
+
|
7795
7872
|
.p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):focus {
|
7796
7873
|
background: rgba(197, 225, 165, 0.12);
|
7797
7874
|
}
|
7798
7875
|
.p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active {
|
7799
7876
|
background: rgba(197, 225, 165, 0.16);
|
7800
7877
|
}
|
7878
|
+
|
7801
7879
|
.p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):focus {
|
7802
7880
|
background: rgba(255, 245, 157, 0.12);
|
7803
7881
|
}
|
7804
7882
|
.p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active {
|
7805
7883
|
background: rgba(255, 245, 157, 0.16);
|
7806
7884
|
}
|
7885
|
+
|
7807
7886
|
.p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):focus {
|
7808
7887
|
background: rgba(206, 147, 216, 0.12);
|
7809
7888
|
}
|
7810
7889
|
.p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active {
|
7811
7890
|
background: rgba(206, 147, 216, 0.16);
|
7812
7891
|
}
|
7892
|
+
|
7813
7893
|
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):focus {
|
7814
7894
|
background: rgba(239, 154, 154, 0.12);
|
7815
7895
|
}
|
7816
7896
|
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
|
7817
7897
|
background: rgba(239, 154, 154, 0.16);
|
7818
7898
|
}
|
7899
|
+
|
7819
7900
|
.p-scrollpanel .p-scrollpanel-bar:focus {
|
7820
7901
|
box-shadow: 0 0 1px 4px rgba(165, 214, 167, 0.2);
|
7821
7902
|
}
|
7903
|
+
|
7822
7904
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
7823
7905
|
transition: transform 0.2s, box-shadow 0.2s;
|
7824
7906
|
transform: scale(0.7);
|