primereact 10.0.2 → 10.0.4
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/README.md +1 -4
- package/autocomplete/autocomplete.cjs.js +4 -2
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +4 -2
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +4 -2
- package/autocomplete/autocomplete.min.js +1 -1
- package/blockui/blockui.cjs.js +3 -6
- package/blockui/blockui.cjs.min.js +1 -1
- package/blockui/blockui.esm.js +3 -6
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +3 -6
- package/blockui/blockui.min.js +1 -1
- package/calendar/calendar.cjs.js +11 -11
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +11 -11
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +11 -11
- package/calendar/calendar.min.js +1 -1
- package/carousel/carousel.cjs.js +3 -1
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +3 -1
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +3 -1
- package/carousel/carousel.min.js +1 -1
- package/checkbox/checkbox.d.ts +5 -5
- package/componentbase/componentbase.d.ts +8 -0
- package/contextmenu/contextmenu.cjs.js +4 -1
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +4 -1
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +4 -1
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +288 -31
- package/core/core.min.js +8 -8
- package/datatable/datatable.cjs.js +92 -41
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.d.ts +27 -0
- package/datatable/datatable.esm.js +92 -41
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +92 -41
- package/datatable/datatable.min.js +1 -1
- package/dataview/dataview.cjs.js +24 -22
- package/dataview/dataview.cjs.min.js +1 -1
- package/dataview/dataview.esm.js +24 -22
- package/dataview/dataview.esm.min.js +1 -1
- package/dataview/dataview.js +24 -22
- package/dataview/dataview.min.js +1 -1
- package/dialog/dialog.cjs.js +2 -4
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +2 -4
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +2 -4
- package/dialog/dialog.min.js +1 -1
- package/dropdown/dropdown.cjs.js +29 -17
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +29 -17
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +29 -17
- package/dropdown/dropdown.min.js +1 -1
- package/editor/editor.cjs.js +1 -1
- package/editor/editor.cjs.min.js +1 -1
- package/editor/editor.esm.js +1 -1
- package/editor/editor.esm.min.js +1 -1
- package/editor/editor.js +1 -1
- package/editor/editor.min.js +1 -1
- package/fieldset/fieldset.cjs.js +2 -2
- package/fieldset/fieldset.cjs.min.js +1 -1
- package/fieldset/fieldset.esm.js +2 -2
- package/fieldset/fieldset.esm.min.js +1 -1
- package/fieldset/fieldset.js +3 -3
- package/fieldset/fieldset.min.js +1 -1
- package/galleria/galleria.cjs.js +3 -5
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +3 -5
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +3 -5
- package/galleria/galleria.min.js +1 -1
- package/hooks/hooks.cjs.js +2 -1
- package/hooks/hooks.cjs.min.js +1 -1
- package/hooks/hooks.d.ts +1 -1
- package/hooks/hooks.esm.js +2 -1
- package/hooks/hooks.esm.min.js +1 -1
- package/hooks/hooks.js +2 -1
- package/hooks/hooks.min.js +1 -1
- package/icons/arrowdown/index.cjs.js +7 -0
- package/icons/arrowdown/index.esm.js +7 -0
- package/icons/arrowdown/index.js +7 -0
- package/icons/arrowup/index.cjs.js +7 -0
- package/icons/arrowup/index.esm.js +7 -0
- package/icons/arrowup/index.js +7 -0
- package/icons/ban/index.cjs.js +7 -0
- package/icons/ban/index.esm.js +7 -0
- package/icons/ban/index.js +7 -0
- package/icons/download/index.cjs.js +7 -0
- package/icons/download/index.esm.js +7 -0
- package/icons/download/index.js +7 -0
- package/icons/exclamationtriangle/index.cjs.js +7 -0
- package/icons/exclamationtriangle/index.esm.js +7 -0
- package/icons/exclamationtriangle/index.js +7 -0
- package/icons/eyeslash/index.cjs.js +7 -0
- package/icons/eyeslash/index.esm.js +7 -0
- package/icons/eyeslash/index.js +7 -0
- package/icons/filter/index.cjs.js +7 -0
- package/icons/filter/index.esm.js +7 -0
- package/icons/filter/index.js +7 -0
- package/icons/filterslash/index.cjs.js +7 -0
- package/icons/filterslash/index.esm.js +7 -0
- package/icons/filterslash/index.js +7 -0
- package/icons/infocircle/index.cjs.js +7 -0
- package/icons/infocircle/index.esm.js +7 -0
- package/icons/infocircle/index.js +7 -0
- package/icons/pencil/index.cjs.js +7 -0
- package/icons/pencil/index.esm.js +7 -0
- package/icons/pencil/index.js +7 -0
- package/icons/plus/index.cjs.js +7 -0
- package/icons/plus/index.esm.js +7 -0
- package/icons/plus/index.js +7 -0
- package/icons/refresh/index.cjs.js +7 -0
- package/icons/refresh/index.esm.js +7 -0
- package/icons/refresh/index.js +7 -0
- package/icons/search/index.cjs.js +7 -0
- package/icons/search/index.esm.js +7 -0
- package/icons/search/index.js +7 -0
- package/icons/searchminus/index.cjs.js +7 -0
- package/icons/searchminus/index.esm.js +7 -0
- package/icons/searchminus/index.js +7 -0
- package/icons/searchplus/index.cjs.js +7 -0
- package/icons/searchplus/index.esm.js +7 -0
- package/icons/searchplus/index.js +7 -0
- package/icons/sortalt/index.cjs.js +7 -0
- package/icons/sortalt/index.esm.js +7 -0
- package/icons/sortalt/index.js +7 -0
- package/icons/sortamountdown/index.cjs.js +7 -0
- package/icons/sortamountdown/index.esm.js +7 -0
- package/icons/sortamountdown/index.js +7 -0
- package/icons/sortamountupalt/index.cjs.js +7 -0
- package/icons/sortamountupalt/index.esm.js +7 -0
- package/icons/sortamountupalt/index.js +7 -0
- package/icons/spinner/index.cjs.js +7 -0
- package/icons/spinner/index.esm.js +7 -0
- package/icons/spinner/index.js +7 -0
- package/icons/star/index.cjs.js +7 -0
- package/icons/star/index.esm.js +7 -0
- package/icons/star/index.js +7 -0
- package/icons/starfill/index.cjs.js +7 -0
- package/icons/starfill/index.esm.js +7 -0
- package/icons/starfill/index.js +7 -0
- package/icons/thlarge/index.cjs.js +7 -0
- package/icons/thlarge/index.esm.js +7 -0
- package/icons/thlarge/index.js +7 -0
- package/icons/timescircle/index.cjs.js +7 -0
- package/icons/timescircle/index.esm.js +7 -0
- package/icons/timescircle/index.js +7 -0
- package/icons/trash/index.cjs.js +7 -0
- package/icons/trash/index.esm.js +7 -0
- package/icons/trash/index.js +7 -0
- package/icons/undo/index.cjs.js +7 -0
- package/icons/undo/index.esm.js +7 -0
- package/icons/undo/index.js +7 -0
- package/icons/upload/index.cjs.js +7 -0
- package/icons/upload/index.esm.js +7 -0
- package/icons/upload/index.js +7 -0
- package/icons/windowmaximize/index.cjs.js +7 -0
- package/icons/windowmaximize/index.esm.js +7 -0
- package/icons/windowmaximize/index.js +7 -0
- package/icons/windowminimize/index.cjs.js +7 -0
- package/icons/windowminimize/index.esm.js +7 -0
- package/icons/windowminimize/index.js +7 -0
- package/image/image.cjs.js +111 -106
- package/image/image.cjs.min.js +1 -1
- package/image/image.esm.js +111 -106
- package/image/image.esm.min.js +1 -1
- package/image/image.js +112 -107
- package/image/image.min.js +1 -1
- package/inputnumber/inputnumber.cjs.js +7 -4
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +7 -4
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +7 -4
- package/inputnumber/inputnumber.min.js +1 -1
- package/menu/menu.cjs.js +105 -1
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.d.ts +5 -0
- package/menu/menu.esm.js +108 -4
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +105 -1
- package/menu/menu.min.js +1 -1
- package/message/message.cjs.js +1 -1
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +1 -1
- package/message/message.esm.min.js +1 -1
- package/message/message.js +1 -1
- package/message/message.min.js +1 -1
- package/messages/messages.cjs.js +4 -2
- package/messages/messages.cjs.min.js +1 -1
- package/messages/messages.esm.js +5 -3
- package/messages/messages.esm.min.js +1 -1
- package/messages/messages.js +4 -2
- package/messages/messages.min.js +1 -1
- package/multiselect/multiselect.cjs.js +26 -12
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.d.ts +4 -0
- package/multiselect/multiselect.esm.js +26 -12
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +26 -12
- package/multiselect/multiselect.min.js +1 -1
- package/orderlist/orderlist.cjs.js +32 -34
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +32 -34
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +32 -34
- package/orderlist/orderlist.min.js +1 -1
- package/package.json +1 -1
- package/panel/panel.cjs.js +2 -2
- package/panel/panel.cjs.min.js +1 -1
- package/panel/panel.esm.js +2 -2
- package/panel/panel.esm.min.js +1 -1
- package/panel/panel.js +3 -3
- package/panel/panel.min.js +1 -1
- package/passthrough/tailwind/index.cjs.js +436 -373
- package/passthrough/tailwind/index.cjs.min.js +1 -1
- package/passthrough/tailwind/index.esm.js +436 -373
- package/passthrough/tailwind/index.esm.min.js +1 -1
- package/passthrough/tailwind/index.js +436 -373
- package/passthrough/tailwind/index.min.js +1 -1
- package/primereact.all.cjs.js +330 -191
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +330 -191
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +330 -191
- package/primereact.all.min.js +1 -1
- package/progressbar/progressbar.cjs.js +1 -1
- package/progressbar/progressbar.cjs.min.js +1 -1
- package/progressbar/progressbar.esm.js +1 -1
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +1 -1
- package/progressbar/progressbar.min.js +1 -1
- package/radiobutton/radiobutton.d.ts +3 -3
- package/resources/themes/arya-blue/theme.css +397 -518
- package/resources/themes/arya-green/theme.css +397 -518
- package/resources/themes/arya-orange/theme.css +397 -518
- package/resources/themes/arya-purple/theme.css +397 -518
- package/resources/themes/bootstrap4-dark-blue/theme.css +398 -518
- package/resources/themes/bootstrap4-dark-purple/theme.css +398 -518
- package/resources/themes/bootstrap4-light-blue/theme.css +398 -518
- package/resources/themes/bootstrap4-light-purple/theme.css +398 -518
- package/resources/themes/fluent-light/theme.css +424 -529
- package/resources/themes/lara-dark-blue/theme.css +402 -518
- package/resources/themes/lara-dark-indigo/theme.css +402 -518
- package/resources/themes/lara-dark-purple/theme.css +402 -518
- package/resources/themes/lara-dark-teal/theme.css +402 -518
- package/resources/themes/lara-light-blue/theme.css +571 -687
- package/resources/themes/lara-light-indigo/theme.css +409 -525
- package/resources/themes/lara-light-purple/theme.css +409 -525
- package/resources/themes/lara-light-teal/theme.css +409 -525
- package/resources/themes/luna-amber/theme.css +411 -531
- package/resources/themes/luna-blue/theme.css +411 -531
- package/resources/themes/luna-green/theme.css +411 -531
- package/resources/themes/luna-pink/theme.css +411 -531
- package/resources/themes/md-dark-deeppurple/theme.css +669 -739
- package/resources/themes/md-dark-indigo/theme.css +669 -739
- package/resources/themes/md-light-deeppurple/theme.css +574 -644
- package/resources/themes/md-light-indigo/theme.css +574 -644
- package/resources/themes/mdc-dark-deeppurple/theme.css +669 -739
- package/resources/themes/mdc-dark-indigo/theme.css +669 -739
- package/resources/themes/mdc-light-deeppurple/theme.css +574 -644
- package/resources/themes/mdc-light-indigo/theme.css +574 -644
- package/resources/themes/mira/theme.css +435 -525
- package/resources/themes/nano/theme.css +395 -518
- package/resources/themes/nova/theme.css +399 -518
- package/resources/themes/nova-accent/theme.css +396 -518
- package/resources/themes/nova-alt/theme.css +399 -518
- package/resources/themes/rhea/theme.css +396 -518
- package/resources/themes/saga-blue/theme.css +397 -518
- package/resources/themes/saga-green/theme.css +397 -518
- package/resources/themes/saga-orange/theme.css +397 -518
- package/resources/themes/saga-purple/theme.css +397 -518
- package/resources/themes/soho-dark/theme.css +428 -546
- package/resources/themes/soho-light/theme.css +407 -523
- package/resources/themes/tailwind-light/theme.css +432 -547
- package/resources/themes/vela-blue/theme.css +397 -518
- package/resources/themes/vela-green/theme.css +397 -518
- package/resources/themes/vela-orange/theme.css +397 -518
- package/resources/themes/vela-purple/theme.css +397 -518
- package/resources/themes/viva-dark/theme.css +421 -523
- package/resources/themes/viva-light/theme.css +421 -523
- package/scrollpanel/scrollpanel.cjs.js +33 -17
- package/scrollpanel/scrollpanel.cjs.min.js +1 -1
- package/scrollpanel/scrollpanel.esm.js +19 -3
- package/scrollpanel/scrollpanel.esm.min.js +1 -1
- package/scrollpanel/scrollpanel.js +226 -210
- package/scrollpanel/scrollpanel.min.js +1 -1
- package/selectbutton/selectbutton.cjs.js +3 -2
- package/selectbutton/selectbutton.cjs.min.js +1 -1
- package/selectbutton/selectbutton.d.ts +6 -0
- package/selectbutton/selectbutton.esm.js +3 -2
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +4 -3
- package/selectbutton/selectbutton.min.js +1 -1
- package/sidebar/sidebar.cjs.js +87 -89
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +87 -89
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +88 -90
- package/sidebar/sidebar.min.js +1 -1
- package/slider/slider.cjs.js +3 -3
- package/slider/slider.cjs.min.js +1 -1
- package/slider/slider.esm.js +3 -3
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +3 -3
- package/slider/slider.min.js +1 -1
- package/toast/toast.cjs.js +7 -5
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.esm.js +7 -5
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +8 -6
- package/toast/toast.min.js +1 -1
- package/tree/tree.cjs.js +24 -2
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +24 -2
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +24 -2
- package/tree/tree.min.js +1 -1
- package/treeselect/treeselect.d.ts +54 -4
- package/utils/utils.cjs.js +30 -0
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.d.ts +3 -0
- package/utils/utils.esm.js +30 -0
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +30 -0
- package/utils/utils.min.js +1 -1
- package/web-types.json +29 -2
|
@@ -53,21 +53,24 @@
|
|
|
53
53
|
font-family: "Roboto";
|
|
54
54
|
font-style: normal;
|
|
55
55
|
font-weight: 400;
|
|
56
|
-
src: local("Roboto"), local("Roboto-Regular"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff") format("woff");
|
|
56
|
+
src: local("Roboto"), local("Roboto-Regular"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff") format("woff");
|
|
57
|
+
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
57
58
|
}
|
|
58
59
|
/* roboto-500 - latin-ext_latin */
|
|
59
60
|
@font-face {
|
|
60
61
|
font-family: "Roboto";
|
|
61
62
|
font-style: normal;
|
|
62
63
|
font-weight: 500;
|
|
63
|
-
src: local("Roboto Medium"), local("Roboto-Medium"), url("./fonts/roboto-v20-latin-ext_latin-500.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-500.woff") format("woff");
|
|
64
|
+
src: local("Roboto Medium"), local("Roboto-Medium"), url("./fonts/roboto-v20-latin-ext_latin-500.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-500.woff") format("woff");
|
|
65
|
+
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
64
66
|
}
|
|
65
67
|
/* roboto-700 - latin-ext_latin */
|
|
66
68
|
@font-face {
|
|
67
69
|
font-family: "Roboto";
|
|
68
70
|
font-style: normal;
|
|
69
71
|
font-weight: 700;
|
|
70
|
-
src: local("Roboto Bold"), local("Roboto-Bold"), url("./fonts/roboto-v20-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-700.woff") format("woff");
|
|
72
|
+
src: local("Roboto Bold"), local("Roboto-Bold"), url("./fonts/roboto-v20-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-700.woff") format("woff");
|
|
73
|
+
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
71
74
|
}
|
|
72
75
|
:root {
|
|
73
76
|
--blue-50:#f4fafe;
|
|
@@ -192,40 +195,147 @@
|
|
|
192
195
|
--primary-900:#404357;
|
|
193
196
|
}
|
|
194
197
|
|
|
198
|
+
.p-editor-container .p-editor-toolbar {
|
|
199
|
+
background: #1e1e1e;
|
|
200
|
+
border-top-right-radius: 4px;
|
|
201
|
+
border-top-left-radius: 4px;
|
|
202
|
+
}
|
|
203
|
+
.p-editor-container .p-editor-toolbar.ql-snow {
|
|
204
|
+
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
205
|
+
}
|
|
206
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
|
|
207
|
+
stroke: rgba(255, 255, 255, 0.6);
|
|
208
|
+
}
|
|
209
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
|
|
210
|
+
fill: rgba(255, 255, 255, 0.6);
|
|
211
|
+
}
|
|
212
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
|
|
213
|
+
border: 0 none;
|
|
214
|
+
color: rgba(255, 255, 255, 0.6);
|
|
215
|
+
}
|
|
216
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
|
|
217
|
+
color: rgba(255, 255, 255, 0.87);
|
|
218
|
+
}
|
|
219
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
|
|
220
|
+
stroke: rgba(255, 255, 255, 0.87);
|
|
221
|
+
}
|
|
222
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
|
|
223
|
+
fill: rgba(255, 255, 255, 0.87);
|
|
224
|
+
}
|
|
225
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
|
|
226
|
+
color: rgba(255, 255, 255, 0.87);
|
|
227
|
+
}
|
|
228
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
|
|
229
|
+
stroke: rgba(255, 255, 255, 0.87);
|
|
230
|
+
}
|
|
231
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
|
|
232
|
+
fill: rgba(255, 255, 255, 0.87);
|
|
233
|
+
}
|
|
234
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
|
|
235
|
+
background: #2b2b2b;
|
|
236
|
+
border: 0 none;
|
|
237
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
238
|
+
border-radius: 4px;
|
|
239
|
+
padding: 0;
|
|
240
|
+
}
|
|
241
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
|
|
242
|
+
color: rgba(255, 255, 255, 0.87);
|
|
243
|
+
}
|
|
244
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
|
|
245
|
+
color: rgba(255, 255, 255, 0.87);
|
|
246
|
+
background: rgba(255, 255, 255, 0.04);
|
|
247
|
+
}
|
|
248
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
|
|
249
|
+
padding: 1rem 1rem;
|
|
250
|
+
}
|
|
251
|
+
.p-editor-container .p-editor-content {
|
|
252
|
+
border-bottom-right-radius: 4px;
|
|
253
|
+
border-bottom-left-radius: 4px;
|
|
254
|
+
}
|
|
255
|
+
.p-editor-container .p-editor-content.ql-snow {
|
|
256
|
+
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
257
|
+
}
|
|
258
|
+
.p-editor-container .p-editor-content .ql-editor {
|
|
259
|
+
background: #1e1e1e;
|
|
260
|
+
color: rgba(255, 255, 255, 0.87);
|
|
261
|
+
border-bottom-right-radius: 4px;
|
|
262
|
+
border-bottom-left-radius: 4px;
|
|
263
|
+
}
|
|
264
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover,
|
|
265
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus {
|
|
266
|
+
color: rgba(255, 255, 255, 0.87);
|
|
267
|
+
}
|
|
268
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
|
|
269
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
|
|
270
|
+
stroke: rgba(255, 255, 255, 0.87);
|
|
271
|
+
}
|
|
272
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
|
|
273
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
|
|
274
|
+
fill: rgba(255, 255, 255, 0.87);
|
|
275
|
+
}
|
|
276
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
|
|
277
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
|
|
278
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
|
|
279
|
+
color: #9FA8DA;
|
|
280
|
+
}
|
|
281
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
|
|
282
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
|
|
283
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
|
|
284
|
+
stroke: #9FA8DA;
|
|
285
|
+
}
|
|
286
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
|
|
287
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
|
|
288
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
|
|
289
|
+
fill: #9FA8DA;
|
|
290
|
+
}
|
|
291
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
|
|
292
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
|
|
293
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
|
|
294
|
+
color: #9FA8DA;
|
|
295
|
+
}
|
|
296
|
+
|
|
195
297
|
@layer primereact {
|
|
196
298
|
* {
|
|
197
299
|
box-sizing: border-box;
|
|
198
300
|
}
|
|
301
|
+
|
|
199
302
|
.p-component {
|
|
200
|
-
font-family:
|
|
201
|
-
font-feature-settings:
|
|
303
|
+
font-family: var(--font-family);
|
|
304
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
202
305
|
font-size: 1rem;
|
|
203
306
|
font-weight: normal;
|
|
204
307
|
}
|
|
308
|
+
|
|
205
309
|
.p-component-overlay {
|
|
206
310
|
background-color: rgba(0, 0, 0, 0.32);
|
|
207
311
|
transition-duration: 0.2s;
|
|
208
312
|
}
|
|
313
|
+
|
|
209
314
|
.p-disabled, .p-component:disabled {
|
|
210
315
|
opacity: 0.38;
|
|
211
316
|
}
|
|
317
|
+
|
|
212
318
|
.p-error {
|
|
213
319
|
color: #f44435;
|
|
214
320
|
}
|
|
321
|
+
|
|
215
322
|
.p-text-secondary {
|
|
216
323
|
color: rgba(255, 255, 255, 0.6);
|
|
217
324
|
}
|
|
325
|
+
|
|
218
326
|
.pi {
|
|
219
327
|
font-size: 1rem;
|
|
220
328
|
}
|
|
329
|
+
|
|
221
330
|
.p-icon {
|
|
222
331
|
width: 1rem;
|
|
223
332
|
height: 1rem;
|
|
224
333
|
}
|
|
334
|
+
|
|
225
335
|
.p-link {
|
|
336
|
+
font-family: var(--font-family);
|
|
337
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
226
338
|
font-size: 1rem;
|
|
227
|
-
font-family: inherit;
|
|
228
|
-
font-feature-settings: inherit;
|
|
229
339
|
border-radius: 4px;
|
|
230
340
|
}
|
|
231
341
|
.p-link:focus-visible {
|
|
@@ -233,12 +343,15 @@
|
|
|
233
343
|
outline-offset: 0;
|
|
234
344
|
box-shadow: none;
|
|
235
345
|
}
|
|
346
|
+
|
|
236
347
|
.p-component-overlay-enter {
|
|
237
348
|
animation: p-component-overlay-enter-animation 150ms forwards;
|
|
238
349
|
}
|
|
350
|
+
|
|
239
351
|
.p-component-overlay-leave {
|
|
240
352
|
animation: p-component-overlay-leave-animation 150ms forwards;
|
|
241
353
|
}
|
|
354
|
+
|
|
242
355
|
@keyframes p-component-overlay-enter-animation {
|
|
243
356
|
from {
|
|
244
357
|
background-color: transparent;
|
|
@@ -255,6 +368,7 @@
|
|
|
255
368
|
background-color: transparent;
|
|
256
369
|
}
|
|
257
370
|
}
|
|
371
|
+
|
|
258
372
|
.p-autocomplete .p-autocomplete-loader {
|
|
259
373
|
right: 1rem;
|
|
260
374
|
}
|
|
@@ -278,9 +392,9 @@
|
|
|
278
392
|
padding: 0.5rem 0;
|
|
279
393
|
}
|
|
280
394
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
|
281
|
-
font-family:
|
|
282
|
-
font-feature-settings:
|
|
283
|
-
font-size:
|
|
395
|
+
font-family: var(--font-family);
|
|
396
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
397
|
+
font-size: 1rem;
|
|
284
398
|
color: rgba(255, 255, 255, 0.87);
|
|
285
399
|
padding: 0;
|
|
286
400
|
margin: 0;
|
|
@@ -298,6 +412,7 @@
|
|
|
298
412
|
.p-autocomplete.p-invalid.p-component > .p-inputtext {
|
|
299
413
|
border-color: #f44435;
|
|
300
414
|
}
|
|
415
|
+
|
|
301
416
|
.p-autocomplete-panel {
|
|
302
417
|
background: #2b2b2b;
|
|
303
418
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -319,7 +434,7 @@
|
|
|
319
434
|
}
|
|
320
435
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
|
|
321
436
|
color: rgba(255, 255, 255, 0.87);
|
|
322
|
-
background:
|
|
437
|
+
background: rgba(255, 255, 255, 0.04);
|
|
323
438
|
}
|
|
324
439
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
|
325
440
|
color: #9FA8DA;
|
|
@@ -332,14 +447,16 @@
|
|
|
332
447
|
background: transparent;
|
|
333
448
|
font-weight: 400;
|
|
334
449
|
}
|
|
450
|
+
|
|
335
451
|
.p-calendar.p-invalid.p-component > .p-inputtext {
|
|
336
452
|
border-color: #f44435;
|
|
337
453
|
}
|
|
454
|
+
|
|
338
455
|
.p-datepicker {
|
|
339
456
|
padding: 0.5rem;
|
|
340
457
|
background: #1e1e1e;
|
|
341
458
|
color: rgba(255, 255, 255, 0.87);
|
|
342
|
-
border: 1px solid
|
|
459
|
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
343
460
|
border-radius: 4px;
|
|
344
461
|
}
|
|
345
462
|
.p-datepicker:not(.p-datepicker-inline) {
|
|
@@ -356,12 +473,12 @@
|
|
|
356
473
|
background: #1e1e1e;
|
|
357
474
|
font-weight: 500;
|
|
358
475
|
margin: 0;
|
|
359
|
-
border-bottom: 1px solid
|
|
476
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
360
477
|
border-top-right-radius: 4px;
|
|
361
478
|
border-top-left-radius: 4px;
|
|
362
479
|
}
|
|
363
480
|
.p-datepicker .p-datepicker-header .p-datepicker-prev,
|
|
364
|
-
|
|
481
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next {
|
|
365
482
|
width: 2.5rem;
|
|
366
483
|
height: 2.5rem;
|
|
367
484
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -371,13 +488,13 @@
|
|
|
371
488
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
372
489
|
}
|
|
373
490
|
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
|
|
374
|
-
|
|
491
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
|
|
375
492
|
color: rgba(255, 255, 255, 0.6);
|
|
376
493
|
border-color: transparent;
|
|
377
494
|
background: rgba(255, 255, 255, 0.04);
|
|
378
495
|
}
|
|
379
496
|
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
|
|
380
|
-
|
|
497
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
|
|
381
498
|
outline: 0 none;
|
|
382
499
|
outline-offset: 0;
|
|
383
500
|
box-shadow: none;
|
|
@@ -386,14 +503,14 @@
|
|
|
386
503
|
line-height: 2.5rem;
|
|
387
504
|
}
|
|
388
505
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
|
|
389
|
-
|
|
506
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
390
507
|
color: rgba(255, 255, 255, 0.87);
|
|
391
508
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
392
509
|
font-weight: 500;
|
|
393
510
|
padding: 0.5rem;
|
|
394
511
|
}
|
|
395
512
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
|
|
396
|
-
|
|
513
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
|
|
397
514
|
color: #9FA8DA;
|
|
398
515
|
}
|
|
399
516
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
@@ -440,13 +557,13 @@
|
|
|
440
557
|
}
|
|
441
558
|
.p-datepicker .p-datepicker-buttonbar {
|
|
442
559
|
padding: 1rem 0;
|
|
443
|
-
border-top: 1px solid
|
|
560
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
444
561
|
}
|
|
445
562
|
.p-datepicker .p-datepicker-buttonbar .p-button {
|
|
446
563
|
width: auto;
|
|
447
564
|
}
|
|
448
565
|
.p-datepicker .p-timepicker {
|
|
449
|
-
border-top: 1px solid
|
|
566
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
450
567
|
padding: 0.5rem;
|
|
451
568
|
}
|
|
452
569
|
.p-datepicker .p-timepicker button {
|
|
@@ -505,7 +622,7 @@
|
|
|
505
622
|
background: rgba(159, 168, 218, 0.16);
|
|
506
623
|
}
|
|
507
624
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
|
508
|
-
border-left: 1px solid
|
|
625
|
+
border-left: 1px solid rgba(255, 255, 255, 0.12);
|
|
509
626
|
padding-right: 0.5rem;
|
|
510
627
|
padding-left: 0.5rem;
|
|
511
628
|
padding-top: 0;
|
|
@@ -542,6 +659,7 @@
|
|
|
542
659
|
outline-offset: 0;
|
|
543
660
|
box-shadow: none;
|
|
544
661
|
}
|
|
662
|
+
|
|
545
663
|
@media screen and (max-width: 769px) {
|
|
546
664
|
.p-datepicker table th, .p-datepicker table td {
|
|
547
665
|
padding: 0;
|
|
@@ -549,7 +667,7 @@
|
|
|
549
667
|
}
|
|
550
668
|
.p-cascadeselect {
|
|
551
669
|
background: #1e1e1e;
|
|
552
|
-
border: 1px solid
|
|
670
|
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
553
671
|
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);
|
|
554
672
|
border-radius: 4px;
|
|
555
673
|
}
|
|
@@ -584,6 +702,7 @@
|
|
|
584
702
|
.p-cascadeselect.p-invalid.p-component {
|
|
585
703
|
border-color: #f44435;
|
|
586
704
|
}
|
|
705
|
+
|
|
587
706
|
.p-cascadeselect-panel {
|
|
588
707
|
background: #2b2b2b;
|
|
589
708
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -616,7 +735,7 @@
|
|
|
616
735
|
}
|
|
617
736
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
|
|
618
737
|
color: rgba(255, 255, 255, 0.87);
|
|
619
|
-
background:
|
|
738
|
+
background: rgba(255, 255, 255, 0.04);
|
|
620
739
|
}
|
|
621
740
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
|
|
622
741
|
font-size: 0.875rem;
|
|
@@ -625,21 +744,23 @@
|
|
|
625
744
|
width: 0.875rem;
|
|
626
745
|
height: 0.875rem;
|
|
627
746
|
}
|
|
747
|
+
|
|
628
748
|
.p-input-filled .p-cascadeselect {
|
|
629
|
-
background:
|
|
749
|
+
background: rgba(255, 255, 255, 0.06);
|
|
630
750
|
}
|
|
631
751
|
.p-input-filled .p-cascadeselect:not(.p-disabled):hover {
|
|
632
|
-
background-color:
|
|
752
|
+
background-color: rgba(255, 255, 255, 0.08);
|
|
633
753
|
}
|
|
634
754
|
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
|
|
635
|
-
background-color:
|
|
755
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
636
756
|
}
|
|
757
|
+
|
|
637
758
|
.p-checkbox {
|
|
638
759
|
width: 18px;
|
|
639
760
|
height: 18px;
|
|
640
761
|
}
|
|
641
762
|
.p-checkbox .p-checkbox-box {
|
|
642
|
-
border: 2px solid
|
|
763
|
+
border: 2px solid rgba(255, 255, 255, 0.7);
|
|
643
764
|
background: #1e1e1e;
|
|
644
765
|
width: 18px;
|
|
645
766
|
height: 18px;
|
|
@@ -682,18 +803,20 @@
|
|
|
682
803
|
.p-checkbox.p-invalid > .p-checkbox-box {
|
|
683
804
|
border-color: #f44435;
|
|
684
805
|
}
|
|
806
|
+
|
|
685
807
|
.p-input-filled .p-checkbox .p-checkbox-box {
|
|
686
|
-
background-color:
|
|
808
|
+
background-color: rgba(255, 255, 255, 0.06);
|
|
687
809
|
}
|
|
688
810
|
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
|
689
811
|
background: #9FA8DA;
|
|
690
812
|
}
|
|
691
813
|
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
|
692
|
-
background-color:
|
|
814
|
+
background-color: rgba(255, 255, 255, 0.08);
|
|
693
815
|
}
|
|
694
816
|
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
|
695
817
|
background: #9FA8DA;
|
|
696
818
|
}
|
|
819
|
+
|
|
697
820
|
.p-chips .p-chips-multiple-container {
|
|
698
821
|
padding: 0.5rem 1rem;
|
|
699
822
|
gap: 0.5rem;
|
|
@@ -721,9 +844,9 @@
|
|
|
721
844
|
padding: 0.5rem 0;
|
|
722
845
|
}
|
|
723
846
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
|
724
|
-
font-family:
|
|
725
|
-
font-feature-settings:
|
|
726
|
-
font-size:
|
|
847
|
+
font-family: var(--font-family);
|
|
848
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
849
|
+
font-size: 1rem;
|
|
727
850
|
color: rgba(255, 255, 255, 0.87);
|
|
728
851
|
padding: 0;
|
|
729
852
|
margin: 0;
|
|
@@ -731,24 +854,28 @@
|
|
|
731
854
|
.p-chips.p-invalid.p-component > .p-inputtext {
|
|
732
855
|
border-color: #f44435;
|
|
733
856
|
}
|
|
857
|
+
|
|
734
858
|
.p-colorpicker-preview {
|
|
735
859
|
width: 2rem;
|
|
736
860
|
height: 2rem;
|
|
737
861
|
}
|
|
862
|
+
|
|
738
863
|
.p-colorpicker-panel {
|
|
739
864
|
background: #2b2b2b;
|
|
740
865
|
border: 1px solid #1e1e1e;
|
|
741
866
|
}
|
|
742
867
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
|
743
|
-
|
|
868
|
+
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
|
744
869
|
border-color: #ffffff;
|
|
745
870
|
}
|
|
871
|
+
|
|
746
872
|
.p-colorpicker-overlay-panel {
|
|
747
873
|
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
748
874
|
}
|
|
875
|
+
|
|
749
876
|
.p-dropdown {
|
|
750
877
|
background: #1e1e1e;
|
|
751
|
-
border: 1px solid
|
|
878
|
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
752
879
|
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);
|
|
753
880
|
border-radius: 4px;
|
|
754
881
|
}
|
|
@@ -789,6 +916,7 @@
|
|
|
789
916
|
.p-dropdown.p-invalid.p-component {
|
|
790
917
|
border-color: #f44435;
|
|
791
918
|
}
|
|
919
|
+
|
|
792
920
|
.p-dropdown-panel {
|
|
793
921
|
background: #2b2b2b;
|
|
794
922
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -798,7 +926,7 @@
|
|
|
798
926
|
}
|
|
799
927
|
.p-dropdown-panel .p-dropdown-header {
|
|
800
928
|
padding: 1rem;
|
|
801
|
-
border-bottom: 1px solid
|
|
929
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
802
930
|
color: rgba(255, 255, 255, 0.87);
|
|
803
931
|
background: #2b2b2b;
|
|
804
932
|
margin: 0;
|
|
@@ -838,7 +966,7 @@
|
|
|
838
966
|
}
|
|
839
967
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
|
840
968
|
color: rgba(255, 255, 255, 0.87);
|
|
841
|
-
background:
|
|
969
|
+
background: rgba(255, 255, 255, 0.04);
|
|
842
970
|
}
|
|
843
971
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
|
|
844
972
|
margin: 0;
|
|
@@ -852,188 +980,100 @@
|
|
|
852
980
|
color: rgba(255, 255, 255, 0.87);
|
|
853
981
|
background: transparent;
|
|
854
982
|
}
|
|
983
|
+
|
|
855
984
|
.p-input-filled .p-dropdown {
|
|
856
|
-
background:
|
|
985
|
+
background: rgba(255, 255, 255, 0.06);
|
|
857
986
|
}
|
|
858
987
|
.p-input-filled .p-dropdown:not(.p-disabled):hover {
|
|
859
|
-
background-color:
|
|
988
|
+
background-color: rgba(255, 255, 255, 0.08);
|
|
860
989
|
}
|
|
861
990
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
|
|
862
|
-
background-color:
|
|
991
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
863
992
|
}
|
|
864
993
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
|
|
865
994
|
background-color: transparent;
|
|
866
995
|
}
|
|
867
|
-
|
|
868
|
-
background: #1e1e1e;
|
|
869
|
-
border-top-right-radius: 4px;
|
|
870
|
-
border-top-left-radius: 4px;
|
|
871
|
-
}
|
|
872
|
-
.p-editor-container .p-editor-toolbar.ql-snow {
|
|
873
|
-
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
874
|
-
}
|
|
875
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
|
|
876
|
-
stroke: rgba(255, 255, 255, 0.6);
|
|
877
|
-
}
|
|
878
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
|
|
879
|
-
fill: rgba(255, 255, 255, 0.6);
|
|
880
|
-
}
|
|
881
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
|
|
882
|
-
border: 0 none;
|
|
883
|
-
color: rgba(255, 255, 255, 0.6);
|
|
884
|
-
}
|
|
885
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
|
|
886
|
-
color: rgba(255, 255, 255, 0.87);
|
|
887
|
-
}
|
|
888
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
|
|
889
|
-
stroke: rgba(255, 255, 255, 0.87);
|
|
890
|
-
}
|
|
891
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
|
|
892
|
-
fill: rgba(255, 255, 255, 0.87);
|
|
893
|
-
}
|
|
894
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
|
|
895
|
-
color: rgba(255, 255, 255, 0.87);
|
|
896
|
-
}
|
|
897
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
|
|
898
|
-
stroke: rgba(255, 255, 255, 0.87);
|
|
899
|
-
}
|
|
900
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
|
|
901
|
-
fill: rgba(255, 255, 255, 0.87);
|
|
902
|
-
}
|
|
903
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
|
|
904
|
-
background: #2b2b2b;
|
|
905
|
-
border: 0 none;
|
|
906
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
907
|
-
border-radius: 4px;
|
|
908
|
-
padding: 0;
|
|
909
|
-
}
|
|
910
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
|
|
911
|
-
color: rgba(255, 255, 255, 0.87);
|
|
912
|
-
}
|
|
913
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
|
|
914
|
-
color: rgba(255, 255, 255, 0.87);
|
|
915
|
-
background: hsla(0, 0%, 100%, 0.04);
|
|
916
|
-
}
|
|
917
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
|
|
918
|
-
padding: 1rem 1rem;
|
|
919
|
-
}
|
|
920
|
-
.p-editor-container .p-editor-content {
|
|
921
|
-
border-bottom-right-radius: 4px;
|
|
922
|
-
border-bottom-left-radius: 4px;
|
|
923
|
-
}
|
|
924
|
-
.p-editor-container .p-editor-content.ql-snow {
|
|
925
|
-
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
926
|
-
}
|
|
927
|
-
.p-editor-container .p-editor-content .ql-editor {
|
|
928
|
-
background: #1e1e1e;
|
|
929
|
-
color: rgba(255, 255, 255, 0.87);
|
|
930
|
-
border-bottom-right-radius: 4px;
|
|
931
|
-
border-bottom-left-radius: 4px;
|
|
932
|
-
}
|
|
933
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover,
|
|
934
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus {
|
|
935
|
-
color: rgba(255, 255, 255, 0.87);
|
|
936
|
-
}
|
|
937
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
|
|
938
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
|
|
939
|
-
stroke: rgba(255, 255, 255, 0.87);
|
|
940
|
-
}
|
|
941
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
|
|
942
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
|
|
943
|
-
fill: rgba(255, 255, 255, 0.87);
|
|
944
|
-
}
|
|
945
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
|
|
946
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
|
|
947
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
|
|
948
|
-
color: #9FA8DA;
|
|
949
|
-
}
|
|
950
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
|
|
951
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
|
|
952
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
|
|
953
|
-
stroke: #9FA8DA;
|
|
954
|
-
}
|
|
955
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
|
|
956
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
|
|
957
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
|
|
958
|
-
fill: #9FA8DA;
|
|
959
|
-
}
|
|
960
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
|
|
961
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
|
|
962
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
|
|
963
|
-
color: #9FA8DA;
|
|
964
|
-
}
|
|
996
|
+
|
|
965
997
|
.p-inputgroup-addon {
|
|
966
998
|
background: #1e1e1e;
|
|
967
999
|
color: rgba(255, 255, 255, 0.6);
|
|
968
|
-
border-top: 1px solid
|
|
969
|
-
border-left: 1px solid
|
|
970
|
-
border-bottom: 1px solid
|
|
1000
|
+
border-top: 1px solid rgba(255, 255, 255, 0.3);
|
|
1001
|
+
border-left: 1px solid rgba(255, 255, 255, 0.3);
|
|
1002
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
|
|
971
1003
|
padding: 1rem 1rem;
|
|
972
1004
|
min-width: 2.357rem;
|
|
973
1005
|
}
|
|
974
1006
|
.p-inputgroup-addon:last-child {
|
|
975
|
-
border-right: 1px solid
|
|
1007
|
+
border-right: 1px solid rgba(255, 255, 255, 0.3);
|
|
976
1008
|
}
|
|
1009
|
+
|
|
977
1010
|
.p-inputgroup > .p-component,
|
|
978
|
-
|
|
979
|
-
|
|
1011
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext,
|
|
1012
|
+
.p-inputgroup > .p-float-label > .p-component {
|
|
980
1013
|
border-radius: 0;
|
|
981
1014
|
margin: 0;
|
|
982
1015
|
}
|
|
983
1016
|
.p-inputgroup > .p-component + .p-inputgroup-addon,
|
|
984
|
-
|
|
985
|
-
|
|
1017
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
|
|
1018
|
+
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
|
|
986
1019
|
border-left: 0 none;
|
|
987
1020
|
}
|
|
988
1021
|
.p-inputgroup > .p-component:focus,
|
|
989
|
-
|
|
990
|
-
|
|
1022
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
|
|
1023
|
+
.p-inputgroup > .p-float-label > .p-component:focus {
|
|
991
1024
|
z-index: 1;
|
|
992
1025
|
}
|
|
993
1026
|
.p-inputgroup > .p-component:focus ~ label,
|
|
994
|
-
|
|
995
|
-
|
|
1027
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
|
|
1028
|
+
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
|
|
996
1029
|
z-index: 1;
|
|
997
1030
|
}
|
|
1031
|
+
|
|
998
1032
|
.p-inputgroup-addon:first-child,
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1033
|
+
.p-inputgroup button:first-child,
|
|
1034
|
+
.p-inputgroup input:first-child,
|
|
1035
|
+
.p-inputgroup > .p-inputwrapper:first-child,
|
|
1036
|
+
.p-inputgroup > .p-inputwrapper:first-child > .p-inputtext {
|
|
1003
1037
|
border-top-left-radius: 4px;
|
|
1004
1038
|
border-bottom-left-radius: 4px;
|
|
1005
1039
|
}
|
|
1040
|
+
|
|
1006
1041
|
.p-inputgroup .p-float-label:first-child input {
|
|
1007
1042
|
border-top-left-radius: 4px;
|
|
1008
1043
|
border-bottom-left-radius: 4px;
|
|
1009
1044
|
}
|
|
1045
|
+
|
|
1010
1046
|
.p-inputgroup-addon:last-child,
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1047
|
+
.p-inputgroup button:last-child,
|
|
1048
|
+
.p-inputgroup input:last-child,
|
|
1049
|
+
.p-inputgroup > .p-inputwrapper:last-child,
|
|
1050
|
+
.p-inputgroup > .p-inputwrapper:last-child > .p-inputtext {
|
|
1015
1051
|
border-top-right-radius: 4px;
|
|
1016
1052
|
border-bottom-right-radius: 4px;
|
|
1017
1053
|
}
|
|
1054
|
+
|
|
1018
1055
|
.p-inputgroup .p-float-label:last-child input {
|
|
1019
1056
|
border-top-right-radius: 4px;
|
|
1020
1057
|
border-bottom-right-radius: 4px;
|
|
1021
1058
|
}
|
|
1059
|
+
|
|
1022
1060
|
.p-fluid .p-inputgroup .p-button {
|
|
1023
1061
|
width: auto;
|
|
1024
1062
|
}
|
|
1025
1063
|
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
|
|
1026
1064
|
width: 3rem;
|
|
1027
1065
|
}
|
|
1066
|
+
|
|
1028
1067
|
.p-inputnumber.p-invalid.p-component > .p-inputtext {
|
|
1029
1068
|
border-color: #f44435;
|
|
1030
1069
|
}
|
|
1070
|
+
|
|
1031
1071
|
.p-inputswitch {
|
|
1032
1072
|
width: 2.75rem;
|
|
1033
1073
|
height: 1rem;
|
|
1034
1074
|
}
|
|
1035
1075
|
.p-inputswitch .p-inputswitch-slider {
|
|
1036
|
-
background:
|
|
1076
|
+
background: rgba(255, 255, 255, 0.3);
|
|
1037
1077
|
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);
|
|
1038
1078
|
border-radius: 0.5rem;
|
|
1039
1079
|
}
|
|
@@ -1055,7 +1095,7 @@
|
|
|
1055
1095
|
box-shadow: none;
|
|
1056
1096
|
}
|
|
1057
1097
|
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
|
|
1058
|
-
background:
|
|
1098
|
+
background: rgba(255, 255, 255, 0.3);
|
|
1059
1099
|
}
|
|
1060
1100
|
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
|
|
1061
1101
|
background: rgba(159, 168, 218, 0.5);
|
|
@@ -1069,14 +1109,15 @@
|
|
|
1069
1109
|
.p-inputswitch.p-invalid .p-inputswitch-slider {
|
|
1070
1110
|
border-color: #f44435;
|
|
1071
1111
|
}
|
|
1112
|
+
|
|
1072
1113
|
.p-inputtext {
|
|
1073
|
-
font-family:
|
|
1074
|
-
font-feature-settings:
|
|
1114
|
+
font-family: var(--font-family);
|
|
1115
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
1075
1116
|
font-size: 1rem;
|
|
1076
1117
|
color: rgba(255, 255, 255, 0.87);
|
|
1077
1118
|
background: #1e1e1e;
|
|
1078
1119
|
padding: 1rem 1rem;
|
|
1079
|
-
border: 1px solid
|
|
1120
|
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
1080
1121
|
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);
|
|
1081
1122
|
appearance: none;
|
|
1082
1123
|
border-radius: 4px;
|
|
@@ -1101,73 +1142,88 @@
|
|
|
1101
1142
|
font-size: 1.25rem;
|
|
1102
1143
|
padding: 1.25rem 1.25rem;
|
|
1103
1144
|
}
|
|
1145
|
+
|
|
1104
1146
|
.p-float-label > label {
|
|
1105
1147
|
left: 1rem;
|
|
1106
1148
|
color: rgba(255, 255, 255, 0.6);
|
|
1107
1149
|
transition-duration: 0.2s;
|
|
1108
1150
|
}
|
|
1151
|
+
|
|
1109
1152
|
.p-float-label > label.p-error {
|
|
1110
1153
|
color: #f44435;
|
|
1111
1154
|
}
|
|
1155
|
+
|
|
1112
1156
|
.p-input-icon-left > i:first-of-type,
|
|
1113
|
-
|
|
1114
|
-
|
|
1157
|
+
.p-input-icon-left > svg:first-of-type,
|
|
1158
|
+
.p-input-icon-left > .p-input-prefix {
|
|
1115
1159
|
left: 1rem;
|
|
1116
1160
|
color: rgba(255, 255, 255, 0.6);
|
|
1117
1161
|
}
|
|
1162
|
+
|
|
1118
1163
|
.p-input-icon-left > .p-inputtext {
|
|
1119
1164
|
padding-left: 3rem;
|
|
1120
1165
|
}
|
|
1166
|
+
|
|
1121
1167
|
.p-input-icon-left.p-float-label > label {
|
|
1122
1168
|
left: 3rem;
|
|
1123
1169
|
}
|
|
1170
|
+
|
|
1124
1171
|
.p-input-icon-right > i:last-of-type,
|
|
1125
|
-
|
|
1126
|
-
|
|
1172
|
+
.p-input-icon-right > svg:last-of-type,
|
|
1173
|
+
.p-input-icon-right > .p-input-suffix {
|
|
1127
1174
|
right: 1rem;
|
|
1128
1175
|
color: rgba(255, 255, 255, 0.6);
|
|
1129
1176
|
}
|
|
1177
|
+
|
|
1130
1178
|
.p-input-icon-right > .p-inputtext {
|
|
1131
1179
|
padding-right: 3rem;
|
|
1132
1180
|
}
|
|
1181
|
+
|
|
1133
1182
|
::-webkit-input-placeholder {
|
|
1134
1183
|
color: rgba(255, 255, 255, 0.6);
|
|
1135
1184
|
}
|
|
1185
|
+
|
|
1136
1186
|
:-moz-placeholder {
|
|
1137
1187
|
color: rgba(255, 255, 255, 0.6);
|
|
1138
1188
|
}
|
|
1189
|
+
|
|
1139
1190
|
::-moz-placeholder {
|
|
1140
1191
|
color: rgba(255, 255, 255, 0.6);
|
|
1141
1192
|
}
|
|
1193
|
+
|
|
1142
1194
|
:-ms-input-placeholder {
|
|
1143
1195
|
color: rgba(255, 255, 255, 0.6);
|
|
1144
1196
|
}
|
|
1197
|
+
|
|
1145
1198
|
.p-input-filled .p-inputtext {
|
|
1146
|
-
background-color:
|
|
1199
|
+
background-color: rgba(255, 255, 255, 0.06);
|
|
1147
1200
|
}
|
|
1148
1201
|
.p-input-filled .p-inputtext:enabled:hover {
|
|
1149
|
-
background-color:
|
|
1202
|
+
background-color: rgba(255, 255, 255, 0.08);
|
|
1150
1203
|
}
|
|
1151
1204
|
.p-input-filled .p-inputtext:enabled:focus {
|
|
1152
|
-
background-color:
|
|
1205
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
1153
1206
|
}
|
|
1207
|
+
|
|
1154
1208
|
.p-inputtext-sm .p-inputtext {
|
|
1155
1209
|
font-size: 0.875rem;
|
|
1156
1210
|
padding: 0.875rem 0.875rem;
|
|
1157
1211
|
}
|
|
1212
|
+
|
|
1158
1213
|
.p-inputtext-lg .p-inputtext {
|
|
1159
1214
|
font-size: 1.25rem;
|
|
1160
1215
|
padding: 1.25rem 1.25rem;
|
|
1161
1216
|
}
|
|
1217
|
+
|
|
1162
1218
|
.p-listbox {
|
|
1163
1219
|
background: #1e1e1e;
|
|
1164
1220
|
color: rgba(255, 255, 255, 0.87);
|
|
1165
|
-
border: 1px solid
|
|
1221
|
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
1166
1222
|
border-radius: 4px;
|
|
1167
1223
|
}
|
|
1168
1224
|
.p-listbox .p-listbox-header {
|
|
1169
1225
|
padding: 1rem;
|
|
1170
|
-
border-bottom: 1px solid
|
|
1226
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
1171
1227
|
color: rgba(255, 255, 255, 0.87);
|
|
1172
1228
|
background: #1e1e1e;
|
|
1173
1229
|
margin: 0;
|
|
@@ -1215,11 +1271,12 @@
|
|
|
1215
1271
|
}
|
|
1216
1272
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
|
1217
1273
|
color: rgba(255, 255, 255, 0.87);
|
|
1218
|
-
background:
|
|
1274
|
+
background: rgba(255, 255, 255, 0.04);
|
|
1219
1275
|
}
|
|
1220
1276
|
.p-listbox.p-invalid {
|
|
1221
1277
|
border-color: #f44435;
|
|
1222
1278
|
}
|
|
1279
|
+
|
|
1223
1280
|
.p-mention-panel {
|
|
1224
1281
|
background: #2b2b2b;
|
|
1225
1282
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -1241,15 +1298,16 @@
|
|
|
1241
1298
|
}
|
|
1242
1299
|
.p-mention-panel .p-mention-items .p-mention-item:hover {
|
|
1243
1300
|
color: rgba(255, 255, 255, 0.87);
|
|
1244
|
-
background:
|
|
1301
|
+
background: rgba(255, 255, 255, 0.04);
|
|
1245
1302
|
}
|
|
1246
1303
|
.p-mention-panel .p-mention-items .p-mention-item.p-highlight {
|
|
1247
1304
|
color: #9FA8DA;
|
|
1248
1305
|
background: rgba(159, 168, 218, 0.16);
|
|
1249
1306
|
}
|
|
1307
|
+
|
|
1250
1308
|
.p-multiselect {
|
|
1251
1309
|
background: #1e1e1e;
|
|
1252
|
-
border: 1px solid
|
|
1310
|
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
1253
1311
|
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);
|
|
1254
1312
|
border-radius: 4px;
|
|
1255
1313
|
}
|
|
@@ -1275,7 +1333,7 @@
|
|
|
1275
1333
|
.p-multiselect.p-multiselect-chip .p-multiselect-token {
|
|
1276
1334
|
padding: 0.5rem 1rem;
|
|
1277
1335
|
margin-right: 0.5rem;
|
|
1278
|
-
background:
|
|
1336
|
+
background: rgba(255, 255, 255, 0.12);
|
|
1279
1337
|
color: rgba(255, 255, 255, 0.87);
|
|
1280
1338
|
border-radius: 16px;
|
|
1281
1339
|
}
|
|
@@ -1296,6 +1354,7 @@
|
|
|
1296
1354
|
.p-multiselect.p-invalid.p-component {
|
|
1297
1355
|
border-color: #f44435;
|
|
1298
1356
|
}
|
|
1357
|
+
|
|
1299
1358
|
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
|
1300
1359
|
padding: 0.5rem 1rem;
|
|
1301
1360
|
}
|
|
@@ -1305,6 +1364,7 @@
|
|
|
1305
1364
|
.p-inputwrapper-filled.p-multiselect.p-multiselect-clearable .p-multiselect-label {
|
|
1306
1365
|
padding-right: 2rem;
|
|
1307
1366
|
}
|
|
1367
|
+
|
|
1308
1368
|
.p-multiselect-panel {
|
|
1309
1369
|
background: #2b2b2b;
|
|
1310
1370
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -1314,7 +1374,7 @@
|
|
|
1314
1374
|
}
|
|
1315
1375
|
.p-multiselect-panel .p-multiselect-header {
|
|
1316
1376
|
padding: 1rem;
|
|
1317
|
-
border-bottom: 1px solid
|
|
1377
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
1318
1378
|
color: rgba(255, 255, 255, 0.87);
|
|
1319
1379
|
background: #2b2b2b;
|
|
1320
1380
|
margin: 0;
|
|
@@ -1368,7 +1428,7 @@
|
|
|
1368
1428
|
}
|
|
1369
1429
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
|
1370
1430
|
color: rgba(255, 255, 255, 0.87);
|
|
1371
|
-
background:
|
|
1431
|
+
background: rgba(255, 255, 255, 0.04);
|
|
1372
1432
|
}
|
|
1373
1433
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
|
1374
1434
|
outline: 0 none;
|
|
@@ -1390,18 +1450,21 @@
|
|
|
1390
1450
|
color: rgba(255, 255, 255, 0.87);
|
|
1391
1451
|
background: transparent;
|
|
1392
1452
|
}
|
|
1453
|
+
|
|
1393
1454
|
.p-input-filled .p-multiselect {
|
|
1394
|
-
background:
|
|
1455
|
+
background: rgba(255, 255, 255, 0.06);
|
|
1395
1456
|
}
|
|
1396
1457
|
.p-input-filled .p-multiselect:not(.p-disabled):hover {
|
|
1397
|
-
background-color:
|
|
1458
|
+
background-color: rgba(255, 255, 255, 0.08);
|
|
1398
1459
|
}
|
|
1399
1460
|
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
|
|
1400
|
-
background-color:
|
|
1461
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
1401
1462
|
}
|
|
1463
|
+
|
|
1402
1464
|
.p-password.p-invalid.p-component > .p-inputtext {
|
|
1403
1465
|
border-color: #f44435;
|
|
1404
1466
|
}
|
|
1467
|
+
|
|
1405
1468
|
.p-password-panel {
|
|
1406
1469
|
padding: 1rem;
|
|
1407
1470
|
background: #1e1e1e;
|
|
@@ -1423,12 +1486,13 @@
|
|
|
1423
1486
|
.p-password-panel .p-password-meter .p-password-strength.strong {
|
|
1424
1487
|
background: #C5E1A5;
|
|
1425
1488
|
}
|
|
1489
|
+
|
|
1426
1490
|
.p-radiobutton {
|
|
1427
1491
|
width: 20px;
|
|
1428
1492
|
height: 20px;
|
|
1429
1493
|
}
|
|
1430
1494
|
.p-radiobutton .p-radiobutton-box {
|
|
1431
|
-
border: 2px solid
|
|
1495
|
+
border: 2px solid rgba(255, 255, 255, 0.7);
|
|
1432
1496
|
background: #1e1e1e;
|
|
1433
1497
|
width: 20px;
|
|
1434
1498
|
height: 20px;
|
|
@@ -1466,11 +1530,12 @@
|
|
|
1466
1530
|
.p-radiobutton:focus {
|
|
1467
1531
|
outline: 0 none;
|
|
1468
1532
|
}
|
|
1533
|
+
|
|
1469
1534
|
.p-input-filled .p-radiobutton .p-radiobutton-box {
|
|
1470
|
-
background-color:
|
|
1535
|
+
background-color: rgba(255, 255, 255, 0.06);
|
|
1471
1536
|
}
|
|
1472
1537
|
.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
|
|
1473
|
-
background-color:
|
|
1538
|
+
background-color: rgba(255, 255, 255, 0.08);
|
|
1474
1539
|
}
|
|
1475
1540
|
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
|
|
1476
1541
|
background: #121212;
|
|
@@ -1478,6 +1543,7 @@
|
|
|
1478
1543
|
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
|
1479
1544
|
background: #121212;
|
|
1480
1545
|
}
|
|
1546
|
+
|
|
1481
1547
|
.p-rating {
|
|
1482
1548
|
gap: 0.5rem;
|
|
1483
1549
|
}
|
|
@@ -1507,6 +1573,7 @@
|
|
|
1507
1573
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
|
|
1508
1574
|
color: #f44435;
|
|
1509
1575
|
}
|
|
1576
|
+
|
|
1510
1577
|
.p-selectbutton .p-button {
|
|
1511
1578
|
background: #2f2f2f;
|
|
1512
1579
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
@@ -1514,7 +1581,7 @@
|
|
|
1514
1581
|
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);
|
|
1515
1582
|
}
|
|
1516
1583
|
.p-selectbutton .p-button .p-button-icon-left,
|
|
1517
|
-
|
|
1584
|
+
.p-selectbutton .p-button .p-button-icon-right {
|
|
1518
1585
|
color: rgba(255, 255, 255, 0.6);
|
|
1519
1586
|
}
|
|
1520
1587
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
|
@@ -1523,7 +1590,7 @@
|
|
|
1523
1590
|
color: rgba(255, 255, 255, 0.87);
|
|
1524
1591
|
}
|
|
1525
1592
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
|
|
1526
|
-
|
|
1593
|
+
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
|
1527
1594
|
color: rgba(255, 255, 255, 0.6);
|
|
1528
1595
|
}
|
|
1529
1596
|
.p-selectbutton .p-button.p-highlight {
|
|
@@ -1532,7 +1599,7 @@
|
|
|
1532
1599
|
color: rgba(255, 255, 255, 0.87);
|
|
1533
1600
|
}
|
|
1534
1601
|
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
|
|
1535
|
-
|
|
1602
|
+
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
|
|
1536
1603
|
color: rgba(255, 255, 255, 0.6);
|
|
1537
1604
|
}
|
|
1538
1605
|
.p-selectbutton .p-button.p-highlight:hover {
|
|
@@ -1541,14 +1608,15 @@
|
|
|
1541
1608
|
color: rgba(255, 255, 255, 0.87);
|
|
1542
1609
|
}
|
|
1543
1610
|
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
|
|
1544
|
-
|
|
1611
|
+
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
|
|
1545
1612
|
color: rgba(255, 255, 255, 0.6);
|
|
1546
1613
|
}
|
|
1547
1614
|
.p-selectbutton.p-invalid > .p-button {
|
|
1548
1615
|
border-color: #f44435;
|
|
1549
1616
|
}
|
|
1617
|
+
|
|
1550
1618
|
.p-slider {
|
|
1551
|
-
background:
|
|
1619
|
+
background: rgba(255, 255, 255, 0.3);
|
|
1552
1620
|
border: 0 none;
|
|
1553
1621
|
border-radius: 4px;
|
|
1554
1622
|
}
|
|
@@ -1586,9 +1654,10 @@
|
|
|
1586
1654
|
background: #9FA8DA;
|
|
1587
1655
|
border-color: 0 none;
|
|
1588
1656
|
}
|
|
1657
|
+
|
|
1589
1658
|
.p-treeselect {
|
|
1590
1659
|
background: #1e1e1e;
|
|
1591
|
-
border: 1px solid
|
|
1660
|
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
1592
1661
|
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);
|
|
1593
1662
|
border-radius: 4px;
|
|
1594
1663
|
}
|
|
@@ -1601,6 +1670,9 @@
|
|
|
1601
1670
|
box-shadow: none;
|
|
1602
1671
|
border-color: #9FA8DA;
|
|
1603
1672
|
}
|
|
1673
|
+
.p-treeselect.p-treeselect-clearable .p-treeselect-label {
|
|
1674
|
+
padding-right: 2rem;
|
|
1675
|
+
}
|
|
1604
1676
|
.p-treeselect .p-treeselect-label {
|
|
1605
1677
|
padding: 1rem 1rem;
|
|
1606
1678
|
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);
|
|
@@ -1611,7 +1683,7 @@
|
|
|
1611
1683
|
.p-treeselect.p-treeselect-chip .p-treeselect-token {
|
|
1612
1684
|
padding: 0.5rem 1rem;
|
|
1613
1685
|
margin-right: 0.5rem;
|
|
1614
|
-
background:
|
|
1686
|
+
background: rgba(255, 255, 255, 0.12);
|
|
1615
1687
|
color: rgba(255, 255, 255, 0.87);
|
|
1616
1688
|
border-radius: 16px;
|
|
1617
1689
|
}
|
|
@@ -1622,12 +1694,18 @@
|
|
|
1622
1694
|
border-top-right-radius: 4px;
|
|
1623
1695
|
border-bottom-right-radius: 4px;
|
|
1624
1696
|
}
|
|
1697
|
+
.p-treeselect .p-treeselect-clear-icon {
|
|
1698
|
+
color: rgba(255, 255, 255, 0.6);
|
|
1699
|
+
right: 2.357rem;
|
|
1700
|
+
}
|
|
1625
1701
|
.p-treeselect.p-invalid.p-component {
|
|
1626
1702
|
border-color: #f44435;
|
|
1627
1703
|
}
|
|
1704
|
+
|
|
1628
1705
|
.p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label {
|
|
1629
1706
|
padding: 0.5rem 1rem;
|
|
1630
1707
|
}
|
|
1708
|
+
|
|
1631
1709
|
.p-treeselect-panel {
|
|
1632
1710
|
background: #2b2b2b;
|
|
1633
1711
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -1637,7 +1715,7 @@
|
|
|
1637
1715
|
}
|
|
1638
1716
|
.p-treeselect-panel .p-treeselect-header {
|
|
1639
1717
|
padding: 1rem;
|
|
1640
|
-
border-bottom: 1px solid
|
|
1718
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
1641
1719
|
color: rgba(255, 255, 255, 0.87);
|
|
1642
1720
|
background: #2b2b2b;
|
|
1643
1721
|
margin: 0;
|
|
@@ -1687,15 +1765,17 @@
|
|
|
1687
1765
|
color: rgba(255, 255, 255, 0.87);
|
|
1688
1766
|
background: transparent;
|
|
1689
1767
|
}
|
|
1768
|
+
|
|
1690
1769
|
.p-input-filled .p-treeselect {
|
|
1691
|
-
background:
|
|
1770
|
+
background: rgba(255, 255, 255, 0.06);
|
|
1692
1771
|
}
|
|
1693
1772
|
.p-input-filled .p-treeselect:not(.p-disabled):hover {
|
|
1694
|
-
background-color:
|
|
1773
|
+
background-color: rgba(255, 255, 255, 0.08);
|
|
1695
1774
|
}
|
|
1696
1775
|
.p-input-filled .p-treeselect:not(.p-disabled).p-focus {
|
|
1697
|
-
background-color:
|
|
1776
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
1698
1777
|
}
|
|
1778
|
+
|
|
1699
1779
|
.p-togglebutton.p-button {
|
|
1700
1780
|
background: #2f2f2f;
|
|
1701
1781
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
@@ -1703,7 +1783,7 @@
|
|
|
1703
1783
|
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);
|
|
1704
1784
|
}
|
|
1705
1785
|
.p-togglebutton.p-button .p-button-icon-left,
|
|
1706
|
-
|
|
1786
|
+
.p-togglebutton.p-button .p-button-icon-right {
|
|
1707
1787
|
color: rgba(255, 255, 255, 0.6);
|
|
1708
1788
|
}
|
|
1709
1789
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
|
@@ -1712,7 +1792,7 @@
|
|
|
1712
1792
|
color: rgba(255, 255, 255, 0.87);
|
|
1713
1793
|
}
|
|
1714
1794
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
|
|
1715
|
-
|
|
1795
|
+
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
|
1716
1796
|
color: rgba(255, 255, 255, 0.6);
|
|
1717
1797
|
}
|
|
1718
1798
|
.p-togglebutton.p-button.p-highlight {
|
|
@@ -1721,7 +1801,7 @@
|
|
|
1721
1801
|
color: rgba(255, 255, 255, 0.87);
|
|
1722
1802
|
}
|
|
1723
1803
|
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
|
|
1724
|
-
|
|
1804
|
+
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
|
|
1725
1805
|
color: rgba(255, 255, 255, 0.6);
|
|
1726
1806
|
}
|
|
1727
1807
|
.p-togglebutton.p-button.p-highlight:hover {
|
|
@@ -1730,12 +1810,13 @@
|
|
|
1730
1810
|
color: rgba(255, 255, 255, 0.87);
|
|
1731
1811
|
}
|
|
1732
1812
|
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
|
|
1733
|
-
|
|
1813
|
+
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
|
|
1734
1814
|
color: rgba(255, 255, 255, 0.6);
|
|
1735
1815
|
}
|
|
1736
1816
|
.p-togglebutton.p-button.p-invalid > .p-button {
|
|
1737
1817
|
border-color: #f44435;
|
|
1738
1818
|
}
|
|
1819
|
+
|
|
1739
1820
|
.p-button {
|
|
1740
1821
|
color: #121212;
|
|
1741
1822
|
background: #9FA8DA;
|
|
@@ -1847,7 +1928,7 @@
|
|
|
1847
1928
|
padding: 0.714rem;
|
|
1848
1929
|
}
|
|
1849
1930
|
.p-button.p-button-icon-only .p-button-icon-left,
|
|
1850
|
-
|
|
1931
|
+
.p-button.p-button-icon-only .p-button-icon-right {
|
|
1851
1932
|
margin: 0;
|
|
1852
1933
|
}
|
|
1853
1934
|
.p-button.p-button-icon-only.p-button-rounded {
|
|
@@ -1883,6 +1964,7 @@
|
|
|
1883
1964
|
.p-button.p-button-loading-label-only .p-button-loading-icon {
|
|
1884
1965
|
margin: 0;
|
|
1885
1966
|
}
|
|
1967
|
+
|
|
1886
1968
|
.p-fluid .p-button {
|
|
1887
1969
|
width: 100%;
|
|
1888
1970
|
}
|
|
@@ -1895,6 +1977,7 @@
|
|
|
1895
1977
|
.p-fluid .p-buttonset .p-button {
|
|
1896
1978
|
flex: 1;
|
|
1897
1979
|
}
|
|
1980
|
+
|
|
1898
1981
|
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button, .p-fileupload-choose.p-button-secondary {
|
|
1899
1982
|
color: #121212;
|
|
1900
1983
|
background: #F48FB1;
|
|
@@ -1943,6 +2026,7 @@
|
|
|
1943
2026
|
border-color: transparent;
|
|
1944
2027
|
color: #F48FB1;
|
|
1945
2028
|
}
|
|
2029
|
+
|
|
1946
2030
|
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button, .p-fileupload-choose.p-button-info {
|
|
1947
2031
|
color: #212121;
|
|
1948
2032
|
background: #90CAF9;
|
|
@@ -1991,6 +2075,7 @@
|
|
|
1991
2075
|
border-color: transparent;
|
|
1992
2076
|
color: #90CAF9;
|
|
1993
2077
|
}
|
|
2078
|
+
|
|
1994
2079
|
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button, .p-fileupload-choose.p-button-success {
|
|
1995
2080
|
color: #212121;
|
|
1996
2081
|
background: #C5E1A5;
|
|
@@ -2039,6 +2124,7 @@
|
|
|
2039
2124
|
border-color: transparent;
|
|
2040
2125
|
color: #C5E1A5;
|
|
2041
2126
|
}
|
|
2127
|
+
|
|
2042
2128
|
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button, .p-fileupload-choose.p-button-warning {
|
|
2043
2129
|
color: #212121;
|
|
2044
2130
|
background: #FFF59D;
|
|
@@ -2087,6 +2173,7 @@
|
|
|
2087
2173
|
border-color: transparent;
|
|
2088
2174
|
color: #FFF59D;
|
|
2089
2175
|
}
|
|
2176
|
+
|
|
2090
2177
|
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button, .p-fileupload-choose.p-button-help {
|
|
2091
2178
|
color: #212121;
|
|
2092
2179
|
background: #CE93D8;
|
|
@@ -2135,6 +2222,7 @@
|
|
|
2135
2222
|
border-color: transparent;
|
|
2136
2223
|
color: #CE93D8;
|
|
2137
2224
|
}
|
|
2225
|
+
|
|
2138
2226
|
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button, .p-fileupload-choose.p-button-danger {
|
|
2139
2227
|
color: #212121;
|
|
2140
2228
|
background: #EF9A9A;
|
|
@@ -2183,6 +2271,7 @@
|
|
|
2183
2271
|
border-color: transparent;
|
|
2184
2272
|
color: #EF9A9A;
|
|
2185
2273
|
}
|
|
2274
|
+
|
|
2186
2275
|
.p-button.p-button-link {
|
|
2187
2276
|
color: #9FA8DA;
|
|
2188
2277
|
background: transparent;
|
|
@@ -2206,6 +2295,7 @@
|
|
|
2206
2295
|
color: #9FA8DA;
|
|
2207
2296
|
border-color: transparent;
|
|
2208
2297
|
}
|
|
2298
|
+
|
|
2209
2299
|
.p-splitbutton {
|
|
2210
2300
|
border-radius: 4px;
|
|
2211
2301
|
}
|
|
@@ -2287,11 +2377,12 @@
|
|
|
2287
2377
|
font-size: 1.25rem;
|
|
2288
2378
|
}
|
|
2289
2379
|
.p-splitbutton .p-splitbutton-menubutton,
|
|
2290
|
-
|
|
2291
|
-
|
|
2380
|
+
.p-splitbutton .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,
|
|
2381
|
+
.p-splitbutton .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button {
|
|
2292
2382
|
border-top-left-radius: 0;
|
|
2293
2383
|
border-bottom-left-radius: 0;
|
|
2294
2384
|
}
|
|
2385
|
+
|
|
2295
2386
|
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
|
2296
2387
|
background-color: transparent;
|
|
2297
2388
|
color: #F48FB1;
|
|
@@ -2320,6 +2411,7 @@
|
|
|
2320
2411
|
border-color: transparent;
|
|
2321
2412
|
color: #F48FB1;
|
|
2322
2413
|
}
|
|
2414
|
+
|
|
2323
2415
|
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
|
2324
2416
|
background-color: transparent;
|
|
2325
2417
|
color: #90CAF9;
|
|
@@ -2348,6 +2440,7 @@
|
|
|
2348
2440
|
border-color: transparent;
|
|
2349
2441
|
color: #90CAF9;
|
|
2350
2442
|
}
|
|
2443
|
+
|
|
2351
2444
|
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
|
2352
2445
|
background-color: transparent;
|
|
2353
2446
|
color: #C5E1A5;
|
|
@@ -2376,6 +2469,7 @@
|
|
|
2376
2469
|
border-color: transparent;
|
|
2377
2470
|
color: #C5E1A5;
|
|
2378
2471
|
}
|
|
2472
|
+
|
|
2379
2473
|
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
|
2380
2474
|
background-color: transparent;
|
|
2381
2475
|
color: #FFF59D;
|
|
@@ -2404,6 +2498,7 @@
|
|
|
2404
2498
|
border-color: transparent;
|
|
2405
2499
|
color: #FFF59D;
|
|
2406
2500
|
}
|
|
2501
|
+
|
|
2407
2502
|
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
|
2408
2503
|
background-color: transparent;
|
|
2409
2504
|
color: #CE93D8;
|
|
@@ -2432,6 +2527,7 @@
|
|
|
2432
2527
|
border-color: transparent;
|
|
2433
2528
|
color: #CE93D8;
|
|
2434
2529
|
}
|
|
2530
|
+
|
|
2435
2531
|
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
|
2436
2532
|
background-color: transparent;
|
|
2437
2533
|
color: #EF9A9A;
|
|
@@ -2460,6 +2556,7 @@
|
|
|
2460
2556
|
border-color: transparent;
|
|
2461
2557
|
color: #EF9A9A;
|
|
2462
2558
|
}
|
|
2559
|
+
|
|
2463
2560
|
.p-speeddial-button.p-button.p-button-icon-only {
|
|
2464
2561
|
width: 4rem;
|
|
2465
2562
|
height: 4rem;
|
|
@@ -2471,6 +2568,7 @@
|
|
|
2471
2568
|
width: 2rem;
|
|
2472
2569
|
height: 2rem;
|
|
2473
2570
|
}
|
|
2571
|
+
|
|
2474
2572
|
.p-speeddial-action {
|
|
2475
2573
|
width: 3rem;
|
|
2476
2574
|
height: 3rem;
|
|
@@ -2481,47 +2579,54 @@
|
|
|
2481
2579
|
background: rgba(244, 143, 177, 0.92);
|
|
2482
2580
|
color: #212121;
|
|
2483
2581
|
}
|
|
2582
|
+
|
|
2484
2583
|
.p-speeddial-direction-up .p-speeddial-item {
|
|
2485
2584
|
margin: 0.25rem;
|
|
2486
2585
|
}
|
|
2487
2586
|
.p-speeddial-direction-up .p-speeddial-item:first-child {
|
|
2488
2587
|
margin-bottom: 0.5rem;
|
|
2489
2588
|
}
|
|
2589
|
+
|
|
2490
2590
|
.p-speeddial-direction-down .p-speeddial-item {
|
|
2491
2591
|
margin: 0.25rem;
|
|
2492
2592
|
}
|
|
2493
2593
|
.p-speeddial-direction-down .p-speeddial-item:first-child {
|
|
2494
2594
|
margin-top: 0.5rem;
|
|
2495
2595
|
}
|
|
2596
|
+
|
|
2496
2597
|
.p-speeddial-direction-left .p-speeddial-item {
|
|
2497
2598
|
margin: 0 0.25rem;
|
|
2498
2599
|
}
|
|
2499
2600
|
.p-speeddial-direction-left .p-speeddial-item:first-child {
|
|
2500
2601
|
margin-right: 0.5rem;
|
|
2501
2602
|
}
|
|
2603
|
+
|
|
2502
2604
|
.p-speeddial-direction-right .p-speeddial-item {
|
|
2503
2605
|
margin: 0 0.25rem;
|
|
2504
2606
|
}
|
|
2505
2607
|
.p-speeddial-direction-right .p-speeddial-item:first-child {
|
|
2506
2608
|
margin-left: 0.5rem;
|
|
2507
2609
|
}
|
|
2610
|
+
|
|
2508
2611
|
.p-speeddial-circle .p-speeddial-item,
|
|
2509
|
-
|
|
2510
|
-
|
|
2612
|
+
.p-speeddial-semi-circle .p-speeddial-item,
|
|
2613
|
+
.p-speeddial-quarter-circle .p-speeddial-item {
|
|
2511
2614
|
margin: 0;
|
|
2512
2615
|
}
|
|
2513
2616
|
.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2617
|
+
.p-speeddial-semi-circle .p-speeddial-item:first-child,
|
|
2618
|
+
.p-speeddial-semi-circle .p-speeddial-item:last-child,
|
|
2619
|
+
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
|
|
2620
|
+
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
|
|
2518
2621
|
margin: 0;
|
|
2519
2622
|
}
|
|
2623
|
+
|
|
2520
2624
|
.p-speeddial-mask {
|
|
2521
2625
|
background-color: rgba(0, 0, 0, 0.32);
|
|
2522
2626
|
}
|
|
2627
|
+
|
|
2523
2628
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
|
2524
|
-
|
|
2629
|
+
.p-carousel .p-carousel-content .p-carousel-next {
|
|
2525
2630
|
width: 2.5rem;
|
|
2526
2631
|
height: 2.5rem;
|
|
2527
2632
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -2532,13 +2637,13 @@
|
|
|
2532
2637
|
margin: 0.5rem;
|
|
2533
2638
|
}
|
|
2534
2639
|
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
|
|
2535
|
-
|
|
2640
|
+
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
|
|
2536
2641
|
color: rgba(255, 255, 255, 0.6);
|
|
2537
2642
|
border-color: transparent;
|
|
2538
2643
|
background: rgba(255, 255, 255, 0.04);
|
|
2539
2644
|
}
|
|
2540
2645
|
.p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
|
|
2541
|
-
|
|
2646
|
+
.p-carousel .p-carousel-content .p-carousel-next:focus-visible {
|
|
2542
2647
|
outline: 0 none;
|
|
2543
2648
|
outline-offset: 0;
|
|
2544
2649
|
box-shadow: none;
|
|
@@ -2564,6 +2669,7 @@
|
|
|
2564
2669
|
background: rgba(159, 168, 218, 0.16);
|
|
2565
2670
|
color: #9FA8DA;
|
|
2566
2671
|
}
|
|
2672
|
+
|
|
2567
2673
|
.p-datatable .p-paginator-top {
|
|
2568
2674
|
border-width: 0 0 1px 0;
|
|
2569
2675
|
border-radius: 0;
|
|
@@ -2657,9 +2763,9 @@
|
|
|
2657
2763
|
padding: 1rem 1rem;
|
|
2658
2764
|
}
|
|
2659
2765
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2766
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
|
|
2767
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
|
|
2768
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
|
|
2663
2769
|
width: 2.5rem;
|
|
2664
2770
|
height: 2.5rem;
|
|
2665
2771
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -2669,17 +2775,17 @@
|
|
|
2669
2775
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2670
2776
|
}
|
|
2671
2777
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2778
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
|
|
2779
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
|
|
2780
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
|
|
2675
2781
|
color: rgba(255, 255, 255, 0.6);
|
|
2676
2782
|
border-color: transparent;
|
|
2677
2783
|
background: rgba(255, 255, 255, 0.04);
|
|
2678
2784
|
}
|
|
2679
2785
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2786
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
|
|
2787
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
|
|
2788
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
|
|
2683
2789
|
outline: 0 none;
|
|
2684
2790
|
outline-offset: 0;
|
|
2685
2791
|
box-shadow: none;
|
|
@@ -2728,12 +2834,12 @@
|
|
|
2728
2834
|
background: #9FA8DA;
|
|
2729
2835
|
}
|
|
2730
2836
|
.p-datatable .p-datatable-scrollable-header,
|
|
2731
|
-
|
|
2837
|
+
.p-datatable .p-datatable-scrollable-footer {
|
|
2732
2838
|
background: #1e1e1e;
|
|
2733
2839
|
}
|
|
2734
2840
|
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
|
|
2735
|
-
|
|
2736
|
-
|
|
2841
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-thead,
|
|
2842
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot {
|
|
2737
2843
|
background-color: #1e1e1e;
|
|
2738
2844
|
}
|
|
2739
2845
|
.p-datatable .p-datatable-loading-icon {
|
|
@@ -2843,9 +2949,11 @@
|
|
|
2843
2949
|
.p-datatable.p-datatable-lg .p-datatable-footer {
|
|
2844
2950
|
padding: 1.25rem 1.25rem;
|
|
2845
2951
|
}
|
|
2952
|
+
|
|
2846
2953
|
.p-datatable-drag-selection-helper {
|
|
2847
2954
|
background: rgba(159, 168, 218, 0.16);
|
|
2848
2955
|
}
|
|
2956
|
+
|
|
2849
2957
|
.p-dataview .p-paginator-top {
|
|
2850
2958
|
border-width: 0 0 1px 0;
|
|
2851
2959
|
border-radius: 0;
|
|
@@ -2889,6 +2997,7 @@
|
|
|
2889
2997
|
width: 2rem;
|
|
2890
2998
|
height: 2rem;
|
|
2891
2999
|
}
|
|
3000
|
+
|
|
2892
3001
|
.p-datascroller .p-paginator-top {
|
|
2893
3002
|
border-width: 0 0 1px 0;
|
|
2894
3003
|
border-radius: 0;
|
|
@@ -2925,10 +3034,12 @@
|
|
|
2925
3034
|
border-bottom-left-radius: 4px;
|
|
2926
3035
|
border-bottom-right-radius: 4px;
|
|
2927
3036
|
}
|
|
3037
|
+
|
|
2928
3038
|
.p-column-filter-row .p-column-filter-menu-button,
|
|
2929
|
-
|
|
3039
|
+
.p-column-filter-row .p-column-filter-clear-button {
|
|
2930
3040
|
margin-left: 0.5rem;
|
|
2931
3041
|
}
|
|
3042
|
+
|
|
2932
3043
|
.p-column-filter-menu-button {
|
|
2933
3044
|
width: 2.5rem;
|
|
2934
3045
|
height: 2.5rem;
|
|
@@ -2956,6 +3067,7 @@
|
|
|
2956
3067
|
outline-offset: 0;
|
|
2957
3068
|
box-shadow: none;
|
|
2958
3069
|
}
|
|
3070
|
+
|
|
2959
3071
|
.p-column-filter-clear-button {
|
|
2960
3072
|
width: 2.5rem;
|
|
2961
3073
|
height: 2.5rem;
|
|
@@ -2975,6 +3087,7 @@
|
|
|
2975
3087
|
outline-offset: 0;
|
|
2976
3088
|
box-shadow: none;
|
|
2977
3089
|
}
|
|
3090
|
+
|
|
2978
3091
|
.p-column-filter-overlay {
|
|
2979
3092
|
background: #2b2b2b;
|
|
2980
3093
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -2988,350 +3101,60 @@
|
|
|
2988
3101
|
}
|
|
2989
3102
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
|
|
2990
3103
|
margin: 0;
|
|
2991
|
-
padding: 1rem 1rem;
|
|
2992
|
-
border: 0 none;
|
|
2993
|
-
color: rgba(255, 255, 255, 0.87);
|
|
2994
|
-
background: transparent;
|
|
2995
|
-
transition: none;
|
|
2996
|
-
border-radius: 0;
|
|
2997
|
-
}
|
|
2998
|
-
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
|
|
2999
|
-
color: #9FA8DA;
|
|
3000
|
-
background: rgba(159, 168, 218, 0.16);
|
|
3001
|
-
}
|
|
3002
|
-
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
|
|
3003
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3004
|
-
background: hsla(0, 0%, 100%, 0.04);
|
|
3005
|
-
}
|
|
3006
|
-
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
|
|
3007
|
-
outline: 0 none;
|
|
3008
|
-
outline-offset: 0;
|
|
3009
|
-
box-shadow: none;
|
|
3010
|
-
}
|
|
3011
|
-
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
|
|
3012
|
-
border-top: 1px solid hsla(0, 0%, 100%, 0.12);
|
|
3013
|
-
margin: 0.5rem 0;
|
|
3014
|
-
}
|
|
3015
|
-
.p-column-filter-overlay-menu .p-column-filter-operator {
|
|
3016
|
-
padding: 1rem;
|
|
3017
|
-
border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
|
|
3018
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3019
|
-
background: #2b2b2b;
|
|
3020
|
-
margin: 0;
|
|
3021
|
-
border-top-right-radius: 4px;
|
|
3022
|
-
border-top-left-radius: 4px;
|
|
3023
|
-
}
|
|
3024
|
-
.p-column-filter-overlay-menu .p-column-filter-constraint {
|
|
3025
|
-
padding: 1rem;
|
|
3026
|
-
border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
|
|
3027
|
-
}
|
|
3028
|
-
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
|
|
3029
|
-
margin-bottom: 0.5rem;
|
|
3030
|
-
}
|
|
3031
|
-
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
|
|
3032
|
-
margin-top: 0.5rem;
|
|
3033
|
-
}
|
|
3034
|
-
.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
|
|
3035
|
-
border-bottom: 0 none;
|
|
3036
|
-
}
|
|
3037
|
-
.p-column-filter-overlay-menu .p-column-filter-add-rule {
|
|
3038
|
-
padding: 1rem 1rem;
|
|
3039
|
-
}
|
|
3040
|
-
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
|
|
3041
|
-
padding: 1rem;
|
|
3042
|
-
}
|
|
3043
|
-
.fc {
|
|
3044
|
-
/* FullCalendar 4 */
|
|
3045
|
-
/* FullCalendar 5 */
|
|
3046
|
-
}
|
|
3047
|
-
.fc.fc-unthemed .fc-view-container th {
|
|
3048
|
-
background: #1e1e1e;
|
|
3049
|
-
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
3050
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3051
|
-
}
|
|
3052
|
-
.fc.fc-unthemed .fc-view-container td.fc-widget-content {
|
|
3053
|
-
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
3054
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3055
|
-
}
|
|
3056
|
-
.fc.fc-unthemed .fc-view-container td.fc-head-container {
|
|
3057
|
-
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
3058
|
-
}
|
|
3059
|
-
.fc.fc-unthemed .fc-view-container .fc-view {
|
|
3060
|
-
background: #1e1e1e;
|
|
3061
|
-
}
|
|
3062
|
-
.fc.fc-unthemed .fc-view-container .fc-row {
|
|
3063
|
-
border-right: 1px solid rgba(255, 255, 255, 0.12);
|
|
3064
|
-
}
|
|
3065
|
-
.fc.fc-unthemed .fc-view-container .fc-event {
|
|
3066
|
-
background: rgba(159, 168, 218, 0.16);
|
|
3067
|
-
border: 1px solid rgba(159, 168, 218, 0.16);
|
|
3068
|
-
color: #9FA8DA;
|
|
3069
|
-
}
|
|
3070
|
-
.fc.fc-unthemed .fc-view-container .fc-divider {
|
|
3071
|
-
background: #1e1e1e;
|
|
3072
|
-
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
3073
|
-
}
|
|
3074
|
-
.fc.fc-unthemed .fc-toolbar .fc-button {
|
|
3075
|
-
color: #121212;
|
|
3076
|
-
background: #9FA8DA;
|
|
3077
|
-
border: 0 none;
|
|
3078
|
-
font-size: 1rem;
|
|
3079
|
-
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);
|
|
3080
|
-
border-radius: 4px;
|
|
3081
|
-
display: flex;
|
|
3082
|
-
align-items: center;
|
|
3083
|
-
}
|
|
3084
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
|
|
3085
|
-
background: rgba(159, 168, 218, 0.92);
|
|
3086
|
-
color: #121212;
|
|
3087
|
-
border-color: transparent;
|
|
3088
|
-
}
|
|
3089
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
|
|
3090
|
-
background: rgba(159, 168, 218, 0.68);
|
|
3091
|
-
color: #121212;
|
|
3092
|
-
border-color: transparent;
|
|
3093
|
-
}
|
|
3094
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
|
|
3095
|
-
outline: 0 none;
|
|
3096
|
-
outline-offset: 0;
|
|
3097
|
-
box-shadow: none;
|
|
3098
|
-
}
|
|
3099
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left {
|
|
3100
|
-
font-family: "PrimeIcons" !important;
|
|
3101
|
-
text-indent: 0;
|
|
3102
|
-
font-size: 1rem;
|
|
3103
|
-
}
|
|
3104
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
3105
|
-
content: "\e900";
|
|
3106
|
-
}
|
|
3107
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
3108
|
-
font-family: "PrimeIcons" !important;
|
|
3109
|
-
text-indent: 0;
|
|
3110
|
-
font-size: 1rem;
|
|
3111
|
-
}
|
|
3112
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
3113
|
-
content: "\e901";
|
|
3114
|
-
}
|
|
3115
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
3116
|
-
outline: 0 none;
|
|
3117
|
-
outline-offset: 0;
|
|
3118
|
-
box-shadow: none;
|
|
3119
|
-
}
|
|
3120
|
-
.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 {
|
|
3121
|
-
background: #2f2f2f;
|
|
3122
|
-
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
3123
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3124
|
-
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);
|
|
3125
|
-
}
|
|
3126
|
-
.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 {
|
|
3127
|
-
background: #373737;
|
|
3128
|
-
border-color: rgba(255, 255, 255, 0.12);
|
|
3129
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3130
|
-
}
|
|
3131
|
-
.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 {
|
|
3132
|
-
background: #1c1c1c;
|
|
3133
|
-
border-color: rgba(255, 255, 255, 0.12);
|
|
3134
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3135
|
-
}
|
|
3136
|
-
.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 {
|
|
3137
|
-
background: #262626;
|
|
3138
|
-
border-color: rgba(255, 255, 255, 0.12);
|
|
3139
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3140
|
-
}
|
|
3141
|
-
.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 {
|
|
3142
|
-
outline: 0 none;
|
|
3143
|
-
outline-offset: 0;
|
|
3144
|
-
box-shadow: none;
|
|
3145
|
-
z-index: 1;
|
|
3146
|
-
}
|
|
3147
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button {
|
|
3148
|
-
border-radius: 0;
|
|
3149
|
-
}
|
|
3150
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:first-child {
|
|
3151
|
-
border-top-left-radius: 4px;
|
|
3152
|
-
border-bottom-left-radius: 4px;
|
|
3153
|
-
}
|
|
3154
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child {
|
|
3155
|
-
border-top-right-radius: 4px;
|
|
3156
|
-
border-bottom-right-radius: 4px;
|
|
3157
|
-
}
|
|
3158
|
-
.fc.fc-theme-standard .fc-view-harness .fc-scrollgrid {
|
|
3159
|
-
border-color: rgba(255, 255, 255, 0.12);
|
|
3160
|
-
}
|
|
3161
|
-
.fc.fc-theme-standard .fc-view-harness th {
|
|
3162
|
-
background: #1e1e1e;
|
|
3163
|
-
border-color: rgba(255, 255, 255, 0.12);
|
|
3164
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3165
|
-
}
|
|
3166
|
-
.fc.fc-theme-standard .fc-view-harness td {
|
|
3167
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3168
|
-
border-color: rgba(255, 255, 255, 0.12);
|
|
3169
|
-
}
|
|
3170
|
-
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
|
3171
|
-
background: #1e1e1e;
|
|
3172
|
-
}
|
|
3173
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
|
3174
|
-
background: none;
|
|
3175
|
-
border: 0 none;
|
|
3176
|
-
}
|
|
3177
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
|
3178
|
-
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
3179
|
-
padding: 1rem;
|
|
3180
|
-
background: #1e1e1e;
|
|
3181
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3182
|
-
}
|
|
3183
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
|
3184
|
-
opacity: 1;
|
|
3185
|
-
display: flex;
|
|
3186
|
-
align-items: center;
|
|
3187
|
-
justify-content: center;
|
|
3188
|
-
overflow: hidden;
|
|
3189
|
-
font-family: "PrimeIcons" !important;
|
|
3190
|
-
font-size: 1rem;
|
|
3191
|
-
width: 2.5rem;
|
|
3192
|
-
height: 2.5rem;
|
|
3193
|
-
color: rgba(255, 255, 255, 0.6);
|
|
3194
|
-
border: 0 none;
|
|
3195
|
-
background: transparent;
|
|
3196
|
-
border-radius: 50%;
|
|
3197
|
-
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
3198
|
-
}
|
|
3199
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
|
3200
|
-
content: "\e90b";
|
|
3201
|
-
}
|
|
3202
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
|
3203
|
-
color: rgba(255, 255, 255, 0.6);
|
|
3204
|
-
border-color: transparent;
|
|
3205
|
-
background: rgba(255, 255, 255, 0.04);
|
|
3206
|
-
}
|
|
3207
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus-visible {
|
|
3208
|
-
outline: 0 none;
|
|
3209
|
-
outline-offset: 0;
|
|
3210
|
-
box-shadow: none;
|
|
3211
|
-
}
|
|
3212
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
|
3213
|
-
padding: 1rem;
|
|
3214
|
-
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
3215
|
-
background: #1e1e1e;
|
|
3216
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3217
|
-
border-top: 0 none;
|
|
3218
|
-
}
|
|
3219
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
|
3220
|
-
color: #9FA8DA;
|
|
3221
|
-
background: rgba(159, 168, 218, 0.16);
|
|
3222
|
-
border-color: rgba(159, 168, 218, 0.16);
|
|
3223
|
-
}
|
|
3224
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
|
|
3225
|
-
color: #9FA8DA;
|
|
3226
|
-
}
|
|
3227
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
|
|
3228
|
-
background: rgba(159, 168, 218, 0.16);
|
|
3229
|
-
border-color: rgba(159, 168, 218, 0.16);
|
|
3230
|
-
}
|
|
3231
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
|
|
3232
|
-
background: hsla(0, 0%, 100%, 0.04);
|
|
3233
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3234
|
-
}
|
|
3235
|
-
.fc.fc-theme-standard .fc-view-harness .fc-cell-shaded {
|
|
3236
|
-
background: #1e1e1e;
|
|
3237
|
-
}
|
|
3238
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button {
|
|
3239
|
-
color: #121212;
|
|
3240
|
-
background: #9FA8DA;
|
|
3241
|
-
border: 0 none;
|
|
3242
|
-
font-size: 1rem;
|
|
3243
|
-
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);
|
|
3244
|
-
border-radius: 4px;
|
|
3245
|
-
line-height: 1;
|
|
3246
|
-
min-height: 2.07rem;
|
|
3247
|
-
}
|
|
3248
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
|
|
3249
|
-
background: rgba(159, 168, 218, 0.92);
|
|
3250
|
-
color: #121212;
|
|
3251
|
-
border-color: transparent;
|
|
3252
|
-
}
|
|
3253
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
|
|
3254
|
-
background: rgba(159, 168, 218, 0.68);
|
|
3255
|
-
color: #121212;
|
|
3256
|
-
border-color: transparent;
|
|
3257
|
-
}
|
|
3258
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
|
|
3259
|
-
outline: 0 none;
|
|
3260
|
-
outline-offset: 0;
|
|
3261
|
-
box-shadow: none;
|
|
3262
|
-
}
|
|
3263
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:disabled {
|
|
3264
|
-
opacity: 0.38;
|
|
3265
|
-
color: #121212;
|
|
3266
|
-
background: #9FA8DA;
|
|
3267
|
-
border: 0 none;
|
|
3268
|
-
}
|
|
3269
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left {
|
|
3270
|
-
font-family: "PrimeIcons" !important;
|
|
3271
|
-
text-indent: 0;
|
|
3272
|
-
font-size: 1rem;
|
|
3273
|
-
}
|
|
3274
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
3275
|
-
content: "\e900";
|
|
3276
|
-
}
|
|
3277
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
3278
|
-
font-family: "PrimeIcons" !important;
|
|
3279
|
-
text-indent: 0;
|
|
3280
|
-
font-size: 1rem;
|
|
3281
|
-
}
|
|
3282
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
3283
|
-
content: "\e901";
|
|
3284
|
-
}
|
|
3285
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
3286
|
-
outline: 0 none;
|
|
3287
|
-
outline-offset: 0;
|
|
3288
|
-
box-shadow: none;
|
|
3289
|
-
}
|
|
3290
|
-
.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 {
|
|
3291
|
-
background: #2f2f2f;
|
|
3292
|
-
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
3293
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3294
|
-
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);
|
|
3295
|
-
}
|
|
3296
|
-
.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 {
|
|
3297
|
-
background: #373737;
|
|
3298
|
-
border-color: rgba(255, 255, 255, 0.12);
|
|
3104
|
+
padding: 1rem 1rem;
|
|
3105
|
+
border: 0 none;
|
|
3299
3106
|
color: rgba(255, 255, 255, 0.87);
|
|
3107
|
+
background: transparent;
|
|
3108
|
+
transition: none;
|
|
3109
|
+
border-radius: 0;
|
|
3300
3110
|
}
|
|
3301
|
-
.
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3111
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
|
|
3112
|
+
color: #9FA8DA;
|
|
3113
|
+
background: rgba(159, 168, 218, 0.16);
|
|
3305
3114
|
}
|
|
3306
|
-
.
|
|
3307
|
-
background: #262626;
|
|
3308
|
-
border-color: rgba(255, 255, 255, 0.12);
|
|
3115
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
|
|
3309
3116
|
color: rgba(255, 255, 255, 0.87);
|
|
3117
|
+
background: rgba(255, 255, 255, 0.04);
|
|
3310
3118
|
}
|
|
3311
|
-
.
|
|
3119
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
|
|
3312
3120
|
outline: 0 none;
|
|
3313
3121
|
outline-offset: 0;
|
|
3314
3122
|
box-shadow: none;
|
|
3315
|
-
z-index: 1;
|
|
3316
3123
|
}
|
|
3317
|
-
.
|
|
3318
|
-
border-
|
|
3124
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
|
|
3125
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
3126
|
+
margin: 0.5rem 0;
|
|
3319
3127
|
}
|
|
3320
|
-
|
|
3128
|
+
|
|
3129
|
+
.p-column-filter-overlay-menu .p-column-filter-operator {
|
|
3130
|
+
padding: 1rem;
|
|
3131
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
3132
|
+
color: rgba(255, 255, 255, 0.87);
|
|
3133
|
+
background: #2b2b2b;
|
|
3134
|
+
margin: 0;
|
|
3135
|
+
border-top-right-radius: 4px;
|
|
3321
3136
|
border-top-left-radius: 4px;
|
|
3322
|
-
border-bottom-left-radius: 4px;
|
|
3323
3137
|
}
|
|
3324
|
-
.
|
|
3325
|
-
|
|
3326
|
-
border-bottom
|
|
3138
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint {
|
|
3139
|
+
padding: 1rem;
|
|
3140
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
3327
3141
|
}
|
|
3328
|
-
.
|
|
3329
|
-
|
|
3142
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
|
|
3143
|
+
margin-bottom: 0.5rem;
|
|
3330
3144
|
}
|
|
3331
|
-
.
|
|
3332
|
-
|
|
3333
|
-
|
|
3145
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
|
|
3146
|
+
margin-top: 0.5rem;
|
|
3147
|
+
}
|
|
3148
|
+
.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
|
|
3149
|
+
border-bottom: 0 none;
|
|
3150
|
+
}
|
|
3151
|
+
.p-column-filter-overlay-menu .p-column-filter-add-rule {
|
|
3152
|
+
padding: 1rem 1rem;
|
|
3153
|
+
}
|
|
3154
|
+
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
|
|
3155
|
+
padding: 1rem;
|
|
3334
3156
|
}
|
|
3157
|
+
|
|
3335
3158
|
.p-orderlist .p-orderlist-controls {
|
|
3336
3159
|
padding: 1rem;
|
|
3337
3160
|
}
|
|
@@ -3378,7 +3201,7 @@
|
|
|
3378
3201
|
transition: transform 0.2s, none;
|
|
3379
3202
|
}
|
|
3380
3203
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
|
3381
|
-
background:
|
|
3204
|
+
background: rgba(255, 255, 255, 0.04);
|
|
3382
3205
|
color: rgba(255, 255, 255, 0.87);
|
|
3383
3206
|
}
|
|
3384
3207
|
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
|
@@ -3394,10 +3217,11 @@
|
|
|
3394
3217
|
background: rgba(255, 255, 255, 0.02);
|
|
3395
3218
|
}
|
|
3396
3219
|
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
|
|
3397
|
-
background:
|
|
3220
|
+
background: rgba(255, 255, 255, 0.04);
|
|
3398
3221
|
}
|
|
3222
|
+
|
|
3399
3223
|
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
|
3400
|
-
background:
|
|
3224
|
+
background: rgba(255, 255, 255, 0.04);
|
|
3401
3225
|
color: rgba(255, 255, 255, 0.87);
|
|
3402
3226
|
}
|
|
3403
3227
|
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
|
@@ -3434,6 +3258,7 @@
|
|
|
3434
3258
|
outline-offset: 0;
|
|
3435
3259
|
box-shadow: none;
|
|
3436
3260
|
}
|
|
3261
|
+
|
|
3437
3262
|
.p-paginator {
|
|
3438
3263
|
background: #1e1e1e;
|
|
3439
3264
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -3443,9 +3268,9 @@
|
|
|
3443
3268
|
border-radius: 4px;
|
|
3444
3269
|
}
|
|
3445
3270
|
.p-paginator .p-paginator-first,
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3271
|
+
.p-paginator .p-paginator-prev,
|
|
3272
|
+
.p-paginator .p-paginator-next,
|
|
3273
|
+
.p-paginator .p-paginator-last {
|
|
3449
3274
|
background-color: transparent;
|
|
3450
3275
|
border: 0 none;
|
|
3451
3276
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -3456,9 +3281,9 @@
|
|
|
3456
3281
|
border-radius: 50%;
|
|
3457
3282
|
}
|
|
3458
3283
|
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3284
|
+
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
|
3285
|
+
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
|
3286
|
+
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
|
3462
3287
|
background: rgba(255, 255, 255, 0.04);
|
|
3463
3288
|
border-color: transparent;
|
|
3464
3289
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -3514,6 +3339,7 @@
|
|
|
3514
3339
|
border-color: transparent;
|
|
3515
3340
|
color: rgba(255, 255, 255, 0.6);
|
|
3516
3341
|
}
|
|
3342
|
+
|
|
3517
3343
|
.p-picklist .p-picklist-buttons {
|
|
3518
3344
|
padding: 1rem;
|
|
3519
3345
|
}
|
|
@@ -3560,7 +3386,7 @@
|
|
|
3560
3386
|
transition: transform 0.2s, none;
|
|
3561
3387
|
}
|
|
3562
3388
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
|
3563
|
-
background:
|
|
3389
|
+
background: rgba(255, 255, 255, 0.04);
|
|
3564
3390
|
color: rgba(255, 255, 255, 0.87);
|
|
3565
3391
|
}
|
|
3566
3392
|
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
|
@@ -3572,6 +3398,7 @@
|
|
|
3572
3398
|
color: #9FA8DA;
|
|
3573
3399
|
background: rgba(159, 168, 218, 0.16);
|
|
3574
3400
|
}
|
|
3401
|
+
|
|
3575
3402
|
.p-tree {
|
|
3576
3403
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
3577
3404
|
background: #1e1e1e;
|
|
@@ -3627,19 +3454,19 @@
|
|
|
3627
3454
|
color: #9FA8DA;
|
|
3628
3455
|
}
|
|
3629
3456
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
|
|
3630
|
-
|
|
3457
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
|
3631
3458
|
color: #9FA8DA;
|
|
3632
3459
|
}
|
|
3633
3460
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
|
3634
|
-
|
|
3461
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
|
3635
3462
|
color: #9FA8DA;
|
|
3636
3463
|
}
|
|
3637
3464
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
|
3638
|
-
background:
|
|
3465
|
+
background: rgba(255, 255, 255, 0.04);
|
|
3639
3466
|
color: rgba(255, 255, 255, 0.87);
|
|
3640
3467
|
}
|
|
3641
3468
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
|
|
3642
|
-
background:
|
|
3469
|
+
background: rgba(255, 255, 255, 0.04);
|
|
3643
3470
|
color: rgba(255, 255, 255, 0.87);
|
|
3644
3471
|
}
|
|
3645
3472
|
.p-tree .p-tree-filter-container {
|
|
@@ -3669,6 +3496,7 @@
|
|
|
3669
3496
|
.p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
|
|
3670
3497
|
background: rgba(105, 119, 197, 0.16);
|
|
3671
3498
|
}
|
|
3499
|
+
|
|
3672
3500
|
.p-treetable .p-paginator-top {
|
|
3673
3501
|
border-width: 0 0 1px 0;
|
|
3674
3502
|
border-radius: 0;
|
|
@@ -3804,7 +3632,7 @@
|
|
|
3804
3632
|
background: #9FA8DA;
|
|
3805
3633
|
}
|
|
3806
3634
|
.p-treetable .p-treetable-scrollable-header,
|
|
3807
|
-
|
|
3635
|
+
.p-treetable .p-treetable-scrollable-footer {
|
|
3808
3636
|
background: #1e1e1e;
|
|
3809
3637
|
}
|
|
3810
3638
|
.p-treetable .p-treetable-loading-icon {
|
|
@@ -3881,6 +3709,7 @@
|
|
|
3881
3709
|
.p-treetable.p-treetable-lg .p-treetable-footer {
|
|
3882
3710
|
padding: 1.25rem 1.25rem;
|
|
3883
3711
|
}
|
|
3712
|
+
|
|
3884
3713
|
.p-timeline .p-timeline-event-marker {
|
|
3885
3714
|
border: 0 none;
|
|
3886
3715
|
border-radius: 50%;
|
|
@@ -3892,19 +3721,20 @@
|
|
|
3892
3721
|
background-color: #bdbdbd;
|
|
3893
3722
|
}
|
|
3894
3723
|
.p-timeline.p-timeline-vertical .p-timeline-event-opposite,
|
|
3895
|
-
|
|
3724
|
+
.p-timeline.p-timeline-vertical .p-timeline-event-content {
|
|
3896
3725
|
padding: 0 1rem;
|
|
3897
3726
|
}
|
|
3898
3727
|
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
|
|
3899
3728
|
width: 2px;
|
|
3900
3729
|
}
|
|
3901
3730
|
.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
|
|
3902
|
-
|
|
3731
|
+
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
|
|
3903
3732
|
padding: 1rem 0;
|
|
3904
3733
|
}
|
|
3905
3734
|
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
|
|
3906
3735
|
height: 2px;
|
|
3907
3736
|
}
|
|
3737
|
+
|
|
3908
3738
|
.p-accordion .p-accordion-header .p-accordion-header-link {
|
|
3909
3739
|
padding: 1.5rem;
|
|
3910
3740
|
border: 0 none;
|
|
@@ -3978,6 +3808,7 @@
|
|
|
3978
3808
|
border-bottom-right-radius: 4px;
|
|
3979
3809
|
border-bottom-left-radius: 4px;
|
|
3980
3810
|
}
|
|
3811
|
+
|
|
3981
3812
|
.p-card {
|
|
3982
3813
|
background: #1e1e1e;
|
|
3983
3814
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -4003,6 +3834,7 @@
|
|
|
4003
3834
|
.p-card .p-card-footer {
|
|
4004
3835
|
padding: 1rem 0 0 0;
|
|
4005
3836
|
}
|
|
3837
|
+
|
|
4006
3838
|
.p-fieldset {
|
|
4007
3839
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
4008
3840
|
background: #1e1e1e;
|
|
@@ -4043,6 +3875,7 @@
|
|
|
4043
3875
|
.p-fieldset .p-fieldset-content {
|
|
4044
3876
|
padding: 1rem;
|
|
4045
3877
|
}
|
|
3878
|
+
|
|
4046
3879
|
.p-divider .p-divider-content {
|
|
4047
3880
|
background-color: #1e1e1e;
|
|
4048
3881
|
}
|
|
@@ -4051,7 +3884,7 @@
|
|
|
4051
3884
|
padding: 0 1.25rem;
|
|
4052
3885
|
}
|
|
4053
3886
|
.p-divider.p-divider-horizontal:before {
|
|
4054
|
-
border-top: 1px
|
|
3887
|
+
border-top: 1px rgba(255, 255, 255, 0.12);
|
|
4055
3888
|
}
|
|
4056
3889
|
.p-divider.p-divider-horizontal .p-divider-content {
|
|
4057
3890
|
padding: 0 0.5rem;
|
|
@@ -4061,11 +3894,12 @@
|
|
|
4061
3894
|
padding: 1.25rem 0;
|
|
4062
3895
|
}
|
|
4063
3896
|
.p-divider.p-divider-vertical:before {
|
|
4064
|
-
border-left: 1px
|
|
3897
|
+
border-left: 1px rgba(255, 255, 255, 0.12);
|
|
4065
3898
|
}
|
|
4066
3899
|
.p-divider.p-divider-vertical .p-divider-content {
|
|
4067
3900
|
padding: 0.5rem 0;
|
|
4068
3901
|
}
|
|
3902
|
+
|
|
4069
3903
|
.p-panel .p-panel-header {
|
|
4070
3904
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
4071
3905
|
padding: 1rem;
|
|
@@ -4115,6 +3949,7 @@
|
|
|
4115
3949
|
color: rgba(255, 255, 255, 0.87);
|
|
4116
3950
|
border-top: 0 none;
|
|
4117
3951
|
}
|
|
3952
|
+
|
|
4118
3953
|
.p-splitter {
|
|
4119
3954
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
4120
3955
|
background: #1e1e1e;
|
|
@@ -4123,18 +3958,20 @@
|
|
|
4123
3958
|
}
|
|
4124
3959
|
.p-splitter .p-splitter-gutter {
|
|
4125
3960
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
4126
|
-
background:
|
|
3961
|
+
background: rgba(255, 255, 255, 0.04);
|
|
4127
3962
|
}
|
|
4128
3963
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
|
4129
|
-
background:
|
|
3964
|
+
background: rgba(255, 255, 255, 0.12);
|
|
4130
3965
|
}
|
|
4131
3966
|
.p-splitter .p-splitter-gutter-resizing {
|
|
4132
|
-
background:
|
|
3967
|
+
background: rgba(255, 255, 255, 0.12);
|
|
4133
3968
|
}
|
|
3969
|
+
|
|
4134
3970
|
.p-scrollpanel .p-scrollpanel-bar {
|
|
4135
3971
|
background: rgba(255, 255, 255, 0.12);
|
|
4136
3972
|
border: 0 none;
|
|
4137
3973
|
}
|
|
3974
|
+
|
|
4138
3975
|
.p-tabview .p-tabview-nav {
|
|
4139
3976
|
background: transparent;
|
|
4140
3977
|
border: solid rgba(255, 255, 255, 0.12);
|
|
@@ -4194,6 +4031,7 @@
|
|
|
4194
4031
|
border-bottom-right-radius: 4px;
|
|
4195
4032
|
border-bottom-left-radius: 4px;
|
|
4196
4033
|
}
|
|
4034
|
+
|
|
4197
4035
|
.p-toolbar {
|
|
4198
4036
|
background: #1e1e1e;
|
|
4199
4037
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
@@ -4204,6 +4042,7 @@
|
|
|
4204
4042
|
.p-toolbar .p-toolbar-separator {
|
|
4205
4043
|
margin: 0 0.5rem;
|
|
4206
4044
|
}
|
|
4045
|
+
|
|
4207
4046
|
.p-confirm-popup {
|
|
4208
4047
|
background: #262626;
|
|
4209
4048
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -4251,6 +4090,7 @@
|
|
|
4251
4090
|
.p-confirm-popup .p-confirm-popup-message {
|
|
4252
4091
|
margin-left: 1rem;
|
|
4253
4092
|
}
|
|
4093
|
+
|
|
4254
4094
|
.p-dialog {
|
|
4255
4095
|
border-radius: 4px;
|
|
4256
4096
|
box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
|
|
@@ -4326,6 +4166,7 @@
|
|
|
4326
4166
|
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
|
|
4327
4167
|
margin-left: 1rem;
|
|
4328
4168
|
}
|
|
4169
|
+
|
|
4329
4170
|
.p-overlaypanel {
|
|
4330
4171
|
background: #262626;
|
|
4331
4172
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -4367,6 +4208,7 @@
|
|
|
4367
4208
|
.p-overlaypanel.p-overlaypanel-flipped:before {
|
|
4368
4209
|
border-top-color: #262626;
|
|
4369
4210
|
}
|
|
4211
|
+
|
|
4370
4212
|
.p-sidebar {
|
|
4371
4213
|
background: #262626;
|
|
4372
4214
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -4377,7 +4219,7 @@
|
|
|
4377
4219
|
padding: 1rem;
|
|
4378
4220
|
}
|
|
4379
4221
|
.p-sidebar .p-sidebar-header .p-sidebar-close,
|
|
4380
|
-
|
|
4222
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon {
|
|
4381
4223
|
width: 2.5rem;
|
|
4382
4224
|
height: 2.5rem;
|
|
4383
4225
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -4387,13 +4229,13 @@
|
|
|
4387
4229
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
4388
4230
|
}
|
|
4389
4231
|
.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
|
|
4390
|
-
|
|
4232
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
|
|
4391
4233
|
color: rgba(255, 255, 255, 0.6);
|
|
4392
4234
|
border-color: transparent;
|
|
4393
4235
|
background: rgba(255, 255, 255, 0.04);
|
|
4394
4236
|
}
|
|
4395
4237
|
.p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
|
|
4396
|
-
|
|
4238
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
|
|
4397
4239
|
outline: 0 none;
|
|
4398
4240
|
outline-offset: 0;
|
|
4399
4241
|
box-shadow: none;
|
|
@@ -4404,6 +4246,7 @@
|
|
|
4404
4246
|
.p-sidebar .p-sidebar-content {
|
|
4405
4247
|
padding: 1rem;
|
|
4406
4248
|
}
|
|
4249
|
+
|
|
4407
4250
|
.p-tooltip .p-tooltip-text {
|
|
4408
4251
|
background: #444444;
|
|
4409
4252
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -4423,6 +4266,7 @@
|
|
|
4423
4266
|
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
|
|
4424
4267
|
border-bottom-color: #444444;
|
|
4425
4268
|
}
|
|
4269
|
+
|
|
4426
4270
|
.p-fileupload .p-fileupload-buttonbar {
|
|
4427
4271
|
background: #1e1e1e;
|
|
4428
4272
|
padding: 1rem;
|
|
@@ -4453,6 +4297,7 @@
|
|
|
4453
4297
|
.p-fileupload.p-fileupload-advanced .p-message {
|
|
4454
4298
|
margin-top: 0;
|
|
4455
4299
|
}
|
|
4300
|
+
|
|
4456
4301
|
.p-breadcrumb {
|
|
4457
4302
|
background: #1e1e1e;
|
|
4458
4303
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
@@ -4484,6 +4329,7 @@
|
|
|
4484
4329
|
.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
|
|
4485
4330
|
color: rgba(255, 255, 255, 0.6);
|
|
4486
4331
|
}
|
|
4332
|
+
|
|
4487
4333
|
.p-contextmenu {
|
|
4488
4334
|
padding: 0.5rem 0;
|
|
4489
4335
|
background: #2b2b2b;
|
|
@@ -4544,7 +4390,7 @@
|
|
|
4544
4390
|
color: rgba(255, 255, 255, 0.6);
|
|
4545
4391
|
}
|
|
4546
4392
|
.p-contextmenu .p-menu-separator {
|
|
4547
|
-
border-top: 1px solid
|
|
4393
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
4548
4394
|
margin: 0.5rem 0;
|
|
4549
4395
|
}
|
|
4550
4396
|
.p-contextmenu .p-submenu-icon {
|
|
@@ -4555,6 +4401,7 @@
|
|
|
4555
4401
|
width: 0.875rem;
|
|
4556
4402
|
height: 0.875rem;
|
|
4557
4403
|
}
|
|
4404
|
+
|
|
4558
4405
|
.p-dock .p-dock-list {
|
|
4559
4406
|
background: rgba(255, 255, 255, 0.1);
|
|
4560
4407
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
@@ -4569,31 +4416,32 @@
|
|
|
4569
4416
|
height: 4rem;
|
|
4570
4417
|
}
|
|
4571
4418
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
|
|
4572
|
-
|
|
4573
|
-
|
|
4419
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-prev,
|
|
4420
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-next {
|
|
4574
4421
|
margin: 0 0.9rem;
|
|
4575
4422
|
}
|
|
4576
4423
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-prev,
|
|
4577
|
-
|
|
4578
|
-
|
|
4424
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
|
|
4425
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-next {
|
|
4579
4426
|
margin: 0 1.3rem;
|
|
4580
4427
|
}
|
|
4581
4428
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-current {
|
|
4582
4429
|
margin: 0 1.5rem;
|
|
4583
4430
|
}
|
|
4584
4431
|
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-prev,
|
|
4585
|
-
|
|
4586
|
-
|
|
4432
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-prev,
|
|
4433
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-next {
|
|
4587
4434
|
margin: 0.9rem 0;
|
|
4588
4435
|
}
|
|
4589
4436
|
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-prev,
|
|
4590
|
-
|
|
4591
|
-
|
|
4437
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-next, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-prev,
|
|
4438
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-next {
|
|
4592
4439
|
margin: 1.3rem 0;
|
|
4593
4440
|
}
|
|
4594
4441
|
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-current {
|
|
4595
4442
|
margin: 1.5rem 0;
|
|
4596
4443
|
}
|
|
4444
|
+
|
|
4597
4445
|
@media screen and (max-width: 960px) {
|
|
4598
4446
|
.p-dock.p-dock-top .p-dock-container, .p-dock.p-dock-bottom .p-dock-container {
|
|
4599
4447
|
overflow-x: auto;
|
|
@@ -4610,22 +4458,22 @@
|
|
|
4610
4458
|
margin: auto 0;
|
|
4611
4459
|
}
|
|
4612
4460
|
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
|
|
4613
|
-
|
|
4614
|
-
|
|
4615
|
-
|
|
4616
|
-
|
|
4617
|
-
|
|
4618
|
-
|
|
4619
|
-
|
|
4620
|
-
|
|
4621
|
-
|
|
4622
|
-
|
|
4623
|
-
|
|
4624
|
-
|
|
4625
|
-
|
|
4626
|
-
|
|
4627
|
-
|
|
4628
|
-
|
|
4461
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-second-next,
|
|
4462
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-prev,
|
|
4463
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-next,
|
|
4464
|
+
.p-dock.p-dock-magnification.p-dock-top .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-prev,
|
|
4465
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-second-next,
|
|
4466
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
|
|
4467
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-next,
|
|
4468
|
+
.p-dock.p-dock-magnification.p-dock-bottom .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-prev,
|
|
4469
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-second-next,
|
|
4470
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-prev,
|
|
4471
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-next,
|
|
4472
|
+
.p-dock.p-dock-magnification.p-dock-left .p-dock-item-current, .p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-prev,
|
|
4473
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-second-next,
|
|
4474
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-prev,
|
|
4475
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-next,
|
|
4476
|
+
.p-dock.p-dock-magnification.p-dock-right .p-dock-item-current {
|
|
4629
4477
|
transform: none;
|
|
4630
4478
|
margin: 0;
|
|
4631
4479
|
}
|
|
@@ -4676,19 +4524,19 @@
|
|
|
4676
4524
|
margin-left: auto;
|
|
4677
4525
|
}
|
|
4678
4526
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
|
|
4679
|
-
|
|
4527
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
|
|
4680
4528
|
background: rgba(255, 255, 255, 0.04);
|
|
4681
4529
|
}
|
|
4682
4530
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
|
|
4683
|
-
|
|
4531
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
|
4684
4532
|
color: rgba(255, 255, 255, 0.87);
|
|
4685
4533
|
}
|
|
4686
4534
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
|
|
4687
|
-
|
|
4535
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
|
4688
4536
|
color: rgba(255, 255, 255, 0.6);
|
|
4689
4537
|
}
|
|
4690
4538
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
|
|
4691
|
-
|
|
4539
|
+
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
|
4692
4540
|
color: rgba(255, 255, 255, 0.6);
|
|
4693
4541
|
}
|
|
4694
4542
|
.p-megamenu .p-menuitem-link {
|
|
@@ -4745,7 +4593,7 @@
|
|
|
4745
4593
|
width: 12.5rem;
|
|
4746
4594
|
}
|
|
4747
4595
|
.p-megamenu .p-megamenu-submenu .p-menu-separator {
|
|
4748
|
-
border-top: 1px solid
|
|
4596
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
4749
4597
|
margin: 0.5rem 0;
|
|
4750
4598
|
}
|
|
4751
4599
|
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
|
|
@@ -4787,7 +4635,7 @@
|
|
|
4787
4635
|
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);
|
|
4788
4636
|
}
|
|
4789
4637
|
.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menu-separator {
|
|
4790
|
-
border-top: 1px solid
|
|
4638
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
4791
4639
|
margin: 0.5rem 0;
|
|
4792
4640
|
}
|
|
4793
4641
|
.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon {
|
|
@@ -4858,6 +4706,7 @@
|
|
|
4858
4706
|
width: 100%;
|
|
4859
4707
|
position: static;
|
|
4860
4708
|
}
|
|
4709
|
+
|
|
4861
4710
|
.p-menu {
|
|
4862
4711
|
padding: 0.5rem 0;
|
|
4863
4712
|
background: #1e1e1e;
|
|
@@ -4915,9 +4764,10 @@
|
|
|
4915
4764
|
border-top-left-radius: 0;
|
|
4916
4765
|
}
|
|
4917
4766
|
.p-menu .p-menu-separator {
|
|
4918
|
-
border-top: 1px solid
|
|
4767
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
4919
4768
|
margin: 0.5rem 0;
|
|
4920
4769
|
}
|
|
4770
|
+
|
|
4921
4771
|
.p-menubar {
|
|
4922
4772
|
padding: 1rem;
|
|
4923
4773
|
background: #1e1e1e;
|
|
@@ -4995,19 +4845,19 @@
|
|
|
4995
4845
|
box-shadow: none;
|
|
4996
4846
|
}
|
|
4997
4847
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
|
|
4998
|
-
|
|
4848
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
|
|
4999
4849
|
background: rgba(255, 255, 255, 0.04);
|
|
5000
4850
|
}
|
|
5001
4851
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
|
|
5002
|
-
|
|
4852
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
|
5003
4853
|
color: rgba(255, 255, 255, 0.87);
|
|
5004
4854
|
}
|
|
5005
4855
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
|
|
5006
|
-
|
|
4856
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
|
5007
4857
|
color: rgba(255, 255, 255, 0.6);
|
|
5008
4858
|
}
|
|
5009
4859
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
|
|
5010
|
-
|
|
4860
|
+
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
|
5011
4861
|
color: rgba(255, 255, 255, 0.6);
|
|
5012
4862
|
}
|
|
5013
4863
|
.p-menubar .p-submenu-list {
|
|
@@ -5018,7 +4868,7 @@
|
|
|
5018
4868
|
width: 12.5rem;
|
|
5019
4869
|
}
|
|
5020
4870
|
.p-menubar .p-submenu-list .p-menu-separator {
|
|
5021
|
-
border-top: 1px solid
|
|
4871
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
5022
4872
|
margin: 0.5rem 0;
|
|
5023
4873
|
}
|
|
5024
4874
|
.p-menubar .p-submenu-list .p-submenu-icon {
|
|
@@ -5037,6 +4887,7 @@
|
|
|
5037
4887
|
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
|
|
5038
4888
|
color: rgba(255, 255, 255, 0.6);
|
|
5039
4889
|
}
|
|
4890
|
+
|
|
5040
4891
|
@media screen and (max-width: 960px) {
|
|
5041
4892
|
.p-menubar {
|
|
5042
4893
|
position: relative;
|
|
@@ -5068,7 +4919,7 @@
|
|
|
5068
4919
|
width: 100%;
|
|
5069
4920
|
}
|
|
5070
4921
|
.p-menubar .p-menubar-root-list .p-menu-separator {
|
|
5071
|
-
border-top: 1px solid
|
|
4922
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
5072
4923
|
margin: 0.5rem 0;
|
|
5073
4924
|
}
|
|
5074
4925
|
.p-menubar .p-menubar-root-list .p-submenu-icon {
|
|
@@ -5281,6 +5132,7 @@
|
|
|
5281
5132
|
border-bottom-right-radius: 4px;
|
|
5282
5133
|
border-bottom-left-radius: 4px;
|
|
5283
5134
|
}
|
|
5135
|
+
|
|
5284
5136
|
.p-slidemenu {
|
|
5285
5137
|
padding: 0.5rem 0;
|
|
5286
5138
|
background: #1e1e1e;
|
|
@@ -5344,7 +5196,7 @@
|
|
|
5344
5196
|
color: rgba(255, 255, 255, 0.6);
|
|
5345
5197
|
}
|
|
5346
5198
|
.p-slidemenu .p-slidemenu-separator {
|
|
5347
|
-
border-top: 1px solid
|
|
5199
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
5348
5200
|
margin: 0.5rem 0;
|
|
5349
5201
|
}
|
|
5350
5202
|
.p-slidemenu .p-slidemenu-icon {
|
|
@@ -5358,6 +5210,7 @@
|
|
|
5358
5210
|
padding: 1rem 1rem;
|
|
5359
5211
|
color: rgba(255, 255, 255, 0.87);
|
|
5360
5212
|
}
|
|
5213
|
+
|
|
5361
5214
|
.p-steps .p-steps-item .p-menuitem-link {
|
|
5362
5215
|
background: transparent;
|
|
5363
5216
|
transition: none;
|
|
@@ -5394,7 +5247,7 @@
|
|
|
5394
5247
|
}
|
|
5395
5248
|
.p-steps .p-steps-item:before {
|
|
5396
5249
|
content: " ";
|
|
5397
|
-
border-top: 1px solid
|
|
5250
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
5398
5251
|
width: 100%;
|
|
5399
5252
|
top: 50%;
|
|
5400
5253
|
left: 0;
|
|
@@ -5402,6 +5255,7 @@
|
|
|
5402
5255
|
position: absolute;
|
|
5403
5256
|
margin-top: -1rem;
|
|
5404
5257
|
}
|
|
5258
|
+
|
|
5405
5259
|
.p-tabmenu .p-tabmenu-nav {
|
|
5406
5260
|
background: transparent;
|
|
5407
5261
|
border: solid rgba(255, 255, 255, 0.12);
|
|
@@ -5442,6 +5296,7 @@
|
|
|
5442
5296
|
border-color: rgba(255, 255, 255, 0.12);
|
|
5443
5297
|
color: #9FA8DA;
|
|
5444
5298
|
}
|
|
5299
|
+
|
|
5445
5300
|
.p-tieredmenu {
|
|
5446
5301
|
padding: 0.5rem 0;
|
|
5447
5302
|
background: #1e1e1e;
|
|
@@ -5505,7 +5360,7 @@
|
|
|
5505
5360
|
color: rgba(255, 255, 255, 0.6);
|
|
5506
5361
|
}
|
|
5507
5362
|
.p-tieredmenu .p-menu-separator {
|
|
5508
|
-
border-top: 1px solid
|
|
5363
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
5509
5364
|
margin: 0.5rem 0;
|
|
5510
5365
|
}
|
|
5511
5366
|
.p-tieredmenu .p-submenu-icon {
|
|
@@ -5516,6 +5371,7 @@
|
|
|
5516
5371
|
width: 0.875rem;
|
|
5517
5372
|
height: 0.875rem;
|
|
5518
5373
|
}
|
|
5374
|
+
|
|
5519
5375
|
.p-inline-message {
|
|
5520
5376
|
padding: 1rem 1rem;
|
|
5521
5377
|
margin: 0;
|
|
@@ -5571,6 +5427,7 @@
|
|
|
5571
5427
|
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
|
|
5572
5428
|
margin-right: 0;
|
|
5573
5429
|
}
|
|
5430
|
+
|
|
5574
5431
|
.p-message {
|
|
5575
5432
|
margin: 1rem 0;
|
|
5576
5433
|
border-radius: 4px;
|
|
@@ -5659,6 +5516,7 @@
|
|
|
5659
5516
|
.p-message .p-message-detail {
|
|
5660
5517
|
margin-left: 0.5rem;
|
|
5661
5518
|
}
|
|
5519
|
+
|
|
5662
5520
|
.p-toast {
|
|
5663
5521
|
opacity: 0.9;
|
|
5664
5522
|
}
|
|
@@ -5709,7 +5567,7 @@
|
|
|
5709
5567
|
color: #01579B;
|
|
5710
5568
|
}
|
|
5711
5569
|
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
|
|
5712
|
-
|
|
5570
|
+
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
|
|
5713
5571
|
color: #01579B;
|
|
5714
5572
|
}
|
|
5715
5573
|
.p-toast .p-toast-message.p-toast-message-success {
|
|
@@ -5719,7 +5577,7 @@
|
|
|
5719
5577
|
color: #1B5E20;
|
|
5720
5578
|
}
|
|
5721
5579
|
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
|
|
5722
|
-
|
|
5580
|
+
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
|
|
5723
5581
|
color: #1B5E20;
|
|
5724
5582
|
}
|
|
5725
5583
|
.p-toast .p-toast-message.p-toast-message-warn {
|
|
@@ -5729,7 +5587,7 @@
|
|
|
5729
5587
|
color: #7f6003;
|
|
5730
5588
|
}
|
|
5731
5589
|
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
|
|
5732
|
-
|
|
5590
|
+
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
|
|
5733
5591
|
color: #7f6003;
|
|
5734
5592
|
}
|
|
5735
5593
|
.p-toast .p-toast-message.p-toast-message-error {
|
|
@@ -5739,9 +5597,10 @@
|
|
|
5739
5597
|
color: #B71C1C;
|
|
5740
5598
|
}
|
|
5741
5599
|
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
|
|
5742
|
-
|
|
5600
|
+
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
|
|
5743
5601
|
color: #B71C1C;
|
|
5744
5602
|
}
|
|
5603
|
+
|
|
5745
5604
|
.p-galleria .p-galleria-close {
|
|
5746
5605
|
margin: 0.5rem;
|
|
5747
5606
|
background: transparent;
|
|
@@ -5772,11 +5631,11 @@
|
|
|
5772
5631
|
margin: 0 0.5rem;
|
|
5773
5632
|
}
|
|
5774
5633
|
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
|
|
5775
|
-
|
|
5634
|
+
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
|
|
5776
5635
|
font-size: 2rem;
|
|
5777
5636
|
}
|
|
5778
5637
|
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon.p-icon,
|
|
5779
|
-
|
|
5638
|
+
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon.p-icon {
|
|
5780
5639
|
width: 2rem;
|
|
5781
5640
|
height: 2rem;
|
|
5782
5641
|
}
|
|
@@ -5830,7 +5689,7 @@
|
|
|
5830
5689
|
padding: 1rem 0.25rem;
|
|
5831
5690
|
}
|
|
5832
5691
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
|
|
5833
|
-
|
|
5692
|
+
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
|
|
5834
5693
|
margin: 0.5rem;
|
|
5835
5694
|
background-color: transparent;
|
|
5836
5695
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -5840,7 +5699,7 @@
|
|
|
5840
5699
|
border-radius: 50%;
|
|
5841
5700
|
}
|
|
5842
5701
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
|
|
5843
|
-
|
|
5702
|
+
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
|
|
5844
5703
|
background: rgba(255, 255, 255, 0.1);
|
|
5845
5704
|
color: rgba(255, 255, 255, 0.87);
|
|
5846
5705
|
}
|
|
@@ -5852,12 +5711,15 @@
|
|
|
5852
5711
|
outline-offset: 0;
|
|
5853
5712
|
box-shadow: none;
|
|
5854
5713
|
}
|
|
5714
|
+
|
|
5855
5715
|
.p-galleria-mask {
|
|
5856
5716
|
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5857
5717
|
}
|
|
5718
|
+
|
|
5858
5719
|
.p-image-mask {
|
|
5859
5720
|
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5860
5721
|
}
|
|
5722
|
+
|
|
5861
5723
|
.p-image-preview-indicator {
|
|
5862
5724
|
background-color: transparent;
|
|
5863
5725
|
color: #f8f9fa;
|
|
@@ -5867,12 +5729,15 @@
|
|
|
5867
5729
|
width: 1.5rem;
|
|
5868
5730
|
height: 1.5rem;
|
|
5869
5731
|
}
|
|
5732
|
+
|
|
5870
5733
|
.p-image-preview-container:hover > .p-image-preview-indicator {
|
|
5871
5734
|
background-color: rgba(0, 0, 0, 0.5);
|
|
5872
5735
|
}
|
|
5736
|
+
|
|
5873
5737
|
.p-image-toolbar {
|
|
5874
5738
|
padding: 1rem;
|
|
5875
5739
|
}
|
|
5740
|
+
|
|
5876
5741
|
.p-image-action.p-link {
|
|
5877
5742
|
color: #f8f9fa;
|
|
5878
5743
|
background-color: transparent;
|
|
@@ -5896,8 +5761,9 @@
|
|
|
5896
5761
|
width: 1.5rem;
|
|
5897
5762
|
height: 1.5rem;
|
|
5898
5763
|
}
|
|
5764
|
+
|
|
5899
5765
|
.p-avatar {
|
|
5900
|
-
background-color:
|
|
5766
|
+
background-color: rgba(255, 255, 255, 0.12);
|
|
5901
5767
|
border-radius: 4px;
|
|
5902
5768
|
}
|
|
5903
5769
|
.p-avatar.p-avatar-lg {
|
|
@@ -5916,14 +5782,17 @@
|
|
|
5916
5782
|
.p-avatar.p-avatar-xl .p-avatar-icon {
|
|
5917
5783
|
font-size: 2rem;
|
|
5918
5784
|
}
|
|
5785
|
+
|
|
5919
5786
|
.p-avatar-circle {
|
|
5920
5787
|
border-radius: 50%;
|
|
5921
5788
|
}
|
|
5789
|
+
|
|
5922
5790
|
.p-avatar-group .p-avatar {
|
|
5923
5791
|
border: 2px solid #1e1e1e;
|
|
5924
5792
|
}
|
|
5793
|
+
|
|
5925
5794
|
.p-chip {
|
|
5926
|
-
background-color:
|
|
5795
|
+
background-color: rgba(255, 255, 255, 0.12);
|
|
5927
5796
|
color: rgba(255, 255, 255, 0.87);
|
|
5928
5797
|
border-radius: 16px;
|
|
5929
5798
|
padding: 0 1rem;
|
|
@@ -5952,6 +5821,10 @@
|
|
|
5952
5821
|
outline-offset: 0;
|
|
5953
5822
|
box-shadow: none;
|
|
5954
5823
|
}
|
|
5824
|
+
.p-chip .p-chip-remove-icon:focus {
|
|
5825
|
+
outline: 0 none;
|
|
5826
|
+
}
|
|
5827
|
+
|
|
5955
5828
|
.p-scrolltop {
|
|
5956
5829
|
width: 3rem;
|
|
5957
5830
|
height: 3rem;
|
|
@@ -5973,6 +5846,7 @@
|
|
|
5973
5846
|
width: 1.5rem;
|
|
5974
5847
|
height: 1.5rem;
|
|
5975
5848
|
}
|
|
5849
|
+
|
|
5976
5850
|
.p-skeleton {
|
|
5977
5851
|
background-color: rgba(255, 255, 255, 0.06);
|
|
5978
5852
|
border-radius: 4px;
|
|
@@ -5980,6 +5854,7 @@
|
|
|
5980
5854
|
.p-skeleton:after {
|
|
5981
5855
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
|
|
5982
5856
|
}
|
|
5857
|
+
|
|
5983
5858
|
.p-tag {
|
|
5984
5859
|
background: #9FA8DA;
|
|
5985
5860
|
color: #121212;
|
|
@@ -6012,6 +5887,7 @@
|
|
|
6012
5887
|
width: 0.75rem;
|
|
6013
5888
|
height: 0.75rem;
|
|
6014
5889
|
}
|
|
5890
|
+
|
|
6015
5891
|
.p-inplace .p-inplace-display {
|
|
6016
5892
|
padding: 1rem 1rem;
|
|
6017
5893
|
border-radius: 4px;
|
|
@@ -6026,6 +5902,7 @@
|
|
|
6026
5902
|
outline-offset: 0;
|
|
6027
5903
|
box-shadow: none;
|
|
6028
5904
|
}
|
|
5905
|
+
|
|
6029
5906
|
.p-progressbar {
|
|
6030
5907
|
border: 0 none;
|
|
6031
5908
|
height: 4px;
|
|
@@ -6041,6 +5918,7 @@
|
|
|
6041
5918
|
color: #121212;
|
|
6042
5919
|
line-height: 4px;
|
|
6043
5920
|
}
|
|
5921
|
+
|
|
6044
5922
|
.p-terminal {
|
|
6045
5923
|
background: #1e1e1e;
|
|
6046
5924
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -6048,10 +5926,11 @@
|
|
|
6048
5926
|
padding: 1rem;
|
|
6049
5927
|
}
|
|
6050
5928
|
.p-terminal .p-terminal-input {
|
|
6051
|
-
font-family:
|
|
6052
|
-
font-feature-settings:
|
|
6053
|
-
font-size:
|
|
5929
|
+
font-family: var(--font-family);
|
|
5930
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
5931
|
+
font-size: 1rem;
|
|
6054
5932
|
}
|
|
5933
|
+
|
|
6055
5934
|
.p-badge {
|
|
6056
5935
|
background: #9FA8DA;
|
|
6057
5936
|
color: #121212;
|
|
@@ -6093,6 +5972,7 @@
|
|
|
6093
5972
|
height: 3rem;
|
|
6094
5973
|
line-height: 3rem;
|
|
6095
5974
|
}
|
|
5975
|
+
|
|
6096
5976
|
.p-tag {
|
|
6097
5977
|
background: #9FA8DA;
|
|
6098
5978
|
color: #121212;
|
|
@@ -6157,15 +6037,17 @@
|
|
|
6157
6037
|
.p-accordion .p-accordion-tab .p-accordion-header.p-disabled .p-accordion-header-link > * {
|
|
6158
6038
|
opacity: 0.38;
|
|
6159
6039
|
}
|
|
6040
|
+
|
|
6160
6041
|
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
|
|
6161
6042
|
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;
|
|
6162
6043
|
}
|
|
6044
|
+
|
|
6163
6045
|
.p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container {
|
|
6164
6046
|
border-bottom-left-radius: 0;
|
|
6165
6047
|
border-bottom-right-radius: 0;
|
|
6166
6048
|
border: 1px solid transparent;
|
|
6167
|
-
background:
|
|
6168
|
-
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom,
|
|
6049
|
+
background: rgba(255, 255, 255, 0.06) no-repeat;
|
|
6050
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
|
6169
6051
|
background-size: 0 2px, 100% 1px;
|
|
6170
6052
|
background-position: 50% 100%, 50% 100%;
|
|
6171
6053
|
background-origin: border-box;
|
|
@@ -6175,13 +6057,13 @@
|
|
|
6175
6057
|
background: transparent;
|
|
6176
6058
|
}
|
|
6177
6059
|
.p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover {
|
|
6178
|
-
background-color:
|
|
6060
|
+
background-color: rgba(255, 255, 255, 0.08);
|
|
6179
6061
|
border-color: transparent;
|
|
6180
6062
|
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
|
6181
6063
|
}
|
|
6182
6064
|
.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 {
|
|
6183
6065
|
box-shadow: none;
|
|
6184
|
-
background-color:
|
|
6066
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
6185
6067
|
border-color: transparent;
|
|
6186
6068
|
background-size: 100% 2px, 100% 1px;
|
|
6187
6069
|
}
|
|
@@ -6189,9 +6071,11 @@
|
|
|
6189
6071
|
background-image: none;
|
|
6190
6072
|
background: transparent;
|
|
6191
6073
|
}
|
|
6074
|
+
|
|
6192
6075
|
.p-float-label .p-autocomplete-multiple-container .p-autocomplete-token {
|
|
6193
6076
|
padding: 0.25rem 1rem;
|
|
6194
6077
|
}
|
|
6078
|
+
|
|
6195
6079
|
.p-input-filled .p-float-label .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
|
|
6196
6080
|
padding-top: 0;
|
|
6197
6081
|
padding-bottom: 0;
|
|
@@ -6225,18 +6109,21 @@
|
|
|
6225
6109
|
box-shadow: none;
|
|
6226
6110
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
|
6227
6111
|
}
|
|
6112
|
+
|
|
6228
6113
|
.p-autocomplete.p-invalid > .p-inputtext:enabled:focus {
|
|
6229
6114
|
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;
|
|
6230
6115
|
}
|
|
6231
6116
|
.p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
|
|
6232
6117
|
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;
|
|
6233
6118
|
}
|
|
6119
|
+
|
|
6234
6120
|
.p-breadcrumb .p-menuitem-link {
|
|
6235
6121
|
padding: 0.25rem 0.5rem;
|
|
6236
6122
|
}
|
|
6237
6123
|
.p-breadcrumb .p-menuitem-link:focus {
|
|
6238
6124
|
background: rgba(255, 255, 255, 0.12);
|
|
6239
6125
|
}
|
|
6126
|
+
|
|
6240
6127
|
.p-button {
|
|
6241
6128
|
font-weight: 500;
|
|
6242
6129
|
min-width: 4rem;
|
|
@@ -6288,6 +6175,7 @@
|
|
|
6288
6175
|
.p-button.p-button-raised:enabled:focus, .p-button.p-button-raised:not(button):not(a):not(.p-disabled):focus {
|
|
6289
6176
|
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);
|
|
6290
6177
|
}
|
|
6178
|
+
|
|
6291
6179
|
.p-button.p-button-secondary:enabled:focus, .p-button.p-button-secondary:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus, .p-buttonset.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button:enabled:focus, .p-splitbutton.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary:enabled:focus, .p-fileupload-choose.p-button-secondary:not(button):not(a):not(.p-disabled):focus {
|
|
6292
6180
|
background: rgba(244, 143, 177, 0.76);
|
|
6293
6181
|
}
|
|
@@ -6303,6 +6191,7 @@
|
|
|
6303
6191
|
.p-button.p-button-secondary.p-button-text .p-ink, .p-button.p-button-secondary.p-button-outlined .p-ink, .p-buttonset.p-button-secondary > .p-button.p-button-text .p-ink, .p-buttonset.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-secondary.p-button-text .p-ink, .p-fileupload-choose.p-button-secondary.p-button-outlined .p-ink {
|
|
6304
6192
|
background-color: rgba(244, 143, 177, 0.16);
|
|
6305
6193
|
}
|
|
6194
|
+
|
|
6306
6195
|
.p-button.p-button-info:enabled:focus, .p-button.p-button-info:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-buttonset.p-button-info > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-info:enabled:focus, .p-fileupload-choose.p-button-info:not(button):not(a):not(.p-disabled):focus {
|
|
6307
6196
|
background: rgba(144, 202, 249, 0.76);
|
|
6308
6197
|
}
|
|
@@ -6318,6 +6207,7 @@
|
|
|
6318
6207
|
.p-button.p-button-info.p-button-text .p-ink, .p-button.p-button-info.p-button-outlined .p-ink, .p-buttonset.p-button-info > .p-button.p-button-text .p-ink, .p-buttonset.p-button-info > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-info.p-button-text .p-ink, .p-fileupload-choose.p-button-info.p-button-outlined .p-ink {
|
|
6319
6208
|
background-color: rgba(144, 202, 249, 0.16);
|
|
6320
6209
|
}
|
|
6210
|
+
|
|
6321
6211
|
.p-button.p-button-success:enabled:focus, .p-button.p-button-success:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-buttonset.p-button-success > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-success:enabled:focus, .p-fileupload-choose.p-button-success:not(button):not(a):not(.p-disabled):focus {
|
|
6322
6212
|
background: rgba(197, 225, 165, 0.76);
|
|
6323
6213
|
}
|
|
@@ -6333,6 +6223,7 @@
|
|
|
6333
6223
|
.p-button.p-button-success.p-button-text .p-ink, .p-button.p-button-success.p-button-outlined .p-ink, .p-buttonset.p-button-success > .p-button.p-button-text .p-ink, .p-buttonset.p-button-success > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-success.p-button-text .p-ink, .p-fileupload-choose.p-button-success.p-button-outlined .p-ink {
|
|
6334
6224
|
background-color: rgba(197, 225, 165, 0.16);
|
|
6335
6225
|
}
|
|
6226
|
+
|
|
6336
6227
|
.p-button.p-button-warning:enabled:focus, .p-button.p-button-warning:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-buttonset.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning:enabled:focus, .p-fileupload-choose.p-button-warning:not(button):not(a):not(.p-disabled):focus {
|
|
6337
6228
|
background: rgba(255, 245, 157, 0.76);
|
|
6338
6229
|
}
|
|
@@ -6348,6 +6239,7 @@
|
|
|
6348
6239
|
.p-button.p-button-warning.p-button-text .p-ink, .p-button.p-button-warning.p-button-outlined .p-ink, .p-buttonset.p-button-warning > .p-button.p-button-text .p-ink, .p-buttonset.p-button-warning > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-warning.p-button-text .p-ink, .p-fileupload-choose.p-button-warning.p-button-outlined .p-ink {
|
|
6349
6240
|
background-color: rgba(255, 245, 157, 0.16);
|
|
6350
6241
|
}
|
|
6242
|
+
|
|
6351
6243
|
.p-button.p-button-help:enabled:focus, .p-button.p-button-help:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-buttonset.p-button-help > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-help:enabled:focus, .p-fileupload-choose.p-button-help:not(button):not(a):not(.p-disabled):focus {
|
|
6352
6244
|
background: rgba(206, 147, 216, 0.76);
|
|
6353
6245
|
}
|
|
@@ -6363,6 +6255,7 @@
|
|
|
6363
6255
|
.p-button.p-button-help.p-button-text .p-ink, .p-button.p-button-help.p-button-outlined .p-ink, .p-buttonset.p-button-help > .p-button.p-button-text .p-ink, .p-buttonset.p-button-help > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-help.p-button-text .p-ink, .p-fileupload-choose.p-button-help.p-button-outlined .p-ink {
|
|
6364
6256
|
background-color: rgba(206, 147, 216, 0.16);
|
|
6365
6257
|
}
|
|
6258
|
+
|
|
6366
6259
|
.p-button.p-button-danger:enabled:focus, .p-button.p-button-danger:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-buttonset.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger:enabled:focus, .p-fileupload-choose.p-button-danger:not(button):not(a):not(.p-disabled):focus {
|
|
6367
6260
|
background: rgba(239, 154, 154, 0.76);
|
|
6368
6261
|
}
|
|
@@ -6378,8 +6271,9 @@
|
|
|
6378
6271
|
.p-button.p-button-danger.p-button-text .p-ink, .p-button.p-button-danger.p-button-outlined .p-ink, .p-buttonset.p-button-danger > .p-button.p-button-text .p-ink, .p-buttonset.p-button-danger > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-danger.p-button-text .p-ink, .p-fileupload-choose.p-button-danger.p-button-outlined .p-ink {
|
|
6379
6272
|
background-color: rgba(239, 154, 154, 0.16);
|
|
6380
6273
|
}
|
|
6274
|
+
|
|
6381
6275
|
.p-calendar-w-btn {
|
|
6382
|
-
border: 1px solid
|
|
6276
|
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
6383
6277
|
background: #1e1e1e;
|
|
6384
6278
|
border-radius: 4px;
|
|
6385
6279
|
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);
|
|
@@ -6415,6 +6309,7 @@
|
|
|
6415
6309
|
border-color: #9FA8DA;
|
|
6416
6310
|
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;
|
|
6417
6311
|
}
|
|
6312
|
+
|
|
6418
6313
|
.p-datepicker .p-datepicker-header {
|
|
6419
6314
|
border-bottom: 0 none;
|
|
6420
6315
|
}
|
|
@@ -6429,7 +6324,7 @@
|
|
|
6429
6324
|
order: 3;
|
|
6430
6325
|
}
|
|
6431
6326
|
.p-datepicker table th {
|
|
6432
|
-
border-bottom: 1px solid
|
|
6327
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
6433
6328
|
color: rgba(255, 255, 255, 0.38);
|
|
6434
6329
|
font-weight: 400;
|
|
6435
6330
|
font-size: 0.875rem;
|
|
@@ -6440,6 +6335,7 @@
|
|
|
6440
6335
|
.p-datepicker table td.p-datepicker-today.p-highlight {
|
|
6441
6336
|
box-shadow: 0 0 0 1px rgba(159, 168, 218, 0.16);
|
|
6442
6337
|
}
|
|
6338
|
+
|
|
6443
6339
|
.p-calendar.p-invalid .p-inputtext:enabled:focus {
|
|
6444
6340
|
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;
|
|
6445
6341
|
}
|
|
@@ -6452,12 +6348,13 @@
|
|
|
6452
6348
|
.p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus {
|
|
6453
6349
|
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;
|
|
6454
6350
|
}
|
|
6351
|
+
|
|
6455
6352
|
.p-input-filled .p-calendar-w-btn {
|
|
6456
6353
|
border-bottom-left-radius: 0;
|
|
6457
6354
|
border-bottom-right-radius: 0;
|
|
6458
6355
|
border: 1px solid transparent;
|
|
6459
|
-
background:
|
|
6460
|
-
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom,
|
|
6356
|
+
background: rgba(255, 255, 255, 0.06) no-repeat;
|
|
6357
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
|
6461
6358
|
background-size: 0 2px, 100% 1px;
|
|
6462
6359
|
background-position: 50% 100%, 50% 100%;
|
|
6463
6360
|
background-origin: border-box;
|
|
@@ -6467,13 +6364,13 @@
|
|
|
6467
6364
|
background: transparent;
|
|
6468
6365
|
}
|
|
6469
6366
|
.p-input-filled .p-calendar-w-btn:not(.p-disabled):hover {
|
|
6470
|
-
background-color:
|
|
6367
|
+
background-color: rgba(255, 255, 255, 0.08);
|
|
6471
6368
|
border-color: transparent;
|
|
6472
6369
|
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
|
6473
6370
|
}
|
|
6474
6371
|
.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 {
|
|
6475
6372
|
box-shadow: none;
|
|
6476
|
-
background-color:
|
|
6373
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
6477
6374
|
border-color: transparent;
|
|
6478
6375
|
background-size: 100% 2px, 100% 1px;
|
|
6479
6376
|
}
|
|
@@ -6508,15 +6405,17 @@
|
|
|
6508
6405
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
|
6509
6406
|
}
|
|
6510
6407
|
.p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext,
|
|
6511
|
-
|
|
6512
|
-
|
|
6408
|
+
.p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:hover,
|
|
6409
|
+
.p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:focus {
|
|
6513
6410
|
border: 0 none;
|
|
6514
6411
|
background-image: none;
|
|
6515
6412
|
}
|
|
6413
|
+
|
|
6516
6414
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
|
6517
6415
|
background: #F48FB1;
|
|
6518
6416
|
color: #121212;
|
|
6519
6417
|
}
|
|
6418
|
+
|
|
6520
6419
|
.p-cascadeselect .p-cascadeselect-label, .p-cascadeselect .p-dropdown-trigger {
|
|
6521
6420
|
background-image: none;
|
|
6522
6421
|
background: transparent;
|
|
@@ -6527,15 +6426,17 @@
|
|
|
6527
6426
|
.p-cascadeselect:not(.p-disabled).p-focus {
|
|
6528
6427
|
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;
|
|
6529
6428
|
}
|
|
6429
|
+
|
|
6530
6430
|
.p-cascadeselect-item-content .p-ink {
|
|
6531
6431
|
background-color: rgba(159, 168, 218, 0.16);
|
|
6532
6432
|
}
|
|
6433
|
+
|
|
6533
6434
|
.p-input-filled .p-cascadeselect {
|
|
6534
6435
|
border-bottom-left-radius: 0;
|
|
6535
6436
|
border-bottom-right-radius: 0;
|
|
6536
6437
|
border: 1px solid transparent;
|
|
6537
|
-
background:
|
|
6538
|
-
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom,
|
|
6438
|
+
background: rgba(255, 255, 255, 0.06) no-repeat;
|
|
6439
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
|
6539
6440
|
background-size: 0 2px, 100% 1px;
|
|
6540
6441
|
background-position: 50% 100%, 50% 100%;
|
|
6541
6442
|
background-origin: border-box;
|
|
@@ -6545,13 +6446,13 @@
|
|
|
6545
6446
|
background: transparent;
|
|
6546
6447
|
}
|
|
6547
6448
|
.p-input-filled .p-cascadeselect:not(.p-disabled):hover {
|
|
6548
|
-
background-color:
|
|
6449
|
+
background-color: rgba(255, 255, 255, 0.08);
|
|
6549
6450
|
border-color: transparent;
|
|
6550
6451
|
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
|
6551
6452
|
}
|
|
6552
6453
|
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect:not(.p-disabled).p-inputwrapper-focus {
|
|
6553
6454
|
box-shadow: none;
|
|
6554
|
-
background-color:
|
|
6455
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
6555
6456
|
border-color: transparent;
|
|
6556
6457
|
background-size: 100% 2px, 100% 1px;
|
|
6557
6458
|
}
|
|
@@ -6582,23 +6483,25 @@
|
|
|
6582
6483
|
box-shadow: none;
|
|
6583
6484
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
|
6584
6485
|
}
|
|
6486
|
+
|
|
6585
6487
|
.p-cascadeselect.p-invalid:not(.p-disabled).p-focus {
|
|
6586
6488
|
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;
|
|
6587
6489
|
}
|
|
6490
|
+
|
|
6588
6491
|
.p-checkbox {
|
|
6589
6492
|
border-radius: 50%;
|
|
6590
6493
|
transition: box-shadow 0.2s;
|
|
6591
6494
|
}
|
|
6592
6495
|
.p-checkbox .p-checkbox-box {
|
|
6593
|
-
border-color:
|
|
6496
|
+
border-color: rgba(255, 255, 255, 0.7);
|
|
6594
6497
|
border-radius: 2px;
|
|
6595
6498
|
position: relative;
|
|
6596
6499
|
}
|
|
6597
6500
|
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
|
6598
|
-
border-color:
|
|
6501
|
+
border-color: rgba(255, 255, 255, 0.7);
|
|
6599
6502
|
}
|
|
6600
6503
|
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
|
6601
|
-
border-color:
|
|
6504
|
+
border-color: rgba(255, 255, 255, 0.7);
|
|
6602
6505
|
}
|
|
6603
6506
|
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled).p-focus {
|
|
6604
6507
|
border-color: #9FA8DA;
|
|
@@ -6626,12 +6529,14 @@
|
|
|
6626
6529
|
.p-checkbox.p-checkbox-checked:not(.p-checkbox-disabled).p-checkbox-focused {
|
|
6627
6530
|
box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.12);
|
|
6628
6531
|
}
|
|
6532
|
+
|
|
6629
6533
|
.p-input-filled .p-checkbox .p-checkbox-box {
|
|
6630
6534
|
background-color: #1e1e1e;
|
|
6631
6535
|
}
|
|
6632
6536
|
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
|
6633
6537
|
background-color: #1e1e1e;
|
|
6634
6538
|
}
|
|
6539
|
+
|
|
6635
6540
|
@keyframes checkbox-check {
|
|
6636
6541
|
0% {
|
|
6637
6542
|
width: 0;
|
|
@@ -6654,12 +6559,13 @@
|
|
|
6654
6559
|
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
|
|
6655
6560
|
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;
|
|
6656
6561
|
}
|
|
6562
|
+
|
|
6657
6563
|
.p-input-filled .p-chips-multiple-container {
|
|
6658
6564
|
border-bottom-left-radius: 0;
|
|
6659
6565
|
border-bottom-right-radius: 0;
|
|
6660
6566
|
border: 1px solid transparent;
|
|
6661
|
-
background:
|
|
6662
|
-
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom,
|
|
6567
|
+
background: rgba(255, 255, 255, 0.06) no-repeat;
|
|
6568
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
|
6663
6569
|
background-size: 0 2px, 100% 1px;
|
|
6664
6570
|
background-position: 50% 100%, 50% 100%;
|
|
6665
6571
|
background-origin: border-box;
|
|
@@ -6669,13 +6575,13 @@
|
|
|
6669
6575
|
background: transparent;
|
|
6670
6576
|
}
|
|
6671
6577
|
.p-input-filled .p-chips-multiple-container:not(.p-disabled):hover {
|
|
6672
|
-
background-color:
|
|
6578
|
+
background-color: rgba(255, 255, 255, 0.08);
|
|
6673
6579
|
border-color: transparent;
|
|
6674
6580
|
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
|
6675
6581
|
}
|
|
6676
6582
|
.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 {
|
|
6677
6583
|
box-shadow: none;
|
|
6678
|
-
background-color:
|
|
6584
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
6679
6585
|
border-color: transparent;
|
|
6680
6586
|
background-size: 100% 2px, 100% 1px;
|
|
6681
6587
|
}
|
|
@@ -6683,9 +6589,11 @@
|
|
|
6683
6589
|
background-image: none;
|
|
6684
6590
|
background: transparent;
|
|
6685
6591
|
}
|
|
6592
|
+
|
|
6686
6593
|
.p-float-label .p-chips-multiple-container .p-chips-token {
|
|
6687
6594
|
padding: 0.25rem 1rem;
|
|
6688
6595
|
}
|
|
6596
|
+
|
|
6689
6597
|
.p-input-filled .p-float-label .p-chips .p-chips-multiple-container .p-chips-token {
|
|
6690
6598
|
padding-top: 0;
|
|
6691
6599
|
padding-bottom: 0;
|
|
@@ -6707,9 +6615,11 @@
|
|
|
6707
6615
|
box-shadow: none;
|
|
6708
6616
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
|
6709
6617
|
}
|
|
6618
|
+
|
|
6710
6619
|
.p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-focus {
|
|
6711
6620
|
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;
|
|
6712
6621
|
}
|
|
6622
|
+
|
|
6713
6623
|
.p-datatable .p-sortable-column {
|
|
6714
6624
|
outline: 0 none;
|
|
6715
6625
|
}
|
|
@@ -6722,12 +6632,14 @@
|
|
|
6722
6632
|
.p-datatable .p-datatable-tbody > tr:not(.p-highlight):focus {
|
|
6723
6633
|
background-color: rgba(255, 255, 255, 0.03);
|
|
6724
6634
|
}
|
|
6635
|
+
|
|
6725
6636
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
|
6726
6637
|
box-shadow: inset 0 2px 0 0 #9FA8DA;
|
|
6727
6638
|
}
|
|
6728
6639
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
|
6729
6640
|
box-shadow: inset 0 -2px 0 0 #9FA8DA;
|
|
6730
6641
|
}
|
|
6642
|
+
|
|
6731
6643
|
.p-dropdown .p-inputtext, .p-dropdown .p-dropdown-trigger {
|
|
6732
6644
|
background-image: none;
|
|
6733
6645
|
background: transparent;
|
|
@@ -6738,15 +6650,17 @@
|
|
|
6738
6650
|
.p-dropdown:not(.p-disabled).p-focus {
|
|
6739
6651
|
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;
|
|
6740
6652
|
}
|
|
6653
|
+
|
|
6741
6654
|
.p-dropdown-item .p-ink {
|
|
6742
6655
|
background-color: rgba(159, 168, 218, 0.16);
|
|
6743
6656
|
}
|
|
6657
|
+
|
|
6744
6658
|
.p-input-filled .p-dropdown {
|
|
6745
6659
|
border-bottom-left-radius: 0;
|
|
6746
6660
|
border-bottom-right-radius: 0;
|
|
6747
6661
|
border: 1px solid transparent;
|
|
6748
|
-
background:
|
|
6749
|
-
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom,
|
|
6662
|
+
background: rgba(255, 255, 255, 0.06) no-repeat;
|
|
6663
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
|
6750
6664
|
background-size: 0 2px, 100% 1px;
|
|
6751
6665
|
background-position: 50% 100%, 50% 100%;
|
|
6752
6666
|
background-origin: border-box;
|
|
@@ -6756,13 +6670,13 @@
|
|
|
6756
6670
|
background: transparent;
|
|
6757
6671
|
}
|
|
6758
6672
|
.p-input-filled .p-dropdown:not(.p-disabled):hover {
|
|
6759
|
-
background-color:
|
|
6673
|
+
background-color: rgba(255, 255, 255, 0.08);
|
|
6760
6674
|
border-color: transparent;
|
|
6761
6675
|
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
|
6762
6676
|
}
|
|
6763
6677
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus, .p-input-filled .p-dropdown:not(.p-disabled).p-inputwrapper-focus {
|
|
6764
6678
|
box-shadow: none;
|
|
6765
|
-
background-color:
|
|
6679
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
6766
6680
|
border-color: transparent;
|
|
6767
6681
|
background-size: 100% 2px, 100% 1px;
|
|
6768
6682
|
}
|
|
@@ -6784,53 +6698,11 @@
|
|
|
6784
6698
|
box-shadow: none;
|
|
6785
6699
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
|
6786
6700
|
}
|
|
6701
|
+
|
|
6787
6702
|
.p-dropdown.p-invalid:not(.p-disabled).p-focus {
|
|
6788
6703
|
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;
|
|
6789
6704
|
}
|
|
6790
|
-
|
|
6791
|
-
/* FullCalendar 4 */
|
|
6792
|
-
/* FullCalendar 5 */
|
|
6793
|
-
}
|
|
6794
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
6795
|
-
background: rgba(159, 168, 218, 0.76);
|
|
6796
|
-
}
|
|
6797
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:active {
|
|
6798
|
-
background: rgba(159, 168, 218, 0.68);
|
|
6799
|
-
}
|
|
6800
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:focus {
|
|
6801
|
-
background: rgba(159, 168, 218, 0.76);
|
|
6802
|
-
}
|
|
6803
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:active {
|
|
6804
|
-
background: rgba(159, 168, 218, 0.68);
|
|
6805
|
-
}
|
|
6806
|
-
.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 {
|
|
6807
|
-
background: #1c1c1c;
|
|
6808
|
-
border-color: rgba(255, 255, 255, 0.12);
|
|
6809
|
-
}
|
|
6810
|
-
.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 {
|
|
6811
|
-
background: #262626;
|
|
6812
|
-
border-color: rgba(255, 255, 255, 0.12);
|
|
6813
|
-
}
|
|
6814
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
6815
|
-
background: rgba(159, 168, 218, 0.76);
|
|
6816
|
-
}
|
|
6817
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:active {
|
|
6818
|
-
background: rgba(159, 168, 218, 0.68);
|
|
6819
|
-
}
|
|
6820
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:focus {
|
|
6821
|
-
background: rgba(159, 168, 218, 0.76);
|
|
6822
|
-
}
|
|
6823
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:active {
|
|
6824
|
-
background: rgba(159, 168, 218, 0.68);
|
|
6825
|
-
}
|
|
6826
|
-
.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 {
|
|
6827
|
-
background: #1c1c1c;
|
|
6828
|
-
border-color: rgba(255, 255, 255, 0.12);
|
|
6829
|
-
}
|
|
6830
|
-
.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 {
|
|
6831
|
-
background: #262626;
|
|
6832
|
-
border-color: rgba(255, 255, 255, 0.12);
|
|
6833
|
-
}
|
|
6705
|
+
|
|
6834
6706
|
.p-galleria .p-galleria-indicators {
|
|
6835
6707
|
padding: 1rem;
|
|
6836
6708
|
}
|
|
@@ -6842,30 +6714,32 @@
|
|
|
6842
6714
|
background: rgba(244, 143, 177, 0.68);
|
|
6843
6715
|
color: #121212;
|
|
6844
6716
|
}
|
|
6717
|
+
|
|
6845
6718
|
.p-inputtext:enabled:focus {
|
|
6846
6719
|
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;
|
|
6847
6720
|
}
|
|
6848
6721
|
.p-inputtext:enabled:focus.p-invalid {
|
|
6849
6722
|
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;
|
|
6850
6723
|
}
|
|
6724
|
+
|
|
6851
6725
|
.p-input-filled .p-inputtext {
|
|
6852
6726
|
border-bottom-left-radius: 0;
|
|
6853
6727
|
border-bottom-right-radius: 0;
|
|
6854
6728
|
border: 1px solid transparent;
|
|
6855
|
-
background:
|
|
6856
|
-
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom,
|
|
6729
|
+
background: rgba(255, 255, 255, 0.06) no-repeat;
|
|
6730
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
|
6857
6731
|
background-size: 0 2px, 100% 1px;
|
|
6858
6732
|
background-position: 50% 100%, 50% 100%;
|
|
6859
6733
|
background-origin: border-box;
|
|
6860
6734
|
}
|
|
6861
6735
|
.p-input-filled .p-inputtext:enabled:hover {
|
|
6862
|
-
background-color:
|
|
6736
|
+
background-color: rgba(255, 255, 255, 0.08);
|
|
6863
6737
|
border-color: transparent;
|
|
6864
6738
|
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
|
|
6865
6739
|
}
|
|
6866
6740
|
.p-input-filled .p-inputtext:enabled:focus {
|
|
6867
6741
|
box-shadow: none;
|
|
6868
|
-
background-color:
|
|
6742
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
6869
6743
|
border-color: transparent;
|
|
6870
6744
|
background-size: 100% 2px, 100% 1px;
|
|
6871
6745
|
}
|
|
@@ -6881,12 +6755,13 @@
|
|
|
6881
6755
|
box-shadow: none;
|
|
6882
6756
|
border-color: transparent;
|
|
6883
6757
|
}
|
|
6758
|
+
|
|
6884
6759
|
.p-input-filled .p-inputgroup .p-inputgroup-addon {
|
|
6885
6760
|
border-bottom-left-radius: 0;
|
|
6886
6761
|
border-bottom-right-radius: 0;
|
|
6887
6762
|
border: 1px solid transparent;
|
|
6888
|
-
background:
|
|
6889
|
-
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom,
|
|
6763
|
+
background: rgba(255, 255, 255, 0.06) no-repeat;
|
|
6764
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
|
6890
6765
|
background-size: 0 2px, 100% 1px;
|
|
6891
6766
|
background-position: 50% 100%, 50% 100%;
|
|
6892
6767
|
background-origin: border-box;
|
|
@@ -6895,28 +6770,30 @@
|
|
|
6895
6770
|
border-right-color: transparent;
|
|
6896
6771
|
}
|
|
6897
6772
|
.p-input-filled .p-inputgroup-addon:first-child,
|
|
6898
|
-
|
|
6899
|
-
|
|
6900
|
-
|
|
6901
|
-
|
|
6773
|
+
.p-input-filled .p-inputgroup button:first-child,
|
|
6774
|
+
.p-input-filled .p-inputgroup input:first-child,
|
|
6775
|
+
.p-input-filled .p-inputgroup > .p-inputwrapper:first-child,
|
|
6776
|
+
.p-input-filled .p-inputgroup > .p-inputwrapper:first-child > .p-inputtext {
|
|
6902
6777
|
border-bottom-left-radius: 0;
|
|
6903
6778
|
}
|
|
6904
6779
|
.p-input-filled .p-inputgroup .p-float-label:first-child input {
|
|
6905
6780
|
border-bottom-left-radius: 0;
|
|
6906
6781
|
}
|
|
6907
6782
|
.p-input-filled .p-inputgroup-addon:last-child,
|
|
6908
|
-
|
|
6909
|
-
|
|
6910
|
-
|
|
6911
|
-
|
|
6783
|
+
.p-input-filled .p-inputgroup button:last-child,
|
|
6784
|
+
.p-input-filled .p-inputgroup input:last-child,
|
|
6785
|
+
.p-input-filled .p-inputgroup > .p-inputwrapper:last-child,
|
|
6786
|
+
.p-input-filled .p-inputgroup > .p-inputwrapper:last-child > .p-inputtext {
|
|
6912
6787
|
border-bottom-right-radius: 0;
|
|
6913
6788
|
}
|
|
6914
6789
|
.p-input-filled .p-inputgroup .p-float-label:last-child input {
|
|
6915
6790
|
border-bottom-right-radius: 0;
|
|
6916
6791
|
}
|
|
6792
|
+
|
|
6917
6793
|
.p-inputnumber.p-invalid .p-inputtext:enabled:focus {
|
|
6918
6794
|
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;
|
|
6919
6795
|
}
|
|
6796
|
+
|
|
6920
6797
|
.p-input-filled .p-inputnumber.p-invalid .p-inputtext {
|
|
6921
6798
|
border-color: transparent;
|
|
6922
6799
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
|
@@ -6929,6 +6806,7 @@
|
|
|
6929
6806
|
box-shadow: none;
|
|
6930
6807
|
border-color: transparent;
|
|
6931
6808
|
}
|
|
6809
|
+
|
|
6932
6810
|
.p-inputswitch .p-inputswitch-slider:before {
|
|
6933
6811
|
transition-property: box-shadow transform;
|
|
6934
6812
|
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);
|
|
@@ -6945,45 +6823,51 @@
|
|
|
6945
6823
|
.p-inputswitch.p-inputswitch-checked.p-inputswitch-focus .p-inputswitch-slider:before, .p-inputswitch.p-inputswitch-checked.p-inputswitch-focus:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
6946
6824
|
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);
|
|
6947
6825
|
}
|
|
6826
|
+
|
|
6948
6827
|
.p-fieldset .p-fieldset-legend {
|
|
6949
6828
|
border: 0 none;
|
|
6950
6829
|
}
|
|
6951
6830
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
|
|
6952
6831
|
background: rgba(255, 255, 255, 0.12);
|
|
6953
6832
|
}
|
|
6833
|
+
|
|
6954
6834
|
.p-float-label input:focus ~ label,
|
|
6955
|
-
|
|
6956
|
-
|
|
6957
|
-
|
|
6958
|
-
|
|
6959
|
-
|
|
6835
|
+
.p-float-label input.p-filled ~ label,
|
|
6836
|
+
.p-float-label textarea:focus ~ label,
|
|
6837
|
+
.p-float-label textarea.p-filled ~ label,
|
|
6838
|
+
.p-float-label .p-inputwrapper-focus ~ label,
|
|
6839
|
+
.p-float-label .p-inputwrapper-filled ~ label {
|
|
6960
6840
|
top: -0.5rem !important;
|
|
6961
6841
|
background-color: #1e1e1e;
|
|
6962
6842
|
padding: 2px 4px;
|
|
6963
6843
|
margin-left: -4px;
|
|
6964
6844
|
margin-top: 0;
|
|
6965
6845
|
}
|
|
6846
|
+
|
|
6966
6847
|
.p-float-label textarea ~ label {
|
|
6967
6848
|
margin-top: 0;
|
|
6968
6849
|
}
|
|
6850
|
+
|
|
6969
6851
|
.p-float-label input:focus ~ label,
|
|
6970
|
-
|
|
6852
|
+
.p-float-label .p-inputwrapper-focus ~ label {
|
|
6971
6853
|
color: #9FA8DA;
|
|
6972
6854
|
}
|
|
6855
|
+
|
|
6973
6856
|
.p-input-filled .p-float-label .p-inputtext {
|
|
6974
6857
|
padding-top: 1.5rem;
|
|
6975
6858
|
padding-bottom: 0.5rem;
|
|
6976
6859
|
}
|
|
6977
6860
|
.p-input-filled .p-float-label input:focus ~ label,
|
|
6978
|
-
|
|
6979
|
-
|
|
6980
|
-
|
|
6981
|
-
|
|
6982
|
-
|
|
6861
|
+
.p-input-filled .p-float-label input.p-filled ~ label,
|
|
6862
|
+
.p-input-filled .p-float-label textarea:focus ~ label,
|
|
6863
|
+
.p-input-filled .p-float-label textarea.p-filled ~ label,
|
|
6864
|
+
.p-input-filled .p-float-label .p-inputwrapper-focus ~ label,
|
|
6865
|
+
.p-input-filled .p-float-label .p-inputwrapper-filled ~ label {
|
|
6983
6866
|
top: 0.25rem !important;
|
|
6984
6867
|
margin-top: 0;
|
|
6985
6868
|
background: transparent;
|
|
6986
6869
|
}
|
|
6870
|
+
|
|
6987
6871
|
.p-listbox .p-listbox-list .p-listbox-item .p-ink {
|
|
6988
6872
|
background-color: rgba(159, 168, 218, 0.16);
|
|
6989
6873
|
}
|
|
@@ -6993,15 +6877,19 @@
|
|
|
6993
6877
|
.p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight {
|
|
6994
6878
|
background: rgba(159, 168, 218, 0.24);
|
|
6995
6879
|
}
|
|
6880
|
+
|
|
6996
6881
|
.p-megamenu .p-menuitem .p-menuitem-link:focus {
|
|
6997
6882
|
background: rgba(255, 255, 255, 0.12);
|
|
6998
6883
|
}
|
|
6884
|
+
|
|
6999
6885
|
.p-menu .p-menuitem .p-menuitem-link:focus {
|
|
7000
6886
|
background: rgba(255, 255, 255, 0.12);
|
|
7001
6887
|
}
|
|
6888
|
+
|
|
7002
6889
|
.p-menubar .p-menuitem .p-menuitem-link:focus {
|
|
7003
6890
|
background: rgba(255, 255, 255, 0.12);
|
|
7004
6891
|
}
|
|
6892
|
+
|
|
7005
6893
|
.p-multiselect .p-multiselect-label, .p-multiselect .p-multiselect-trigger {
|
|
7006
6894
|
background-image: none;
|
|
7007
6895
|
background: transparent;
|
|
@@ -7012,6 +6900,7 @@
|
|
|
7012
6900
|
.p-multiselect:not(.p-disabled).p-focus {
|
|
7013
6901
|
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;
|
|
7014
6902
|
}
|
|
6903
|
+
|
|
7015
6904
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink {
|
|
7016
6905
|
background-color: rgba(159, 168, 218, 0.16);
|
|
7017
6906
|
}
|
|
@@ -7024,12 +6913,13 @@
|
|
|
7024
6913
|
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
|
|
7025
6914
|
background: rgba(255, 255, 255, 0.12);
|
|
7026
6915
|
}
|
|
6916
|
+
|
|
7027
6917
|
.p-input-filled .p-multiselect {
|
|
7028
6918
|
border-bottom-left-radius: 0;
|
|
7029
6919
|
border-bottom-right-radius: 0;
|
|
7030
6920
|
border: 1px solid transparent;
|
|
7031
|
-
background:
|
|
7032
|
-
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom,
|
|
6921
|
+
background: rgba(255, 255, 255, 0.06) no-repeat;
|
|
6922
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
|
7033
6923
|
background-size: 0 2px, 100% 1px;
|
|
7034
6924
|
background-position: 50% 100%, 50% 100%;
|
|
7035
6925
|
background-origin: border-box;
|
|
@@ -7039,13 +6929,13 @@
|
|
|
7039
6929
|
background: transparent;
|
|
7040
6930
|
}
|
|
7041
6931
|
.p-input-filled .p-multiselect:not(.p-disabled):hover {
|
|
7042
|
-
background-color:
|
|
6932
|
+
background-color: rgba(255, 255, 255, 0.08);
|
|
7043
6933
|
border-color: transparent;
|
|
7044
6934
|
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
|
7045
6935
|
}
|
|
7046
6936
|
.p-input-filled .p-multiselect:not(.p-disabled).p-focus, .p-input-filled .p-multiselect:not(.p-disabled).p-inputwrapper-focus {
|
|
7047
6937
|
box-shadow: none;
|
|
7048
|
-
background-color:
|
|
6938
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
7049
6939
|
border-color: transparent;
|
|
7050
6940
|
background-size: 100% 2px, 100% 1px;
|
|
7051
6941
|
}
|
|
@@ -7057,11 +6947,13 @@
|
|
|
7057
6947
|
background-image: none;
|
|
7058
6948
|
background: transparent;
|
|
7059
6949
|
}
|
|
6950
|
+
|
|
7060
6951
|
.p-float-label .p-multiselect-label .p-multiselect-token {
|
|
7061
6952
|
padding: 0.25rem 1rem;
|
|
7062
6953
|
margin-top: 0.25rem;
|
|
7063
6954
|
margin-bottom: 0.25rem;
|
|
7064
6955
|
}
|
|
6956
|
+
|
|
7065
6957
|
.p-input-filled .p-float-label .p-multiselect .p-multiselect-label {
|
|
7066
6958
|
padding-top: 1.5rem;
|
|
7067
6959
|
padding-bottom: 0.5rem;
|
|
@@ -7090,18 +6982,22 @@
|
|
|
7090
6982
|
box-shadow: none;
|
|
7091
6983
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
|
7092
6984
|
}
|
|
6985
|
+
|
|
7093
6986
|
.p-multiselect.p-invalid:not(.p-disabled).p-focus {
|
|
7094
6987
|
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;
|
|
7095
6988
|
}
|
|
6989
|
+
|
|
7096
6990
|
.p-overlaypanel .p-overlaypanel-content {
|
|
7097
6991
|
padding: 1.5rem;
|
|
7098
6992
|
}
|
|
6993
|
+
|
|
7099
6994
|
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
|
7100
6995
|
background: rgba(255, 255, 255, 0.12);
|
|
7101
6996
|
}
|
|
7102
6997
|
.p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight {
|
|
7103
6998
|
background: rgba(159, 168, 218, 0.24);
|
|
7104
6999
|
}
|
|
7000
|
+
|
|
7105
7001
|
.p-paginator {
|
|
7106
7002
|
justify-content: flex-end;
|
|
7107
7003
|
}
|
|
@@ -7111,6 +7007,7 @@
|
|
|
7111
7007
|
.p-paginator .p-paginator-element:focus.p-highlight {
|
|
7112
7008
|
background: rgba(159, 168, 218, 0.24);
|
|
7113
7009
|
}
|
|
7010
|
+
|
|
7114
7011
|
.p-input-filled .p-password.p-invalid > .p-inputtext {
|
|
7115
7012
|
border-color: transparent;
|
|
7116
7013
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
|
@@ -7123,16 +7020,18 @@
|
|
|
7123
7020
|
box-shadow: none;
|
|
7124
7021
|
border-color: transparent;
|
|
7125
7022
|
}
|
|
7023
|
+
|
|
7126
7024
|
.p-password.p-invalid > .p-inputtext:enabled:focus {
|
|
7127
7025
|
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;
|
|
7128
7026
|
}
|
|
7027
|
+
|
|
7129
7028
|
.p-panel {
|
|
7130
7029
|
border-radius: 4px;
|
|
7131
7030
|
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
|
|
7132
7031
|
}
|
|
7133
7032
|
.p-panel .p-panel-header,
|
|
7134
|
-
|
|
7135
|
-
|
|
7033
|
+
.p-panel .p-panel-content,
|
|
7034
|
+
.p-panel .p-panel-footer {
|
|
7136
7035
|
border: 0 none;
|
|
7137
7036
|
}
|
|
7138
7037
|
.p-panel .p-panel-content {
|
|
@@ -7144,6 +7043,7 @@
|
|
|
7144
7043
|
.p-panel .p-panel-header-icon:focus {
|
|
7145
7044
|
background: rgba(255, 255, 255, 0.12);
|
|
7146
7045
|
}
|
|
7046
|
+
|
|
7147
7047
|
.p-panelmenu .p-panelmenu-panel {
|
|
7148
7048
|
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);
|
|
7149
7049
|
margin-bottom: 0;
|
|
@@ -7176,27 +7076,30 @@
|
|
|
7176
7076
|
.p-panelmenu .p-panelmenu-panel .p-menuitem .p-menuitem-link:focus {
|
|
7177
7077
|
background: rgba(255, 255, 255, 0.12);
|
|
7178
7078
|
}
|
|
7079
|
+
|
|
7179
7080
|
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
|
7180
7081
|
background: rgba(255, 255, 255, 0.12);
|
|
7181
7082
|
}
|
|
7182
7083
|
.p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight {
|
|
7183
7084
|
background: rgba(159, 168, 218, 0.24);
|
|
7184
7085
|
}
|
|
7086
|
+
|
|
7185
7087
|
.p-progressbar {
|
|
7186
7088
|
border-radius: 0;
|
|
7187
7089
|
}
|
|
7188
7090
|
.p-progressbar .p-progressbar-label {
|
|
7189
7091
|
display: none;
|
|
7190
7092
|
}
|
|
7093
|
+
|
|
7191
7094
|
.p-radiobutton {
|
|
7192
7095
|
border-radius: 50%;
|
|
7193
7096
|
transition: box-shadow 0.2s;
|
|
7194
7097
|
}
|
|
7195
7098
|
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
|
|
7196
|
-
border: 2px solid
|
|
7099
|
+
border: 2px solid rgba(255, 255, 255, 0.7);
|
|
7197
7100
|
}
|
|
7198
7101
|
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
|
|
7199
|
-
border: 2px solid
|
|
7102
|
+
border: 2px solid rgba(255, 255, 255, 0.7);
|
|
7200
7103
|
}
|
|
7201
7104
|
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled).p-focus {
|
|
7202
7105
|
border-color: #9FA8DA;
|
|
@@ -7213,12 +7116,14 @@
|
|
|
7213
7116
|
.p-radiobutton.p-radiobutton-checked:not(.p-radiobutton-disabled).p-radiobutton-focused {
|
|
7214
7117
|
box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.12);
|
|
7215
7118
|
}
|
|
7119
|
+
|
|
7216
7120
|
.p-input-filled .p-radiobutton .p-radiobutton-box {
|
|
7217
7121
|
background-color: #1e1e1e;
|
|
7218
7122
|
}
|
|
7219
7123
|
.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
|
|
7220
7124
|
background-color: #1e1e1e;
|
|
7221
7125
|
}
|
|
7126
|
+
|
|
7222
7127
|
.p-rating {
|
|
7223
7128
|
gap: 0;
|
|
7224
7129
|
}
|
|
@@ -7240,6 +7145,7 @@
|
|
|
7240
7145
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover.p-rating-cancel-item {
|
|
7241
7146
|
background: rgba(244, 68, 53, 0.04);
|
|
7242
7147
|
}
|
|
7148
|
+
|
|
7243
7149
|
.p-selectbutton .p-button:focus {
|
|
7244
7150
|
background: #1c1c1c;
|
|
7245
7151
|
border-color: rgba(255, 255, 255, 0.12);
|
|
@@ -7248,9 +7154,11 @@
|
|
|
7248
7154
|
background: #262626;
|
|
7249
7155
|
border-color: rgba(255, 255, 255, 0.12);
|
|
7250
7156
|
}
|
|
7157
|
+
|
|
7251
7158
|
.p-slidemenu .p-menuitem-link:focus {
|
|
7252
7159
|
background: rgba(255, 255, 255, 0.12);
|
|
7253
7160
|
}
|
|
7161
|
+
|
|
7254
7162
|
.p-slider .p-slider-handle {
|
|
7255
7163
|
transition: transform 0.2s, box-shadow 0.2s;
|
|
7256
7164
|
transform: scale(0.7);
|
|
@@ -7261,6 +7169,7 @@
|
|
|
7261
7169
|
.p-slider.p-slider-sliding .p-slider-handle {
|
|
7262
7170
|
transform: scale(1);
|
|
7263
7171
|
}
|
|
7172
|
+
|
|
7264
7173
|
.p-splitbutton.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7265
7174
|
background: rgba(159, 168, 218, 0.12);
|
|
7266
7175
|
}
|
|
@@ -7292,42 +7201,49 @@
|
|
|
7292
7201
|
.p-splitbutton.p-button-raised > .p-button:enabled:focus, .p-splitbutton.p-button-raised > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7293
7202
|
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);
|
|
7294
7203
|
}
|
|
7204
|
+
|
|
7295
7205
|
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7296
7206
|
background: rgba(244, 143, 177, 0.12);
|
|
7297
7207
|
}
|
|
7298
7208
|
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
7299
7209
|
background: rgba(244, 143, 177, 0.16);
|
|
7300
7210
|
}
|
|
7211
|
+
|
|
7301
7212
|
.p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7302
7213
|
background: rgba(144, 202, 249, 0.12);
|
|
7303
7214
|
}
|
|
7304
7215
|
.p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
7305
7216
|
background: rgba(144, 202, 249, 0.16);
|
|
7306
7217
|
}
|
|
7218
|
+
|
|
7307
7219
|
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7308
7220
|
background: rgba(197, 225, 165, 0.12);
|
|
7309
7221
|
}
|
|
7310
7222
|
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
7311
7223
|
background: rgba(197, 225, 165, 0.16);
|
|
7312
7224
|
}
|
|
7225
|
+
|
|
7313
7226
|
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7314
7227
|
background: rgba(255, 245, 157, 0.12);
|
|
7315
7228
|
}
|
|
7316
7229
|
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
7317
7230
|
background: rgba(255, 245, 157, 0.16);
|
|
7318
7231
|
}
|
|
7232
|
+
|
|
7319
7233
|
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7320
7234
|
background: rgba(206, 147, 216, 0.12);
|
|
7321
7235
|
}
|
|
7322
7236
|
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
7323
7237
|
background: rgba(206, 147, 216, 0.16);
|
|
7324
7238
|
}
|
|
7239
|
+
|
|
7325
7240
|
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
|
7326
7241
|
background: rgba(239, 154, 154, 0.12);
|
|
7327
7242
|
}
|
|
7328
7243
|
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
7329
7244
|
background: rgba(239, 154, 154, 0.16);
|
|
7330
7245
|
}
|
|
7246
|
+
|
|
7331
7247
|
.p-steps {
|
|
7332
7248
|
padding: 1rem 0;
|
|
7333
7249
|
}
|
|
@@ -7380,6 +7296,7 @@
|
|
|
7380
7296
|
.p-steps .p-steps-item.p-disabled {
|
|
7381
7297
|
opacity: 1;
|
|
7382
7298
|
}
|
|
7299
|
+
|
|
7383
7300
|
.p-tabview .p-tabview-nav {
|
|
7384
7301
|
position: relative;
|
|
7385
7302
|
}
|
|
@@ -7402,12 +7319,15 @@
|
|
|
7402
7319
|
background-color: #9FA8DA;
|
|
7403
7320
|
transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
|
|
7404
7321
|
}
|
|
7322
|
+
|
|
7405
7323
|
.p-tieredmenu .p-menuitem-link:focus {
|
|
7406
7324
|
background: rgba(255, 255, 255, 0.12);
|
|
7407
7325
|
}
|
|
7326
|
+
|
|
7408
7327
|
.p-toolbar {
|
|
7409
7328
|
border: 0 none;
|
|
7410
7329
|
}
|
|
7330
|
+
|
|
7411
7331
|
.p-tooltip .p-tooltip-text {
|
|
7412
7332
|
box-shadow: none;
|
|
7413
7333
|
font-size: 0.875rem;
|
|
@@ -7415,12 +7335,14 @@
|
|
|
7415
7335
|
.p-tooltip .p-tooltip-arrow {
|
|
7416
7336
|
display: none;
|
|
7417
7337
|
}
|
|
7338
|
+
|
|
7418
7339
|
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
7419
7340
|
background: rgba(255, 255, 255, 0.12);
|
|
7420
7341
|
}
|
|
7421
7342
|
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus.p-highlight {
|
|
7422
7343
|
background: rgba(159, 168, 218, 0.24);
|
|
7423
7344
|
}
|
|
7345
|
+
|
|
7424
7346
|
.p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger {
|
|
7425
7347
|
background-image: none;
|
|
7426
7348
|
background: transparent;
|
|
@@ -7431,15 +7353,17 @@
|
|
|
7431
7353
|
.p-treeselect:not(.p-disabled).p-focus {
|
|
7432
7354
|
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;
|
|
7433
7355
|
}
|
|
7356
|
+
|
|
7434
7357
|
.p-treeselect-item .p-ink {
|
|
7435
7358
|
background-color: rgba(159, 168, 218, 0.16);
|
|
7436
7359
|
}
|
|
7360
|
+
|
|
7437
7361
|
.p-input-filled .p-treeselect {
|
|
7438
7362
|
border-bottom-left-radius: 0;
|
|
7439
7363
|
border-bottom-right-radius: 0;
|
|
7440
7364
|
border: 1px solid transparent;
|
|
7441
|
-
background:
|
|
7442
|
-
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom,
|
|
7365
|
+
background: rgba(255, 255, 255, 0.06) no-repeat;
|
|
7366
|
+
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
|
7443
7367
|
background-size: 0 2px, 100% 1px;
|
|
7444
7368
|
background-position: 50% 100%, 50% 100%;
|
|
7445
7369
|
background-origin: border-box;
|
|
@@ -7449,13 +7373,13 @@
|
|
|
7449
7373
|
background: transparent;
|
|
7450
7374
|
}
|
|
7451
7375
|
.p-input-filled .p-treeselect:not(.p-disabled):hover {
|
|
7452
|
-
background-color:
|
|
7376
|
+
background-color: rgba(255, 255, 255, 0.08);
|
|
7453
7377
|
border-color: transparent;
|
|
7454
7378
|
background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
|
7455
7379
|
}
|
|
7456
7380
|
.p-input-filled .p-treeselect:not(.p-disabled).p-focus, .p-input-filled .p-treeselect:not(.p-disabled).p-inputwrapper-focus {
|
|
7457
7381
|
box-shadow: none;
|
|
7458
|
-
background-color:
|
|
7382
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
7459
7383
|
border-color: transparent;
|
|
7460
7384
|
background-size: 100% 2px, 100% 1px;
|
|
7461
7385
|
}
|
|
@@ -7467,11 +7391,13 @@
|
|
|
7467
7391
|
background-image: none;
|
|
7468
7392
|
background: transparent;
|
|
7469
7393
|
}
|
|
7394
|
+
|
|
7470
7395
|
.p-float-label .p-treeselect-label .p-treeselect-token {
|
|
7471
7396
|
padding: 0.25rem 1rem;
|
|
7472
7397
|
margin-top: 0.25rem;
|
|
7473
7398
|
margin-bottom: 0.25rem;
|
|
7474
7399
|
}
|
|
7400
|
+
|
|
7475
7401
|
.p-input-filled .p-float-label .p-treeselect .p-treeselect-label {
|
|
7476
7402
|
padding-top: 1.5rem;
|
|
7477
7403
|
padding-bottom: 0.5rem;
|
|
@@ -7500,9 +7426,11 @@
|
|
|
7500
7426
|
box-shadow: none;
|
|
7501
7427
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
|
7502
7428
|
}
|
|
7429
|
+
|
|
7503
7430
|
.p-treeselect.p-invalid:not(.p-disabled).p-focus {
|
|
7504
7431
|
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;
|
|
7505
7432
|
}
|
|
7433
|
+
|
|
7506
7434
|
.p-treetable .p-sortable-column {
|
|
7507
7435
|
outline: 0 none;
|
|
7508
7436
|
}
|
|
@@ -7515,6 +7443,7 @@
|
|
|
7515
7443
|
.p-treetable .p-treetable-tbody > tr:not(.p-highlight):focus {
|
|
7516
7444
|
background-color: rgba(255, 255, 255, 0.03);
|
|
7517
7445
|
}
|
|
7446
|
+
|
|
7518
7447
|
.p-tabmenu .p-tabmenu-nav {
|
|
7519
7448
|
position: relative;
|
|
7520
7449
|
}
|
|
@@ -7539,6 +7468,7 @@
|
|
|
7539
7468
|
background-color: #9FA8DA;
|
|
7540
7469
|
transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
|
|
7541
7470
|
}
|
|
7471
|
+
|
|
7542
7472
|
.p-togglebutton.p-button:focus {
|
|
7543
7473
|
background: #1c1c1c;
|
|
7544
7474
|
border-color: rgba(255, 255, 255, 0.12);
|