diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index 94145ae4d..f2459e104 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#1e1e1e; --surface-b:#121212; @@ -2631,7 +2630,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2639,7 +2638,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2726,7 +2725,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: rgba(255, 255, 255, 0.87); @@ -2799,7 +2798,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2807,7 +2806,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index 49d55164e..d03f734ce 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#1e1e1e; --surface-b:#121212; @@ -2631,7 +2630,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2639,7 +2638,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2726,7 +2725,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: rgba(255, 255, 255, 0.87); @@ -2799,7 +2798,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2807,7 +2806,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index ab8b87bc9..428b2054c 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#1e1e1e; --surface-b:#121212; @@ -2631,7 +2630,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2639,7 +2638,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2726,7 +2725,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: rgba(255, 255, 255, 0.87); @@ -2799,7 +2798,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2807,7 +2806,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index 704efa756..36f07eded 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#1e1e1e; --surface-b:#121212; @@ -2631,7 +2630,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2639,7 +2638,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2726,7 +2725,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: rgba(255, 255, 255, 0.87); @@ -2799,7 +2798,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2807,7 +2806,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index 93d20c081..f65e17bf4 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#2a323d; --surface-b:#20262e; @@ -2643,7 +2642,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2651,7 +2650,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2738,7 +2737,7 @@ transition: color 0.15s, box-shadow 0.15s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: rgba(255, 255, 255, 0.87); @@ -2811,7 +2810,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2819,7 +2818,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index f59e0f8f8..55724f213 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#2a323d; --surface-b:#20262e; @@ -2643,7 +2642,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2651,7 +2650,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2738,7 +2737,7 @@ transition: color 0.15s, box-shadow 0.15s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: rgba(255, 255, 255, 0.87); @@ -2811,7 +2810,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2819,7 +2818,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index 05514f58e..59d1b6b68 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#ffffff; --surface-b:#efefef; @@ -2643,7 +2642,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2651,7 +2650,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2738,7 +2737,7 @@ transition: box-shadow 0.15s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: #495057; @@ -2811,7 +2810,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2819,7 +2818,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index f0359af55..c89e88105 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#ffffff; --surface-b:#efefef; @@ -2643,7 +2642,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2651,7 +2650,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2738,7 +2737,7 @@ transition: box-shadow 0.15s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: #495057; @@ -2811,7 +2810,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2819,7 +2818,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/fluent-light/theme.css b/public/themes/fluent-light/theme.css index db0cfddaa..c963b7002 100644 --- a/public/themes/fluent-light/theme.css +++ b/public/themes/fluent-light/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#ffffff; --surface-b:#faf9f8; @@ -2631,7 +2630,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2639,7 +2638,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2726,7 +2725,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: #605e5c; @@ -2799,7 +2798,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2807,7 +2806,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; @@ -5333,14 +5332,14 @@ order: 2; } .p-datepicker .p-datepicker-prev .p-datepicker-prev-icon:before { - content: ""; + content: "\e919"; } .p-datepicker .p-datepicker-next { order: 3; font-size: 90%; } .p-datepicker .p-datepicker-next .p-datepicker-next-icon:before { - content: ""; + content: "\e91c"; } .p-datepicker .p-datepicker-buttonbar { border-top: 0 none; @@ -5352,10 +5351,10 @@ font-size: 90%; } .p-datepicker .p-timepicker .pi-chevron-up:before { - content: ""; + content: "\e91c"; } .p-datepicker .p-timepicker .pi-chevron-down:before { - content: ""; + content: "\e919"; } .p-datepicker table { font-size: 90%; diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index 740cedbd8..73811e6b2 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a: #191919; --surface-b: #191919; @@ -2643,7 +2642,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2651,7 +2650,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2738,7 +2737,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: #dedede; @@ -2811,7 +2810,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2819,7 +2818,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index 34087cc20..a893ac1ce 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a: #191919; --surface-b: #191919; @@ -2643,7 +2642,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2651,7 +2650,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2738,7 +2737,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: #dedede; @@ -2811,7 +2810,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2819,7 +2818,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index 1aa97d9f2..cb24ed422 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a: #191919; --surface-b: #191919; @@ -2643,7 +2642,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2651,7 +2650,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2738,7 +2737,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: #dedede; @@ -2811,7 +2810,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2819,7 +2818,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index cf902b33e..596ee09f7 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a: #191919; --surface-b: #191919; @@ -2643,7 +2642,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2651,7 +2650,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2738,7 +2737,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: #dedede; @@ -2811,7 +2810,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2819,7 +2818,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 9e61840e9..728a494d5 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#1e1e1e; --surface-b:#121212; @@ -2655,7 +2654,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2663,7 +2662,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2750,7 +2749,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: rgba(255, 255, 255, 0.6); @@ -2823,7 +2822,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2831,7 +2830,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; @@ -3635,9 +3634,9 @@ margin-right: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link { - border: none; - border-width: 0 0 0 0; - border-color: transparent transparent transparent transparent; + border: solid rgba(255, 255, 255, 0.12); + border-width: 0 0 1px 0; + border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; background: transparent; color: rgba(255, 255, 255, 0.6); padding: 1rem 1.5rem; @@ -3645,7 +3644,7 @@ border-top-right-radius: 4px; border-top-left-radius: 4px; transition: none; - margin: 0 0 0 0; + margin: 0 0 -1px 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { outline: 0 none; @@ -3654,12 +3653,12 @@ } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { background: rgba(206, 147, 216, 0.04); - border-color: transparent; + border-color: rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.6); } .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { background: transparent; - border-color: transparent; + border-color: rgba(255, 255, 255, 0.12); color: #CE93D8; } .p-tabview .p-tabview-nav-btn.p-link { @@ -4707,9 +4706,9 @@ margin-right: 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - border: none; - border-width: 0 0 0 0; - border-color: transparent transparent transparent transparent; + border: solid rgba(255, 255, 255, 0.12); + border-width: 0 0 1px 0; + border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; background: transparent; color: rgba(255, 255, 255, 0.6); padding: 1rem 1.5rem; @@ -4717,7 +4716,7 @@ border-top-right-radius: 4px; border-top-left-radius: 4px; transition: none; - margin: 0 0 0 0; + margin: 0 0 -1px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { margin-right: 0.5rem; @@ -4729,12 +4728,12 @@ } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: rgba(206, 147, 216, 0.04); - border-color: transparent; + border-color: rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.6); } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { background: transparent; - border-color: transparent; + border-color: rgba(255, 255, 255, 0.12); color: #CE93D8; } diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index b57f9c200..63502c462 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#1e1e1e; --surface-b:#121212; @@ -2655,7 +2654,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2663,7 +2662,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2750,7 +2749,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: rgba(255, 255, 255, 0.6); @@ -2823,7 +2822,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2831,7 +2830,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; @@ -3635,9 +3634,9 @@ margin-right: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link { - border: none; - border-width: 0 0 0 0; - border-color: transparent transparent transparent transparent; + border: solid rgba(255, 255, 255, 0.12); + border-width: 0 0 1px 0; + border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; background: transparent; color: rgba(255, 255, 255, 0.6); padding: 1rem 1.5rem; @@ -3645,7 +3644,7 @@ border-top-right-radius: 4px; border-top-left-radius: 4px; transition: none; - margin: 0 0 0 0; + margin: 0 0 -1px 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { outline: 0 none; @@ -3654,12 +3653,12 @@ } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { background: rgba(159, 168, 218, 0.04); - border-color: transparent; + border-color: rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.6); } .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { background: transparent; - border-color: transparent; + border-color: rgba(255, 255, 255, 0.12); color: #9FA8DA; } .p-tabview .p-tabview-nav-btn.p-link { @@ -4707,9 +4706,9 @@ margin-right: 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - border: none; - border-width: 0 0 0 0; - border-color: transparent transparent transparent transparent; + border: solid rgba(255, 255, 255, 0.12); + border-width: 0 0 1px 0; + border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; background: transparent; color: rgba(255, 255, 255, 0.6); padding: 1rem 1.5rem; @@ -4717,7 +4716,7 @@ border-top-right-radius: 4px; border-top-left-radius: 4px; transition: none; - margin: 0 0 0 0; + margin: 0 0 -1px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { margin-right: 0.5rem; @@ -4729,12 +4728,12 @@ } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: rgba(159, 168, 218, 0.04); - border-color: transparent; + border-color: rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.6); } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { background: transparent; - border-color: transparent; + border-color: rgba(255, 255, 255, 0.12); color: #9FA8DA; } diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index 9f0d2ac36..ae392c959 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#ffffff; --surface-b:#fafafa; @@ -39,7 +38,7 @@ --surface-section:#ffffff; --surface-card:#ffffff; --surface-overlay:#ffffff; - --surface-border:#rgba(0,0,0,.12); + --surface-border:rgba(0,0,0,.12); --surface-hover:rgba(0,0,0,.04); } @@ -2655,7 +2654,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2663,7 +2662,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2750,7 +2749,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: rgba(0, 0, 0, 0.6); @@ -2823,7 +2822,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2831,7 +2830,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; @@ -3635,9 +3634,9 @@ margin-right: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link { - border: none; - border-width: 0 0 0 0; - border-color: transparent transparent transparent transparent; + border: solid rgba(0, 0, 0, 0.12); + border-width: 0 0 1px 0; + border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; background: #ffffff; color: rgba(0, 0, 0, 0.6); padding: 1rem 1.5rem; @@ -3645,7 +3644,7 @@ border-top-right-radius: 4px; border-top-left-radius: 4px; transition: none; - margin: 0 0 0 0; + margin: 0 0 -1px 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { outline: 0 none; @@ -3654,12 +3653,12 @@ } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { background: rgba(103, 58, 183, 0.04); - border-color: transparent; + border-color: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.6); } .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { background: #ffffff; - border-color: transparent; + border-color: rgba(0, 0, 0, 0.12); color: #673AB7; } .p-tabview .p-tabview-nav-btn.p-link { @@ -4707,9 +4706,9 @@ margin-right: 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - border: none; - border-width: 0 0 0 0; - border-color: transparent transparent transparent transparent; + border: solid rgba(0, 0, 0, 0.12); + border-width: 0 0 1px 0; + border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; background: #ffffff; color: rgba(0, 0, 0, 0.6); padding: 1rem 1.5rem; @@ -4717,7 +4716,7 @@ border-top-right-radius: 4px; border-top-left-radius: 4px; transition: none; - margin: 0 0 0 0; + margin: 0 0 -1px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { margin-right: 0.5rem; @@ -4729,12 +4728,12 @@ } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: rgba(103, 58, 183, 0.04); - border-color: transparent; + border-color: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.6); } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { background: #ffffff; - border-color: transparent; + border-color: rgba(0, 0, 0, 0.12); color: #673AB7; } diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index 7bb53b345..8d6d263f8 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#ffffff; --surface-b:#fafafa; @@ -39,7 +38,7 @@ --surface-section:#ffffff; --surface-card:#ffffff; --surface-overlay:#ffffff; - --surface-border:#rgba(0,0,0,.12); + --surface-border:rgba(0,0,0,.12); --surface-hover:rgba(0,0,0,.04); } @@ -2655,7 +2654,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2663,7 +2662,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2750,7 +2749,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: rgba(0, 0, 0, 0.6); @@ -2823,7 +2822,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2831,7 +2830,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; @@ -3635,9 +3634,9 @@ margin-right: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link { - border: none; - border-width: 0 0 0 0; - border-color: transparent transparent transparent transparent; + border: solid rgba(0, 0, 0, 0.12); + border-width: 0 0 1px 0; + border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; background: #ffffff; color: rgba(0, 0, 0, 0.6); padding: 1rem 1.5rem; @@ -3645,7 +3644,7 @@ border-top-right-radius: 4px; border-top-left-radius: 4px; transition: none; - margin: 0 0 0 0; + margin: 0 0 -1px 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { outline: 0 none; @@ -3654,12 +3653,12 @@ } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { background: rgba(63, 81, 181, 0.04); - border-color: transparent; + border-color: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.6); } .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { background: #ffffff; - border-color: transparent; + border-color: rgba(0, 0, 0, 0.12); color: #3F51B5; } .p-tabview .p-tabview-nav-btn.p-link { @@ -4707,9 +4706,9 @@ margin-right: 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - border: none; - border-width: 0 0 0 0; - border-color: transparent transparent transparent transparent; + border: solid rgba(0, 0, 0, 0.12); + border-width: 0 0 1px 0; + border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; background: #ffffff; color: rgba(0, 0, 0, 0.6); padding: 1rem 1.5rem; @@ -4717,7 +4716,7 @@ border-top-right-radius: 4px; border-top-left-radius: 4px; transition: none; - margin: 0 0 0 0; + margin: 0 0 -1px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { margin-right: 0.5rem; @@ -4729,12 +4728,12 @@ } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: rgba(63, 81, 181, 0.04); - border-color: transparent; + border-color: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.6); } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { background: #ffffff; - border-color: transparent; + border-color: rgba(0, 0, 0, 0.12); color: #3F51B5; } diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index 6ca45402a..032601845 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#1e1e1e; --surface-b:#121212; @@ -2655,7 +2654,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2663,7 +2662,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2750,7 +2749,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: rgba(255, 255, 255, 0.6); @@ -2823,7 +2822,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2831,7 +2830,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; @@ -3635,9 +3634,9 @@ margin-right: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link { - border: none; - border-width: 0 0 0 0; - border-color: transparent transparent transparent transparent; + border: solid rgba(255, 255, 255, 0.12); + border-width: 0 0 1px 0; + border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; background: transparent; color: rgba(255, 255, 255, 0.6); padding: 0.75rem 1.25rem; @@ -3645,7 +3644,7 @@ border-top-right-radius: 4px; border-top-left-radius: 4px; transition: none; - margin: 0 0 0 0; + margin: 0 0 -1px 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { outline: 0 none; @@ -3654,12 +3653,12 @@ } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { background: rgba(206, 147, 216, 0.04); - border-color: transparent; + border-color: rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.6); } .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { background: transparent; - border-color: transparent; + border-color: rgba(255, 255, 255, 0.12); color: #CE93D8; } .p-tabview .p-tabview-nav-btn.p-link { @@ -4707,9 +4706,9 @@ margin-right: 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - border: none; - border-width: 0 0 0 0; - border-color: transparent transparent transparent transparent; + border: solid rgba(255, 255, 255, 0.12); + border-width: 0 0 1px 0; + border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; background: transparent; color: rgba(255, 255, 255, 0.6); padding: 0.75rem 1.25rem; @@ -4717,7 +4716,7 @@ border-top-right-radius: 4px; border-top-left-radius: 4px; transition: none; - margin: 0 0 0 0; + margin: 0 0 -1px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { margin-right: 0.5rem; @@ -4729,12 +4728,12 @@ } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: rgba(206, 147, 216, 0.04); - border-color: transparent; + border-color: rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.6); } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { background: transparent; - border-color: transparent; + border-color: rgba(255, 255, 255, 0.12); color: #CE93D8; } diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index 772e8cea5..5b84db3f0 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#1e1e1e; --surface-b:#121212; @@ -2655,7 +2654,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2663,7 +2662,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2750,7 +2749,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: rgba(255, 255, 255, 0.6); @@ -2823,7 +2822,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2831,7 +2830,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; @@ -3635,9 +3634,9 @@ margin-right: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link { - border: none; - border-width: 0 0 0 0; - border-color: transparent transparent transparent transparent; + border: solid rgba(255, 255, 255, 0.12); + border-width: 0 0 1px 0; + border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; background: transparent; color: rgba(255, 255, 255, 0.6); padding: 0.75rem 1.25rem; @@ -3645,7 +3644,7 @@ border-top-right-radius: 4px; border-top-left-radius: 4px; transition: none; - margin: 0 0 0 0; + margin: 0 0 -1px 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { outline: 0 none; @@ -3654,12 +3653,12 @@ } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { background: rgba(159, 168, 218, 0.04); - border-color: transparent; + border-color: rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.6); } .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { background: transparent; - border-color: transparent; + border-color: rgba(255, 255, 255, 0.12); color: #9FA8DA; } .p-tabview .p-tabview-nav-btn.p-link { @@ -4707,9 +4706,9 @@ margin-right: 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - border: none; - border-width: 0 0 0 0; - border-color: transparent transparent transparent transparent; + border: solid rgba(255, 255, 255, 0.12); + border-width: 0 0 1px 0; + border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; background: transparent; color: rgba(255, 255, 255, 0.6); padding: 0.75rem 1.25rem; @@ -4717,7 +4716,7 @@ border-top-right-radius: 4px; border-top-left-radius: 4px; transition: none; - margin: 0 0 0 0; + margin: 0 0 -1px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { margin-right: 0.5rem; @@ -4729,12 +4728,12 @@ } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: rgba(159, 168, 218, 0.04); - border-color: transparent; + border-color: rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.6); } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { background: transparent; - border-color: transparent; + border-color: rgba(255, 255, 255, 0.12); color: #9FA8DA; } diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index 6c7e29253..50e5ca62a 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#ffffff; --surface-b:#fafafa; @@ -39,7 +38,7 @@ --surface-section:#ffffff; --surface-card:#ffffff; --surface-overlay:#ffffff; - --surface-border:#rgba(0,0,0,.12); + --surface-border:rgba(0,0,0,.12); --surface-hover:rgba(0,0,0,.04); } @@ -2655,7 +2654,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2663,7 +2662,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2750,7 +2749,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: rgba(0, 0, 0, 0.6); @@ -2823,7 +2822,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2831,7 +2830,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; @@ -3635,9 +3634,9 @@ margin-right: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link { - border: none; - border-width: 0 0 0 0; - border-color: transparent transparent transparent transparent; + border: solid rgba(0, 0, 0, 0.12); + border-width: 0 0 1px 0; + border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; background: #ffffff; color: rgba(0, 0, 0, 0.6); padding: 0.75rem 1.25rem; @@ -3645,7 +3644,7 @@ border-top-right-radius: 4px; border-top-left-radius: 4px; transition: none; - margin: 0 0 0 0; + margin: 0 0 -1px 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { outline: 0 none; @@ -3654,12 +3653,12 @@ } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { background: rgba(103, 58, 183, 0.04); - border-color: transparent; + border-color: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.6); } .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { background: #ffffff; - border-color: transparent; + border-color: rgba(0, 0, 0, 0.12); color: #673AB7; } .p-tabview .p-tabview-nav-btn.p-link { @@ -4707,9 +4706,9 @@ margin-right: 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - border: none; - border-width: 0 0 0 0; - border-color: transparent transparent transparent transparent; + border: solid rgba(0, 0, 0, 0.12); + border-width: 0 0 1px 0; + border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; background: #ffffff; color: rgba(0, 0, 0, 0.6); padding: 0.75rem 1.25rem; @@ -4717,7 +4716,7 @@ border-top-right-radius: 4px; border-top-left-radius: 4px; transition: none; - margin: 0 0 0 0; + margin: 0 0 -1px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { margin-right: 0.5rem; @@ -4729,12 +4728,12 @@ } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: rgba(103, 58, 183, 0.04); - border-color: transparent; + border-color: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.6); } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { background: #ffffff; - border-color: transparent; + border-color: rgba(0, 0, 0, 0.12); color: #673AB7; } diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index d176c4466..bba5e309b 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#ffffff; --surface-b:#fafafa; @@ -39,7 +38,7 @@ --surface-section:#ffffff; --surface-card:#ffffff; --surface-overlay:#ffffff; - --surface-border:#rgba(0,0,0,.12); + --surface-border:rgba(0,0,0,.12); --surface-hover:rgba(0,0,0,.04); } @@ -2655,7 +2654,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2663,7 +2662,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2750,7 +2749,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: rgba(0, 0, 0, 0.6); @@ -2823,7 +2822,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2831,7 +2830,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; @@ -3635,9 +3634,9 @@ margin-right: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link { - border: none; - border-width: 0 0 0 0; - border-color: transparent transparent transparent transparent; + border: solid rgba(0, 0, 0, 0.12); + border-width: 0 0 1px 0; + border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; background: #ffffff; color: rgba(0, 0, 0, 0.6); padding: 0.75rem 1.25rem; @@ -3645,7 +3644,7 @@ border-top-right-radius: 4px; border-top-left-radius: 4px; transition: none; - margin: 0 0 0 0; + margin: 0 0 -1px 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { outline: 0 none; @@ -3654,12 +3653,12 @@ } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { background: rgba(63, 81, 181, 0.04); - border-color: transparent; + border-color: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.6); } .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { background: #ffffff; - border-color: transparent; + border-color: rgba(0, 0, 0, 0.12); color: #3F51B5; } .p-tabview .p-tabview-nav-btn.p-link { @@ -4707,9 +4706,9 @@ margin-right: 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - border: none; - border-width: 0 0 0 0; - border-color: transparent transparent transparent transparent; + border: solid rgba(0, 0, 0, 0.12); + border-width: 0 0 1px 0; + border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; background: #ffffff; color: rgba(0, 0, 0, 0.6); padding: 0.75rem 1.25rem; @@ -4717,7 +4716,7 @@ border-top-right-radius: 4px; border-top-left-radius: 4px; transition: none; - margin: 0 0 0 0; + margin: 0 0 -1px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { margin-right: 0.5rem; @@ -4729,12 +4728,12 @@ } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: rgba(63, 81, 181, 0.04); - border-color: transparent; + border-color: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.6); } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { background: #ffffff; - border-color: transparent; + border-color: rgba(0, 0, 0, 0.12); color: #3F51B5; } diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index 8c2846861..152d8dd66 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a: #ffffff; --surface-b: #f4f4f4; @@ -2631,7 +2630,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2639,7 +2638,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2726,7 +2725,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: #007ad9; @@ -2799,7 +2798,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2807,7 +2806,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index ee69fa35d..5c0596568 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a: #ffffff; --surface-b: #f4f4f4; @@ -2643,7 +2642,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2651,7 +2650,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2738,7 +2737,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: #007ad9; @@ -2811,7 +2810,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2819,7 +2818,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index ab115a1f7..e14442c17 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a: #ffffff; --surface-b: #f4f4f4; @@ -2643,7 +2642,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2651,7 +2650,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2738,7 +2737,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: #41b883; @@ -2811,7 +2810,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2819,7 +2818,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index bb1284ae7..2a27eb3e8 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a: #ffffff; --surface-b: #f4f4f4; @@ -2643,7 +2642,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2651,7 +2650,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2738,7 +2737,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: #007ad9; @@ -2811,7 +2810,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2819,7 +2818,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index ad14f33a4..2db7aa720 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a: #ffffff; --surface-b: #f4f4f4; @@ -2631,7 +2630,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2639,7 +2638,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2726,7 +2725,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: #666666; @@ -2799,7 +2798,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2807,7 +2806,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 20749b585..a8cb4f298 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#ffffff; --surface-b:#f8f9fa; @@ -2631,7 +2630,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2639,7 +2638,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2726,7 +2725,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: #495057; @@ -2799,7 +2798,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2807,7 +2806,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index ff0081bcc..f7da82961 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#ffffff; --surface-b:#f8f9fa; @@ -2631,7 +2630,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2639,7 +2638,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2726,7 +2725,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: #495057; @@ -2799,7 +2798,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2807,7 +2806,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index a1b4e0e7e..81a7d10e1 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#ffffff; --surface-b:#f8f9fa; @@ -2631,7 +2630,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2639,7 +2638,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2726,7 +2725,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: #495057; @@ -2799,7 +2798,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2807,7 +2806,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index 7b01f5ae2..80df3b3e9 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#ffffff; --surface-b:#f8f9fa; @@ -2631,7 +2630,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2639,7 +2638,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2726,7 +2725,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: #495057; @@ -2799,7 +2798,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2807,7 +2806,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index f320e85e9..9d3b70090 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#1f2d40; --surface-b:#17212f; @@ -2631,7 +2630,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2639,7 +2638,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2726,7 +2725,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: rgba(255, 255, 255, 0.87); @@ -2799,7 +2798,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2807,7 +2806,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index efcbf2227..fcddc15b4 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#1f2d40; --surface-b:#17212f; @@ -2631,7 +2630,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2639,7 +2638,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2726,7 +2725,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: rgba(255, 255, 255, 0.87); @@ -2799,7 +2798,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2807,7 +2806,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index 6457c9a05..049ef9c3c 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#1f2d40; --surface-b:#17212f; @@ -2631,7 +2630,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2639,7 +2638,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2726,7 +2725,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: rgba(255, 255, 255, 0.87); @@ -2799,7 +2798,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2807,7 +2806,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index 3255b7c21..2db6d64b6 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; :root { --surface-a:#1f2d40; --surface-b:#17212f; @@ -2631,7 +2630,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2639,7 +2638,7 @@ font-size: 1rem; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; @@ -2726,7 +2725,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: ""; + content: "\e90b"; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { color: rgba(255, 255, 255, 0.87); @@ -2799,7 +2798,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; + content: "\e900"; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { font-family: "PrimeIcons" !important; @@ -2807,7 +2806,7 @@ font-size: 1rem; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; + content: "\e901"; } .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none;