primevue 2.4.2 → 2.7.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.vue +8 -1
- package/accordion/accordion.common.js +9 -3
- package/accordion/accordion.umd.js +9 -3
- package/accordion/accordion.umd.min.js +1 -1
- package/accordiontab/AccordionTab.vue +2 -2
- package/accordiontab/accordiontab.common.js +9 -4
- package/accordiontab/accordiontab.umd.js +9 -4
- package/accordiontab/accordiontab.umd.min.js +1 -1
- package/autocomplete/AutoComplete.d.ts +1 -0
- package/autocomplete/AutoComplete.vue +8 -0
- package/autocomplete/autocomplete.common.js +21 -3
- package/autocomplete/autocomplete.umd.js +21 -3
- package/autocomplete/autocomplete.umd.min.js +1 -1
- package/avatar/avatar.common.js +1 -1
- package/avatar/avatar.umd.js +1 -1
- package/avatargroup/avatargroup.common.js +1 -1
- package/avatargroup/avatargroup.umd.js +1 -1
- package/badge/badge.common.js +1 -1
- package/badge/badge.umd.js +1 -1
- package/badgedirective/badgedirective.common.js +5 -0
- package/badgedirective/badgedirective.umd.js +5 -0
- package/badgedirective/badgedirective.umd.min.js +1 -1
- package/blockui/BlockUI.vue +6 -16
- package/blockui/blockui.common.js +16 -16
- package/blockui/blockui.umd.js +16 -16
- package/blockui/blockui.umd.min.js +1 -1
- package/breadcrumb/Breadcrumb.d.ts +1 -0
- package/breadcrumb/Breadcrumb.vue +11 -3
- package/breadcrumb/BreadcrumbItem.vue +30 -11
- package/breadcrumb/breadcrumb.common.js +45 -17
- package/breadcrumb/breadcrumb.umd.js +45 -17
- package/breadcrumb/breadcrumb.umd.min.js +1 -1
- package/breadcrumb/breadcrumbitem.common.js +34 -10
- package/breadcrumb/breadcrumbitem.umd.js +34 -10
- package/breadcrumb/breadcrumbitem.umd.min.js +1 -1
- package/button/button.common.js +6 -1
- package/button/button.umd.js +6 -1
- package/button/button.umd.min.js +1 -1
- package/calendar/Calendar.d.ts +5 -0
- package/calendar/Calendar.vue +321 -69
- package/calendar/calendar.common.js +340 -42
- package/calendar/calendar.umd.js +340 -42
- package/calendar/calendar.umd.min.js +1 -1
- package/card/card.common.js +1 -1
- package/card/card.umd.js +1 -1
- package/carousel/Carousel.vue +2 -2
- package/carousel/carousel.common.js +8 -3
- package/carousel/carousel.umd.js +8 -3
- package/carousel/carousel.umd.min.js +1 -1
- package/cascadeselect/CascadeSelect.d.ts +6 -4
- package/cascadeselect/CascadeSelect.vue +3 -1
- package/cascadeselect/cascadeselect.common.js +15 -4
- package/cascadeselect/cascadeselect.umd.js +15 -4
- package/cascadeselect/cascadeselect.umd.min.js +1 -1
- package/cascadeselect/cascadeselectsub.common.js +10 -1
- package/cascadeselect/cascadeselectsub.umd.js +10 -1
- package/cascadeselect/cascadeselectsub.umd.min.js +1 -1
- package/cascadeselect/demo.html +3 -4
- package/chart/Chart.vue +22 -13
- package/chart/chart.common.1.js +12825 -0
- package/chart/chart.common.js +1040 -37026
- package/chart/chart.umd.1.js +12825 -0
- package/chart/chart.umd.js +1040 -37026
- package/chart/chart.umd.min.1.js +7 -0
- package/chart/chart.umd.min.js +1 -278
- package/checkbox/Checkbox.css +1 -0
- package/checkbox/Checkbox.d.ts +2 -0
- package/checkbox/Checkbox.vue +11 -3
- package/checkbox/checkbox.common.js +17 -5
- package/checkbox/checkbox.umd.js +17 -5
- package/checkbox/checkbox.umd.min.js +1 -1
- package/chip/chip.common.js +1 -1
- package/chip/chip.umd.js +1 -1
- package/chips/chips.common.js +1 -1
- package/chips/chips.umd.js +1 -1
- package/colorpicker/colorpicker.common.js +6 -1
- package/colorpicker/colorpicker.umd.js +6 -1
- package/colorpicker/colorpicker.umd.min.js +1 -1
- package/columngroup/columngroup.common.js +1 -1
- package/columngroup/columngroup.umd.js +1 -1
- package/common/Common.css +13 -4
- package/config/primevue.common.js +4 -0
- package/config/primevue.umd.js +4 -0
- package/config/primevue.umd.min.js +1 -1
- package/{confirmationservice → confirmationeventbus}/ConfirmationEventBus.js +3 -3
- package/confirmationeventbus/confirmationeventbus.common.js +1777 -0
- package/confirmationeventbus/confirmationeventbus.umd.js +1787 -0
- package/confirmationeventbus/confirmationeventbus.umd.min.js +1 -0
- package/confirmationeventbus/demo.html +8 -0
- package/confirmationeventbus/index.d.ts +1 -0
- package/confirmationeventbus/index.js +2 -0
- package/confirmationservice/ConfirmationService.js +1 -1
- package/confirmationservice/confirmationservice.common.js +1609 -6
- package/confirmationservice/confirmationservice.umd.js +1609 -6
- package/confirmationservice/confirmationservice.umd.min.js +1 -1
- package/confirmdialog/ConfirmDialog.vue +9 -3
- package/confirmdialog/confirmdialog.common.js +437 -38
- package/confirmdialog/confirmdialog.umd.js +437 -38
- package/confirmdialog/confirmdialog.umd.min.js +1 -1
- package/confirmpopup/ConfirmPopup.d.ts +4 -1
- package/confirmpopup/ConfirmPopup.vue +9 -6
- package/confirmpopup/confirmpopup.common.js +513 -13
- package/confirmpopup/confirmpopup.umd.js +513 -13
- package/confirmpopup/confirmpopup.umd.min.js +1 -1
- package/contextmenu/ContextMenu.d.ts +1 -0
- package/contextmenu/ContextMenu.vue +5 -1
- package/contextmenu/ContextMenuSub.vue +33 -13
- package/contextmenu/contextmenu.common.js +46 -14
- package/contextmenu/contextmenu.umd.js +46 -14
- package/contextmenu/contextmenu.umd.min.js +1 -1
- package/contextmenu/contextmenusub.common.js +36 -8
- package/contextmenu/contextmenusub.umd.js +36 -8
- package/contextmenu/contextmenusub.umd.min.js +1 -1
- package/contextmenu/demo.html +4 -3
- package/datatable/BodyCell.vue +9 -5
- package/datatable/DataTable.d.ts +10 -9
- package/datatable/DataTable.vue +27 -19
- package/datatable/TableBody.vue +18 -5
- package/datatable/bodycell.common.js +21 -9
- package/datatable/bodycell.umd.js +21 -9
- package/datatable/bodycell.umd.min.js +1 -1
- package/datatable/datatable.common.js +1993 -89
- package/datatable/datatable.umd.js +1993 -89
- package/datatable/datatable.umd.min.js +1 -1
- package/datatable/headercheckbox.common.js +1 -1
- package/datatable/headercheckbox.umd.js +1 -1
- package/datatable/rowcheckbox.common.js +1 -1
- package/datatable/rowcheckbox.umd.js +1 -1
- package/datatable/rowradiobutton.common.js +1 -1
- package/datatable/rowradiobutton.umd.js +1 -1
- package/datatable/scrollableview.common.js +7 -2
- package/datatable/scrollableview.umd.js +7 -2
- package/datatable/scrollableview.umd.min.js +1 -1
- package/datatable/tablebody.common.js +44 -15
- package/datatable/tablebody.umd.js +44 -15
- package/datatable/tablebody.umd.min.js +1 -1
- package/datatable/tablefooter.common.js +1 -1
- package/datatable/tablefooter.umd.js +1 -1
- package/datatable/tableheader.common.js +7 -2
- package/datatable/tableheader.umd.js +7 -2
- package/datatable/tableheader.umd.min.js +1 -1
- package/datatable/tableloadingbody.common.js +1 -1
- package/datatable/tableloadingbody.umd.js +1 -1
- package/dataview/DataView.d.ts +2 -2
- package/dataview/DataView.vue +10 -10
- package/dataview/dataview.common.js +1937 -65
- package/dataview/dataview.umd.js +1937 -65
- package/dataview/dataview.umd.min.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.common.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.umd.js +1 -1
- package/deferredcontent/DeferredContent.vue +1 -7
- package/deferredcontent/deferredcontent.common.js +2 -2
- package/deferredcontent/deferredcontent.umd.js +2 -2
- package/dialog/Dialog.vue +35 -21
- package/dialog/dialog.common.js +42 -18
- package/dialog/dialog.umd.js +42 -18
- package/dialog/dialog.umd.min.js +1 -1
- package/divider/divider.common.js +1 -1
- package/divider/divider.umd.js +1 -1
- package/dock/Dock.d.ts +15 -0
- package/dock/Dock.vue +173 -0
- package/dock/DockSub.vue +132 -0
- package/dock/demo.html +17 -0
- package/dock/dock.common.js +917 -0
- package/dock/dock.umd.js +927 -0
- package/dock/dock.umd.min.js +1 -0
- package/dock/docksub.common.js +428 -0
- package/dock/docksub.umd.js +438 -0
- package/dock/docksub.umd.min.js +1 -0
- package/dock/index.d.ts +1 -0
- package/dock/index.js +2 -0
- package/dock/plugin.js +4 -0
- package/dropdown/Dropdown.d.ts +5 -3
- package/dropdown/Dropdown.vue +31 -5
- package/dropdown/dropdown.common.js +44 -6
- package/dropdown/dropdown.umd.js +44 -6
- package/dropdown/dropdown.umd.min.js +1 -1
- package/editor/editor.common.js +1 -1
- package/editor/editor.umd.js +1 -1
- package/fieldset/fieldset.common.js +6 -1
- package/fieldset/fieldset.umd.js +6 -1
- package/fieldset/fieldset.umd.min.js +1 -1
- package/fileupload/FileUpload.d.ts +2 -0
- package/fileupload/FileUpload.vue +12 -7
- package/fileupload/fileupload.common.js +42 -23
- package/fileupload/fileupload.umd.js +42 -23
- package/fileupload/fileupload.umd.min.js +1 -1
- package/fullcalendar/fullcalendar.common.js +1573 -777
- package/fullcalendar/fullcalendar.umd.js +1573 -777
- package/fullcalendar/fullcalendar.umd.min.js +5 -5
- package/galleria/Galleria.vue +3 -8
- package/galleria/GalleriaContent.vue +9 -0
- package/galleria/galleria.common.js +31 -13
- package/galleria/galleria.umd.js +31 -13
- package/galleria/galleria.umd.min.js +1 -1
- package/galleria/galleriacontent.common.js +18 -4
- package/galleria/galleriacontent.umd.js +18 -4
- package/galleria/galleriacontent.umd.min.js +1 -1
- package/galleria/galleriaitem.common.js +6 -1
- package/galleria/galleriaitem.umd.js +6 -1
- package/galleria/galleriaitem.umd.min.js +1 -1
- package/galleria/galleriathumbnails.common.js +6 -1
- package/galleria/galleriathumbnails.umd.js +6 -1
- package/galleria/galleriathumbnails.umd.min.js +1 -1
- package/imagepreview/ImagePreview.d.ts +10 -0
- package/imagepreview/ImagePreview.vue +205 -0
- package/imagepreview/demo.html +17 -0
- package/imagepreview/imagepreview.common.js +4083 -0
- package/imagepreview/imagepreview.umd.js +4093 -0
- package/imagepreview/imagepreview.umd.min.js +1 -0
- package/imagepreview/index.d.ts +1 -0
- package/imagepreview/index.js +2 -0
- package/imagepreview/plugin.js +4 -0
- package/inlinemessage/inlinemessage.common.js +1 -1
- package/inlinemessage/inlinemessage.umd.js +1 -1
- package/inplace/inplace.common.js +7 -2
- package/inplace/inplace.umd.js +7 -2
- package/inplace/inplace.umd.min.js +1 -1
- package/inputmask/InputMask.vue +7 -5
- package/inputmask/inputmask.common.js +19 -6
- package/inputmask/inputmask.umd.js +19 -6
- package/inputmask/inputmask.umd.min.js +1 -1
- package/inputnumber/InputNumber.vue +183 -62
- package/inputnumber/inputnumber.common.js +228 -104
- package/inputnumber/inputnumber.umd.js +228 -104
- package/inputnumber/inputnumber.umd.min.js +1 -1
- package/inputswitch/InputSwitch.d.ts +2 -0
- package/inputswitch/InputSwitch.vue +15 -3
- package/inputswitch/inputswitch.common.js +17 -5
- package/inputswitch/inputswitch.umd.js +17 -5
- package/inputswitch/inputswitch.umd.min.js +1 -1
- package/inputtext/inputtext.common.js +5 -1
- package/inputtext/inputtext.umd.js +5 -1
- package/inputtext/inputtext.umd.min.js +1 -1
- package/knob/knob.common.js +1 -1
- package/knob/knob.umd.js +1 -1
- package/listbox/Listbox.d.ts +3 -3
- package/listbox/listbox.common.js +10 -1
- package/listbox/listbox.umd.js +10 -1
- package/listbox/listbox.umd.min.js +1 -1
- package/megamenu/MegaMenu.d.ts +6 -1
- package/megamenu/MegaMenu.vue +51 -22
- package/megamenu/megamenu.common.js +52 -10
- package/megamenu/megamenu.umd.js +52 -10
- package/megamenu/megamenu.umd.min.js +1 -1
- package/menu/Menu.d.ts +1 -0
- package/menu/Menu.vue +11 -4
- package/menu/Menuitem.vue +25 -11
- package/menu/menu.common.js +46 -17
- package/menu/menu.umd.js +46 -17
- package/menu/menu.umd.min.js +1 -1
- package/menu/menuitem.common.js +33 -11
- package/menu/menuitem.umd.js +33 -11
- package/menu/menuitem.umd.min.js +1 -1
- package/menubar/Menubar.d.ts +1 -0
- package/menubar/Menubar.vue +5 -1
- package/menubar/MenubarSub.vue +34 -14
- package/menubar/menubar.common.js +46 -14
- package/menubar/menubar.umd.js +46 -14
- package/menubar/menubar.umd.min.js +1 -1
- package/menubar/menubarsub.common.js +36 -8
- package/menubar/menubarsub.umd.js +36 -8
- package/menubar/menubarsub.umd.min.js +1 -1
- package/message/Message.d.ts +1 -0
- package/message/Message.vue +5 -1
- package/message/message.common.js +12 -3
- package/message/message.umd.js +12 -3
- package/message/message.umd.min.js +1 -1
- package/multiselect/MultiSelect.d.ts +4 -3
- package/multiselect/MultiSelect.vue +8 -1
- package/multiselect/multiselect.common.js +20 -5
- package/multiselect/multiselect.umd.js +20 -5
- package/multiselect/multiselect.umd.min.js +1 -1
- package/orderlist/OrderList.d.ts +2 -0
- package/orderlist/OrderList.vue +2 -0
- package/orderlist/orderlist.common.js +15 -4
- package/orderlist/orderlist.umd.js +15 -4
- package/orderlist/orderlist.umd.min.js +1 -1
- package/organizationchart/organizationchart.common.js +11 -2
- package/organizationchart/organizationchart.umd.js +11 -2
- package/organizationchart/organizationchart.umd.min.js +1 -1
- package/organizationchart/organizationchartnode.common.js +6 -1
- package/organizationchart/organizationchartnode.umd.js +6 -1
- package/organizationchart/organizationchartnode.umd.min.js +1 -1
- package/overlaypanel/overlaypanel.common.js +6 -1
- package/overlaypanel/overlaypanel.umd.js +6 -1
- package/overlaypanel/overlaypanel.umd.min.js +1 -1
- package/package.json +5 -1
- package/paginator/CurrentPageReport.vue +6 -2
- package/paginator/JumpToPageDropdown.vue +33 -0
- package/paginator/JumpToPageInput.vue +25 -0
- package/paginator/Paginator.d.ts +2 -2
- package/paginator/Paginator.vue +24 -11
- package/paginator/RowsPerPageDropdown.vue +3 -2
- package/paginator/currentpagereport.common.js +7 -3
- package/paginator/currentpagereport.umd.js +7 -3
- package/paginator/currentpagereport.umd.min.js +1 -1
- package/paginator/demo.html +3 -3
- package/paginator/firstpagelink.common.js +6 -1
- package/paginator/firstpagelink.umd.js +6 -1
- package/paginator/firstpagelink.umd.min.js +1 -1
- package/paginator/jumptopagedropdown.common.js +6476 -0
- package/paginator/jumptopagedropdown.umd.js +6486 -0
- package/paginator/jumptopagedropdown.umd.min.js +1 -0
- package/paginator/jumptopageinput.common.js +7421 -0
- package/paginator/jumptopageinput.umd.js +7431 -0
- package/paginator/jumptopageinput.umd.min.js +1 -0
- package/paginator/lastpagelink.common.js +6 -1
- package/paginator/lastpagelink.umd.js +6 -1
- package/paginator/lastpagelink.umd.min.js +1 -1
- package/paginator/nextpagelink.common.js +6 -1
- package/paginator/nextpagelink.umd.js +6 -1
- package/paginator/nextpagelink.umd.min.js +1 -1
- package/paginator/pagelinks.common.js +6 -1
- package/paginator/pagelinks.umd.js +6 -1
- package/paginator/pagelinks.umd.min.js +1 -1
- package/paginator/paginator.common.js +2264 -125
- package/paginator/paginator.umd.js +2264 -125
- package/paginator/paginator.umd.min.js +1 -1
- package/paginator/prevpagelink.common.js +6 -1
- package/paginator/prevpagelink.umd.js +6 -1
- package/paginator/prevpagelink.umd.min.js +1 -1
- package/paginator/rowsperpagedropdown.common.js +52 -13
- package/paginator/rowsperpagedropdown.umd.js +52 -13
- package/paginator/rowsperpagedropdown.umd.min.js +1 -1
- package/panel/Panel.d.ts +1 -0
- package/panel/Panel.vue +1 -1
- package/panel/panel.common.js +7 -2
- package/panel/panel.umd.js +7 -2
- package/panel/panel.umd.min.js +1 -1
- package/panelmenu/PanelMenu.d.ts +1 -0
- package/panelmenu/PanelMenu.vue +32 -6
- package/panelmenu/PanelMenuSub.vue +32 -13
- package/panelmenu/panelmenu.common.js +69 -16
- package/panelmenu/panelmenu.umd.js +69 -16
- package/panelmenu/panelmenu.umd.min.js +1 -1
- package/panelmenu/panelmenusub.common.js +29 -7
- package/panelmenu/panelmenusub.umd.js +29 -7
- package/panelmenu/panelmenusub.umd.min.js +1 -1
- package/password/password.common.js +11 -2
- package/password/password.umd.js +11 -2
- package/password/password.umd.min.js +1 -1
- package/picklist/PickList.d.ts +8 -0
- package/picklist/PickList.vue +13 -4
- package/picklist/picklist.common.js +22 -4
- package/picklist/picklist.umd.js +22 -4
- package/picklist/picklist.umd.min.js +1 -1
- package/progressbar/ProgressBar.vue +20 -13
- package/progressbar/progressbar.common.js +11 -6
- package/progressbar/progressbar.umd.js +11 -6
- package/progressbar/progressbar.umd.min.js +1 -1
- package/progressspinner/progressspinner.common.js +1 -1
- package/progressspinner/progressspinner.umd.js +1 -1
- package/radiobutton/radiobutton.common.js +5 -1
- package/radiobutton/radiobutton.umd.js +5 -1
- package/radiobutton/radiobutton.umd.min.js +1 -1
- package/rating/Rating.vue +1 -1
- package/rating/rating.common.js +3 -3
- package/rating/rating.umd.js +3 -3
- package/rating/rating.umd.min.js +1 -1
- package/resources/primevue.css +15 -4
- package/resources/primevue.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +503 -83
- package/resources/themes/arya-green/theme.css +503 -83
- package/resources/themes/arya-orange/theme.css +503 -83
- package/resources/themes/arya-purple/theme.css +503 -83
- package/resources/themes/bootstrap4-dark-blue/theme.css +500 -87
- package/resources/themes/bootstrap4-dark-purple/theme.css +500 -87
- package/resources/themes/bootstrap4-light-blue/theme.css +490 -77
- package/resources/themes/bootstrap4-light-purple/theme.css +490 -77
- package/resources/themes/fluent-light/theme.css +497 -77
- package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-blue/theme.css +5418 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/theme.css +5418 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-purple/theme.css +5418 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-teal/theme.css +5418 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-blue/theme.css +5418 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-indigo/theme.css +5418 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-purple/theme.css +5418 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-teal/theme.css +5418 -0
- package/resources/themes/luna-amber/theme.css +500 -87
- package/resources/themes/luna-blue/theme.css +500 -87
- package/resources/themes/luna-green/theme.css +500 -87
- package/resources/themes/luna-pink/theme.css +500 -87
- package/resources/themes/md-dark-deeppurple/theme.css +801 -128
- package/resources/themes/md-dark-indigo/theme.css +801 -128
- package/resources/themes/md-light-deeppurple/theme.css +791 -118
- package/resources/themes/md-light-indigo/theme.css +791 -118
- package/resources/themes/mdc-dark-deeppurple/theme.css +1087 -414
- package/resources/themes/mdc-dark-indigo/theme.css +1035 -362
- package/resources/themes/mdc-light-deeppurple/theme.css +791 -118
- package/resources/themes/mdc-light-indigo/theme.css +791 -118
- package/resources/themes/nova/theme.css +490 -77
- package/resources/themes/nova-accent/theme.css +490 -77
- package/resources/themes/nova-alt/theme.css +490 -77
- package/resources/themes/nova-vue/theme.css +490 -77
- package/resources/themes/rhea/theme.css +490 -77
- package/resources/themes/saga-blue/theme.css +493 -73
- package/resources/themes/saga-green/theme.css +493 -73
- package/resources/themes/saga-orange/theme.css +493 -73
- package/resources/themes/saga-purple/theme.css +493 -73
- package/resources/themes/tailwind-light/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Light.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/tailwind-light/theme.css +5493 -0
- package/resources/themes/vela-blue/theme.css +503 -83
- package/resources/themes/vela-green/theme.css +503 -83
- package/resources/themes/vela-orange/theme.css +503 -83
- package/resources/themes/vela-purple/theme.css +503 -83
- package/ripple/ripple.common.js +5 -0
- package/ripple/ripple.umd.js +5 -0
- package/ripple/ripple.umd.min.js +1 -1
- package/row/row.common.js +1 -1
- package/row/row.umd.js +1 -1
- package/scrollpanel/scrollpanel.common.js +6 -1
- package/scrollpanel/scrollpanel.umd.js +6 -1
- package/scrollpanel/scrollpanel.umd.min.js +1 -1
- package/scrolltop/scrolltop.common.js +6 -1
- package/scrolltop/scrolltop.umd.js +6 -1
- package/scrolltop/scrolltop.umd.min.js +1 -1
- package/selectbutton/SelectButton.d.ts +3 -3
- package/selectbutton/SelectButton.vue +6 -1
- package/selectbutton/selectbutton.common.js +17 -3
- package/selectbutton/selectbutton.umd.js +17 -3
- package/selectbutton/selectbutton.umd.min.js +1 -1
- package/sidebar/Sidebar.vue +3 -16
- package/sidebar/sidebar.common.js +15 -15
- package/sidebar/sidebar.umd.js +15 -15
- package/sidebar/sidebar.umd.min.js +1 -1
- package/skeleton/skeleton.common.js +1 -1
- package/skeleton/skeleton.umd.js +1 -1
- package/slider/slider.common.js +6 -1
- package/slider/slider.umd.js +6 -1
- package/slider/slider.umd.min.js +1 -1
- package/speeddial/SpeedDial.d.ts +31 -0
- package/speeddial/SpeedDial.vue +341 -0
- package/speeddial/demo.html +17 -0
- package/speeddial/index.d.ts +1 -0
- package/speeddial/index.js +2 -0
- package/speeddial/plugin.js +4 -0
- package/speeddial/speeddial.common.js +4741 -0
- package/speeddial/speeddial.umd.js +4751 -0
- package/speeddial/speeddial.umd.min.js +1 -0
- package/splitbutton/splitbutton.common.js +51 -22
- package/splitbutton/splitbutton.umd.js +51 -22
- package/splitbutton/splitbutton.umd.min.js +1 -1
- package/splitter/splitter.common.js +5 -0
- package/splitter/splitter.umd.js +5 -0
- package/splitter/splitter.umd.min.js +1 -1
- package/steps/Steps.d.ts +1 -0
- package/steps/Steps.vue +30 -8
- package/steps/steps.common.js +33 -6
- package/steps/steps.umd.js +33 -6
- package/steps/steps.umd.min.js +1 -1
- package/styleclass/StyleClass.d.ts +5 -0
- package/styleclass/StyleClass.js +179 -0
- package/styleclass/demo.html +8 -0
- package/styleclass/index.d.ts +1 -0
- package/styleclass/index.js +2 -0
- package/styleclass/plugin.js +4 -0
- package/styleclass/styleclass.common.js +3576 -0
- package/styleclass/styleclass.umd.js +3586 -0
- package/styleclass/styleclass.umd.min.js +1 -0
- package/tabmenu/TabMenu.d.ts +1 -0
- package/tabmenu/TabMenu.vue +44 -11
- package/tabmenu/tabmenu.common.js +171 -9
- package/tabmenu/tabmenu.umd.js +171 -9
- package/tabmenu/tabmenu.umd.min.js +1 -1
- package/tabpanel/tabpanel.common.js +1 -1
- package/tabpanel/tabpanel.umd.js +1 -1
- package/tabview/TabView.d.ts +1 -0
- package/tabview/TabView.vue +111 -11
- package/tabview/tabview.common.js +86 -5
- package/tabview/tabview.umd.js +86 -5
- package/tabview/tabview.umd.min.js +1 -1
- package/tag/tag.common.js +1 -1
- package/tag/tag.umd.js +1 -1
- package/terminal/terminal.common.js +1 -1
- package/terminal/terminal.umd.js +1 -1
- package/textarea/textarea.common.js +5 -1
- package/textarea/textarea.umd.js +5 -1
- package/textarea/textarea.umd.min.js +1 -1
- package/tieredmenu/TieredMenu.d.ts +1 -0
- package/tieredmenu/TieredMenu.vue +5 -1
- package/tieredmenu/TieredMenuSub.vue +30 -14
- package/tieredmenu/demo.html +4 -3
- package/tieredmenu/tieredmenu.common.js +41 -13
- package/tieredmenu/tieredmenu.umd.js +41 -13
- package/tieredmenu/tieredmenu.umd.min.js +1 -1
- package/tieredmenu/tieredmenusub.common.js +31 -7
- package/tieredmenu/tieredmenusub.umd.js +31 -7
- package/tieredmenu/tieredmenusub.umd.min.js +1 -1
- package/timeline/timeline.common.js +5 -1
- package/timeline/timeline.umd.js +5 -1
- package/timeline/timeline.umd.min.js +1 -1
- package/toast/Toast.d.ts +7 -1
- package/toast/Toast.vue +51 -4
- package/toast/ToastMessage.vue +44 -10
- package/toast/toast.common.js +103 -14
- package/toast/toast.umd.js +103 -14
- package/toast/toast.umd.min.js +1 -1
- package/toast/toastmessage.common.js +44 -7
- package/toast/toastmessage.umd.js +44 -7
- package/toast/toastmessage.umd.min.js +1 -1
- package/togglebutton/togglebutton.common.js +6 -1
- package/togglebutton/togglebutton.umd.js +6 -1
- package/togglebutton/togglebutton.umd.min.js +1 -1
- package/toolbar/Toolbar.d.ts +1 -1
- package/toolbar/Toolbar.vue +2 -2
- package/toolbar/toolbar.common.js +3 -3
- package/toolbar/toolbar.umd.js +3 -3
- package/toolbar/toolbar.umd.min.js +1 -1
- package/tooltip/Tooltip.css +1 -0
- package/tooltip/Tooltip.js +59 -6
- package/tooltip/tooltip.common.js +1763 -70
- package/tooltip/tooltip.umd.js +1763 -70
- package/tooltip/tooltip.umd.min.js +1 -1
- package/tree/TreeNode.vue +5 -1
- package/tree/tree.common.js +23 -8
- package/tree/tree.umd.js +23 -8
- package/tree/tree.umd.min.js +1 -1
- package/tree/treenode.common.js +16 -3
- package/tree/treenode.umd.js +16 -3
- package/tree/treenode.umd.min.js +1 -1
- package/treetable/TreeTable.d.ts +2 -2
- package/treetable/TreeTable.vue +8 -8
- package/treetable/treetable.common.js +1900 -90
- package/treetable/treetable.umd.js +1900 -90
- package/treetable/treetable.umd.min.js +1 -1
- package/treetable/treetablerow.common.js +11 -1
- package/treetable/treetablerow.umd.js +11 -1
- package/treetable/treetablerow.umd.min.js +1 -1
- package/treetable/treetablerowloader.common.js +12 -1
- package/treetable/treetablerowloader.umd.js +12 -1
- package/treetable/treetablerowloader.umd.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.common.js +1 -1
- package/tristatecheckbox/tristatecheckbox.umd.js +1 -1
- package/utils/DomHandler.js +5 -0
- package/utils/EventBus.js +33 -0
- package/utils/connectedoverlayscrollhandler.common.js +5 -0
- package/utils/connectedoverlayscrollhandler.umd.js +5 -0
- package/utils/connectedoverlayscrollhandler.umd.min.js +1 -1
- package/utils/domhandler.common.js +5 -0
- package/utils/domhandler.umd.js +5 -0
- package/utils/domhandler.umd.min.js +1 -1
- package/utils/eventbus.common.js +1774 -0
- package/utils/eventbus.umd.js +1784 -0
- package/utils/eventbus.umd.min.js +1 -0
- package/utils/filterutils.common.js +4 -0
- package/utils/filterutils.umd.js +4 -0
- package/utils/filterutils.umd.min.js +1 -1
- package/utils/objectutils.common.js +4 -0
- package/utils/objectutils.umd.js +4 -0
- package/utils/objectutils.umd.min.js +1 -1
- package/vetur-attributes.json +236 -16
- package/vetur-tags.json +88 -18
- package/web-types.json +2042 -1266
- package/confirmationservice/confirmationeventbus.common.js +0 -174
- package/confirmationservice/confirmationeventbus.umd.js +0 -184
- package/confirmationservice/confirmationeventbus.umd.min.js +0 -1
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
:root {
|
|
3
2
|
--surface-a:#1e1e1e;
|
|
4
3
|
--surface-b:#121212;
|
|
@@ -7,23 +6,42 @@
|
|
|
7
6
|
--surface-e:#1e1e1e;
|
|
8
7
|
--surface-f:#262626;
|
|
9
8
|
--text-color:rgba(255, 255, 255, 0.87);
|
|
10
|
-
--text-color-secondary:
|
|
11
|
-
--primary-color:#
|
|
12
|
-
--primary-color-text:#
|
|
9
|
+
--text-color-secondary:rgba(255, 255, 255, 0.6);
|
|
10
|
+
--primary-color:#9FA8DA;
|
|
11
|
+
--primary-color-text:#121212;
|
|
13
12
|
--font-family:Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
|
|
14
13
|
--surface-0: #121212;
|
|
15
|
-
--surface-50: #
|
|
16
|
-
--surface-100: #
|
|
17
|
-
--surface-200: #
|
|
18
|
-
--surface-300: #
|
|
19
|
-
--surface-400: #
|
|
20
|
-
--surface-500: #
|
|
21
|
-
--surface-600: #
|
|
22
|
-
--surface-700: #
|
|
23
|
-
--surface-800: #
|
|
24
|
-
--surface-900: #
|
|
14
|
+
--surface-50: #2a2a2a;
|
|
15
|
+
--surface-100: #414141;
|
|
16
|
+
--surface-200: #595959;
|
|
17
|
+
--surface-300: #717171;
|
|
18
|
+
--surface-400: #898989;
|
|
19
|
+
--surface-500: #a0a0a0;
|
|
20
|
+
--surface-600: #b8b8b8;
|
|
21
|
+
--surface-700: #d0d0d0;
|
|
22
|
+
--surface-800: #e7e7e7;
|
|
23
|
+
--surface-900: #ffffff;
|
|
24
|
+
--gray-50: #e7e7e7;
|
|
25
|
+
--gray-100: #d0d0d0;
|
|
26
|
+
--gray-200: #b8b8b8;
|
|
27
|
+
--gray-300: #a0a0a0;
|
|
28
|
+
--gray-400: #898989;
|
|
29
|
+
--gray-500: #717171;
|
|
30
|
+
--gray-600: #595959;
|
|
31
|
+
--gray-700: #414141;
|
|
32
|
+
--gray-800: #2a2a2a;
|
|
33
|
+
--gray-900: #121212;
|
|
25
34
|
--content-padding:1rem;
|
|
26
35
|
--inline-spacing:0.5rem;
|
|
36
|
+
--border-radius:4px;
|
|
37
|
+
--surface-ground:#121212;
|
|
38
|
+
--surface-section:#121212;
|
|
39
|
+
--surface-card:#1e1e1e;
|
|
40
|
+
--surface-overlay:#262626;
|
|
41
|
+
--surface-border:hsla(0,0%,100%,.12);
|
|
42
|
+
--surface-hover:hsla(0,0%,100%,.04);
|
|
43
|
+
--focus-ring: none;
|
|
44
|
+
--maskbg: rgba(0, 0, 0, 0.32);
|
|
27
45
|
}
|
|
28
46
|
|
|
29
47
|
/* roboto-regular - latin-ext_latin */
|
|
@@ -92,6 +110,31 @@
|
|
|
92
110
|
box-shadow: none;
|
|
93
111
|
}
|
|
94
112
|
|
|
113
|
+
.p-component-overlay-enter {
|
|
114
|
+
animation: p-component-overlay-enter-animation 150ms forwards;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.p-component-overlay-leave {
|
|
118
|
+
animation: p-component-overlay-leave-animation 150ms forwards;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
@keyframes p-component-overlay-enter-animation {
|
|
122
|
+
from {
|
|
123
|
+
background-color: transparent;
|
|
124
|
+
}
|
|
125
|
+
to {
|
|
126
|
+
background-color: var(--maskbg);
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
@keyframes p-component-overlay-leave-animation {
|
|
130
|
+
from {
|
|
131
|
+
background-color: var(--maskbg);
|
|
132
|
+
}
|
|
133
|
+
to {
|
|
134
|
+
background-color: transparent;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
|
|
95
138
|
:root {
|
|
96
139
|
--blue-50:#f4fafe;
|
|
97
140
|
--blue-100:#cae6fc;
|
|
@@ -211,7 +254,7 @@
|
|
|
211
254
|
outline: 0 none;
|
|
212
255
|
outline-offset: 0;
|
|
213
256
|
box-shadow: none;
|
|
214
|
-
border-color: #
|
|
257
|
+
border-color: #9FA8DA;
|
|
215
258
|
}
|
|
216
259
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
|
|
217
260
|
padding: 0.375rem 0;
|
|
@@ -261,8 +304,8 @@
|
|
|
261
304
|
background: rgba(255, 255, 255, 0.04);
|
|
262
305
|
}
|
|
263
306
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
|
264
|
-
color: #
|
|
265
|
-
background: rgba(
|
|
307
|
+
color: #9FA8DA;
|
|
308
|
+
background: rgba(159, 168, 218, 0.16);
|
|
266
309
|
}
|
|
267
310
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
|
|
268
311
|
margin: 0;
|
|
@@ -326,14 +369,16 @@
|
|
|
326
369
|
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
|
327
370
|
line-height: 2rem;
|
|
328
371
|
}
|
|
329
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
|
330
|
-
|
|
372
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
|
|
373
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
374
|
+
color: rgba(255, 255, 255, 0.87);
|
|
375
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
376
|
+
font-weight: 500;
|
|
377
|
+
padding: 0.5rem;
|
|
331
378
|
}
|
|
332
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
box-shadow: none;
|
|
336
|
-
border-color: #3F51B5;
|
|
379
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
|
|
380
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
|
|
381
|
+
color: #9FA8DA;
|
|
337
382
|
}
|
|
338
383
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
339
384
|
margin-right: 0.5rem;
|
|
@@ -360,8 +405,8 @@
|
|
|
360
405
|
border: 1px solid transparent;
|
|
361
406
|
}
|
|
362
407
|
.p-datepicker table td > span.p-highlight {
|
|
363
|
-
color: #
|
|
364
|
-
background: rgba(
|
|
408
|
+
color: #9FA8DA;
|
|
409
|
+
background: rgba(159, 168, 218, 0.16);
|
|
365
410
|
}
|
|
366
411
|
.p-datepicker table td > span:focus {
|
|
367
412
|
outline: 0 none;
|
|
@@ -374,8 +419,8 @@
|
|
|
374
419
|
border-color: rgba(255, 255, 255, 0.5);
|
|
375
420
|
}
|
|
376
421
|
.p-datepicker table td.p-datepicker-today > span.p-highlight {
|
|
377
|
-
color: #
|
|
378
|
-
background: rgba(
|
|
422
|
+
color: #9FA8DA;
|
|
423
|
+
background: rgba(159, 168, 218, 0.16);
|
|
379
424
|
}
|
|
380
425
|
.p-datepicker .p-datepicker-buttonbar {
|
|
381
426
|
padding: 0.75rem 0;
|
|
@@ -428,11 +473,23 @@
|
|
|
428
473
|
border-radius: 4px;
|
|
429
474
|
}
|
|
430
475
|
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
|
431
|
-
color: #
|
|
432
|
-
background: rgba(
|
|
476
|
+
color: #9FA8DA;
|
|
477
|
+
background: rgba(159, 168, 218, 0.16);
|
|
478
|
+
}
|
|
479
|
+
.p-datepicker .p-yearpicker {
|
|
480
|
+
margin: 0.5rem 0;
|
|
481
|
+
}
|
|
482
|
+
.p-datepicker .p-yearpicker .p-yearpicker-year {
|
|
483
|
+
padding: 0.5rem;
|
|
484
|
+
transition: none;
|
|
485
|
+
border-radius: 4px;
|
|
486
|
+
}
|
|
487
|
+
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
|
|
488
|
+
color: #9FA8DA;
|
|
489
|
+
background: rgba(159, 168, 218, 0.16);
|
|
433
490
|
}
|
|
434
491
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
|
435
|
-
border-
|
|
492
|
+
border-left: 1px solid rgba(255, 255, 255, 0.12);
|
|
436
493
|
padding-right: 0.5rem;
|
|
437
494
|
padding-left: 0.5rem;
|
|
438
495
|
padding-top: 0;
|
|
@@ -440,10 +497,10 @@
|
|
|
440
497
|
}
|
|
441
498
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
|
|
442
499
|
padding-left: 0;
|
|
500
|
+
border-left: 0 none;
|
|
443
501
|
}
|
|
444
502
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
|
|
445
503
|
padding-right: 0;
|
|
446
|
-
border-right: 0 none;
|
|
447
504
|
}
|
|
448
505
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
|
449
506
|
background: rgba(255, 255, 255, 0.04);
|
|
@@ -453,17 +510,21 @@
|
|
|
453
510
|
outline-offset: 0;
|
|
454
511
|
box-shadow: none;
|
|
455
512
|
}
|
|
456
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-
|
|
513
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
|
|
457
514
|
background: rgba(255, 255, 255, 0.04);
|
|
458
515
|
}
|
|
459
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-
|
|
516
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
|
|
460
517
|
outline: 0 none;
|
|
461
518
|
outline-offset: 0;
|
|
462
519
|
box-shadow: none;
|
|
463
520
|
}
|
|
464
|
-
|
|
465
|
-
.
|
|
466
|
-
|
|
521
|
+
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
|
|
522
|
+
background: rgba(255, 255, 255, 0.04);
|
|
523
|
+
}
|
|
524
|
+
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
|
|
525
|
+
outline: 0 none;
|
|
526
|
+
outline-offset: 0;
|
|
527
|
+
box-shadow: none;
|
|
467
528
|
}
|
|
468
529
|
|
|
469
530
|
@media screen and (max-width: 769px) {
|
|
@@ -484,7 +545,7 @@
|
|
|
484
545
|
outline: 0 none;
|
|
485
546
|
outline-offset: 0;
|
|
486
547
|
box-shadow: none;
|
|
487
|
-
border-color: #
|
|
548
|
+
border-color: #9FA8DA;
|
|
488
549
|
}
|
|
489
550
|
.p-cascadeselect .p-cascadeselect-label {
|
|
490
551
|
background: transparent;
|
|
@@ -536,8 +597,8 @@
|
|
|
536
597
|
box-shadow: none;
|
|
537
598
|
}
|
|
538
599
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
|
|
539
|
-
color: #
|
|
540
|
-
background: rgba(
|
|
600
|
+
color: #9FA8DA;
|
|
601
|
+
background: rgba(159, 168, 218, 0.16);
|
|
541
602
|
}
|
|
542
603
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
|
|
543
604
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -572,12 +633,12 @@
|
|
|
572
633
|
}
|
|
573
634
|
.p-checkbox .p-checkbox-box .p-checkbox-icon {
|
|
574
635
|
transition-duration: 0.2s;
|
|
575
|
-
color: #
|
|
636
|
+
color: #121212;
|
|
576
637
|
font-size: 14px;
|
|
577
638
|
}
|
|
578
639
|
.p-checkbox .p-checkbox-box.p-highlight {
|
|
579
|
-
border-color: #
|
|
580
|
-
background: #
|
|
640
|
+
border-color: #9FA8DA;
|
|
641
|
+
background: #9FA8DA;
|
|
581
642
|
}
|
|
582
643
|
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
|
583
644
|
border-color: rgba(255, 255, 255, 0.6);
|
|
@@ -586,12 +647,12 @@
|
|
|
586
647
|
outline: 0 none;
|
|
587
648
|
outline-offset: 0;
|
|
588
649
|
box-shadow: none;
|
|
589
|
-
border-color: #
|
|
650
|
+
border-color: #9FA8DA;
|
|
590
651
|
}
|
|
591
652
|
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
|
592
|
-
border-color: #
|
|
593
|
-
background: #
|
|
594
|
-
color: #
|
|
653
|
+
border-color: #9FA8DA;
|
|
654
|
+
background: #9FA8DA;
|
|
655
|
+
color: #121212;
|
|
595
656
|
}
|
|
596
657
|
.p-checkbox.p-invalid > .p-checkbox-box {
|
|
597
658
|
border-color: #f44435;
|
|
@@ -601,13 +662,13 @@
|
|
|
601
662
|
background-color: rgba(255, 255, 255, 0.06);
|
|
602
663
|
}
|
|
603
664
|
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
|
604
|
-
background: #
|
|
665
|
+
background: #9FA8DA;
|
|
605
666
|
}
|
|
606
667
|
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
|
607
668
|
background-color: rgba(255, 255, 255, 0.08);
|
|
608
669
|
}
|
|
609
670
|
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
|
610
|
-
background: #
|
|
671
|
+
background: #9FA8DA;
|
|
611
672
|
}
|
|
612
673
|
|
|
613
674
|
.p-chips .p-chips-multiple-container {
|
|
@@ -620,7 +681,7 @@
|
|
|
620
681
|
outline: 0 none;
|
|
621
682
|
outline-offset: 0;
|
|
622
683
|
box-shadow: none;
|
|
623
|
-
border-color: #
|
|
684
|
+
border-color: #9FA8DA;
|
|
624
685
|
}
|
|
625
686
|
.p-chips .p-chips-multiple-container .p-chips-token {
|
|
626
687
|
padding: 0.375rem 0.75rem;
|
|
@@ -653,7 +714,7 @@
|
|
|
653
714
|
|
|
654
715
|
.p-colorpicker-panel {
|
|
655
716
|
background: #2b2b2b;
|
|
656
|
-
border
|
|
717
|
+
border: 1px solid #1e1e1e;
|
|
657
718
|
}
|
|
658
719
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
|
659
720
|
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
|
@@ -677,7 +738,7 @@
|
|
|
677
738
|
outline: 0 none;
|
|
678
739
|
outline-offset: 0;
|
|
679
740
|
box-shadow: none;
|
|
680
|
-
border-color: #
|
|
741
|
+
border-color: #9FA8DA;
|
|
681
742
|
}
|
|
682
743
|
.p-dropdown.p-dropdown-clearable .p-dropdown-label {
|
|
683
744
|
padding-right: 1.75rem;
|
|
@@ -726,6 +787,7 @@
|
|
|
726
787
|
}
|
|
727
788
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
|
|
728
789
|
padding-right: 1.75rem;
|
|
790
|
+
margin-right: -1.75rem;
|
|
729
791
|
}
|
|
730
792
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
|
|
731
793
|
right: 0.75rem;
|
|
@@ -744,8 +806,8 @@
|
|
|
744
806
|
border-radius: 0;
|
|
745
807
|
}
|
|
746
808
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
|
747
|
-
color: #
|
|
748
|
-
background: rgba(
|
|
809
|
+
color: #9FA8DA;
|
|
810
|
+
background: rgba(159, 168, 218, 0.16);
|
|
749
811
|
}
|
|
750
812
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
|
751
813
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -855,22 +917,22 @@
|
|
|
855
917
|
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
|
|
856
918
|
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
|
|
857
919
|
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
|
|
858
|
-
color: #
|
|
920
|
+
color: #9FA8DA;
|
|
859
921
|
}
|
|
860
922
|
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
|
|
861
923
|
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
|
|
862
924
|
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
|
|
863
|
-
stroke: #
|
|
925
|
+
stroke: #9FA8DA;
|
|
864
926
|
}
|
|
865
927
|
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
|
|
866
928
|
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
|
|
867
929
|
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
|
|
868
|
-
fill: #
|
|
930
|
+
fill: #9FA8DA;
|
|
869
931
|
}
|
|
870
932
|
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
|
|
871
933
|
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
|
|
872
934
|
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
|
|
873
|
-
color: #
|
|
935
|
+
color: #9FA8DA;
|
|
874
936
|
}
|
|
875
937
|
|
|
876
938
|
.p-inputgroup-addon {
|
|
@@ -977,13 +1039,13 @@
|
|
|
977
1039
|
background: rgba(255, 255, 255, 0.3);
|
|
978
1040
|
}
|
|
979
1041
|
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
|
|
980
|
-
background: rgba(
|
|
1042
|
+
background: rgba(159, 168, 218, 0.5);
|
|
981
1043
|
}
|
|
982
1044
|
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
|
|
983
|
-
background: #
|
|
1045
|
+
background: #9FA8DA;
|
|
984
1046
|
}
|
|
985
1047
|
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
|
|
986
|
-
background: rgba(
|
|
1048
|
+
background: rgba(159, 168, 218, 0.5);
|
|
987
1049
|
}
|
|
988
1050
|
.p-inputswitch.p-invalid {
|
|
989
1051
|
border-color: #f44435;
|
|
@@ -1007,7 +1069,7 @@
|
|
|
1007
1069
|
outline: 0 none;
|
|
1008
1070
|
outline-offset: 0;
|
|
1009
1071
|
box-shadow: none;
|
|
1010
|
-
border-color: #
|
|
1072
|
+
border-color: #9FA8DA;
|
|
1011
1073
|
}
|
|
1012
1074
|
.p-inputtext.p-invalid.p-component {
|
|
1013
1075
|
border-color: #f44435;
|
|
@@ -1119,8 +1181,8 @@
|
|
|
1119
1181
|
border-radius: 0;
|
|
1120
1182
|
}
|
|
1121
1183
|
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
|
1122
|
-
color: #
|
|
1123
|
-
background: rgba(
|
|
1184
|
+
color: #9FA8DA;
|
|
1185
|
+
background: rgba(159, 168, 218, 0.16);
|
|
1124
1186
|
}
|
|
1125
1187
|
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
|
1126
1188
|
outline: 0 none;
|
|
@@ -1160,7 +1222,7 @@
|
|
|
1160
1222
|
outline: 0 none;
|
|
1161
1223
|
outline-offset: 0;
|
|
1162
1224
|
box-shadow: none;
|
|
1163
|
-
border-color: #
|
|
1225
|
+
border-color: #9FA8DA;
|
|
1164
1226
|
}
|
|
1165
1227
|
.p-multiselect .p-multiselect-label {
|
|
1166
1228
|
padding: 0.75rem 0.75rem;
|
|
@@ -1253,8 +1315,8 @@
|
|
|
1253
1315
|
border-radius: 0;
|
|
1254
1316
|
}
|
|
1255
1317
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
|
1256
|
-
color: #
|
|
1257
|
-
background: rgba(
|
|
1318
|
+
color: #9FA8DA;
|
|
1319
|
+
background: rgba(159, 168, 218, 0.16);
|
|
1258
1320
|
}
|
|
1259
1321
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
|
1260
1322
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -1305,7 +1367,7 @@
|
|
|
1305
1367
|
}
|
|
1306
1368
|
.p-password-panel .p-password-meter {
|
|
1307
1369
|
margin-bottom: 0.5rem;
|
|
1308
|
-
background: rgba(
|
|
1370
|
+
background: rgba(159, 168, 218, 0.32);
|
|
1309
1371
|
}
|
|
1310
1372
|
.p-password-panel .p-password-meter .p-password-strength.weak {
|
|
1311
1373
|
background: #EF9A9A;
|
|
@@ -1337,22 +1399,22 @@
|
|
|
1337
1399
|
outline: 0 none;
|
|
1338
1400
|
outline-offset: 0;
|
|
1339
1401
|
box-shadow: none;
|
|
1340
|
-
border-color: #
|
|
1402
|
+
border-color: #9FA8DA;
|
|
1341
1403
|
}
|
|
1342
1404
|
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
|
|
1343
1405
|
width: 10px;
|
|
1344
1406
|
height: 10px;
|
|
1345
1407
|
transition-duration: 0.2s;
|
|
1346
|
-
background-color: #
|
|
1408
|
+
background-color: #9FA8DA;
|
|
1347
1409
|
}
|
|
1348
1410
|
.p-radiobutton .p-radiobutton-box.p-highlight {
|
|
1349
|
-
border-color: #
|
|
1350
|
-
background: #
|
|
1411
|
+
border-color: #9FA8DA;
|
|
1412
|
+
background: #121212;
|
|
1351
1413
|
}
|
|
1352
1414
|
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
|
1353
|
-
border-color: #
|
|
1354
|
-
background: #
|
|
1355
|
-
color: #
|
|
1415
|
+
border-color: #9FA8DA;
|
|
1416
|
+
background: #121212;
|
|
1417
|
+
color: #9FA8DA;
|
|
1356
1418
|
}
|
|
1357
1419
|
.p-radiobutton.p-invalid > .p-radiobutton-box {
|
|
1358
1420
|
border-color: #f44435;
|
|
@@ -1368,14 +1430,14 @@
|
|
|
1368
1430
|
background-color: rgba(255, 255, 255, 0.08);
|
|
1369
1431
|
}
|
|
1370
1432
|
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
|
|
1371
|
-
background: #
|
|
1433
|
+
background: #121212;
|
|
1372
1434
|
}
|
|
1373
1435
|
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
|
1374
|
-
background: #
|
|
1436
|
+
background: #121212;
|
|
1375
1437
|
}
|
|
1376
1438
|
|
|
1377
1439
|
.p-rating .p-rating-icon {
|
|
1378
|
-
color: #
|
|
1440
|
+
color: #9FA8DA;
|
|
1379
1441
|
margin-left: 0.5rem;
|
|
1380
1442
|
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);
|
|
1381
1443
|
font-size: 1rem;
|
|
@@ -1391,11 +1453,11 @@
|
|
|
1391
1453
|
.p-rating .p-rating-icon:first-child {
|
|
1392
1454
|
margin-left: 0;
|
|
1393
1455
|
}
|
|
1394
|
-
.p-rating .p-rating-icon.pi-star {
|
|
1395
|
-
color: #
|
|
1456
|
+
.p-rating .p-rating-icon.pi-star-fill {
|
|
1457
|
+
color: #9FA8DA;
|
|
1396
1458
|
}
|
|
1397
1459
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
|
1398
|
-
color: #
|
|
1460
|
+
color: #9FA8DA;
|
|
1399
1461
|
}
|
|
1400
1462
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
|
|
1401
1463
|
color: #f44435;
|
|
@@ -1464,7 +1526,7 @@
|
|
|
1464
1526
|
.p-slider .p-slider-handle {
|
|
1465
1527
|
height: 20px;
|
|
1466
1528
|
width: 20px;
|
|
1467
|
-
background: #
|
|
1529
|
+
background: #9FA8DA;
|
|
1468
1530
|
border: 0 none;
|
|
1469
1531
|
border-radius: 50%;
|
|
1470
1532
|
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);
|
|
@@ -1475,10 +1537,10 @@
|
|
|
1475
1537
|
box-shadow: none;
|
|
1476
1538
|
}
|
|
1477
1539
|
.p-slider .p-slider-range {
|
|
1478
|
-
background: #
|
|
1540
|
+
background: #9FA8DA;
|
|
1479
1541
|
}
|
|
1480
1542
|
.p-slider:not(.p-disabled) .p-slider-handle:hover {
|
|
1481
|
-
background: #
|
|
1543
|
+
background: #9FA8DA;
|
|
1482
1544
|
border-color: 0 none;
|
|
1483
1545
|
}
|
|
1484
1546
|
|
|
@@ -1495,7 +1557,7 @@
|
|
|
1495
1557
|
outline: 0 none;
|
|
1496
1558
|
outline-offset: 0;
|
|
1497
1559
|
box-shadow: none;
|
|
1498
|
-
border-color: #
|
|
1560
|
+
border-color: #9FA8DA;
|
|
1499
1561
|
}
|
|
1500
1562
|
.p-treeselect .p-treeselect-label {
|
|
1501
1563
|
padding: 0.75rem 0.75rem;
|
|
@@ -1594,8 +1656,8 @@
|
|
|
1594
1656
|
}
|
|
1595
1657
|
|
|
1596
1658
|
.p-button {
|
|
1597
|
-
color: #
|
|
1598
|
-
background: #
|
|
1659
|
+
color: #121212;
|
|
1660
|
+
background: #9FA8DA;
|
|
1599
1661
|
border: 0 none;
|
|
1600
1662
|
padding: 0.571rem 0.75rem;
|
|
1601
1663
|
font-size: 1rem;
|
|
@@ -1603,29 +1665,29 @@
|
|
|
1603
1665
|
border-radius: 4px;
|
|
1604
1666
|
}
|
|
1605
1667
|
.p-button:enabled:hover {
|
|
1606
|
-
background: rgba(
|
|
1607
|
-
color: #
|
|
1668
|
+
background: rgba(159, 168, 218, 0.92);
|
|
1669
|
+
color: #121212;
|
|
1608
1670
|
border-color: transparent;
|
|
1609
1671
|
}
|
|
1610
1672
|
.p-button:enabled:active {
|
|
1611
|
-
background: rgba(
|
|
1612
|
-
color: #
|
|
1673
|
+
background: rgba(159, 168, 218, 0.68);
|
|
1674
|
+
color: #121212;
|
|
1613
1675
|
border-color: transparent;
|
|
1614
1676
|
}
|
|
1615
1677
|
.p-button.p-button-outlined {
|
|
1616
1678
|
background-color: transparent;
|
|
1617
|
-
color: #
|
|
1618
|
-
border:
|
|
1679
|
+
color: #9FA8DA;
|
|
1680
|
+
border: 0px none;
|
|
1619
1681
|
}
|
|
1620
1682
|
.p-button.p-button-outlined:enabled:hover {
|
|
1621
|
-
background: rgba(
|
|
1622
|
-
color: #
|
|
1623
|
-
border:
|
|
1683
|
+
background: rgba(159, 168, 218, 0.04);
|
|
1684
|
+
color: #9FA8DA;
|
|
1685
|
+
border: 0px none;
|
|
1624
1686
|
}
|
|
1625
1687
|
.p-button.p-button-outlined:enabled:active {
|
|
1626
|
-
background: rgba(
|
|
1627
|
-
color: #
|
|
1628
|
-
border:
|
|
1688
|
+
background: rgba(159, 168, 218, 0.16);
|
|
1689
|
+
color: #9FA8DA;
|
|
1690
|
+
border: 0px none;
|
|
1629
1691
|
}
|
|
1630
1692
|
.p-button.p-button-outlined.p-button-plain {
|
|
1631
1693
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -1641,17 +1703,17 @@
|
|
|
1641
1703
|
}
|
|
1642
1704
|
.p-button.p-button-text {
|
|
1643
1705
|
background-color: transparent;
|
|
1644
|
-
color: #
|
|
1706
|
+
color: #9FA8DA;
|
|
1645
1707
|
border-color: transparent;
|
|
1646
1708
|
}
|
|
1647
1709
|
.p-button.p-button-text:enabled:hover {
|
|
1648
|
-
background: rgba(
|
|
1649
|
-
color: #
|
|
1710
|
+
background: rgba(159, 168, 218, 0.04);
|
|
1711
|
+
color: #9FA8DA;
|
|
1650
1712
|
border-color: transparent;
|
|
1651
1713
|
}
|
|
1652
1714
|
.p-button.p-button-text:enabled:active {
|
|
1653
|
-
background: rgba(
|
|
1654
|
-
color: #
|
|
1715
|
+
background: rgba(159, 168, 218, 0.16);
|
|
1716
|
+
color: #9FA8DA;
|
|
1655
1717
|
border-color: transparent;
|
|
1656
1718
|
}
|
|
1657
1719
|
.p-button.p-button-text.p-button-plain {
|
|
@@ -1687,8 +1749,8 @@
|
|
|
1687
1749
|
min-width: 1rem;
|
|
1688
1750
|
height: 1rem;
|
|
1689
1751
|
line-height: 1rem;
|
|
1690
|
-
color: #
|
|
1691
|
-
background-color: #
|
|
1752
|
+
color: #9FA8DA;
|
|
1753
|
+
background-color: #121212;
|
|
1692
1754
|
}
|
|
1693
1755
|
.p-button.p-button-raised {
|
|
1694
1756
|
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);
|
|
@@ -1743,52 +1805,52 @@
|
|
|
1743
1805
|
}
|
|
1744
1806
|
|
|
1745
1807
|
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
|
|
1746
|
-
color: #
|
|
1747
|
-
background: #
|
|
1808
|
+
color: #121212;
|
|
1809
|
+
background: #F48FB1;
|
|
1748
1810
|
border: 0 none;
|
|
1749
1811
|
}
|
|
1750
1812
|
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover, .p-splitbutton.p-button-secondary > .p-button:enabled:hover {
|
|
1751
|
-
background: rgba(
|
|
1752
|
-
color: #
|
|
1813
|
+
background: rgba(244, 143, 177, 0.92);
|
|
1814
|
+
color: #121212;
|
|
1753
1815
|
border-color: transparent;
|
|
1754
1816
|
}
|
|
1755
1817
|
.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 {
|
|
1756
1818
|
box-shadow: none;
|
|
1757
1819
|
}
|
|
1758
1820
|
.p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active, .p-splitbutton.p-button-secondary > .p-button:enabled:active {
|
|
1759
|
-
background: rgba(
|
|
1760
|
-
color: #
|
|
1821
|
+
background: rgba(244, 143, 177, 0.68);
|
|
1822
|
+
color: #121212;
|
|
1761
1823
|
border-color: transparent;
|
|
1762
1824
|
}
|
|
1763
1825
|
.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
|
1764
1826
|
background-color: transparent;
|
|
1765
|
-
color: #
|
|
1766
|
-
border:
|
|
1827
|
+
color: #F48FB1;
|
|
1828
|
+
border: 0px none;
|
|
1767
1829
|
}
|
|
1768
1830
|
.p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover {
|
|
1769
|
-
background: rgba(
|
|
1770
|
-
color: #
|
|
1771
|
-
border:
|
|
1831
|
+
background: rgba(244, 143, 177, 0.04);
|
|
1832
|
+
color: #F48FB1;
|
|
1833
|
+
border: 0px none;
|
|
1772
1834
|
}
|
|
1773
1835
|
.p-button.p-button-secondary.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active {
|
|
1774
|
-
background: rgba(
|
|
1775
|
-
color: #
|
|
1776
|
-
border:
|
|
1836
|
+
background: rgba(244, 143, 177, 0.16);
|
|
1837
|
+
color: #F48FB1;
|
|
1838
|
+
border: 0px none;
|
|
1777
1839
|
}
|
|
1778
1840
|
.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
|
1779
1841
|
background-color: transparent;
|
|
1780
|
-
color: #
|
|
1842
|
+
color: #F48FB1;
|
|
1781
1843
|
border-color: transparent;
|
|
1782
1844
|
}
|
|
1783
1845
|
.p-button.p-button-secondary.p-button-text:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover {
|
|
1784
|
-
background: rgba(
|
|
1846
|
+
background: rgba(244, 143, 177, 0.04);
|
|
1785
1847
|
border-color: transparent;
|
|
1786
|
-
color: #
|
|
1848
|
+
color: #F48FB1;
|
|
1787
1849
|
}
|
|
1788
1850
|
.p-button.p-button-secondary.p-button-text:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active {
|
|
1789
|
-
background: rgba(
|
|
1851
|
+
background: rgba(244, 143, 177, 0.16);
|
|
1790
1852
|
border-color: transparent;
|
|
1791
|
-
color: #
|
|
1853
|
+
color: #F48FB1;
|
|
1792
1854
|
}
|
|
1793
1855
|
|
|
1794
1856
|
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
|
|
@@ -1812,17 +1874,17 @@
|
|
|
1812
1874
|
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
|
1813
1875
|
background-color: transparent;
|
|
1814
1876
|
color: #90CAF9;
|
|
1815
|
-
border:
|
|
1877
|
+
border: 0px none;
|
|
1816
1878
|
}
|
|
1817
1879
|
.p-button.p-button-info.p-button-outlined:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover {
|
|
1818
1880
|
background: rgba(144, 202, 249, 0.04);
|
|
1819
1881
|
color: #90CAF9;
|
|
1820
|
-
border:
|
|
1882
|
+
border: 0px none;
|
|
1821
1883
|
}
|
|
1822
1884
|
.p-button.p-button-info.p-button-outlined:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active {
|
|
1823
1885
|
background: rgba(144, 202, 249, 0.16);
|
|
1824
1886
|
color: #90CAF9;
|
|
1825
|
-
border:
|
|
1887
|
+
border: 0px none;
|
|
1826
1888
|
}
|
|
1827
1889
|
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
|
|
1828
1890
|
background-color: transparent;
|
|
@@ -1861,17 +1923,17 @@
|
|
|
1861
1923
|
.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
|
1862
1924
|
background-color: transparent;
|
|
1863
1925
|
color: #C5E1A5;
|
|
1864
|
-
border:
|
|
1926
|
+
border: 0px none;
|
|
1865
1927
|
}
|
|
1866
1928
|
.p-button.p-button-success.p-button-outlined:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover {
|
|
1867
1929
|
background: rgba(197, 225, 165, 0.04);
|
|
1868
1930
|
color: #C5E1A5;
|
|
1869
|
-
border:
|
|
1931
|
+
border: 0px none;
|
|
1870
1932
|
}
|
|
1871
1933
|
.p-button.p-button-success.p-button-outlined:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active {
|
|
1872
1934
|
background: rgba(197, 225, 165, 0.16);
|
|
1873
1935
|
color: #C5E1A5;
|
|
1874
|
-
border:
|
|
1936
|
+
border: 0px none;
|
|
1875
1937
|
}
|
|
1876
1938
|
.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
|
|
1877
1939
|
background-color: transparent;
|
|
@@ -1910,17 +1972,17 @@
|
|
|
1910
1972
|
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
|
1911
1973
|
background-color: transparent;
|
|
1912
1974
|
color: #FFF59D;
|
|
1913
|
-
border:
|
|
1975
|
+
border: 0px none;
|
|
1914
1976
|
}
|
|
1915
1977
|
.p-button.p-button-warning.p-button-outlined:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover {
|
|
1916
1978
|
background: rgba(255, 245, 157, 0.04);
|
|
1917
1979
|
color: #FFF59D;
|
|
1918
|
-
border:
|
|
1980
|
+
border: 0px none;
|
|
1919
1981
|
}
|
|
1920
1982
|
.p-button.p-button-warning.p-button-outlined:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active {
|
|
1921
1983
|
background: rgba(255, 245, 157, 0.16);
|
|
1922
1984
|
color: #FFF59D;
|
|
1923
|
-
border:
|
|
1985
|
+
border: 0px none;
|
|
1924
1986
|
}
|
|
1925
1987
|
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
|
|
1926
1988
|
background-color: transparent;
|
|
@@ -1959,17 +2021,17 @@
|
|
|
1959
2021
|
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
|
1960
2022
|
background-color: transparent;
|
|
1961
2023
|
color: #CE93D8;
|
|
1962
|
-
border:
|
|
2024
|
+
border: 0px none;
|
|
1963
2025
|
}
|
|
1964
2026
|
.p-button.p-button-help.p-button-outlined:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover {
|
|
1965
2027
|
background: rgba(206, 147, 216, 0.04);
|
|
1966
2028
|
color: #CE93D8;
|
|
1967
|
-
border:
|
|
2029
|
+
border: 0px none;
|
|
1968
2030
|
}
|
|
1969
2031
|
.p-button.p-button-help.p-button-outlined:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active {
|
|
1970
2032
|
background: rgba(206, 147, 216, 0.16);
|
|
1971
2033
|
color: #CE93D8;
|
|
1972
|
-
border:
|
|
2034
|
+
border: 0px none;
|
|
1973
2035
|
}
|
|
1974
2036
|
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
|
|
1975
2037
|
background-color: transparent;
|
|
@@ -2008,17 +2070,17 @@
|
|
|
2008
2070
|
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
|
2009
2071
|
background-color: transparent;
|
|
2010
2072
|
color: #EF9A9A;
|
|
2011
|
-
border:
|
|
2073
|
+
border: 0px none;
|
|
2012
2074
|
}
|
|
2013
2075
|
.p-button.p-button-danger.p-button-outlined:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover {
|
|
2014
2076
|
background: rgba(239, 154, 154, 0.04);
|
|
2015
2077
|
color: #EF9A9A;
|
|
2016
|
-
border:
|
|
2078
|
+
border: 0px none;
|
|
2017
2079
|
}
|
|
2018
2080
|
.p-button.p-button-danger.p-button-outlined:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active {
|
|
2019
2081
|
background: rgba(239, 154, 154, 0.16);
|
|
2020
2082
|
color: #EF9A9A;
|
|
2021
|
-
border:
|
|
2083
|
+
border: 0px none;
|
|
2022
2084
|
}
|
|
2023
2085
|
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
|
|
2024
2086
|
background-color: transparent;
|
|
@@ -2037,13 +2099,13 @@
|
|
|
2037
2099
|
}
|
|
2038
2100
|
|
|
2039
2101
|
.p-button.p-button-link {
|
|
2040
|
-
color: #
|
|
2102
|
+
color: #9FA8DA;
|
|
2041
2103
|
background: transparent;
|
|
2042
2104
|
border: transparent;
|
|
2043
2105
|
}
|
|
2044
2106
|
.p-button.p-button-link:enabled:hover {
|
|
2045
2107
|
background: transparent;
|
|
2046
|
-
color: #
|
|
2108
|
+
color: #9FA8DA;
|
|
2047
2109
|
border-color: transparent;
|
|
2048
2110
|
}
|
|
2049
2111
|
.p-button.p-button-link:enabled:hover .p-button-label {
|
|
@@ -2056,10 +2118,74 @@
|
|
|
2056
2118
|
}
|
|
2057
2119
|
.p-button.p-button-link:enabled:active {
|
|
2058
2120
|
background: transparent;
|
|
2059
|
-
color: #
|
|
2121
|
+
color: #9FA8DA;
|
|
2060
2122
|
border-color: transparent;
|
|
2061
2123
|
}
|
|
2062
2124
|
|
|
2125
|
+
.p-speeddial-button.p-button.p-button-icon-only {
|
|
2126
|
+
width: 4rem;
|
|
2127
|
+
height: 4rem;
|
|
2128
|
+
}
|
|
2129
|
+
.p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
|
|
2130
|
+
font-size: 2rem;
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2133
|
+
.p-speeddial-action {
|
|
2134
|
+
width: 3rem;
|
|
2135
|
+
height: 3rem;
|
|
2136
|
+
background: #F48FB1;
|
|
2137
|
+
color: #212121;
|
|
2138
|
+
}
|
|
2139
|
+
.p-speeddial-action:hover {
|
|
2140
|
+
background: rgba(244, 143, 177, 0.92);
|
|
2141
|
+
color: #212121;
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
.p-speeddial-direction-up .p-speeddial-item {
|
|
2145
|
+
margin: 0.25rem 0;
|
|
2146
|
+
}
|
|
2147
|
+
.p-speeddial-direction-up .p-speeddial-item:first-child {
|
|
2148
|
+
margin-bottom: 0.5rem;
|
|
2149
|
+
}
|
|
2150
|
+
|
|
2151
|
+
.p-speeddial-direction-down .p-speeddial-item {
|
|
2152
|
+
margin: 0.25rem 0;
|
|
2153
|
+
}
|
|
2154
|
+
.p-speeddial-direction-down .p-speeddial-item:first-child {
|
|
2155
|
+
margin-top: 0.5rem;
|
|
2156
|
+
}
|
|
2157
|
+
|
|
2158
|
+
.p-speeddial-direction-left .p-speeddial-item {
|
|
2159
|
+
margin: 0 0.25rem;
|
|
2160
|
+
}
|
|
2161
|
+
.p-speeddial-direction-left .p-speeddial-item:first-child {
|
|
2162
|
+
margin-right: 0.5rem;
|
|
2163
|
+
}
|
|
2164
|
+
|
|
2165
|
+
.p-speeddial-direction-right .p-speeddial-item {
|
|
2166
|
+
margin: 0 0.25rem;
|
|
2167
|
+
}
|
|
2168
|
+
.p-speeddial-direction-right .p-speeddial-item:first-child {
|
|
2169
|
+
margin-left: 0.5rem;
|
|
2170
|
+
}
|
|
2171
|
+
|
|
2172
|
+
.p-speeddial-circle .p-speeddial-item,
|
|
2173
|
+
.p-speeddial-semi-circle .p-speeddial-item,
|
|
2174
|
+
.p-speeddial-quarter-circle .p-speeddial-item {
|
|
2175
|
+
margin: 0;
|
|
2176
|
+
}
|
|
2177
|
+
.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
|
|
2178
|
+
.p-speeddial-semi-circle .p-speeddial-item:first-child,
|
|
2179
|
+
.p-speeddial-semi-circle .p-speeddial-item:last-child,
|
|
2180
|
+
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
|
|
2181
|
+
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
|
|
2182
|
+
margin: 0;
|
|
2183
|
+
}
|
|
2184
|
+
|
|
2185
|
+
.p-speeddial-mask {
|
|
2186
|
+
background-color: rgba(0, 0, 0, 0.32);
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2063
2189
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
|
2064
2190
|
.p-carousel .p-carousel-content .p-carousel-next {
|
|
2065
2191
|
width: 2rem;
|
|
@@ -2101,8 +2227,8 @@
|
|
|
2101
2227
|
background: rgba(255, 255, 255, 0.6);
|
|
2102
2228
|
}
|
|
2103
2229
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
|
2104
|
-
background: rgba(
|
|
2105
|
-
color: #
|
|
2230
|
+
background: rgba(159, 168, 218, 0.16);
|
|
2231
|
+
color: #9FA8DA;
|
|
2106
2232
|
}
|
|
2107
2233
|
|
|
2108
2234
|
.p-datatable .p-paginator-top {
|
|
@@ -2157,8 +2283,8 @@
|
|
|
2157
2283
|
height: 1.143rem;
|
|
2158
2284
|
min-width: 1.143rem;
|
|
2159
2285
|
line-height: 1.143rem;
|
|
2160
|
-
color: #
|
|
2161
|
-
background: rgba(
|
|
2286
|
+
color: #9FA8DA;
|
|
2287
|
+
background: rgba(159, 168, 218, 0.16);
|
|
2162
2288
|
margin-left: 0.5rem;
|
|
2163
2289
|
}
|
|
2164
2290
|
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
|
@@ -2190,7 +2316,6 @@
|
|
|
2190
2316
|
background: #1e1e1e;
|
|
2191
2317
|
color: rgba(255, 255, 255, 0.87);
|
|
2192
2318
|
transition: none;
|
|
2193
|
-
outline-color: transparent;
|
|
2194
2319
|
}
|
|
2195
2320
|
.p-datatable .p-datatable-tbody > tr > td {
|
|
2196
2321
|
text-align: left;
|
|
@@ -2232,27 +2357,35 @@
|
|
|
2232
2357
|
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
|
|
2233
2358
|
font-weight: 500;
|
|
2234
2359
|
}
|
|
2360
|
+
.p-datatable .p-datatable-tbody > tr:focus {
|
|
2361
|
+
outline: 1px solid transparent;
|
|
2362
|
+
outline-offset: -1px;
|
|
2363
|
+
}
|
|
2235
2364
|
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
|
2236
|
-
background: rgba(
|
|
2237
|
-
color: #
|
|
2365
|
+
background: rgba(159, 168, 218, 0.16);
|
|
2366
|
+
color: #9FA8DA;
|
|
2238
2367
|
}
|
|
2239
2368
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
|
2240
|
-
box-shadow: inset 0 2px 0 0 rgba(
|
|
2369
|
+
box-shadow: inset 0 2px 0 0 rgba(159, 168, 218, 0.16);
|
|
2241
2370
|
}
|
|
2242
2371
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
|
2243
|
-
box-shadow: inset 0 -2px 0 0 rgba(
|
|
2372
|
+
box-shadow: inset 0 -2px 0 0 rgba(159, 168, 218, 0.16);
|
|
2244
2373
|
}
|
|
2245
2374
|
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
|
2246
2375
|
background: rgba(255, 255, 255, 0.04);
|
|
2247
2376
|
color: rgba(255, 255, 255, 0.87);
|
|
2248
2377
|
}
|
|
2249
2378
|
.p-datatable .p-column-resizer-helper {
|
|
2250
|
-
background: #
|
|
2379
|
+
background: #9FA8DA;
|
|
2251
2380
|
}
|
|
2252
2381
|
.p-datatable .p-datatable-scrollable-header,
|
|
2253
2382
|
.p-datatable .p-datatable-scrollable-footer {
|
|
2254
2383
|
background: #1e1e1e;
|
|
2255
2384
|
}
|
|
2385
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
|
|
2386
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
|
|
2387
|
+
background-color: #1e1e1e;
|
|
2388
|
+
}
|
|
2256
2389
|
.p-datatable .p-datatable-loading-icon {
|
|
2257
2390
|
font-size: 2rem;
|
|
2258
2391
|
}
|
|
@@ -2293,14 +2426,14 @@
|
|
|
2293
2426
|
background: rgba(255, 255, 255, 0.02);
|
|
2294
2427
|
}
|
|
2295
2428
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
|
2296
|
-
background: rgba(
|
|
2297
|
-
color: #
|
|
2429
|
+
background: rgba(159, 168, 218, 0.16);
|
|
2430
|
+
color: #9FA8DA;
|
|
2298
2431
|
}
|
|
2299
2432
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
|
|
2300
|
-
color: #
|
|
2433
|
+
color: #9FA8DA;
|
|
2301
2434
|
}
|
|
2302
2435
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
|
|
2303
|
-
color: #
|
|
2436
|
+
color: #9FA8DA;
|
|
2304
2437
|
}
|
|
2305
2438
|
.p-datatable.p-datatable-sm .p-datatable-header {
|
|
2306
2439
|
padding: 0.375rem 0.375rem;
|
|
@@ -2394,8 +2527,8 @@
|
|
|
2394
2527
|
color: rgba(255, 255, 255, 0.6);
|
|
2395
2528
|
}
|
|
2396
2529
|
.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
|
|
2397
|
-
background: rgba(
|
|
2398
|
-
color: #
|
|
2530
|
+
background: rgba(159, 168, 218, 0.16);
|
|
2531
|
+
color: #9FA8DA;
|
|
2399
2532
|
}
|
|
2400
2533
|
.p-column-filter-menu-button:focus {
|
|
2401
2534
|
outline: 0 none;
|
|
@@ -2444,8 +2577,8 @@
|
|
|
2444
2577
|
border-radius: 0;
|
|
2445
2578
|
}
|
|
2446
2579
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
|
|
2447
|
-
color: #
|
|
2448
|
-
background: rgba(
|
|
2580
|
+
color: #9FA8DA;
|
|
2581
|
+
background: rgba(159, 168, 218, 0.16);
|
|
2449
2582
|
}
|
|
2450
2583
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
|
|
2451
2584
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -2490,126 +2623,293 @@
|
|
|
2490
2623
|
padding: 0.75rem;
|
|
2491
2624
|
}
|
|
2492
2625
|
|
|
2493
|
-
.fc
|
|
2626
|
+
.fc {
|
|
2627
|
+
/* FullCalendar 4 */
|
|
2628
|
+
/* FullCalendar 5 */
|
|
2629
|
+
}
|
|
2630
|
+
.fc.fc-unthemed .fc-view-container th {
|
|
2494
2631
|
background: #1e1e1e;
|
|
2495
2632
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
2496
2633
|
color: rgba(255, 255, 255, 0.87);
|
|
2497
2634
|
}
|
|
2498
|
-
.fc .fc-view-
|
|
2499
|
-
background: #1e1e1e;
|
|
2635
|
+
.fc.fc-unthemed .fc-view-container td.fc-widget-content {
|
|
2500
2636
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
2501
2637
|
color: rgba(255, 255, 255, 0.87);
|
|
2502
|
-
border-top-width: 0;
|
|
2503
|
-
border-left-width: 0;
|
|
2504
2638
|
}
|
|
2505
|
-
.fc .fc-view-
|
|
2506
|
-
border
|
|
2639
|
+
.fc.fc-unthemed .fc-view-container td.fc-head-container {
|
|
2640
|
+
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
2641
|
+
}
|
|
2642
|
+
.fc.fc-unthemed .fc-view-container .fc-view {
|
|
2643
|
+
background: #1e1e1e;
|
|
2507
2644
|
}
|
|
2508
|
-
.fc .fc-view-
|
|
2645
|
+
.fc.fc-unthemed .fc-view-container .fc-row {
|
|
2509
2646
|
border-right: 1px solid rgba(255, 255, 255, 0.12);
|
|
2510
|
-
display: none !important;
|
|
2511
2647
|
}
|
|
2512
|
-
.fc
|
|
2513
|
-
background: rgba(
|
|
2514
|
-
border: 1px solid rgba(
|
|
2515
|
-
color: #
|
|
2648
|
+
.fc.fc-unthemed .fc-view-container .fc-event {
|
|
2649
|
+
background: rgba(159, 168, 218, 0.16);
|
|
2650
|
+
border: 1px solid rgba(159, 168, 218, 0.16);
|
|
2651
|
+
color: #9FA8DA;
|
|
2516
2652
|
}
|
|
2517
|
-
.fc .fc-view-
|
|
2653
|
+
.fc.fc-unthemed .fc-view-container .fc-divider {
|
|
2518
2654
|
background: #1e1e1e;
|
|
2519
2655
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
2520
|
-
display: none !important;
|
|
2521
2656
|
}
|
|
2522
|
-
.fc .fc-
|
|
2657
|
+
.fc.fc-unthemed .fc-toolbar .fc-button {
|
|
2658
|
+
color: #121212;
|
|
2659
|
+
background: #9FA8DA;
|
|
2660
|
+
border: 0 none;
|
|
2661
|
+
font-size: 1rem;
|
|
2662
|
+
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);
|
|
2663
|
+
border-radius: 4px;
|
|
2664
|
+
display: flex;
|
|
2665
|
+
align-items: center;
|
|
2666
|
+
}
|
|
2667
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
|
|
2668
|
+
background: rgba(159, 168, 218, 0.92);
|
|
2669
|
+
color: #121212;
|
|
2670
|
+
border-color: transparent;
|
|
2671
|
+
}
|
|
2672
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
|
|
2673
|
+
background: rgba(159, 168, 218, 0.68);
|
|
2674
|
+
color: #121212;
|
|
2675
|
+
border-color: transparent;
|
|
2676
|
+
}
|
|
2677
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
|
|
2678
|
+
outline: 0 none;
|
|
2679
|
+
outline-offset: 0;
|
|
2680
|
+
box-shadow: none;
|
|
2681
|
+
}
|
|
2682
|
+
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left {
|
|
2683
|
+
font-family: "PrimeIcons" !important;
|
|
2684
|
+
text-indent: 0;
|
|
2685
|
+
font-size: 1rem;
|
|
2686
|
+
}
|
|
2687
|
+
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
2688
|
+
content: "\e900";
|
|
2689
|
+
}
|
|
2690
|
+
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
2691
|
+
font-family: "PrimeIcons" !important;
|
|
2692
|
+
text-indent: 0;
|
|
2693
|
+
font-size: 1rem;
|
|
2694
|
+
}
|
|
2695
|
+
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
2696
|
+
content: "\e901";
|
|
2697
|
+
}
|
|
2698
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
2699
|
+
outline: 0 none;
|
|
2700
|
+
outline-offset: 0;
|
|
2701
|
+
box-shadow: none;
|
|
2702
|
+
}
|
|
2703
|
+
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button {
|
|
2704
|
+
background: #2f2f2f;
|
|
2523
2705
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
2706
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2707
|
+
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);
|
|
2524
2708
|
}
|
|
2525
|
-
.fc .fc-
|
|
2526
|
-
|
|
2527
|
-
border-
|
|
2709
|
+
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
|
2710
|
+
background: #373737;
|
|
2711
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
2712
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2528
2713
|
}
|
|
2529
|
-
.fc .fc-toolbar .fc-button {
|
|
2530
|
-
|
|
2531
|
-
|
|
2714
|
+
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
|
|
2715
|
+
background: #1c1c1c;
|
|
2716
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
2717
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2718
|
+
}
|
|
2719
|
+
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
|
|
2720
|
+
background: #262626;
|
|
2721
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
2722
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2723
|
+
}
|
|
2724
|
+
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
|
|
2725
|
+
outline: 0 none;
|
|
2726
|
+
outline-offset: 0;
|
|
2727
|
+
box-shadow: none;
|
|
2728
|
+
z-index: 1;
|
|
2729
|
+
}
|
|
2730
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button {
|
|
2731
|
+
border-radius: 0;
|
|
2732
|
+
}
|
|
2733
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:first-child {
|
|
2734
|
+
border-top-left-radius: 4px;
|
|
2735
|
+
border-bottom-left-radius: 4px;
|
|
2736
|
+
}
|
|
2737
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child {
|
|
2738
|
+
border-top-right-radius: 4px;
|
|
2739
|
+
border-bottom-right-radius: 4px;
|
|
2740
|
+
}
|
|
2741
|
+
.fc.fc-theme-standard .fc-view-harness .fc-scrollgrid {
|
|
2742
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
2743
|
+
}
|
|
2744
|
+
.fc.fc-theme-standard .fc-view-harness th {
|
|
2745
|
+
background: #1e1e1e;
|
|
2746
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
2747
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2748
|
+
}
|
|
2749
|
+
.fc.fc-theme-standard .fc-view-harness td {
|
|
2750
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2751
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
2752
|
+
}
|
|
2753
|
+
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
|
2754
|
+
background: #1e1e1e;
|
|
2755
|
+
}
|
|
2756
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
|
2757
|
+
background: none;
|
|
2758
|
+
border: 0 none;
|
|
2759
|
+
}
|
|
2760
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
|
2761
|
+
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
2762
|
+
padding: 0.75rem;
|
|
2763
|
+
background: #1e1e1e;
|
|
2764
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2765
|
+
}
|
|
2766
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
|
2767
|
+
opacity: 1;
|
|
2768
|
+
display: flex;
|
|
2769
|
+
align-items: center;
|
|
2770
|
+
justify-content: center;
|
|
2771
|
+
overflow: hidden;
|
|
2772
|
+
font-family: "PrimeIcons" !important;
|
|
2773
|
+
font-size: 1rem;
|
|
2774
|
+
width: 2rem;
|
|
2775
|
+
height: 2rem;
|
|
2776
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2777
|
+
border: 0 none;
|
|
2778
|
+
background: transparent;
|
|
2779
|
+
border-radius: 50%;
|
|
2780
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2781
|
+
}
|
|
2782
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
|
2783
|
+
content: "\e90b";
|
|
2784
|
+
}
|
|
2785
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
|
2786
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2787
|
+
border-color: transparent;
|
|
2788
|
+
background: rgba(255, 255, 255, 0.04);
|
|
2789
|
+
}
|
|
2790
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
|
2791
|
+
outline: 0 none;
|
|
2792
|
+
outline-offset: 0;
|
|
2793
|
+
box-shadow: none;
|
|
2794
|
+
}
|
|
2795
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
|
2796
|
+
padding: 0.75rem;
|
|
2797
|
+
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
2798
|
+
background: #1e1e1e;
|
|
2799
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2800
|
+
border-top: 0 none;
|
|
2801
|
+
}
|
|
2802
|
+
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
|
2803
|
+
color: #9FA8DA;
|
|
2804
|
+
background: rgba(159, 168, 218, 0.16);
|
|
2805
|
+
border-color: rgba(159, 168, 218, 0.16);
|
|
2806
|
+
}
|
|
2807
|
+
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
|
|
2808
|
+
color: #9FA8DA;
|
|
2809
|
+
}
|
|
2810
|
+
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
|
|
2811
|
+
background: rgba(159, 168, 218, 0.16);
|
|
2812
|
+
border-color: rgba(159, 168, 218, 0.16);
|
|
2813
|
+
}
|
|
2814
|
+
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
|
|
2815
|
+
background: rgba(255, 255, 255, 0.04);
|
|
2816
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2817
|
+
}
|
|
2818
|
+
.fc.fc-theme-standard .fc-view-harness .fc-cell-shaded {
|
|
2819
|
+
background: #1e1e1e;
|
|
2820
|
+
}
|
|
2821
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button {
|
|
2822
|
+
color: #121212;
|
|
2823
|
+
background: #9FA8DA;
|
|
2532
2824
|
border: 0 none;
|
|
2533
2825
|
font-size: 1rem;
|
|
2534
2826
|
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);
|
|
2535
2827
|
border-radius: 4px;
|
|
2536
|
-
display: flex;
|
|
2537
|
-
align-items: center;
|
|
2538
2828
|
}
|
|
2539
|
-
.fc .fc-toolbar .fc-button:enabled:hover {
|
|
2540
|
-
background: rgba(
|
|
2541
|
-
color: #
|
|
2829
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
|
|
2830
|
+
background: rgba(159, 168, 218, 0.92);
|
|
2831
|
+
color: #121212;
|
|
2542
2832
|
border-color: transparent;
|
|
2543
2833
|
}
|
|
2544
|
-
.fc .fc-toolbar .fc-button:enabled:active {
|
|
2545
|
-
background: rgba(
|
|
2546
|
-
color: #
|
|
2834
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
|
|
2835
|
+
background: rgba(159, 168, 218, 0.68);
|
|
2836
|
+
color: #121212;
|
|
2547
2837
|
border-color: transparent;
|
|
2548
2838
|
}
|
|
2549
|
-
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
|
2839
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
|
|
2550
2840
|
outline: 0 none;
|
|
2551
2841
|
outline-offset: 0;
|
|
2552
2842
|
box-shadow: none;
|
|
2553
2843
|
}
|
|
2554
|
-
.fc
|
|
2844
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:disabled {
|
|
2845
|
+
opacity: 0.38;
|
|
2846
|
+
color: #121212;
|
|
2847
|
+
background: #9FA8DA;
|
|
2848
|
+
border: 0 none;
|
|
2849
|
+
}
|
|
2850
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left {
|
|
2555
2851
|
font-family: "PrimeIcons" !important;
|
|
2556
2852
|
text-indent: 0;
|
|
2557
2853
|
font-size: 1rem;
|
|
2558
2854
|
}
|
|
2559
|
-
.fc .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
2560
|
-
content: "
|
|
2855
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
2856
|
+
content: "\e900";
|
|
2561
2857
|
}
|
|
2562
|
-
.fc .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
2858
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
2563
2859
|
font-family: "PrimeIcons" !important;
|
|
2564
2860
|
text-indent: 0;
|
|
2565
2861
|
font-size: 1rem;
|
|
2566
2862
|
}
|
|
2567
|
-
.fc .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
2568
|
-
content: "
|
|
2863
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
2864
|
+
content: "\e901";
|
|
2569
2865
|
}
|
|
2570
|
-
.fc .fc-toolbar .fc-button:focus {
|
|
2866
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
2571
2867
|
outline: 0 none;
|
|
2572
2868
|
outline-offset: 0;
|
|
2573
2869
|
box-shadow: none;
|
|
2574
2870
|
}
|
|
2575
|
-
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc .fc-toolbar .fc-button.fc-timeGridDay-button {
|
|
2871
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button {
|
|
2576
2872
|
background: #2f2f2f;
|
|
2577
2873
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
2578
2874
|
color: rgba(255, 255, 255, 0.87);
|
|
2579
2875
|
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);
|
|
2580
2876
|
}
|
|
2581
|
-
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
|
2877
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
|
2582
2878
|
background: #373737;
|
|
2583
2879
|
border-color: rgba(255, 255, 255, 0.12);
|
|
2584
2880
|
color: rgba(255, 255, 255, 0.87);
|
|
2585
2881
|
}
|
|
2586
|
-
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
|
|
2882
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
|
|
2587
2883
|
background: #1c1c1c;
|
|
2588
2884
|
border-color: rgba(255, 255, 255, 0.12);
|
|
2589
2885
|
color: rgba(255, 255, 255, 0.87);
|
|
2590
2886
|
}
|
|
2591
|
-
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
|
|
2887
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
|
|
2592
2888
|
background: #262626;
|
|
2593
2889
|
border-color: rgba(255, 255, 255, 0.12);
|
|
2594
2890
|
color: rgba(255, 255, 255, 0.87);
|
|
2595
2891
|
}
|
|
2596
|
-
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
|
|
2892
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:not(:disabled):focus {
|
|
2597
2893
|
outline: 0 none;
|
|
2598
2894
|
outline-offset: 0;
|
|
2599
2895
|
box-shadow: none;
|
|
2600
2896
|
z-index: 1;
|
|
2601
2897
|
}
|
|
2602
|
-
.fc .fc-toolbar .fc-button-group .fc-button {
|
|
2898
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button {
|
|
2603
2899
|
border-radius: 0;
|
|
2604
2900
|
}
|
|
2605
|
-
.fc .fc-toolbar .fc-button-group .fc-button:first-child {
|
|
2901
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:first-child {
|
|
2606
2902
|
border-top-left-radius: 4px;
|
|
2607
2903
|
border-bottom-left-radius: 4px;
|
|
2608
2904
|
}
|
|
2609
|
-
.fc .fc-toolbar .fc-button-group .fc-button:last-child {
|
|
2905
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:last-child {
|
|
2610
2906
|
border-top-right-radius: 4px;
|
|
2611
2907
|
border-bottom-right-radius: 4px;
|
|
2612
2908
|
}
|
|
2909
|
+
.fc.fc-theme-standard .fc-highlight {
|
|
2910
|
+
color: #9FA8DA;
|
|
2911
|
+
background: rgba(159, 168, 218, 0.16);
|
|
2912
|
+
}
|
|
2613
2913
|
|
|
2614
2914
|
.p-orderlist .p-orderlist-controls {
|
|
2615
2915
|
padding: 0.75rem;
|
|
@@ -2653,8 +2953,8 @@
|
|
|
2653
2953
|
box-shadow: none;
|
|
2654
2954
|
}
|
|
2655
2955
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
|
2656
|
-
color: #
|
|
2657
|
-
background: rgba(
|
|
2956
|
+
color: #9FA8DA;
|
|
2957
|
+
background: rgba(159, 168, 218, 0.16);
|
|
2658
2958
|
}
|
|
2659
2959
|
|
|
2660
2960
|
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
|
@@ -2662,11 +2962,11 @@
|
|
|
2662
2962
|
color: rgba(255, 255, 255, 0.87);
|
|
2663
2963
|
}
|
|
2664
2964
|
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
|
2665
|
-
background: rgba(
|
|
2666
|
-
color: #
|
|
2965
|
+
background: rgba(159, 168, 218, 0.16);
|
|
2966
|
+
color: #9FA8DA;
|
|
2667
2967
|
}
|
|
2668
2968
|
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
|
|
2669
|
-
color: rgba(
|
|
2969
|
+
color: rgba(69, 86, 180, 0.16);
|
|
2670
2970
|
}
|
|
2671
2971
|
.p-organizationchart .p-organizationchart-line-down {
|
|
2672
2972
|
background: rgba(255, 255, 255, 0.12);
|
|
@@ -2726,12 +3026,12 @@
|
|
|
2726
3026
|
color: rgba(255, 255, 255, 0.6);
|
|
2727
3027
|
}
|
|
2728
3028
|
.p-paginator .p-paginator-first {
|
|
2729
|
-
border-top-left-radius:
|
|
2730
|
-
border-bottom-left-radius:
|
|
3029
|
+
border-top-left-radius: 50%;
|
|
3030
|
+
border-bottom-left-radius: 50%;
|
|
2731
3031
|
}
|
|
2732
3032
|
.p-paginator .p-paginator-last {
|
|
2733
|
-
border-top-right-radius:
|
|
2734
|
-
border-bottom-right-radius:
|
|
3033
|
+
border-top-right-radius: 50%;
|
|
3034
|
+
border-bottom-right-radius: 50%;
|
|
2735
3035
|
}
|
|
2736
3036
|
.p-paginator .p-dropdown {
|
|
2737
3037
|
margin-left: 0.5rem;
|
|
@@ -2741,6 +3041,13 @@
|
|
|
2741
3041
|
.p-paginator .p-dropdown .p-dropdown-label {
|
|
2742
3042
|
padding-right: 0;
|
|
2743
3043
|
}
|
|
3044
|
+
.p-paginator .p-paginator-page-input {
|
|
3045
|
+
margin-left: 0.5rem;
|
|
3046
|
+
margin-right: 0.5rem;
|
|
3047
|
+
}
|
|
3048
|
+
.p-paginator .p-paginator-page-input .p-inputtext {
|
|
3049
|
+
max-width: 3rem;
|
|
3050
|
+
}
|
|
2744
3051
|
.p-paginator .p-paginator-current {
|
|
2745
3052
|
background-color: transparent;
|
|
2746
3053
|
border: 0 none;
|
|
@@ -2761,9 +3068,9 @@
|
|
|
2761
3068
|
border-radius: 50%;
|
|
2762
3069
|
}
|
|
2763
3070
|
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
|
2764
|
-
background: rgba(
|
|
2765
|
-
border-color: rgba(
|
|
2766
|
-
color: #
|
|
3071
|
+
background: rgba(159, 168, 218, 0.16);
|
|
3072
|
+
border-color: rgba(159, 168, 218, 0.16);
|
|
3073
|
+
color: #9FA8DA;
|
|
2767
3074
|
}
|
|
2768
3075
|
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
|
2769
3076
|
background: rgba(255, 255, 255, 0.04);
|
|
@@ -2813,8 +3120,8 @@
|
|
|
2813
3120
|
box-shadow: none;
|
|
2814
3121
|
}
|
|
2815
3122
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
2816
|
-
color: #
|
|
2817
|
-
background: rgba(
|
|
3123
|
+
color: #9FA8DA;
|
|
3124
|
+
background: rgba(159, 168, 218, 0.16);
|
|
2818
3125
|
}
|
|
2819
3126
|
|
|
2820
3127
|
.p-timeline .p-timeline-event-marker {
|
|
@@ -2893,16 +3200,16 @@
|
|
|
2893
3200
|
box-shadow: none;
|
|
2894
3201
|
}
|
|
2895
3202
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
2896
|
-
background: rgba(
|
|
2897
|
-
color: #
|
|
3203
|
+
background: rgba(159, 168, 218, 0.16);
|
|
3204
|
+
color: #9FA8DA;
|
|
2898
3205
|
}
|
|
2899
3206
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
|
|
2900
3207
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
|
2901
|
-
color: #
|
|
3208
|
+
color: #9FA8DA;
|
|
2902
3209
|
}
|
|
2903
3210
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
|
2904
3211
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
|
2905
|
-
color: #
|
|
3212
|
+
color: #9FA8DA;
|
|
2906
3213
|
}
|
|
2907
3214
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
|
2908
3215
|
background: rgba(255, 255, 255, 0.04);
|
|
@@ -2981,8 +3288,8 @@
|
|
|
2981
3288
|
height: 1.143rem;
|
|
2982
3289
|
min-width: 1.143rem;
|
|
2983
3290
|
line-height: 1.143rem;
|
|
2984
|
-
color: #
|
|
2985
|
-
background: rgba(
|
|
3291
|
+
color: #9FA8DA;
|
|
3292
|
+
background: rgba(159, 168, 218, 0.16);
|
|
2986
3293
|
margin-left: 0.5rem;
|
|
2987
3294
|
}
|
|
2988
3295
|
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
|
@@ -3003,7 +3310,6 @@
|
|
|
3003
3310
|
background: #1e1e1e;
|
|
3004
3311
|
color: rgba(255, 255, 255, 0.87);
|
|
3005
3312
|
transition: none;
|
|
3006
|
-
outline-color: transparent;
|
|
3007
3313
|
}
|
|
3008
3314
|
.p-treetable .p-treetable-tbody > tr > td {
|
|
3009
3315
|
text-align: left;
|
|
@@ -3037,15 +3343,19 @@
|
|
|
3037
3343
|
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3038
3344
|
color: rgba(255, 255, 255, 0.87);
|
|
3039
3345
|
}
|
|
3346
|
+
.p-treetable .p-treetable-tbody > tr:focus {
|
|
3347
|
+
outline: 1px solid transparent;
|
|
3348
|
+
outline-offset: -1px;
|
|
3349
|
+
}
|
|
3040
3350
|
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
|
3041
|
-
background: rgba(
|
|
3042
|
-
color: #
|
|
3351
|
+
background: rgba(159, 168, 218, 0.16);
|
|
3352
|
+
color: #9FA8DA;
|
|
3043
3353
|
}
|
|
3044
3354
|
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
|
|
3045
|
-
color: #
|
|
3355
|
+
color: #9FA8DA;
|
|
3046
3356
|
}
|
|
3047
3357
|
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
|
|
3048
|
-
color: #
|
|
3358
|
+
color: #9FA8DA;
|
|
3049
3359
|
}
|
|
3050
3360
|
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
|
3051
3361
|
background: rgba(255, 255, 255, 0.04);
|
|
@@ -3055,7 +3365,7 @@
|
|
|
3055
3365
|
color: rgba(255, 255, 255, 0.87);
|
|
3056
3366
|
}
|
|
3057
3367
|
.p-treetable .p-column-resizer-helper {
|
|
3058
|
-
background: #
|
|
3368
|
+
background: #9FA8DA;
|
|
3059
3369
|
}
|
|
3060
3370
|
.p-treetable .p-treetable-scrollable-header,
|
|
3061
3371
|
.p-treetable .p-treetable-scrollable-footer {
|
|
@@ -3248,6 +3558,9 @@
|
|
|
3248
3558
|
outline-offset: 0;
|
|
3249
3559
|
box-shadow: none;
|
|
3250
3560
|
}
|
|
3561
|
+
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover {
|
|
3562
|
+
color: rgba(255, 255, 255, 0.87);
|
|
3563
|
+
}
|
|
3251
3564
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
|
3252
3565
|
background: rgba(255, 255, 255, 0.04);
|
|
3253
3566
|
border-color: rgba(255, 255, 255, 0.12);
|
|
@@ -3362,9 +3675,9 @@
|
|
|
3362
3675
|
margin-right: 0;
|
|
3363
3676
|
}
|
|
3364
3677
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
|
3365
|
-
border:
|
|
3366
|
-
border-width: 0 0
|
|
3367
|
-
border-color: transparent transparent
|
|
3678
|
+
border: solid rgba(255, 255, 255, 0.12);
|
|
3679
|
+
border-width: 0 0 1px 0;
|
|
3680
|
+
border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent;
|
|
3368
3681
|
background: transparent;
|
|
3369
3682
|
color: rgba(255, 255, 255, 0.6);
|
|
3370
3683
|
padding: 0.75rem 1.25rem;
|
|
@@ -3372,22 +3685,34 @@
|
|
|
3372
3685
|
border-top-right-radius: 4px;
|
|
3373
3686
|
border-top-left-radius: 4px;
|
|
3374
3687
|
transition: none;
|
|
3375
|
-
margin: 0 0
|
|
3688
|
+
margin: 0 0 -1px 0;
|
|
3376
3689
|
}
|
|
3377
3690
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
|
3378
3691
|
outline: 0 none;
|
|
3379
3692
|
outline-offset: 0;
|
|
3380
|
-
box-shadow: none;
|
|
3693
|
+
box-shadow: inset none;
|
|
3381
3694
|
}
|
|
3382
3695
|
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
|
3383
|
-
background: rgba(
|
|
3384
|
-
border-color:
|
|
3696
|
+
background: rgba(159, 168, 218, 0.04);
|
|
3697
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
3385
3698
|
color: rgba(255, 255, 255, 0.6);
|
|
3386
3699
|
}
|
|
3387
3700
|
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
|
3388
3701
|
background: transparent;
|
|
3389
|
-
border-color:
|
|
3390
|
-
color: #
|
|
3702
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
3703
|
+
color: #9FA8DA;
|
|
3704
|
+
}
|
|
3705
|
+
.p-tabview .p-tabview-nav-btn.p-link {
|
|
3706
|
+
background: transparent;
|
|
3707
|
+
color: #9FA8DA;
|
|
3708
|
+
width: 2.25rem;
|
|
3709
|
+
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);
|
|
3710
|
+
border-radius: 0;
|
|
3711
|
+
}
|
|
3712
|
+
.p-tabview .p-tabview-nav-btn.p-link:focus {
|
|
3713
|
+
outline: 0 none;
|
|
3714
|
+
outline-offset: 0;
|
|
3715
|
+
box-shadow: inset none;
|
|
3391
3716
|
}
|
|
3392
3717
|
.p-tabview .p-tabview-panels {
|
|
3393
3718
|
background: transparent;
|
|
@@ -3517,10 +3842,6 @@
|
|
|
3517
3842
|
margin-left: 1rem;
|
|
3518
3843
|
}
|
|
3519
3844
|
|
|
3520
|
-
.p-dialog-mask.p-component-overlay {
|
|
3521
|
-
background-color: rgba(0, 0, 0, 0.32);
|
|
3522
|
-
}
|
|
3523
|
-
|
|
3524
3845
|
.p-overlaypanel {
|
|
3525
3846
|
background: #262626;
|
|
3526
3847
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -3532,8 +3853,8 @@
|
|
|
3532
3853
|
padding: 0.75rem;
|
|
3533
3854
|
}
|
|
3534
3855
|
.p-overlaypanel .p-overlaypanel-close {
|
|
3535
|
-
background: #
|
|
3536
|
-
color: #
|
|
3856
|
+
background: #9FA8DA;
|
|
3857
|
+
color: #121212;
|
|
3537
3858
|
width: 2rem;
|
|
3538
3859
|
height: 2rem;
|
|
3539
3860
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
@@ -3543,8 +3864,8 @@
|
|
|
3543
3864
|
right: -1rem;
|
|
3544
3865
|
}
|
|
3545
3866
|
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
|
|
3546
|
-
background: rgba(
|
|
3547
|
-
color: #
|
|
3867
|
+
background: rgba(159, 168, 218, 0.92);
|
|
3868
|
+
color: #121212;
|
|
3548
3869
|
}
|
|
3549
3870
|
.p-overlaypanel:after {
|
|
3550
3871
|
border: solid transparent;
|
|
@@ -3601,10 +3922,6 @@
|
|
|
3601
3922
|
padding: 0.75rem;
|
|
3602
3923
|
}
|
|
3603
3924
|
|
|
3604
|
-
.p-sidebar-mask.p-component-overlay {
|
|
3605
|
-
background: rgba(0, 0, 0, 0.32);
|
|
3606
|
-
}
|
|
3607
|
-
|
|
3608
3925
|
.p-tooltip .p-tooltip-text {
|
|
3609
3926
|
background: #444444;
|
|
3610
3927
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -3661,13 +3978,13 @@
|
|
|
3661
3978
|
}
|
|
3662
3979
|
|
|
3663
3980
|
.p-fileupload-choose:not(.p-disabled):hover {
|
|
3664
|
-
background: rgba(
|
|
3665
|
-
color: #
|
|
3981
|
+
background: rgba(159, 168, 218, 0.92);
|
|
3982
|
+
color: #121212;
|
|
3666
3983
|
border-color: transparent;
|
|
3667
3984
|
}
|
|
3668
3985
|
.p-fileupload-choose:not(.p-disabled):active {
|
|
3669
|
-
background: rgba(
|
|
3670
|
-
color: #
|
|
3986
|
+
background: rgba(159, 168, 218, 0.68);
|
|
3987
|
+
color: #121212;
|
|
3671
3988
|
border-color: transparent;
|
|
3672
3989
|
}
|
|
3673
3990
|
|
|
@@ -3709,6 +4026,7 @@
|
|
|
3709
4026
|
color: rgba(255, 255, 255, 0.87);
|
|
3710
4027
|
border: 0 none;
|
|
3711
4028
|
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);
|
|
4029
|
+
border-radius: 4px;
|
|
3712
4030
|
width: 12.5rem;
|
|
3713
4031
|
}
|
|
3714
4032
|
.p-contextmenu .p-menuitem-link {
|
|
@@ -3750,6 +4068,7 @@
|
|
|
3750
4068
|
background: #2b2b2b;
|
|
3751
4069
|
border: 0 none;
|
|
3752
4070
|
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);
|
|
4071
|
+
border-radius: 4px;
|
|
3753
4072
|
}
|
|
3754
4073
|
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
|
|
3755
4074
|
background: rgba(255, 255, 255, 0.04);
|
|
@@ -3768,6 +4087,66 @@
|
|
|
3768
4087
|
font-size: 0.875rem;
|
|
3769
4088
|
}
|
|
3770
4089
|
|
|
4090
|
+
.p-dock .p-dock-list-container {
|
|
4091
|
+
background: rgba(255, 255, 255, 0.1);
|
|
4092
|
+
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
4093
|
+
padding: 0.5rem 0.5rem;
|
|
4094
|
+
border-radius: 0.5rem;
|
|
4095
|
+
}
|
|
4096
|
+
.p-dock .p-dock-item {
|
|
4097
|
+
padding: 0.5rem;
|
|
4098
|
+
}
|
|
4099
|
+
.p-dock .p-dock-action {
|
|
4100
|
+
width: 4rem;
|
|
4101
|
+
height: 4rem;
|
|
4102
|
+
}
|
|
4103
|
+
.p-dock.p-dock-top .p-dock-item-second-prev,
|
|
4104
|
+
.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
|
|
4105
|
+
.p-dock.p-dock-bottom .p-dock-item-second-next {
|
|
4106
|
+
margin: 0 0.9rem;
|
|
4107
|
+
}
|
|
4108
|
+
.p-dock.p-dock-top .p-dock-item-prev,
|
|
4109
|
+
.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
|
|
4110
|
+
.p-dock.p-dock-bottom .p-dock-item-next {
|
|
4111
|
+
margin: 0 1.3rem;
|
|
4112
|
+
}
|
|
4113
|
+
.p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
|
|
4114
|
+
margin: 0 1.5rem;
|
|
4115
|
+
}
|
|
4116
|
+
.p-dock.p-dock-left .p-dock-item-second-prev,
|
|
4117
|
+
.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
|
|
4118
|
+
.p-dock.p-dock-right .p-dock-item-second-next {
|
|
4119
|
+
margin: 0.9rem 0;
|
|
4120
|
+
}
|
|
4121
|
+
.p-dock.p-dock-left .p-dock-item-prev,
|
|
4122
|
+
.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
|
|
4123
|
+
.p-dock.p-dock-right .p-dock-item-next {
|
|
4124
|
+
margin: 1.3rem 0;
|
|
4125
|
+
}
|
|
4126
|
+
.p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
|
|
4127
|
+
margin: 1.5rem 0;
|
|
4128
|
+
}
|
|
4129
|
+
|
|
4130
|
+
@media screen and (max-width: 960px) {
|
|
4131
|
+
.p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
|
|
4132
|
+
overflow-x: auto;
|
|
4133
|
+
width: 100%;
|
|
4134
|
+
}
|
|
4135
|
+
.p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
|
|
4136
|
+
margin: 0 auto;
|
|
4137
|
+
}
|
|
4138
|
+
.p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container {
|
|
4139
|
+
overflow-y: auto;
|
|
4140
|
+
height: 100%;
|
|
4141
|
+
}
|
|
4142
|
+
.p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
|
|
4143
|
+
margin: auto 0;
|
|
4144
|
+
}
|
|
4145
|
+
.p-dock .p-dock-list .p-dock-item {
|
|
4146
|
+
transform: none;
|
|
4147
|
+
margin: 0;
|
|
4148
|
+
}
|
|
4149
|
+
}
|
|
3771
4150
|
.p-megamenu {
|
|
3772
4151
|
padding: 0.75rem;
|
|
3773
4152
|
background: #1e1e1e;
|
|
@@ -4343,8 +4722,8 @@
|
|
|
4343
4722
|
box-shadow: none;
|
|
4344
4723
|
}
|
|
4345
4724
|
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
|
4346
|
-
background: rgba(
|
|
4347
|
-
color: #
|
|
4725
|
+
background: rgba(159, 168, 218, 0.16);
|
|
4726
|
+
color: #9FA8DA;
|
|
4348
4727
|
}
|
|
4349
4728
|
.p-steps .p-steps-item.p-highlight .p-steps-title {
|
|
4350
4729
|
font-weight: 500;
|
|
@@ -4370,9 +4749,9 @@
|
|
|
4370
4749
|
margin-right: 0;
|
|
4371
4750
|
}
|
|
4372
4751
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
|
|
4373
|
-
border:
|
|
4374
|
-
border-width: 0 0
|
|
4375
|
-
border-color: transparent transparent
|
|
4752
|
+
border: solid rgba(255, 255, 255, 0.12);
|
|
4753
|
+
border-width: 0 0 1px 0;
|
|
4754
|
+
border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent;
|
|
4376
4755
|
background: transparent;
|
|
4377
4756
|
color: rgba(255, 255, 255, 0.6);
|
|
4378
4757
|
padding: 0.75rem 1.25rem;
|
|
@@ -4380,7 +4759,7 @@
|
|
|
4380
4759
|
border-top-right-radius: 4px;
|
|
4381
4760
|
border-top-left-radius: 4px;
|
|
4382
4761
|
transition: none;
|
|
4383
|
-
margin: 0 0
|
|
4762
|
+
margin: 0 0 -1px 0;
|
|
4384
4763
|
}
|
|
4385
4764
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
|
4386
4765
|
margin-right: 0.5rem;
|
|
@@ -4388,17 +4767,17 @@
|
|
|
4388
4767
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
|
|
4389
4768
|
outline: 0 none;
|
|
4390
4769
|
outline-offset: 0;
|
|
4391
|
-
box-shadow: none;
|
|
4770
|
+
box-shadow: inset none;
|
|
4392
4771
|
}
|
|
4393
4772
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
|
|
4394
|
-
background: rgba(
|
|
4395
|
-
border-color:
|
|
4773
|
+
background: rgba(159, 168, 218, 0.04);
|
|
4774
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
4396
4775
|
color: rgba(255, 255, 255, 0.6);
|
|
4397
4776
|
}
|
|
4398
4777
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
|
|
4399
4778
|
background: transparent;
|
|
4400
|
-
border-color:
|
|
4401
|
-
color: #
|
|
4779
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
4780
|
+
color: #9FA8DA;
|
|
4402
4781
|
}
|
|
4403
4782
|
|
|
4404
4783
|
.p-tieredmenu {
|
|
@@ -4734,8 +5113,8 @@
|
|
|
4734
5113
|
background: rgba(255, 255, 255, 0.6);
|
|
4735
5114
|
}
|
|
4736
5115
|
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
|
4737
|
-
background: rgba(
|
|
4738
|
-
color: #
|
|
5116
|
+
background: rgba(159, 168, 218, 0.16);
|
|
5117
|
+
color: #9FA8DA;
|
|
4739
5118
|
}
|
|
4740
5119
|
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
|
|
4741
5120
|
margin-right: 0.5rem;
|
|
@@ -4753,8 +5132,8 @@
|
|
|
4753
5132
|
background: rgba(255, 255, 255, 0.6);
|
|
4754
5133
|
}
|
|
4755
5134
|
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
|
4756
|
-
background: rgba(
|
|
4757
|
-
color: #
|
|
5135
|
+
background: rgba(159, 168, 218, 0.16);
|
|
5136
|
+
color: #9FA8DA;
|
|
4758
5137
|
}
|
|
4759
5138
|
.p-galleria .p-galleria-thumbnail-container {
|
|
4760
5139
|
background: rgba(0, 0, 0, 0.9);
|
|
@@ -4781,8 +5160,46 @@
|
|
|
4781
5160
|
box-shadow: none;
|
|
4782
5161
|
}
|
|
4783
5162
|
|
|
4784
|
-
.p-galleria-mask
|
|
4785
|
-
|
|
5163
|
+
.p-galleria-mask {
|
|
5164
|
+
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5165
|
+
}
|
|
5166
|
+
|
|
5167
|
+
.p-image-mask {
|
|
5168
|
+
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5169
|
+
}
|
|
5170
|
+
|
|
5171
|
+
.p-image-preview-indicator {
|
|
5172
|
+
background-color: transparent;
|
|
5173
|
+
color: #f8f9fa;
|
|
5174
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5175
|
+
}
|
|
5176
|
+
|
|
5177
|
+
.p-image-preview-container:hover > .p-image-preview-indicator {
|
|
5178
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
5179
|
+
}
|
|
5180
|
+
|
|
5181
|
+
.p-image-toolbar {
|
|
5182
|
+
padding: 1rem;
|
|
5183
|
+
}
|
|
5184
|
+
|
|
5185
|
+
.p-image-action.p-link {
|
|
5186
|
+
color: #f8f9fa;
|
|
5187
|
+
background-color: transparent;
|
|
5188
|
+
width: 3rem;
|
|
5189
|
+
height: 3rem;
|
|
5190
|
+
border-radius: 50%;
|
|
5191
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5192
|
+
margin-right: 0.5rem;
|
|
5193
|
+
}
|
|
5194
|
+
.p-image-action.p-link:last-child {
|
|
5195
|
+
margin-right: 0;
|
|
5196
|
+
}
|
|
5197
|
+
.p-image-action.p-link:hover {
|
|
5198
|
+
color: #f8f9fa;
|
|
5199
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
5200
|
+
}
|
|
5201
|
+
.p-image-action.p-link i {
|
|
5202
|
+
font-size: 1.5rem;
|
|
4786
5203
|
}
|
|
4787
5204
|
|
|
4788
5205
|
.p-avatar {
|
|
@@ -4811,8 +5228,8 @@
|
|
|
4811
5228
|
}
|
|
4812
5229
|
|
|
4813
5230
|
.p-badge {
|
|
4814
|
-
background: #
|
|
4815
|
-
color: #
|
|
5231
|
+
background: #9FA8DA;
|
|
5232
|
+
color: #121212;
|
|
4816
5233
|
font-size: 0.75rem;
|
|
4817
5234
|
font-weight: 700;
|
|
4818
5235
|
min-width: 1.5rem;
|
|
@@ -4820,8 +5237,8 @@
|
|
|
4820
5237
|
line-height: 1.5rem;
|
|
4821
5238
|
}
|
|
4822
5239
|
.p-badge.p-badge-secondary {
|
|
4823
|
-
background-color: #
|
|
4824
|
-
color: #
|
|
5240
|
+
background-color: #F48FB1;
|
|
5241
|
+
color: #121212;
|
|
4825
5242
|
}
|
|
4826
5243
|
.p-badge.p-badge-success {
|
|
4827
5244
|
background-color: #C5E1A5;
|
|
@@ -4852,10 +5269,6 @@
|
|
|
4852
5269
|
line-height: 3rem;
|
|
4853
5270
|
}
|
|
4854
5271
|
|
|
4855
|
-
.p-blockui.p-component-overlay {
|
|
4856
|
-
background: rgba(0, 0, 0, 0.32);
|
|
4857
|
-
}
|
|
4858
|
-
|
|
4859
5272
|
.p-chip {
|
|
4860
5273
|
background-color: rgba(255, 255, 255, 0.12);
|
|
4861
5274
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -4905,16 +5318,16 @@
|
|
|
4905
5318
|
.p-progressbar {
|
|
4906
5319
|
border: 0 none;
|
|
4907
5320
|
height: 4px;
|
|
4908
|
-
background: rgba(
|
|
5321
|
+
background: rgba(159, 168, 218, 0.32);
|
|
4909
5322
|
border-radius: 4px;
|
|
4910
5323
|
}
|
|
4911
5324
|
.p-progressbar .p-progressbar-value {
|
|
4912
5325
|
border: 0 none;
|
|
4913
5326
|
margin: 0;
|
|
4914
|
-
background: #
|
|
5327
|
+
background: #9FA8DA;
|
|
4915
5328
|
}
|
|
4916
5329
|
.p-progressbar .p-progressbar-label {
|
|
4917
|
-
color:
|
|
5330
|
+
color: #121212;
|
|
4918
5331
|
line-height: 4px;
|
|
4919
5332
|
}
|
|
4920
5333
|
|
|
@@ -4926,14 +5339,14 @@
|
|
|
4926
5339
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
4927
5340
|
}
|
|
4928
5341
|
.p-scrolltop.p-link {
|
|
4929
|
-
background: #
|
|
5342
|
+
background: #F48FB1;
|
|
4930
5343
|
}
|
|
4931
5344
|
.p-scrolltop.p-link:hover {
|
|
4932
|
-
background: rgba(
|
|
5345
|
+
background: rgba(244, 143, 177, 0.92);
|
|
4933
5346
|
}
|
|
4934
5347
|
.p-scrolltop .p-scrolltop-icon {
|
|
4935
5348
|
font-size: 1.15rem;
|
|
4936
|
-
color: #
|
|
5349
|
+
color: #121212;
|
|
4937
5350
|
}
|
|
4938
5351
|
|
|
4939
5352
|
.p-skeleton {
|
|
@@ -4945,8 +5358,8 @@
|
|
|
4945
5358
|
}
|
|
4946
5359
|
|
|
4947
5360
|
.p-tag {
|
|
4948
|
-
background: #
|
|
4949
|
-
color: #
|
|
5361
|
+
background: #9FA8DA;
|
|
5362
|
+
color: #121212;
|
|
4950
5363
|
font-size: 0.75rem;
|
|
4951
5364
|
font-weight: 700;
|
|
4952
5365
|
padding: 0.25rem 0.4rem;
|
|
@@ -5024,7 +5437,7 @@
|
|
|
5024
5437
|
}
|
|
5025
5438
|
|
|
5026
5439
|
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
|
|
5027
|
-
box-shadow: inset 0 0 0 1px #
|
|
5440
|
+
box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA;
|
|
5028
5441
|
}
|
|
5029
5442
|
|
|
5030
5443
|
.p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container {
|
|
@@ -5032,7 +5445,7 @@
|
|
|
5032
5445
|
border-bottom-right-radius: 0;
|
|
5033
5446
|
border: 1px solid transparent;
|
|
5034
5447
|
background: rgba(255, 255, 255, 0.06) no-repeat;
|
|
5035
|
-
background-image: linear-gradient(to bottom, #
|
|
5448
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
|
5036
5449
|
background-size: 0 2px, 100% 1px;
|
|
5037
5450
|
background-position: 50% 100%, 50% 100%;
|
|
5038
5451
|
background-origin: border-box;
|
|
@@ -5044,7 +5457,7 @@
|
|
|
5044
5457
|
.p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover {
|
|
5045
5458
|
background-color: rgba(255, 255, 255, 0.08);
|
|
5046
5459
|
border-color: transparent;
|
|
5047
|
-
background-image: linear-gradient(to bottom, #
|
|
5460
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
|
5048
5461
|
}
|
|
5049
5462
|
.p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus {
|
|
5050
5463
|
box-shadow: none;
|
|
@@ -5102,6 +5515,13 @@
|
|
|
5102
5515
|
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;
|
|
5103
5516
|
}
|
|
5104
5517
|
|
|
5518
|
+
.p-breadcrumb .p-menuitem-link {
|
|
5519
|
+
padding: 0.25rem 0.5rem;
|
|
5520
|
+
}
|
|
5521
|
+
.p-breadcrumb .p-menuitem-link:focus {
|
|
5522
|
+
background: rgba(255, 255, 255, 0.12);
|
|
5523
|
+
}
|
|
5524
|
+
|
|
5105
5525
|
.p-button {
|
|
5106
5526
|
font-weight: 500;
|
|
5107
5527
|
min-width: 4rem;
|
|
@@ -5110,22 +5530,31 @@
|
|
|
5110
5530
|
min-width: auto;
|
|
5111
5531
|
}
|
|
5112
5532
|
.p-button:enabled:focus {
|
|
5113
|
-
background: rgba(
|
|
5533
|
+
background: rgba(159, 168, 218, 0.76);
|
|
5114
5534
|
}
|
|
5115
5535
|
.p-button:enabled:active {
|
|
5116
|
-
background: rgba(
|
|
5536
|
+
background: rgba(159, 168, 218, 0.68);
|
|
5117
5537
|
}
|
|
5118
5538
|
.p-button .p-ink {
|
|
5119
5539
|
background-color: rgba(255, 255, 255, 0.32);
|
|
5120
5540
|
}
|
|
5121
5541
|
.p-button.p-button-text:enabled:focus, .p-button.p-button-outlined:enabled:focus {
|
|
5122
|
-
background: rgba(
|
|
5542
|
+
background: rgba(159, 168, 218, 0.12);
|
|
5123
5543
|
}
|
|
5124
5544
|
.p-button.p-button-text:enabled:active, .p-button.p-button-outlined:enabled:active {
|
|
5125
|
-
background: rgba(
|
|
5545
|
+
background: rgba(159, 168, 218, 0.16);
|
|
5126
5546
|
}
|
|
5127
5547
|
.p-button.p-button-text .p-ink, .p-button.p-button-outlined .p-ink {
|
|
5128
|
-
background-color: rgba(
|
|
5548
|
+
background-color: rgba(159, 168, 218, 0.16);
|
|
5549
|
+
}
|
|
5550
|
+
.p-button.p-button-outlined {
|
|
5551
|
+
box-shadow: inset 0 0 0 1px;
|
|
5552
|
+
}
|
|
5553
|
+
.p-button.p-button-outlined:enabled:focus {
|
|
5554
|
+
box-shadow: inset 0 0 0 1px;
|
|
5555
|
+
}
|
|
5556
|
+
.p-button.p-button-outlined:enabled:active {
|
|
5557
|
+
box-shadow: inset 0 0 0 1px;
|
|
5129
5558
|
}
|
|
5130
5559
|
.p-button:disabled {
|
|
5131
5560
|
background-color: rgba(255, 255, 255, 0.12) !important;
|
|
@@ -5146,19 +5575,19 @@
|
|
|
5146
5575
|
}
|
|
5147
5576
|
|
|
5148
5577
|
.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 {
|
|
5149
|
-
background: rgba(
|
|
5578
|
+
background: rgba(244, 143, 177, 0.76);
|
|
5150
5579
|
}
|
|
5151
5580
|
.p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active, .p-splitbutton.p-button-secondary > .p-button:enabled:active {
|
|
5152
|
-
background: rgba(
|
|
5581
|
+
background: rgba(244, 143, 177, 0.68);
|
|
5153
5582
|
}
|
|
5154
5583
|
.p-button.p-button-secondary.p-button-text:enabled:focus, .p-button.p-button-secondary.p-button-outlined:enabled:focus, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:focus, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:focus {
|
|
5155
|
-
background: rgba(
|
|
5584
|
+
background: rgba(244, 143, 177, 0.12);
|
|
5156
5585
|
}
|
|
5157
5586
|
.p-button.p-button-secondary.p-button-text:enabled:active, .p-button.p-button-secondary.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active {
|
|
5158
|
-
background: rgba(
|
|
5587
|
+
background: rgba(244, 143, 177, 0.16);
|
|
5159
5588
|
}
|
|
5160
5589
|
.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 {
|
|
5161
|
-
background-color: rgba(
|
|
5590
|
+
background-color: rgba(244, 143, 177, 0.16);
|
|
5162
5591
|
}
|
|
5163
5592
|
|
|
5164
5593
|
.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 {
|
|
@@ -5272,8 +5701,8 @@
|
|
|
5272
5701
|
border-color: rgba(255, 255, 255, 0.6);
|
|
5273
5702
|
}
|
|
5274
5703
|
.p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus {
|
|
5275
|
-
border-color: #
|
|
5276
|
-
box-shadow: inset 0 0 0 1px #
|
|
5704
|
+
border-color: #9FA8DA;
|
|
5705
|
+
box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA;
|
|
5277
5706
|
}
|
|
5278
5707
|
|
|
5279
5708
|
.p-datepicker .p-datepicker-header {
|
|
@@ -5299,7 +5728,7 @@
|
|
|
5299
5728
|
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.38);
|
|
5300
5729
|
}
|
|
5301
5730
|
.p-datepicker table td.p-datepicker-today.p-highlight {
|
|
5302
|
-
box-shadow: 0 0 0 1px rgba(
|
|
5731
|
+
box-shadow: 0 0 0 1px rgba(159, 168, 218, 0.16);
|
|
5303
5732
|
}
|
|
5304
5733
|
|
|
5305
5734
|
.p-calendar.p-invalid .p-inputtext:enabled:focus {
|
|
@@ -5320,7 +5749,7 @@
|
|
|
5320
5749
|
border-bottom-right-radius: 0;
|
|
5321
5750
|
border: 1px solid transparent;
|
|
5322
5751
|
background: rgba(255, 255, 255, 0.06) no-repeat;
|
|
5323
|
-
background-image: linear-gradient(to bottom, #
|
|
5752
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
|
5324
5753
|
background-size: 0 2px, 100% 1px;
|
|
5325
5754
|
background-position: 50% 100%, 50% 100%;
|
|
5326
5755
|
background-origin: border-box;
|
|
@@ -5332,7 +5761,7 @@
|
|
|
5332
5761
|
.p-input-filled .p-calendar-w-btn:not(.p-disabled):hover {
|
|
5333
5762
|
background-color: rgba(255, 255, 255, 0.08);
|
|
5334
5763
|
border-color: transparent;
|
|
5335
|
-
background-image: linear-gradient(to bottom, #
|
|
5764
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
|
5336
5765
|
}
|
|
5337
5766
|
.p-input-filled .p-calendar-w-btn:not(.p-disabled).p-focus, .p-input-filled .p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus {
|
|
5338
5767
|
box-shadow: none;
|
|
@@ -5378,8 +5807,8 @@
|
|
|
5378
5807
|
}
|
|
5379
5808
|
|
|
5380
5809
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
|
5381
|
-
background: #
|
|
5382
|
-
color: #
|
|
5810
|
+
background: #F48FB1;
|
|
5811
|
+
color: #121212;
|
|
5383
5812
|
}
|
|
5384
5813
|
|
|
5385
5814
|
.p-cascadeselect .p-cascadeselect-label, .p-cascadeselect .p-dropdown-trigger {
|
|
@@ -5390,11 +5819,11 @@
|
|
|
5390
5819
|
border: 0 none;
|
|
5391
5820
|
}
|
|
5392
5821
|
.p-cascadeselect:not(.p-disabled).p-focus {
|
|
5393
|
-
box-shadow: inset 0 0 0 1px #
|
|
5822
|
+
box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA;
|
|
5394
5823
|
}
|
|
5395
5824
|
|
|
5396
5825
|
.p-cascadeselect-item-content .p-ink {
|
|
5397
|
-
background-color: rgba(
|
|
5826
|
+
background-color: rgba(159, 168, 218, 0.16);
|
|
5398
5827
|
}
|
|
5399
5828
|
|
|
5400
5829
|
.p-input-filled .p-cascadeselect {
|
|
@@ -5402,7 +5831,7 @@
|
|
|
5402
5831
|
border-bottom-right-radius: 0;
|
|
5403
5832
|
border: 1px solid transparent;
|
|
5404
5833
|
background: rgba(255, 255, 255, 0.06) no-repeat;
|
|
5405
|
-
background-image: linear-gradient(to bottom, #
|
|
5834
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
|
5406
5835
|
background-size: 0 2px, 100% 1px;
|
|
5407
5836
|
background-position: 50% 100%, 50% 100%;
|
|
5408
5837
|
background-origin: border-box;
|
|
@@ -5414,7 +5843,7 @@
|
|
|
5414
5843
|
.p-input-filled .p-cascadeselect:not(.p-disabled):hover {
|
|
5415
5844
|
background-color: rgba(255, 255, 255, 0.08);
|
|
5416
5845
|
border-color: transparent;
|
|
5417
|
-
background-image: linear-gradient(to bottom, #
|
|
5846
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
|
5418
5847
|
}
|
|
5419
5848
|
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect:not(.p-disabled).p-inputwrapper-focus {
|
|
5420
5849
|
box-shadow: none;
|
|
@@ -5430,6 +5859,15 @@
|
|
|
5430
5859
|
background-image: none;
|
|
5431
5860
|
background: transparent;
|
|
5432
5861
|
}
|
|
5862
|
+
|
|
5863
|
+
.p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label {
|
|
5864
|
+
padding-top: 1.25rem;
|
|
5865
|
+
padding-bottom: 0.25rem;
|
|
5866
|
+
}
|
|
5867
|
+
.p-input-filled .p-float-label .p-inputwrapper-filled.p-cascadeselect .p-cascadeselect-label {
|
|
5868
|
+
padding-top: 1.25rem;
|
|
5869
|
+
padding-bottom: 0.25rem;
|
|
5870
|
+
}
|
|
5433
5871
|
.p-input-filled .p-cascadeselect.p-invalid {
|
|
5434
5872
|
border-color: transparent;
|
|
5435
5873
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
|
@@ -5462,7 +5900,7 @@
|
|
|
5462
5900
|
border-color: rgba(255, 255, 255, 0.7);
|
|
5463
5901
|
}
|
|
5464
5902
|
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled).p-focus {
|
|
5465
|
-
border-color: #
|
|
5903
|
+
border-color: #9FA8DA;
|
|
5466
5904
|
}
|
|
5467
5905
|
.p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon.pi-check:before {
|
|
5468
5906
|
content: "";
|
|
@@ -5482,10 +5920,10 @@
|
|
|
5482
5920
|
box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12);
|
|
5483
5921
|
}
|
|
5484
5922
|
.p-checkbox.p-checkbox-checked:not(.p-checkbox-disabled):hover {
|
|
5485
|
-
box-shadow: 0 0 1px 10px rgba(
|
|
5923
|
+
box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.04);
|
|
5486
5924
|
}
|
|
5487
5925
|
.p-checkbox.p-checkbox-checked:not(.p-checkbox-disabled).p-checkbox-focused {
|
|
5488
|
-
box-shadow: 0 0 1px 10px rgba(
|
|
5926
|
+
box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.12);
|
|
5489
5927
|
}
|
|
5490
5928
|
|
|
5491
5929
|
.p-input-filled .p-checkbox .p-checkbox-box {
|
|
@@ -5499,7 +5937,7 @@
|
|
|
5499
5937
|
0% {
|
|
5500
5938
|
width: 0;
|
|
5501
5939
|
height: 0;
|
|
5502
|
-
border-color: #
|
|
5940
|
+
border-color: #121212;
|
|
5503
5941
|
transform: translate3d(0, 0, 0) rotate(45deg);
|
|
5504
5942
|
}
|
|
5505
5943
|
33% {
|
|
@@ -5510,12 +5948,12 @@
|
|
|
5510
5948
|
100% {
|
|
5511
5949
|
width: 4px;
|
|
5512
5950
|
height: 10px;
|
|
5513
|
-
border-color: #
|
|
5951
|
+
border-color: #121212;
|
|
5514
5952
|
transform: translate3d(0, -10px, 0) rotate(45deg);
|
|
5515
5953
|
}
|
|
5516
5954
|
}
|
|
5517
5955
|
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
|
|
5518
|
-
box-shadow: inset 0 0 0 1px #
|
|
5956
|
+
box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA;
|
|
5519
5957
|
}
|
|
5520
5958
|
|
|
5521
5959
|
.p-input-filled .p-chips-multiple-container {
|
|
@@ -5523,7 +5961,7 @@
|
|
|
5523
5961
|
border-bottom-right-radius: 0;
|
|
5524
5962
|
border: 1px solid transparent;
|
|
5525
5963
|
background: rgba(255, 255, 255, 0.06) no-repeat;
|
|
5526
|
-
background-image: linear-gradient(to bottom, #
|
|
5964
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
|
5527
5965
|
background-size: 0 2px, 100% 1px;
|
|
5528
5966
|
background-position: 50% 100%, 50% 100%;
|
|
5529
5967
|
background-origin: border-box;
|
|
@@ -5535,7 +5973,7 @@
|
|
|
5535
5973
|
.p-input-filled .p-chips-multiple-container:not(.p-disabled):hover {
|
|
5536
5974
|
background-color: rgba(255, 255, 255, 0.08);
|
|
5537
5975
|
border-color: transparent;
|
|
5538
|
-
background-image: linear-gradient(to bottom, #
|
|
5976
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
|
5539
5977
|
}
|
|
5540
5978
|
.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 {
|
|
5541
5979
|
box-shadow: none;
|
|
@@ -5591,6 +6029,13 @@
|
|
|
5591
6029
|
background-color: rgba(255, 255, 255, 0.03);
|
|
5592
6030
|
}
|
|
5593
6031
|
|
|
6032
|
+
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
|
6033
|
+
box-shadow: inset 0 2px 0 0 #9FA8DA;
|
|
6034
|
+
}
|
|
6035
|
+
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
|
6036
|
+
box-shadow: inset 0 -2px 0 0 #9FA8DA;
|
|
6037
|
+
}
|
|
6038
|
+
|
|
5594
6039
|
.p-dropdown .p-inputtext, .p-dropdown .p-dropdown-trigger {
|
|
5595
6040
|
background-image: none;
|
|
5596
6041
|
background: transparent;
|
|
@@ -5599,11 +6044,11 @@
|
|
|
5599
6044
|
border: 0 none;
|
|
5600
6045
|
}
|
|
5601
6046
|
.p-dropdown:not(.p-disabled).p-focus {
|
|
5602
|
-
box-shadow: inset 0 0 0 1px #
|
|
6047
|
+
box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA;
|
|
5603
6048
|
}
|
|
5604
6049
|
|
|
5605
6050
|
.p-dropdown-item .p-ink {
|
|
5606
|
-
background-color: rgba(
|
|
6051
|
+
background-color: rgba(159, 168, 218, 0.16);
|
|
5607
6052
|
}
|
|
5608
6053
|
|
|
5609
6054
|
.p-input-filled .p-dropdown {
|
|
@@ -5611,7 +6056,7 @@
|
|
|
5611
6056
|
border-bottom-right-radius: 0;
|
|
5612
6057
|
border: 1px solid transparent;
|
|
5613
6058
|
background: rgba(255, 255, 255, 0.06) no-repeat;
|
|
5614
|
-
background-image: linear-gradient(to bottom, #
|
|
6059
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
|
5615
6060
|
background-size: 0 2px, 100% 1px;
|
|
5616
6061
|
background-position: 50% 100%, 50% 100%;
|
|
5617
6062
|
background-origin: border-box;
|
|
@@ -5623,7 +6068,7 @@
|
|
|
5623
6068
|
.p-input-filled .p-dropdown:not(.p-disabled):hover {
|
|
5624
6069
|
background-color: rgba(255, 255, 255, 0.08);
|
|
5625
6070
|
border-color: transparent;
|
|
5626
|
-
background-image: linear-gradient(to bottom, #
|
|
6071
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
|
5627
6072
|
}
|
|
5628
6073
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus, .p-input-filled .p-dropdown:not(.p-disabled).p-inputwrapper-focus {
|
|
5629
6074
|
box-shadow: none;
|
|
@@ -5654,20 +6099,65 @@
|
|
|
5654
6099
|
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;
|
|
5655
6100
|
}
|
|
5656
6101
|
|
|
6102
|
+
.fc {
|
|
6103
|
+
/* FullCalendar 4 */
|
|
6104
|
+
/* FullCalendar 5 */
|
|
6105
|
+
}
|
|
6106
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
6107
|
+
background: rgba(159, 168, 218, 0.76);
|
|
6108
|
+
}
|
|
6109
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:active {
|
|
6110
|
+
background: rgba(159, 168, 218, 0.68);
|
|
6111
|
+
}
|
|
6112
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:focus {
|
|
6113
|
+
background: rgba(159, 168, 218, 0.76);
|
|
6114
|
+
}
|
|
6115
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:active {
|
|
6116
|
+
background: rgba(159, 168, 218, 0.68);
|
|
6117
|
+
}
|
|
6118
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus {
|
|
6119
|
+
background: #1c1c1c;
|
|
6120
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
6121
|
+
}
|
|
6122
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus.p-highlight, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus.p-highlight, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus.p-highlight {
|
|
6123
|
+
background: #262626;
|
|
6124
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
6125
|
+
}
|
|
6126
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
6127
|
+
background: rgba(159, 168, 218, 0.76);
|
|
6128
|
+
}
|
|
6129
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:active {
|
|
6130
|
+
background: rgba(159, 168, 218, 0.68);
|
|
6131
|
+
}
|
|
6132
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:focus {
|
|
6133
|
+
background: rgba(159, 168, 218, 0.76);
|
|
6134
|
+
}
|
|
6135
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:active {
|
|
6136
|
+
background: rgba(159, 168, 218, 0.68);
|
|
6137
|
+
}
|
|
6138
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus {
|
|
6139
|
+
background: #1c1c1c;
|
|
6140
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
6141
|
+
}
|
|
6142
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus.p-highlight, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus.p-highlight, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus.p-highlight {
|
|
6143
|
+
background: #262626;
|
|
6144
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
6145
|
+
}
|
|
6146
|
+
|
|
5657
6147
|
.p-galleria .p-galleria-indicators {
|
|
5658
6148
|
padding: 1rem;
|
|
5659
6149
|
}
|
|
5660
6150
|
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
|
5661
|
-
background: #
|
|
5662
|
-
color: #
|
|
6151
|
+
background: #F48FB1;
|
|
6152
|
+
color: #121212;
|
|
5663
6153
|
}
|
|
5664
6154
|
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
|
5665
|
-
background: rgba(
|
|
5666
|
-
color: #
|
|
6155
|
+
background: rgba(244, 143, 177, 0.68);
|
|
6156
|
+
color: #121212;
|
|
5667
6157
|
}
|
|
5668
6158
|
|
|
5669
6159
|
.p-inputtext:enabled:focus {
|
|
5670
|
-
box-shadow: inset 0 0 0 1px #
|
|
6160
|
+
box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA;
|
|
5671
6161
|
}
|
|
5672
6162
|
.p-inputtext:enabled:focus.p-invalid {
|
|
5673
6163
|
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;
|
|
@@ -5678,7 +6168,7 @@
|
|
|
5678
6168
|
border-bottom-right-radius: 0;
|
|
5679
6169
|
border: 1px solid transparent;
|
|
5680
6170
|
background: rgba(255, 255, 255, 0.06) no-repeat;
|
|
5681
|
-
background-image: linear-gradient(to bottom, #
|
|
6171
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
|
5682
6172
|
background-size: 0 2px, 100% 1px;
|
|
5683
6173
|
background-position: 50% 100%, 50% 100%;
|
|
5684
6174
|
background-origin: border-box;
|
|
@@ -5686,7 +6176,7 @@
|
|
|
5686
6176
|
.p-input-filled .p-inputtext:enabled:hover {
|
|
5687
6177
|
background-color: rgba(255, 255, 255, 0.08);
|
|
5688
6178
|
border-color: transparent;
|
|
5689
|
-
background-image: linear-gradient(to bottom, #
|
|
6179
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
|
|
5690
6180
|
}
|
|
5691
6181
|
.p-input-filled .p-inputtext:enabled:focus {
|
|
5692
6182
|
box-shadow: none;
|
|
@@ -5712,7 +6202,7 @@
|
|
|
5712
6202
|
border-bottom-right-radius: 0;
|
|
5713
6203
|
border: 1px solid transparent;
|
|
5714
6204
|
background: rgba(255, 255, 255, 0.06) no-repeat;
|
|
5715
|
-
background-image: linear-gradient(to bottom, #
|
|
6205
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
|
5716
6206
|
background-size: 0 2px, 100% 1px;
|
|
5717
6207
|
background-position: 50% 100%, 50% 100%;
|
|
5718
6208
|
background-origin: border-box;
|
|
@@ -5761,19 +6251,22 @@
|
|
|
5761
6251
|
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
5762
6252
|
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), 0 0 1px 10px rgba(255, 255, 255, 0.04);
|
|
5763
6253
|
}
|
|
5764
|
-
.p-inputswitch.p-
|
|
6254
|
+
.p-inputswitch.p-focus .p-inputswitch-slider:before, .p-inputswitch.p-focus:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
5765
6255
|
box-shadow: 0 0 1px 10px rgba(255, 255, 255, 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);
|
|
5766
6256
|
}
|
|
5767
6257
|
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
5768
|
-
box-shadow: 0 0 1px 10px rgba(
|
|
6258
|
+
box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.04), 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);
|
|
5769
6259
|
}
|
|
5770
|
-
.p-inputswitch.p-inputswitch-checked.p-
|
|
5771
|
-
box-shadow: 0 0 1px 10px rgba(
|
|
6260
|
+
.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 {
|
|
6261
|
+
box-shadow: 0 0 1px 10px rgba(159, 168, 218, 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);
|
|
5772
6262
|
}
|
|
5773
6263
|
|
|
5774
6264
|
.p-fieldset .p-fieldset-legend {
|
|
5775
6265
|
border: 0 none;
|
|
5776
6266
|
}
|
|
6267
|
+
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
|
|
6268
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6269
|
+
}
|
|
5777
6270
|
|
|
5778
6271
|
.p-float-label input:focus ~ label,
|
|
5779
6272
|
.p-float-label input.p-filled ~ label,
|
|
@@ -5794,7 +6287,7 @@
|
|
|
5794
6287
|
|
|
5795
6288
|
.p-float-label input:focus ~ label,
|
|
5796
6289
|
.p-float-label .p-inputwrapper-focus ~ label {
|
|
5797
|
-
color: #
|
|
6290
|
+
color: #9FA8DA;
|
|
5798
6291
|
}
|
|
5799
6292
|
|
|
5800
6293
|
.p-input-filled .p-float-label .p-inputtext {
|
|
@@ -5812,8 +6305,26 @@
|
|
|
5812
6305
|
background: transparent;
|
|
5813
6306
|
}
|
|
5814
6307
|
|
|
5815
|
-
.p-listbox-item .p-ink {
|
|
5816
|
-
background-color: rgba(
|
|
6308
|
+
.p-listbox .p-listbox-list .p-listbox-item .p-ink {
|
|
6309
|
+
background-color: rgba(159, 168, 218, 0.16);
|
|
6310
|
+
}
|
|
6311
|
+
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
|
6312
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6313
|
+
}
|
|
6314
|
+
.p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight {
|
|
6315
|
+
background: rgba(159, 168, 218, 0.24);
|
|
6316
|
+
}
|
|
6317
|
+
|
|
6318
|
+
.p-megamenu .p-menuitem .p-menuitem-link:focus {
|
|
6319
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6320
|
+
}
|
|
6321
|
+
|
|
6322
|
+
.p-menu .p-menuitem .p-menuitem-link:focus {
|
|
6323
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6324
|
+
}
|
|
6325
|
+
|
|
6326
|
+
.p-menubar .p-menuitem .p-menuitem-link:focus {
|
|
6327
|
+
background: rgba(255, 255, 255, 0.12);
|
|
5817
6328
|
}
|
|
5818
6329
|
|
|
5819
6330
|
.p-multiselect .p-multiselect-label, .p-multiselect .p-multiselect-trigger {
|
|
@@ -5824,11 +6335,20 @@
|
|
|
5824
6335
|
border: 0 none;
|
|
5825
6336
|
}
|
|
5826
6337
|
.p-multiselect:not(.p-disabled).p-focus {
|
|
5827
|
-
box-shadow: inset 0 0 0 1px #
|
|
6338
|
+
box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA;
|
|
5828
6339
|
}
|
|
5829
6340
|
|
|
5830
|
-
.p-multiselect-item .p-ink {
|
|
5831
|
-
background-color: rgba(
|
|
6341
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink {
|
|
6342
|
+
background-color: rgba(159, 168, 218, 0.16);
|
|
6343
|
+
}
|
|
6344
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
|
6345
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6346
|
+
}
|
|
6347
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus.p-highlight {
|
|
6348
|
+
background: rgba(159, 168, 218, 0.24);
|
|
6349
|
+
}
|
|
6350
|
+
.p-multiselect-panel .p-multiselect-close:focus {
|
|
6351
|
+
background: rgba(255, 255, 255, 0.12);
|
|
5832
6352
|
}
|
|
5833
6353
|
|
|
5834
6354
|
.p-input-filled .p-multiselect {
|
|
@@ -5836,7 +6356,7 @@
|
|
|
5836
6356
|
border-bottom-right-radius: 0;
|
|
5837
6357
|
border: 1px solid transparent;
|
|
5838
6358
|
background: rgba(255, 255, 255, 0.06) no-repeat;
|
|
5839
|
-
background-image: linear-gradient(to bottom, #
|
|
6359
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
|
5840
6360
|
background-size: 0 2px, 100% 1px;
|
|
5841
6361
|
background-position: 50% 100%, 50% 100%;
|
|
5842
6362
|
background-origin: border-box;
|
|
@@ -5848,7 +6368,7 @@
|
|
|
5848
6368
|
.p-input-filled .p-multiselect:not(.p-disabled):hover {
|
|
5849
6369
|
background-color: rgba(255, 255, 255, 0.08);
|
|
5850
6370
|
border-color: transparent;
|
|
5851
|
-
background-image: linear-gradient(to bottom, #
|
|
6371
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
|
5852
6372
|
}
|
|
5853
6373
|
.p-input-filled .p-multiselect:not(.p-disabled).p-focus, .p-input-filled .p-multiselect:not(.p-disabled).p-inputwrapper-focus {
|
|
5854
6374
|
box-shadow: none;
|
|
@@ -5904,6 +6424,13 @@
|
|
|
5904
6424
|
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;
|
|
5905
6425
|
}
|
|
5906
6426
|
|
|
6427
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
|
6428
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6429
|
+
}
|
|
6430
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight {
|
|
6431
|
+
background: rgba(159, 168, 218, 0.24);
|
|
6432
|
+
}
|
|
6433
|
+
|
|
5907
6434
|
.p-overlaypanel .p-overlaypanel-content {
|
|
5908
6435
|
padding: 1.5rem;
|
|
5909
6436
|
}
|
|
@@ -5911,6 +6438,12 @@
|
|
|
5911
6438
|
.p-paginator {
|
|
5912
6439
|
justify-content: flex-end;
|
|
5913
6440
|
}
|
|
6441
|
+
.p-paginator .p-paginator-element:focus {
|
|
6442
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6443
|
+
}
|
|
6444
|
+
.p-paginator .p-paginator-element:focus.p-highlight {
|
|
6445
|
+
background: rgba(159, 168, 218, 0.24);
|
|
6446
|
+
}
|
|
5914
6447
|
|
|
5915
6448
|
.p-input-filled .p-password.p-invalid > .p-inputtext {
|
|
5916
6449
|
border-color: transparent;
|
|
@@ -5944,6 +6477,9 @@
|
|
|
5944
6477
|
.p-panel .p-panel-title {
|
|
5945
6478
|
font-size: 1.25rem;
|
|
5946
6479
|
}
|
|
6480
|
+
.p-panel .p-panel-header-icon:focus {
|
|
6481
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6482
|
+
}
|
|
5947
6483
|
|
|
5948
6484
|
.p-panelmenu .p-panelmenu-panel {
|
|
5949
6485
|
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);
|
|
@@ -5971,17 +6507,49 @@
|
|
|
5971
6507
|
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header.p-disabled .p-panelmenu-header-link > * {
|
|
5972
6508
|
opacity: 0.38;
|
|
5973
6509
|
}
|
|
5974
|
-
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header
|
|
6510
|
+
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-link:focus {
|
|
5975
6511
|
background: rgba(255, 255, 255, 0.04);
|
|
5976
6512
|
}
|
|
6513
|
+
.p-panelmenu .p-panelmenu-panel .p-menuitem .p-menuitem-link:focus {
|
|
6514
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6515
|
+
}
|
|
6516
|
+
|
|
6517
|
+
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
|
6518
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6519
|
+
}
|
|
6520
|
+
.p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight {
|
|
6521
|
+
background: rgba(159, 168, 218, 0.24);
|
|
6522
|
+
}
|
|
5977
6523
|
|
|
5978
6524
|
.p-progressbar {
|
|
5979
6525
|
border-radius: 0;
|
|
5980
6526
|
}
|
|
5981
|
-
.p-progressbar .p-progressbar-label {
|
|
6527
|
+
.p-progressbar.p-progressbar-determinate .p-progressbar-label {
|
|
5982
6528
|
display: none;
|
|
5983
6529
|
}
|
|
5984
6530
|
|
|
6531
|
+
.p-rating .p-rating-icon {
|
|
6532
|
+
border-radius: 50%;
|
|
6533
|
+
width: 2rem;
|
|
6534
|
+
height: 2rem;
|
|
6535
|
+
display: inline-flex;
|
|
6536
|
+
justify-content: center;
|
|
6537
|
+
align-items: center;
|
|
6538
|
+
margin-left: 0;
|
|
6539
|
+
}
|
|
6540
|
+
.p-rating .p-rating-icon:focus {
|
|
6541
|
+
background: rgba(159, 168, 218, 0.12);
|
|
6542
|
+
}
|
|
6543
|
+
.p-rating .p-rating-icon.p-rating-cancel:focus {
|
|
6544
|
+
background: rgba(244, 68, 53, 0.12);
|
|
6545
|
+
}
|
|
6546
|
+
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
|
6547
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
6548
|
+
}
|
|
6549
|
+
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
|
|
6550
|
+
background: rgba(244, 68, 53, 0.04);
|
|
6551
|
+
}
|
|
6552
|
+
|
|
5985
6553
|
.p-radiobutton {
|
|
5986
6554
|
border-radius: 50%;
|
|
5987
6555
|
transition: box-shadow 0.2s;
|
|
@@ -5993,7 +6561,7 @@
|
|
|
5993
6561
|
border: 2px solid rgba(255, 255, 255, 0.7);
|
|
5994
6562
|
}
|
|
5995
6563
|
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled).p-focus {
|
|
5996
|
-
border-color: #
|
|
6564
|
+
border-color: #9FA8DA;
|
|
5997
6565
|
}
|
|
5998
6566
|
.p-radiobutton:not(.p-radiobutton-disabled):hover {
|
|
5999
6567
|
box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.04);
|
|
@@ -6002,10 +6570,10 @@
|
|
|
6002
6570
|
box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12);
|
|
6003
6571
|
}
|
|
6004
6572
|
.p-radiobutton.p-radiobutton-checked:not(.p-radiobutton-disabled):hover {
|
|
6005
|
-
box-shadow: 0 0 1px 10px rgba(
|
|
6573
|
+
box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.04);
|
|
6006
6574
|
}
|
|
6007
6575
|
.p-radiobutton.p-radiobutton-checked:not(.p-radiobutton-disabled).p-radiobutton-focused {
|
|
6008
|
-
box-shadow: 0 0 1px 10px rgba(
|
|
6576
|
+
box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.12);
|
|
6009
6577
|
}
|
|
6010
6578
|
|
|
6011
6579
|
.p-input-filled .p-radiobutton .p-radiobutton-box {
|
|
@@ -6029,7 +6597,7 @@
|
|
|
6029
6597
|
transform: scale(0.7);
|
|
6030
6598
|
}
|
|
6031
6599
|
.p-slider .p-slider-handle:focus {
|
|
6032
|
-
box-shadow: 0 0 1px 10px rgba(
|
|
6600
|
+
box-shadow: 0 0 1px 10px rgba(244, 143, 177, 0.2);
|
|
6033
6601
|
}
|
|
6034
6602
|
.p-slider.p-slider-sliding .p-slider-handle {
|
|
6035
6603
|
transform: scale(1);
|
|
@@ -6059,7 +6627,7 @@
|
|
|
6059
6627
|
flex-direction: row;
|
|
6060
6628
|
flex: 1 1 auto;
|
|
6061
6629
|
overflow: visible;
|
|
6062
|
-
padding:
|
|
6630
|
+
padding: 1rem 0.5rem;
|
|
6063
6631
|
}
|
|
6064
6632
|
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
|
|
6065
6633
|
background-color: #9e9d9e;
|
|
@@ -6073,9 +6641,12 @@
|
|
|
6073
6641
|
margin: 0;
|
|
6074
6642
|
padding-left: 0.5rem;
|
|
6075
6643
|
}
|
|
6644
|
+
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
|
|
6645
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6646
|
+
}
|
|
6076
6647
|
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
|
6077
|
-
background-color: #
|
|
6078
|
-
color: #
|
|
6648
|
+
background-color: #9FA8DA;
|
|
6649
|
+
color: #121212;
|
|
6079
6650
|
}
|
|
6080
6651
|
.p-steps .p-steps-item.p-highlight .p-steps-title {
|
|
6081
6652
|
font-weight: 600;
|
|
@@ -6093,10 +6664,10 @@
|
|
|
6093
6664
|
border-radius: 0;
|
|
6094
6665
|
}
|
|
6095
6666
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link > .p-ink {
|
|
6096
|
-
background-color: rgba(
|
|
6667
|
+
background-color: rgba(159, 168, 218, 0.16);
|
|
6097
6668
|
}
|
|
6098
6669
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:focus {
|
|
6099
|
-
background-color: rgba(
|
|
6670
|
+
background-color: rgba(159, 168, 218, 0.12);
|
|
6100
6671
|
}
|
|
6101
6672
|
.p-tabview .p-tabview-nav .p-tabview-ink-bar {
|
|
6102
6673
|
z-index: 1;
|
|
@@ -6104,10 +6675,14 @@
|
|
|
6104
6675
|
position: absolute;
|
|
6105
6676
|
bottom: 0;
|
|
6106
6677
|
height: 2px;
|
|
6107
|
-
background-color: #
|
|
6678
|
+
background-color: #9FA8DA;
|
|
6108
6679
|
transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
|
|
6109
6680
|
}
|
|
6110
6681
|
|
|
6682
|
+
.p-tieredmenu .p-menuitem-link:focus {
|
|
6683
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6684
|
+
}
|
|
6685
|
+
|
|
6111
6686
|
.p-toolbar {
|
|
6112
6687
|
border: 0 none;
|
|
6113
6688
|
}
|
|
@@ -6120,6 +6695,101 @@
|
|
|
6120
6695
|
display: none;
|
|
6121
6696
|
}
|
|
6122
6697
|
|
|
6698
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
6699
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6700
|
+
}
|
|
6701
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus.p-highlight {
|
|
6702
|
+
background: rgba(159, 168, 218, 0.24);
|
|
6703
|
+
}
|
|
6704
|
+
|
|
6705
|
+
.p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger {
|
|
6706
|
+
background-image: none;
|
|
6707
|
+
background: transparent;
|
|
6708
|
+
}
|
|
6709
|
+
.p-treeselect .p-treeselect-label {
|
|
6710
|
+
border: 0 none;
|
|
6711
|
+
}
|
|
6712
|
+
.p-treeselect:not(.p-disabled).p-focus {
|
|
6713
|
+
box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA;
|
|
6714
|
+
}
|
|
6715
|
+
|
|
6716
|
+
.p-treeselect-item .p-ink {
|
|
6717
|
+
background-color: rgba(159, 168, 218, 0.16);
|
|
6718
|
+
}
|
|
6719
|
+
|
|
6720
|
+
.p-input-filled .p-treeselect {
|
|
6721
|
+
border-bottom-left-radius: 0;
|
|
6722
|
+
border-bottom-right-radius: 0;
|
|
6723
|
+
border: 1px solid transparent;
|
|
6724
|
+
background: rgba(255, 255, 255, 0.06) no-repeat;
|
|
6725
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
|
6726
|
+
background-size: 0 2px, 100% 1px;
|
|
6727
|
+
background-position: 50% 100%, 50% 100%;
|
|
6728
|
+
background-origin: border-box;
|
|
6729
|
+
}
|
|
6730
|
+
.p-input-filled .p-treeselect .p-inputtext {
|
|
6731
|
+
background-image: none;
|
|
6732
|
+
background: transparent;
|
|
6733
|
+
}
|
|
6734
|
+
.p-input-filled .p-treeselect:not(.p-disabled):hover {
|
|
6735
|
+
background-color: rgba(255, 255, 255, 0.08);
|
|
6736
|
+
border-color: transparent;
|
|
6737
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
|
6738
|
+
}
|
|
6739
|
+
.p-input-filled .p-treeselect:not(.p-disabled).p-focus, .p-input-filled .p-treeselect:not(.p-disabled).p-inputwrapper-focus {
|
|
6740
|
+
box-shadow: none;
|
|
6741
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
6742
|
+
border-color: transparent;
|
|
6743
|
+
background-size: 100% 2px, 100% 1px;
|
|
6744
|
+
}
|
|
6745
|
+
.p-input-filled .p-treeselect .p-inputtext:enabled:hover, .p-input-filled .p-treeselect .p-inputtext:enabled:focus {
|
|
6746
|
+
background-image: none;
|
|
6747
|
+
background: transparent;
|
|
6748
|
+
}
|
|
6749
|
+
.p-input-filled .p-treeselect .p-treeselect-label:hover {
|
|
6750
|
+
background-image: none;
|
|
6751
|
+
background: transparent;
|
|
6752
|
+
}
|
|
6753
|
+
|
|
6754
|
+
.p-float-label .p-treeselect-label .p-treeselect-token {
|
|
6755
|
+
padding: 0.25rem 1rem;
|
|
6756
|
+
margin-top: 0.25rem;
|
|
6757
|
+
margin-bottom: 0.25rem;
|
|
6758
|
+
}
|
|
6759
|
+
|
|
6760
|
+
.p-input-filled .p-float-label .p-treeselect .p-treeselect-label {
|
|
6761
|
+
padding-top: 1.25rem;
|
|
6762
|
+
padding-bottom: 0.25rem;
|
|
6763
|
+
}
|
|
6764
|
+
.p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect .p-treeselect-label {
|
|
6765
|
+
padding-top: 1.25rem;
|
|
6766
|
+
padding-bottom: 0.25rem;
|
|
6767
|
+
}
|
|
6768
|
+
.p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-token {
|
|
6769
|
+
padding-top: 0;
|
|
6770
|
+
padding-bottom: 0;
|
|
6771
|
+
margin-top: 0;
|
|
6772
|
+
margin-bottom: 0;
|
|
6773
|
+
}
|
|
6774
|
+
.p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-token .p-treeselect-token-icon {
|
|
6775
|
+
font-size: 75%;
|
|
6776
|
+
}
|
|
6777
|
+
.p-input-filled .p-treeselect.p-invalid {
|
|
6778
|
+
border-color: transparent;
|
|
6779
|
+
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
|
6780
|
+
}
|
|
6781
|
+
.p-input-filled .p-treeselect.p-invalid:not(.p-disabled):hover {
|
|
6782
|
+
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
|
6783
|
+
}
|
|
6784
|
+
.p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-inputwrapper-focus {
|
|
6785
|
+
box-shadow: none;
|
|
6786
|
+
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
|
6787
|
+
}
|
|
6788
|
+
|
|
6789
|
+
.p-treeselect.p-invalid:not(.p-disabled).p-focus {
|
|
6790
|
+
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;
|
|
6791
|
+
}
|
|
6792
|
+
|
|
6123
6793
|
.p-treetable .p-sortable-column {
|
|
6124
6794
|
outline: 0 none;
|
|
6125
6795
|
}
|
|
@@ -6141,17 +6811,20 @@
|
|
|
6141
6811
|
border-radius: 0;
|
|
6142
6812
|
}
|
|
6143
6813
|
.p-tabmenu .p-tabmenu-nav li .p-menuitem-link > .p-ink {
|
|
6144
|
-
background-color: rgba(
|
|
6814
|
+
background-color: rgba(159, 168, 218, 0.16);
|
|
6145
6815
|
}
|
|
6146
6816
|
.p-tabmenu .p-tabmenu-nav li .p-menuitem-link:focus {
|
|
6147
|
-
background-color: rgba(
|
|
6817
|
+
background-color: rgba(159, 168, 218, 0.12);
|
|
6818
|
+
}
|
|
6819
|
+
.p-tabmenu .p-tabmenu-nav li.p-highlight .p-menuitem-link:focus {
|
|
6820
|
+
background-color: rgba(159, 168, 218, 0.12);
|
|
6148
6821
|
}
|
|
6149
6822
|
.p-tabmenu .p-tabmenu-nav .p-tabmenu-ink-bar {
|
|
6150
6823
|
display: block;
|
|
6151
6824
|
position: absolute;
|
|
6152
6825
|
bottom: 0;
|
|
6153
6826
|
height: 2px;
|
|
6154
|
-
background-color: #
|
|
6827
|
+
background-color: #9FA8DA;
|
|
6155
6828
|
transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
|
|
6156
6829
|
}
|
|
6157
6830
|
|