From 17a91470dd53a5c3dd12a2bbc4fdd6a7eef4fe8c Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 9 Nov 2021 13:18:54 +0300 Subject: [PATCH 1/8] Update themes --- public/themes/arya-blue/theme.css | 11 ++- public/themes/arya-green/theme.css | 11 ++- public/themes/arya-orange/theme.css | 11 ++- public/themes/arya-purple/theme.css | 11 ++- public/themes/bootstrap4-dark-blue/theme.css | 19 ++-- .../themes/bootstrap4-dark-purple/theme.css | 19 ++-- public/themes/bootstrap4-light-blue/theme.css | 19 ++-- .../themes/bootstrap4-light-purple/theme.css | 19 ++-- public/themes/fluent-light/theme.css | 13 ++- public/themes/lara-dark-indigo/theme.css | 11 ++- public/themes/lara-dark-purple/theme.css | 11 ++- public/themes/lara-light-indigo/theme.css | 87 ++++++++++--------- public/themes/lara-light-purple/theme.css | 87 ++++++++++--------- public/themes/luna-amber/theme.css | 21 +++-- public/themes/luna-blue/theme.css | 21 +++-- public/themes/luna-green/theme.css | 21 +++-- public/themes/luna-pink/theme.css | 21 +++-- public/themes/md-dark-deeppurple/theme.css | 19 ++-- public/themes/md-dark-indigo/theme.css | 19 ++-- public/themes/md-light-deeppurple/theme.css | 19 ++-- public/themes/md-light-indigo/theme.css | 19 ++-- public/themes/mdc-dark-deeppurple/theme.css | 19 ++-- public/themes/mdc-dark-indigo/theme.css | 19 ++-- public/themes/mdc-light-deeppurple/theme.css | 19 ++-- public/themes/mdc-light-indigo/theme.css | 19 ++-- public/themes/nova-accent/theme.css | 21 +++-- public/themes/nova-alt/theme.css | 21 +++-- public/themes/nova-vue/theme.css | 21 +++-- public/themes/nova/theme.css | 21 +++-- public/themes/rhea/theme.css | 21 +++-- public/themes/saga-blue/theme.css | 13 ++- public/themes/saga-green/theme.css | 13 ++- public/themes/saga-orange/theme.css | 13 ++- public/themes/saga-purple/theme.css | 13 ++- public/themes/tailwind-light/theme.css | 21 +++-- public/themes/vela-blue/theme.css | 11 ++- public/themes/vela-green/theme.css | 11 ++- public/themes/vela-orange/theme.css | 11 ++- public/themes/vela-purple/theme.css | 11 ++- 39 files changed, 491 insertions(+), 296 deletions(-) diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index 22b38f7e5..a509cf3bb 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -1407,7 +1407,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #64B5F6; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2853,6 +2853,10 @@ border-top-right-radius: 3px; border-bottom-right-radius: 3px; } +.fc.fc-theme-standard .fc-highlight { + color: rgba(255, 255, 255, 0.87); + background: rgba(100, 181, 246, 0.16); +} .p-orderlist .p-orderlist-controls { padding: 1rem; @@ -3966,6 +3970,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; 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); + border-radius: 3px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4007,6 +4012,7 @@ background: #1e1e1e; border: 1px solid #383838; 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); + border-radius: 3px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: rgba(255, 255, 255, 0.03); @@ -4634,7 +4640,6 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: box-shadow 0.2s; border-radius: 3px; background: transparent; @@ -4642,11 +4647,11 @@ .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: rgba(255, 255, 255, 0.87); border: 0 none; - background: transparent; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: #1e1e1e; z-index: 1; border-radius: 50%; } diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index df40dade8..195c1e615 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -1407,7 +1407,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #81C784; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2853,6 +2853,10 @@ border-top-right-radius: 3px; border-bottom-right-radius: 3px; } +.fc.fc-theme-standard .fc-highlight { + color: rgba(255, 255, 255, 0.87); + background: rgba(129, 199, 132, 0.16); +} .p-orderlist .p-orderlist-controls { padding: 1rem; @@ -3966,6 +3970,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; 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); + border-radius: 3px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4007,6 +4012,7 @@ background: #1e1e1e; border: 1px solid #383838; 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); + border-radius: 3px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: rgba(255, 255, 255, 0.03); @@ -4634,7 +4640,6 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: box-shadow 0.2s; border-radius: 3px; background: transparent; @@ -4642,11 +4647,11 @@ .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: rgba(255, 255, 255, 0.87); border: 0 none; - background: transparent; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: #1e1e1e; z-index: 1; border-radius: 50%; } diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index d326421ce..1f9ffd3b4 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -1407,7 +1407,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #FFD54F; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2853,6 +2853,10 @@ border-top-right-radius: 3px; border-bottom-right-radius: 3px; } +.fc.fc-theme-standard .fc-highlight { + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 213, 79, 0.16); +} .p-orderlist .p-orderlist-controls { padding: 1rem; @@ -3966,6 +3970,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; 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); + border-radius: 3px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4007,6 +4012,7 @@ background: #1e1e1e; border: 1px solid #383838; 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); + border-radius: 3px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: rgba(255, 255, 255, 0.03); @@ -4634,7 +4640,6 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: box-shadow 0.2s; border-radius: 3px; background: transparent; @@ -4642,11 +4647,11 @@ .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: rgba(255, 255, 255, 0.87); border: 0 none; - background: transparent; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: #1e1e1e; z-index: 1; border-radius: 50%; } diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index f73ecad18..f9b10cb07 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -1407,7 +1407,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #BA68C8; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2853,6 +2853,10 @@ border-top-right-radius: 3px; border-bottom-right-radius: 3px; } +.fc.fc-theme-standard .fc-highlight { + color: rgba(255, 255, 255, 0.87); + background: rgba(186, 104, 200, 0.16); +} .p-orderlist .p-orderlist-controls { padding: 1rem; @@ -3966,6 +3970,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; 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); + border-radius: 3px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4007,6 +4012,7 @@ background: #1e1e1e; border: 1px solid #383838; 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); + border-radius: 3px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: rgba(255, 255, 255, 0.03); @@ -4634,7 +4640,6 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: box-shadow 0.2s; border-radius: 3px; background: transparent; @@ -4642,11 +4647,11 @@ .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: rgba(255, 255, 255, 0.87); border: 0 none; - background: transparent; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: #1e1e1e; z-index: 1; border-radius: 50%; } diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index 702d808fc..3a22d657e 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -1415,7 +1415,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #8dd0ff; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2865,6 +2865,10 @@ border-top-right-radius: 4px; border-bottom-right-radius: 4px; } +.fc.fc-theme-standard .fc-highlight { + color: #151515; + background: #8dd0ff; +} .p-orderlist .p-orderlist-controls { padding: 1.25rem; @@ -2981,12 +2985,12 @@ color: #8dd0ff; } .p-paginator .p-paginator-first { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } .p-paginator .p-paginator-last { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -3978,6 +3982,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #3f4b5b; box-shadow: none; + border-radius: 4px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4019,6 +4024,7 @@ background: #2a323d; border: 1px solid #3f4b5b; box-shadow: none; + border-radius: 4px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #20262e; @@ -4646,7 +4652,6 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: box-shadow 0.15s; border-radius: 4px; background: transparent; @@ -4654,11 +4659,11 @@ .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: rgba(255, 255, 255, 0.87); border: 1px solid #3f4b5b; - background: transparent; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: transparent; z-index: 1; border-radius: 4px; } diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index e41e9c1d1..0ddb6da58 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -1415,7 +1415,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #c298d8; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2865,6 +2865,10 @@ border-top-right-radius: 4px; border-bottom-right-radius: 4px; } +.fc.fc-theme-standard .fc-highlight { + color: #151515; + background: #c298d8; +} .p-orderlist .p-orderlist-controls { padding: 1.25rem; @@ -2981,12 +2985,12 @@ color: #c298d8; } .p-paginator .p-paginator-first { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } .p-paginator .p-paginator-last { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -3978,6 +3982,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #3f4b5b; box-shadow: none; + border-radius: 4px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4019,6 +4024,7 @@ background: #2a323d; border: 1px solid #3f4b5b; box-shadow: none; + border-radius: 4px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #20262e; @@ -4646,7 +4652,6 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: box-shadow 0.15s; border-radius: 4px; background: transparent; @@ -4654,11 +4659,11 @@ .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: rgba(255, 255, 255, 0.87); border: 1px solid #3f4b5b; - background: transparent; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: transparent; z-index: 1; border-radius: 4px; } diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index 27d9a762f..b14637921 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -1415,7 +1415,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #007bff; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2865,6 +2865,10 @@ border-top-right-radius: 4px; border-bottom-right-radius: 4px; } +.fc.fc-theme-standard .fc-highlight { + color: #ffffff; + background: #007bff; +} .p-orderlist .p-orderlist-controls { padding: 1.25rem; @@ -2981,12 +2985,12 @@ color: #007bff; } .p-paginator .p-paginator-first { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } .p-paginator .p-paginator-last { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -3978,6 +3982,7 @@ color: #212529; border: 1px solid rgba(0, 0, 0, 0.15); box-shadow: none; + border-radius: 4px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4019,6 +4024,7 @@ background: #ffffff; border: 1px solid rgba(0, 0, 0, 0.15); box-shadow: none; + border-radius: 4px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #e9ecef; @@ -4646,7 +4652,6 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: box-shadow 0.15s; border-radius: 4px; background: transparent; @@ -4654,11 +4659,11 @@ .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: #212529; border: 1px solid #dee2e6; - background: transparent; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: transparent; z-index: 1; border-radius: 4px; } diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index 2225882f4..3b7e42c07 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -1415,7 +1415,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #883cae; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2865,6 +2865,10 @@ border-top-right-radius: 4px; border-bottom-right-radius: 4px; } +.fc.fc-theme-standard .fc-highlight { + color: #ffffff; + background: #883cae; +} .p-orderlist .p-orderlist-controls { padding: 1.25rem; @@ -2981,12 +2985,12 @@ color: #883cae; } .p-paginator .p-paginator-first { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } .p-paginator .p-paginator-last { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -3978,6 +3982,7 @@ color: #212529; border: 1px solid rgba(0, 0, 0, 0.15); box-shadow: none; + border-radius: 4px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4019,6 +4024,7 @@ background: #ffffff; border: 1px solid rgba(0, 0, 0, 0.15); box-shadow: none; + border-radius: 4px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #e9ecef; @@ -4646,7 +4652,6 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: box-shadow 0.15s; border-radius: 4px; background: transparent; @@ -4654,11 +4659,11 @@ .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: #212529; border: 1px solid #dee2e6; - background: transparent; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: transparent; z-index: 1; border-radius: 4px; } diff --git a/public/themes/fluent-light/theme.css b/public/themes/fluent-light/theme.css index a8c6010c1..a309b770d 100644 --- a/public/themes/fluent-light/theme.css +++ b/public/themes/fluent-light/theme.css @@ -1407,7 +1407,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #323130; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2853,6 +2853,10 @@ border-top-right-radius: 2px; border-bottom-right-radius: 2px; } +.fc.fc-theme-standard .fc-highlight { + color: #323130; + background: #edebe9; +} .p-orderlist .p-orderlist-controls { padding: 1rem; @@ -3941,6 +3945,7 @@ color: #323130; border: 0 none; 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); + border-radius: 2px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -3982,6 +3987,7 @@ background: #ffffff; border: 0 none; 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); + border-radius: 2px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #edebe9; @@ -4585,19 +4591,18 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: box-shadow 0.2s; border-radius: 2px; - background: #ffffff; + background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: #323130; border: 1px solid #f3f2f1; - background: #ffffff; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: #ffffff; z-index: 1; border-radius: 50%; } diff --git a/public/themes/lara-dark-indigo/theme.css b/public/themes/lara-dark-indigo/theme.css index 84416fa81..2e8105ca1 100644 --- a/public/themes/lara-dark-indigo/theme.css +++ b/public/themes/lara-dark-indigo/theme.css @@ -1442,7 +1442,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #A5B4FC; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2888,6 +2888,10 @@ border-top-right-radius: 6px; border-bottom-right-radius: 6px; } +.fc.fc-theme-standard .fc-highlight { + color: rgba(255, 255, 255, 0.87); + background: rgba(165, 180, 252, 0.16); +} .p-orderlist .p-orderlist-controls { padding: 1.25rem; @@ -3976,6 +3980,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #444c56; 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); + border-radius: 6px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4017,6 +4022,7 @@ background: #3d444d; border: 1px solid #444c56; 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); + border-radius: 6px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: rgba(165, 180, 252, 0.16); @@ -4620,7 +4626,6 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: box-shadow 0.2s; border-radius: 6px; background: transparent; @@ -4628,11 +4633,11 @@ .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: rgba(255, 255, 255, 0.87); border: 0 none; - background: transparent; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: transparent; z-index: 1; border-radius: 50%; } diff --git a/public/themes/lara-dark-purple/theme.css b/public/themes/lara-dark-purple/theme.css index 9551b2e39..9097875ab 100644 --- a/public/themes/lara-dark-purple/theme.css +++ b/public/themes/lara-dark-purple/theme.css @@ -1442,7 +1442,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #C4B5FD; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2888,6 +2888,10 @@ border-top-right-radius: 6px; border-bottom-right-radius: 6px; } +.fc.fc-theme-standard .fc-highlight { + color: rgba(255, 255, 255, 0.87); + background: rgba(196, 181, 253, 0.16); +} .p-orderlist .p-orderlist-controls { padding: 1.25rem; @@ -3976,6 +3980,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #444c56; 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); + border-radius: 6px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4017,6 +4022,7 @@ background: #3d444d; border: 1px solid #444c56; 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); + border-radius: 6px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: rgba(196, 181, 253, 0.16); @@ -4620,7 +4626,6 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: box-shadow 0.2s; border-radius: 6px; background: transparent; @@ -4628,11 +4633,11 @@ .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: rgba(255, 255, 255, 0.87); border: 0 none; - background: transparent; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: transparent; z-index: 1; border-radius: 50%; } diff --git a/public/themes/lara-light-indigo/theme.css b/public/themes/lara-light-indigo/theme.css index ee01f099b..86461398f 100644 --- a/public/themes/lara-light-indigo/theme.css +++ b/public/themes/lara-light-indigo/theme.css @@ -11,26 +11,26 @@ --primary-color-text:#ffffff; --font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; --surface-0: #ffffff; - --surface-50: #f1f4f6; - --surface-100: #e2e8ee; - --surface-200: #c6d1dd; - --surface-300: #a9bbcb; - --surface-400: #8da4ba; - --surface-500: #708da9; - --surface-600: #5a7187; - --surface-700: #435565; - --surface-800: #2d3844; - --surface-900: #161c22; - --gray-50: #f1f4f6; - --gray-100: #e2e8ee; - --gray-200: #c6d1dd; - --gray-300: #a9bbcb; - --gray-400: #8da4ba; - --gray-500: #708da9; - --gray-600: #5a7187; - --gray-700: #435565; - --gray-800: #2d3844; - --gray-900: #161c22; + --surface-50: #FAFAFA; + --surface-100: #F5F5F5; + --surface-200: #EEEEEE; + --surface-300: #E0E0E0; + --surface-400: #BDBDBD; + --surface-500: #9E9E9E; + --surface-600: #757575; + --surface-700: #616161; + --surface-800: #424242; + --surface-900: #212121; + --gray-50: #FAFAFA; + --gray-100: #F5F5F5; + --gray-200: #EEEEEE; + --gray-300: #E0E0E0; + --gray-400: #BDBDBD; + --gray-500: #9E9E9E; + --gray-600: #757575; + --gray-700: #616161; + --gray-800: #424242; + --gray-900: #212121; --content-padding:1.25rem; --inline-spacing:0.5rem; --border-radius:6px; @@ -332,26 +332,26 @@ .p-datepicker { padding: 0.5rem; - background: linear-gradient(90deg, #6366F1 0%, #8a66f1 100%); - color: #ffffff; - border: 0 none; + background: #ffffff; + color: #495057; + border: 1px solid #ced4da; border-radius: 6px; } .p-datepicker:not(.p-datepicker-inline) { - background: linear-gradient(90deg, #6366F1 0%, #8a66f1 100%); + background: #ffffff; border: 0 none; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); } .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header { - background: transparent; + background: #ffffff; } .p-datepicker .p-datepicker-header { padding: 0.5rem; - color: #ffffff; - background: linear-gradient(90deg, #6366F1 0%, #8a66f1 100%); - font-weight: 700; + color: #495057; + background: #ffffff; + font-weight: 600; margin: 0; - border-bottom: 1px solid rgba(255, 255, 255, 0.2); + border-bottom: 1px solid #dee2e6; border-top-right-radius: 6px; border-top-left-radius: 6px; } @@ -423,8 +423,8 @@ box-shadow: 0 0 0 0.2rem #c1c2f9; } .p-datepicker table td.p-datepicker-today > span { - background: rgba(255, 255, 255, 0.1); - color: #ffffff; + background: #ced4da; + color: #495057; border-color: transparent; } .p-datepicker table td.p-datepicker-today > span.p-highlight { @@ -500,7 +500,7 @@ border-right: 0 none; } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { - background: rgba(255, 255, 255, 0.2); + background: #e9ecef; } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; @@ -508,7 +508,7 @@ box-shadow: 0 0 0 0.2rem #c1c2f9; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { - background: rgba(255, 255, 255, 0.2); + background: #e9ecef; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; @@ -1442,7 +1442,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #6366F1; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2888,6 +2888,10 @@ border-top-right-radius: 6px; border-bottom-right-radius: 6px; } +.fc.fc-theme-standard .fc-highlight { + color: #4338CA; + background: #EEF2FF; +} .p-orderlist .p-orderlist-controls { padding: 1.25rem; @@ -3004,12 +3008,12 @@ color: #343a40; } .p-paginator .p-paginator-first { - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; + border-top-left-radius: 50%; + border-bottom-left-radius: 50%; } .p-paginator .p-paginator-last { - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; + border-top-right-radius: 50%; + border-bottom-right-radius: 50%; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -3976,6 +3980,7 @@ color: #495057; border: 0 none; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); + border-radius: 6px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4017,6 +4022,7 @@ background: #ffffff; border: 0 none; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); + border-radius: 6px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #EEF2FF; @@ -4620,19 +4626,18 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: box-shadow 0.2s; border-radius: 6px; - background: #ffffff; + background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: #495057; border: 1px solid #e9ecef; - background: #ffffff; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: #ffffff; z-index: 1; border-radius: 50%; } diff --git a/public/themes/lara-light-purple/theme.css b/public/themes/lara-light-purple/theme.css index 864c6aae5..cc3b6bbd2 100644 --- a/public/themes/lara-light-purple/theme.css +++ b/public/themes/lara-light-purple/theme.css @@ -11,26 +11,26 @@ --primary-color-text:#ffffff; --font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; --surface-0: #ffffff; - --surface-50: #f1f4f6; - --surface-100: #e2e8ee; - --surface-200: #c6d1dd; - --surface-300: #a9bbcb; - --surface-400: #8da4ba; - --surface-500: #708da9; - --surface-600: #5a7187; - --surface-700: #435565; - --surface-800: #2d3844; - --surface-900: #161c22; - --gray-50: #f1f4f6; - --gray-100: #e2e8ee; - --gray-200: #c6d1dd; - --gray-300: #a9bbcb; - --gray-400: #8da4ba; - --gray-500: #708da9; - --gray-600: #5a7187; - --gray-700: #435565; - --gray-800: #2d3844; - --gray-900: #161c22; + --surface-50: #FAFAFA; + --surface-100: #F5F5F5; + --surface-200: #EEEEEE; + --surface-300: #E0E0E0; + --surface-400: #BDBDBD; + --surface-500: #9E9E9E; + --surface-600: #757575; + --surface-700: #616161; + --surface-800: #424242; + --surface-900: #212121; + --gray-50: #FAFAFA; + --gray-100: #F5F5F5; + --gray-200: #EEEEEE; + --gray-300: #E0E0E0; + --gray-400: #BDBDBD; + --gray-500: #9E9E9E; + --gray-600: #757575; + --gray-700: #616161; + --gray-800: #424242; + --gray-900: #212121; --content-padding:1.25rem; --inline-spacing:0.5rem; --border-radius:6px; @@ -332,26 +332,26 @@ .p-datepicker { padding: 0.5rem; - background: linear-gradient(90deg, #8B5CF6 0%, #a85cf6 100%); - color: #ffffff; - border: 0 none; + background: #ffffff; + color: #495057; + border: 1px solid #ced4da; border-radius: 6px; } .p-datepicker:not(.p-datepicker-inline) { - background: linear-gradient(90deg, #8B5CF6 0%, #a85cf6 100%); + background: #ffffff; border: 0 none; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); } .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header { - background: transparent; + background: #ffffff; } .p-datepicker .p-datepicker-header { padding: 0.5rem; - color: #ffffff; - background: linear-gradient(90deg, #8B5CF6 0%, #a85cf6 100%); - font-weight: 700; + color: #495057; + background: #ffffff; + font-weight: 600; margin: 0; - border-bottom: 1px solid rgba(255, 255, 255, 0.2); + border-bottom: 1px solid #dee2e6; border-top-right-radius: 6px; border-top-left-radius: 6px; } @@ -423,8 +423,8 @@ box-shadow: 0 0 0 0.2rem #d1befb; } .p-datepicker table td.p-datepicker-today > span { - background: rgba(255, 255, 255, 0.1); - color: #ffffff; + background: #ced4da; + color: #495057; border-color: transparent; } .p-datepicker table td.p-datepicker-today > span.p-highlight { @@ -500,7 +500,7 @@ border-right: 0 none; } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { - background: rgba(255, 255, 255, 0.2); + background: #e9ecef; } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; @@ -508,7 +508,7 @@ box-shadow: 0 0 0 0.2rem #d1befb; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { - background: rgba(255, 255, 255, 0.2); + background: #e9ecef; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; @@ -1442,7 +1442,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #8B5CF6; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2888,6 +2888,10 @@ border-top-right-radius: 6px; border-bottom-right-radius: 6px; } +.fc.fc-theme-standard .fc-highlight { + color: #6D28D9; + background: #F5F3FF; +} .p-orderlist .p-orderlist-controls { padding: 1.25rem; @@ -3004,12 +3008,12 @@ color: #343a40; } .p-paginator .p-paginator-first { - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; + border-top-left-radius: 50%; + border-bottom-left-radius: 50%; } .p-paginator .p-paginator-last { - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; + border-top-right-radius: 50%; + border-bottom-right-radius: 50%; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -3976,6 +3980,7 @@ color: #495057; border: 0 none; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); + border-radius: 6px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4017,6 +4022,7 @@ background: #ffffff; border: 0 none; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); + border-radius: 6px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #F5F3FF; @@ -4620,19 +4626,18 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: box-shadow 0.2s; border-radius: 6px; - background: #ffffff; + background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: #495057; border: 1px solid #e9ecef; - background: #ffffff; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: #ffffff; z-index: 1; border-radius: 50%; } diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index b48ad799a..88f643eb5 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -1415,7 +1415,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #FFE082; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2865,6 +2865,10 @@ border-top-right-radius: 3px; border-bottom-right-radius: 3px; } +.fc.fc-theme-standard .fc-highlight { + color: #212529; + background: #FFE082; +} .p-orderlist .p-orderlist-controls { padding: 0.571rem 1rem; @@ -2981,12 +2985,12 @@ color: #4c4c4c; } .p-paginator .p-paginator-first { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } .p-paginator .p-paginator-last { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -3953,6 +3957,7 @@ color: #dedede; border: 1px solid #191919; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 3px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -3994,6 +3999,7 @@ background: #252525; border: 1px solid #191919; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 3px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #FFE082; @@ -4597,19 +4603,18 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 3px; - background: #191919; + background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: #dedede; border: 1px solid #191919; - background: #191919; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: #191919; z-index: 1; border-radius: 50%; } diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index 8e488323c..e2009c959 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -1415,7 +1415,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #81D4FA; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2865,6 +2865,10 @@ border-top-right-radius: 3px; border-bottom-right-radius: 3px; } +.fc.fc-theme-standard .fc-highlight { + color: #212529; + background: #81D4FA; +} .p-orderlist .p-orderlist-controls { padding: 0.571rem 1rem; @@ -2981,12 +2985,12 @@ color: #4c4c4c; } .p-paginator .p-paginator-first { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } .p-paginator .p-paginator-last { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -3953,6 +3957,7 @@ color: #dedede; border: 1px solid #191919; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 3px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -3994,6 +3999,7 @@ background: #252525; border: 1px solid #191919; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 3px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #81D4FA; @@ -4597,19 +4603,18 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 3px; - background: #191919; + background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: #dedede; border: 1px solid #191919; - background: #191919; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: #191919; z-index: 1; border-radius: 50%; } diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index 91583f265..c138e49f9 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -1415,7 +1415,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #C5E1A5; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2865,6 +2865,10 @@ border-top-right-radius: 3px; border-bottom-right-radius: 3px; } +.fc.fc-theme-standard .fc-highlight { + color: #212529; + background: #C5E1A5; +} .p-orderlist .p-orderlist-controls { padding: 0.571rem 1rem; @@ -2981,12 +2985,12 @@ color: #4c4c4c; } .p-paginator .p-paginator-first { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } .p-paginator .p-paginator-last { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -3953,6 +3957,7 @@ color: #dedede; border: 1px solid #191919; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 3px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -3994,6 +3999,7 @@ background: #252525; border: 1px solid #191919; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 3px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #C5E1A5; @@ -4597,19 +4603,18 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 3px; - background: #191919; + background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: #dedede; border: 1px solid #191919; - background: #191919; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: #191919; z-index: 1; border-radius: 50%; } diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index e54144b30..458d39fd3 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -1415,7 +1415,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #F48FB1; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2865,6 +2865,10 @@ border-top-right-radius: 3px; border-bottom-right-radius: 3px; } +.fc.fc-theme-standard .fc-highlight { + color: #212529; + background: #F48FB1; +} .p-orderlist .p-orderlist-controls { padding: 0.571rem 1rem; @@ -2981,12 +2985,12 @@ color: #4c4c4c; } .p-paginator .p-paginator-first { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } .p-paginator .p-paginator-last { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -3953,6 +3957,7 @@ color: #dedede; border: 1px solid #191919; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 3px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -3994,6 +3999,7 @@ background: #252525; border: 1px solid #191919; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 3px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #F48FB1; @@ -4597,19 +4603,18 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 3px; - background: #191919; + background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: #dedede; border: 1px solid #191919; - background: #191919; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: #191919; z-index: 1; border-radius: 50%; } diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 8265b0bd6..89e8c39bc 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -1431,7 +1431,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #CE93D8; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2877,6 +2877,10 @@ border-top-right-radius: 4px; border-bottom-right-radius: 4px; } +.fc.fc-theme-standard .fc-highlight { + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); +} .p-orderlist .p-orderlist-controls { padding: 1rem; @@ -2993,12 +2997,12 @@ color: rgba(255, 255, 255, 0.6); } .p-paginator .p-paginator-first { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 50%; + border-bottom-left-radius: 50%; } .p-paginator .p-paginator-last { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 50%; + border-bottom-right-radius: 50%; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -3990,6 +3994,7 @@ color: rgba(255, 255, 255, 0.87); border: 0 none; 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); + border-radius: 4px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4031,6 +4036,7 @@ background: #2b2b2b; border: 0 none; 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); + border-radius: 4px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: rgba(255, 255, 255, 0.04); @@ -4658,7 +4664,6 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: none; border-radius: 4px; background: transparent; @@ -4666,11 +4671,11 @@ .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: rgba(255, 255, 255, 0.87); border: 1px solid transparent; - background: transparent; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: transparent; z-index: 1; border-radius: 50%; } diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index aab2dc547..ccd2530ed 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -1431,7 +1431,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #9FA8DA; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2877,6 +2877,10 @@ border-top-right-radius: 4px; border-bottom-right-radius: 4px; } +.fc.fc-theme-standard .fc-highlight { + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); +} .p-orderlist .p-orderlist-controls { padding: 1rem; @@ -2993,12 +2997,12 @@ color: rgba(255, 255, 255, 0.6); } .p-paginator .p-paginator-first { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 50%; + border-bottom-left-radius: 50%; } .p-paginator .p-paginator-last { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 50%; + border-bottom-right-radius: 50%; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -3990,6 +3994,7 @@ color: rgba(255, 255, 255, 0.87); border: 0 none; 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); + border-radius: 4px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4031,6 +4036,7 @@ background: #2b2b2b; border: 0 none; 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); + border-radius: 4px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: rgba(255, 255, 255, 0.04); @@ -4658,7 +4664,6 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: none; border-radius: 4px; background: transparent; @@ -4666,11 +4671,11 @@ .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: rgba(255, 255, 255, 0.87); border: 1px solid transparent; - background: transparent; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: transparent; z-index: 1; border-radius: 50%; } diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index 8dc4f42ff..67ca9117b 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -1431,7 +1431,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #673AB7; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2877,6 +2877,10 @@ border-top-right-radius: 4px; border-bottom-right-radius: 4px; } +.fc.fc-theme-standard .fc-highlight { + color: #673AB7; + background: rgba(103, 58, 183, 0.12); +} .p-orderlist .p-orderlist-controls { padding: 1rem; @@ -2993,12 +2997,12 @@ color: rgba(0, 0, 0, 0.6); } .p-paginator .p-paginator-first { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 50%; + border-bottom-left-radius: 50%; } .p-paginator .p-paginator-last { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 50%; + border-bottom-right-radius: 50%; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -3990,6 +3994,7 @@ color: rgba(0, 0, 0, 0.87); border: 0 none; 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); + border-radius: 4px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4031,6 +4036,7 @@ background: #ffffff; border: 0 none; 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); + border-radius: 4px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: rgba(0, 0, 0, 0.04); @@ -4658,7 +4664,6 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: none; border-radius: 4px; background: transparent; @@ -4666,11 +4671,11 @@ .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: rgba(0, 0, 0, 0.87); border: 1px solid transparent; - background: transparent; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: transparent; z-index: 1; border-radius: 50%; } diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index 77ea0c41f..35becfc94 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -1431,7 +1431,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #3F51B5; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2877,6 +2877,10 @@ border-top-right-radius: 4px; border-bottom-right-radius: 4px; } +.fc.fc-theme-standard .fc-highlight { + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); +} .p-orderlist .p-orderlist-controls { padding: 1rem; @@ -2993,12 +2997,12 @@ color: rgba(0, 0, 0, 0.6); } .p-paginator .p-paginator-first { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 50%; + border-bottom-left-radius: 50%; } .p-paginator .p-paginator-last { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 50%; + border-bottom-right-radius: 50%; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -3990,6 +3994,7 @@ color: rgba(0, 0, 0, 0.87); border: 0 none; 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); + border-radius: 4px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4031,6 +4036,7 @@ background: #ffffff; border: 0 none; 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); + border-radius: 4px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: rgba(0, 0, 0, 0.04); @@ -4658,7 +4664,6 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: none; border-radius: 4px; background: transparent; @@ -4666,11 +4671,11 @@ .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: rgba(0, 0, 0, 0.87); border: 1px solid transparent; - background: transparent; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: transparent; z-index: 1; border-radius: 50%; } diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index b65c75d60..3edbe3128 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -1431,7 +1431,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #CE93D8; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2877,6 +2877,10 @@ border-top-right-radius: 4px; border-bottom-right-radius: 4px; } +.fc.fc-theme-standard .fc-highlight { + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); +} .p-orderlist .p-orderlist-controls { padding: 0.75rem; @@ -2993,12 +2997,12 @@ color: rgba(255, 255, 255, 0.6); } .p-paginator .p-paginator-first { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 50%; + border-bottom-left-radius: 50%; } .p-paginator .p-paginator-last { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 50%; + border-bottom-right-radius: 50%; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -3990,6 +3994,7 @@ color: rgba(255, 255, 255, 0.87); border: 0 none; 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); + border-radius: 4px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4031,6 +4036,7 @@ background: #2b2b2b; border: 0 none; 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); + border-radius: 4px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: rgba(255, 255, 255, 0.04); @@ -4658,7 +4664,6 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: none; border-radius: 4px; background: transparent; @@ -4666,11 +4671,11 @@ .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: rgba(255, 255, 255, 0.87); border: 1px solid transparent; - background: transparent; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: transparent; z-index: 1; border-radius: 50%; } diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index d27c5ebf3..c23f7c948 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -1431,7 +1431,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #9FA8DA; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2877,6 +2877,10 @@ border-top-right-radius: 4px; border-bottom-right-radius: 4px; } +.fc.fc-theme-standard .fc-highlight { + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); +} .p-orderlist .p-orderlist-controls { padding: 0.75rem; @@ -2993,12 +2997,12 @@ color: rgba(255, 255, 255, 0.6); } .p-paginator .p-paginator-first { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 50%; + border-bottom-left-radius: 50%; } .p-paginator .p-paginator-last { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 50%; + border-bottom-right-radius: 50%; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -3990,6 +3994,7 @@ color: rgba(255, 255, 255, 0.87); border: 0 none; 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); + border-radius: 4px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4031,6 +4036,7 @@ background: #2b2b2b; border: 0 none; 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); + border-radius: 4px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: rgba(255, 255, 255, 0.04); @@ -4658,7 +4664,6 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: none; border-radius: 4px; background: transparent; @@ -4666,11 +4671,11 @@ .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: rgba(255, 255, 255, 0.87); border: 1px solid transparent; - background: transparent; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: transparent; z-index: 1; border-radius: 50%; } diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index dbf04d039..67af9f286 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -1431,7 +1431,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #673AB7; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2877,6 +2877,10 @@ border-top-right-radius: 4px; border-bottom-right-radius: 4px; } +.fc.fc-theme-standard .fc-highlight { + color: #673AB7; + background: rgba(103, 58, 183, 0.12); +} .p-orderlist .p-orderlist-controls { padding: 0.75rem; @@ -2993,12 +2997,12 @@ color: rgba(0, 0, 0, 0.6); } .p-paginator .p-paginator-first { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 50%; + border-bottom-left-radius: 50%; } .p-paginator .p-paginator-last { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 50%; + border-bottom-right-radius: 50%; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -3990,6 +3994,7 @@ color: rgba(0, 0, 0, 0.87); border: 0 none; 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); + border-radius: 4px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4031,6 +4036,7 @@ background: #ffffff; border: 0 none; 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); + border-radius: 4px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: rgba(0, 0, 0, 0.04); @@ -4658,7 +4664,6 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: none; border-radius: 4px; background: transparent; @@ -4666,11 +4671,11 @@ .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: rgba(0, 0, 0, 0.87); border: 1px solid transparent; - background: transparent; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: transparent; z-index: 1; border-radius: 50%; } diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index fa1b15331..39e097b91 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -1431,7 +1431,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #3F51B5; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2877,6 +2877,10 @@ border-top-right-radius: 4px; border-bottom-right-radius: 4px; } +.fc.fc-theme-standard .fc-highlight { + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); +} .p-orderlist .p-orderlist-controls { padding: 0.75rem; @@ -2993,12 +2997,12 @@ color: rgba(0, 0, 0, 0.6); } .p-paginator .p-paginator-first { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 50%; + border-bottom-left-radius: 50%; } .p-paginator .p-paginator-last { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 50%; + border-bottom-right-radius: 50%; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -3990,6 +3994,7 @@ color: rgba(0, 0, 0, 0.87); border: 0 none; 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); + border-radius: 4px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4031,6 +4036,7 @@ background: #ffffff; border: 0 none; 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); + border-radius: 4px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: rgba(0, 0, 0, 0.04); @@ -4658,7 +4664,6 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: none; border-radius: 4px; background: transparent; @@ -4666,11 +4671,11 @@ .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: rgba(0, 0, 0, 0.87); border: 1px solid transparent; - background: transparent; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: transparent; z-index: 1; border-radius: 50%; } diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index ac7562a62..9bda936bb 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -1407,7 +1407,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #007ad9; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2853,6 +2853,10 @@ border-top-right-radius: 3px; border-bottom-right-radius: 3px; } +.fc.fc-theme-standard .fc-highlight { + color: #ffffff; + background: #e02365; +} .p-orderlist .p-orderlist-controls { padding: 0.571rem 1rem; @@ -2969,12 +2973,12 @@ color: #333333; } .p-paginator .p-paginator-first { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } .p-paginator .p-paginator-last { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -3941,6 +3945,7 @@ color: #333333; border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 3px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -3982,6 +3987,7 @@ background: #ffffff; border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 3px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #eaeaea; @@ -4585,19 +4591,18 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: background-color 0.2s, box-shadow 0.2s; border-radius: 3px; - background: #ffffff; + background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: #333333; border: 1px solid #dee2e6; - background: #ffffff; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: #ffffff; z-index: 1; border-radius: 50%; } diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index 5360dac94..1d03ce38c 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -1415,7 +1415,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #007ad9; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2865,6 +2865,10 @@ border-top-right-radius: 3px; border-bottom-right-radius: 3px; } +.fc.fc-theme-standard .fc-highlight { + color: #ffffff; + background: #007ad9; +} .p-orderlist .p-orderlist-controls { padding: 0.571rem 1rem; @@ -2981,12 +2985,12 @@ color: #333333; } .p-paginator .p-paginator-first { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } .p-paginator .p-paginator-last { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -3953,6 +3957,7 @@ color: #333333; border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 3px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -3994,6 +3999,7 @@ background: #ffffff; border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 3px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #eaeaea; @@ -4597,19 +4603,18 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: background-color 0.2s, box-shadow 0.2s; border-radius: 3px; - background: #ffffff; + background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: #333333; border: 1px solid #dee2e6; - background: #ffffff; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: #ffffff; z-index: 1; border-radius: 50%; } diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index ec7d21bc7..8a03f6064 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -1415,7 +1415,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #41b883; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2865,6 +2865,10 @@ border-top-right-radius: 3px; border-bottom-right-radius: 3px; } +.fc.fc-theme-standard .fc-highlight { + color: #ffffff; + background: #41b883; +} .p-orderlist .p-orderlist-controls { padding: 0.571rem 1rem; @@ -2981,12 +2985,12 @@ color: #333333; } .p-paginator .p-paginator-first { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } .p-paginator .p-paginator-last { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -3953,6 +3957,7 @@ color: #333333; border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 3px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -3994,6 +3999,7 @@ background: #ffffff; border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 3px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #eaeaea; @@ -4597,19 +4603,18 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: background-color 0.2s, box-shadow 0.2s; border-radius: 3px; - background: #ffffff; + background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: #333333; border: 1px solid #dee2e6; - background: #ffffff; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: #ffffff; z-index: 1; border-radius: 50%; } diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index 535dbb283..a3b1a34e2 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -1415,7 +1415,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #007ad9; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2865,6 +2865,10 @@ border-top-right-radius: 3px; border-bottom-right-radius: 3px; } +.fc.fc-theme-standard .fc-highlight { + color: #ffffff; + background: #007ad9; +} .p-orderlist .p-orderlist-controls { padding: 0.571rem 1rem; @@ -2981,12 +2985,12 @@ color: #333333; } .p-paginator .p-paginator-first { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } .p-paginator .p-paginator-last { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -3953,6 +3957,7 @@ color: #333333; border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 3px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -3994,6 +3999,7 @@ background: #ffffff; border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 3px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #eaeaea; @@ -4597,19 +4603,18 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: background-color 0.2s, box-shadow 0.2s; border-radius: 3px; - background: #ffffff; + background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: #333333; border: 1px solid #dee2e6; - background: #ffffff; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: #ffffff; z-index: 1; border-radius: 50%; } diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index 07fc44a62..2fd30abb9 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -1407,7 +1407,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #7B95A3; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2853,6 +2853,10 @@ border-top-right-radius: 2px; border-bottom-right-radius: 2px; } +.fc.fc-theme-standard .fc-highlight { + color: #385048; + background: #AFD3C8; +} .p-orderlist .p-orderlist-controls { padding: 0.571rem 1rem; @@ -2969,12 +2973,12 @@ color: #666666; } .p-paginator .p-paginator-first { - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } .p-paginator .p-paginator-last { - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -3941,6 +3945,7 @@ color: #666666; border: 1px solid #eaeaea; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 2px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -3982,6 +3987,7 @@ background: #ffffff; border: 1px solid #eaeaea; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 2px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #eaeaea; @@ -4585,19 +4591,18 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 2px; - background: #ffffff; + background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: #a6a6a6; border: 1px solid #c8c8c8; - background: #ffffff; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: #ffffff; z-index: 1; border-radius: 50%; } diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 218167c02..5c79fd52b 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -1407,7 +1407,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #2196F3; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2853,6 +2853,10 @@ border-top-right-radius: 3px; border-bottom-right-radius: 3px; } +.fc.fc-theme-standard .fc-highlight { + color: #495057; + background: #E3F2FD; +} .p-orderlist .p-orderlist-controls { padding: 1rem; @@ -3966,6 +3970,7 @@ color: #495057; border: 0 none; 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); + border-radius: 3px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4007,6 +4012,7 @@ background: #ffffff; border: 0 none; 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); + border-radius: 3px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #e9ecef; @@ -4634,19 +4640,18 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: box-shadow 0.2s; border-radius: 3px; - background: #ffffff; + background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: #495057; border: 1px solid #e9ecef; - background: #ffffff; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: #ffffff; z-index: 1; border-radius: 50%; } diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index 8a81f5c1b..412204b22 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -1407,7 +1407,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #4CAF50; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2853,6 +2853,10 @@ border-top-right-radius: 3px; border-bottom-right-radius: 3px; } +.fc.fc-theme-standard .fc-highlight { + color: #495057; + background: #E8F5E9; +} .p-orderlist .p-orderlist-controls { padding: 1rem; @@ -3966,6 +3970,7 @@ color: #495057; border: 0 none; 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); + border-radius: 3px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4007,6 +4012,7 @@ background: #ffffff; border: 0 none; 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); + border-radius: 3px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #e9ecef; @@ -4634,19 +4640,18 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: box-shadow 0.2s; border-radius: 3px; - background: #ffffff; + background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: #495057; border: 1px solid #e9ecef; - background: #ffffff; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: #ffffff; z-index: 1; border-radius: 50%; } diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index a90f1ce60..d49641116 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -1407,7 +1407,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #FFC107; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2853,6 +2853,10 @@ border-top-right-radius: 3px; border-bottom-right-radius: 3px; } +.fc.fc-theme-standard .fc-highlight { + color: #495057; + background: #FFF3E0; +} .p-orderlist .p-orderlist-controls { padding: 1rem; @@ -3966,6 +3970,7 @@ color: #495057; border: 0 none; 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); + border-radius: 3px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4007,6 +4012,7 @@ background: #ffffff; border: 0 none; 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); + border-radius: 3px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #e9ecef; @@ -4634,19 +4640,18 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: box-shadow 0.2s; border-radius: 3px; - background: #ffffff; + background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: #495057; border: 1px solid #e9ecef; - background: #ffffff; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: #ffffff; z-index: 1; border-radius: 50%; } diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index 51410edc5..4478d6768 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -1407,7 +1407,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #9C27B0; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2853,6 +2853,10 @@ border-top-right-radius: 3px; border-bottom-right-radius: 3px; } +.fc.fc-theme-standard .fc-highlight { + color: #495057; + background: #F3E5F5; +} .p-orderlist .p-orderlist-controls { padding: 1rem; @@ -3966,6 +3970,7 @@ color: #495057; border: 0 none; 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); + border-radius: 3px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4007,6 +4012,7 @@ background: #ffffff; border: 0 none; 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); + border-radius: 3px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #e9ecef; @@ -4634,19 +4640,18 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: box-shadow 0.2s; border-radius: 3px; - background: #ffffff; + background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: #495057; border: 1px solid #e9ecef; - background: #ffffff; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: #ffffff; z-index: 1; border-radius: 50%; } diff --git a/public/themes/tailwind-light/theme.css b/public/themes/tailwind-light/theme.css index 5a642e88c..989de9dda 100644 --- a/public/themes/tailwind-light/theme.css +++ b/public/themes/tailwind-light/theme.css @@ -1442,7 +1442,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #4F46E5; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2888,6 +2888,10 @@ border-top-right-radius: 0.375rem; border-bottom-right-radius: 0.375rem; } +.fc.fc-theme-standard .fc-highlight { + color: #312E81; + background: #EEF2FF; +} .p-orderlist .p-orderlist-controls { padding: 1.25rem; @@ -3004,12 +3008,12 @@ color: #3f3f46; } .p-paginator .p-paginator-first { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } .p-paginator .p-paginator-last { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } .p-paginator .p-dropdown { margin-left: 0.5rem; @@ -4001,6 +4005,7 @@ color: #3f3f46; border: 0 none; box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); + border-radius: 0.375rem; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4042,6 +4047,7 @@ background: #ffffff; border: 0 none; box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); + border-radius: 0.375rem; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #f4f4f5; @@ -4669,19 +4675,18 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: none; border-radius: 0.375rem; - background: #ffffff; + background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: #3f3f46; border: 1px solid #f4f4f5; - background: #ffffff; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: #ffffff; z-index: 1; border-radius: 50%; } diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index c4bc57094..64183918b 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -1407,7 +1407,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #64B5F6; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2853,6 +2853,10 @@ border-top-right-radius: 3px; border-bottom-right-radius: 3px; } +.fc.fc-theme-standard .fc-highlight { + color: rgba(255, 255, 255, 0.87); + background: rgba(100, 181, 246, 0.16); +} .p-orderlist .p-orderlist-controls { padding: 1rem; @@ -3966,6 +3970,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; 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); + border-radius: 3px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4007,6 +4012,7 @@ background: #1f2d40; border: 1px solid #304562; 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); + border-radius: 3px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #17212f; @@ -4634,7 +4640,6 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: box-shadow 0.2s; border-radius: 3px; background: transparent; @@ -4642,11 +4647,11 @@ .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: rgba(255, 255, 255, 0.87); border: 0 none; - background: transparent; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: transparent; z-index: 1; border-radius: 50%; } diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index f154400cc..d2c3cb62d 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -1407,7 +1407,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #81C784; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2853,6 +2853,10 @@ border-top-right-radius: 3px; border-bottom-right-radius: 3px; } +.fc.fc-theme-standard .fc-highlight { + color: rgba(255, 255, 255, 0.87); + background: rgba(129, 199, 132, 0.16); +} .p-orderlist .p-orderlist-controls { padding: 1rem; @@ -3966,6 +3970,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; 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); + border-radius: 3px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4007,6 +4012,7 @@ background: #1f2d40; border: 1px solid #304562; 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); + border-radius: 3px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #17212f; @@ -4634,7 +4640,6 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: box-shadow 0.2s; border-radius: 3px; background: transparent; @@ -4642,11 +4647,11 @@ .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: rgba(255, 255, 255, 0.87); border: 0 none; - background: transparent; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: transparent; z-index: 1; border-radius: 50%; } diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index 7e584baea..ddad2c84d 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -1407,7 +1407,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #FFD54F; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2853,6 +2853,10 @@ border-top-right-radius: 3px; border-bottom-right-radius: 3px; } +.fc.fc-theme-standard .fc-highlight { + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 213, 79, 0.16); +} .p-orderlist .p-orderlist-controls { padding: 1rem; @@ -3966,6 +3970,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; 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); + border-radius: 3px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4007,6 +4012,7 @@ background: #1f2d40; border: 1px solid #304562; 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); + border-radius: 3px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #17212f; @@ -4634,7 +4640,6 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: box-shadow 0.2s; border-radius: 3px; background: transparent; @@ -4642,11 +4647,11 @@ .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: rgba(255, 255, 255, 0.87); border: 0 none; - background: transparent; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: transparent; z-index: 1; border-radius: 50%; } diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index 14a64a27f..712fdddb5 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -1407,7 +1407,7 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } -.p-rating .p-rating-icon.pi-star { +.p-rating .p-rating-icon.pi-star-fill { color: #BA68C8; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { @@ -2853,6 +2853,10 @@ border-top-right-radius: 3px; border-bottom-right-radius: 3px; } +.fc.fc-theme-standard .fc-highlight { + color: rgba(255, 255, 255, 0.87); + background: rgba(186, 104, 200, 0.16); +} .p-orderlist .p-orderlist-controls { padding: 1rem; @@ -3966,6 +3970,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; 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); + border-radius: 3px; width: 12.5rem; } .p-contextmenu .p-menuitem-link { @@ -4007,6 +4012,7 @@ background: #1f2d40; border: 1px solid #304562; 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); + border-radius: 3px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { background: #17212f; @@ -4634,7 +4640,6 @@ } .p-steps .p-steps-item .p-menuitem-link { - background: transparent; transition: box-shadow 0.2s; border-radius: 3px; background: transparent; @@ -4642,11 +4647,11 @@ .p-steps .p-steps-item .p-menuitem-link .p-steps-number { color: rgba(255, 255, 255, 0.87); border: 0 none; - background: transparent; min-width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.143rem; + background: transparent; z-index: 1; border-radius: 50%; } From bbc7978990b0bc97c505ccf9f0632752f9e3a4b5 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 9 Nov 2021 13:19:01 +0300 Subject: [PATCH 2/8] Add lara dark --- src/AppConfigurator.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AppConfigurator.vue b/src/AppConfigurator.vue index 3a9e37d7e..4009b503c 100755 --- a/src/AppConfigurator.vue +++ b/src/AppConfigurator.vue @@ -138,7 +138,7 @@ Lara Light Indigo
- Lara Dark Indigo @@ -150,7 +150,7 @@ Lara Light Purple
- Lara Dark Purple From 761b19f1d2a3daa639785b207e31a86d9f80d356 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 9 Nov 2021 13:19:11 +0300 Subject: [PATCH 3/8] Add lara to topbar --- src/AppTopBar.vue | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/src/AppTopBar.vue b/src/AppTopBar.vue index ff78d8c02..cbed6a4ce 100755 --- a/src/AppTopBar.vue +++ b/src/AppTopBar.vue @@ -49,6 +49,10 @@
  • Fluent LightFluent Light
  • PRIMEONE
  • +
  • Lara Light IndigoLara Light Indigo
  • +
  • Lara Dark IndigoLara Dark Indigo
  • +
  • Lara Light PurpleLara Light Purple
  • +
  • Lara Dark PurpleLara Dark Purple
  • Saga BlueSaga Blue
  • Saga GreenSaga Green
  • Saga OrangeSaga Orange
  • @@ -69,17 +73,6 @@
  • Viva DarkViva Dark
  • MiraMira
  • NanoNano
  • - -
  • LEGACY
  • -
  • NovaNova
  • -
  • Nova AltNova Alt
  • -
  • Nova AccentNova Accent
  • -
  • Nova VueNova Vue
  • -
  • Luna AmberLuna Amber
  • -
  • Luna BlueLuna Blue
  • -
  • Luna GreenLuna Green
  • -
  • Luna PinkLuna Pink
  • -
  • RheaRhea
  • @@ -187,7 +180,7 @@ export default { 'lara-dark-indigo': 'lara-dark-indigo.svg', 'lara-dark-purple': 'lara-dark-purple.svg', 'lara-light-indigo': 'lara-light-indigo.svg', - 'lara-light-purple': 'lara-light-purple.svg', + 'lara-light-purple': 'lara-light-purple.svg' } } }, From dbf29636aaa434a07fa5667a58b8c9b9cfc6b55d Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 9 Nov 2021 13:19:19 +0300 Subject: [PATCH 4/8] Use correct divider --- src/views/dataview/DataViewDemo.vue | 2 +- src/views/dataview/DataViewDoc.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/dataview/DataViewDemo.vue b/src/views/dataview/DataViewDemo.vue index 6dbbec4e1..9f7792e12 100755 --- a/src/views/dataview/DataViewDemo.vue +++ b/src/views/dataview/DataViewDemo.vue @@ -184,7 +184,7 @@ export default { ::v-deep(.product-grid-item) { margin: .5rem; - border: 1px solid #dee2e6; + border: 1px solid var(--surface-border); .product-grid-item-top, .product-grid-item-bottom { diff --git a/src/views/dataview/DataViewDoc.vue b/src/views/dataview/DataViewDoc.vue index 81b8867de..c83078682 100755 --- a/src/views/dataview/DataViewDoc.vue +++ b/src/views/dataview/DataViewDoc.vue @@ -638,7 +638,7 @@ export default { ::v-deep(.product-grid-item) { margin: .5rem; - border: 1px solid #dee2e6; + border: 1px solid var(--surface-border); .product-grid-item-top, .product-grid-item-bottom { @@ -871,7 +871,7 @@ export default { ::v-deep(.product-grid-item) { margin: .5rem; - border: 1px solid #dee2e6; + border: 1px solid var(--surface-border); .product-grid-item-top, .product-grid-item-bottom { @@ -1118,7 +1118,7 @@ export default { .product-grid-item { margin: .5rem; - border: 1px solid #dee2e6; + border: 1px solid var(--surface-border); } .product-grid-item .product-grid-item-top, From 02f1973bcf079fa961b5db822a0687ea1ebec724 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 9 Nov 2021 13:19:27 +0300 Subject: [PATCH 5/8] Remove hard coded border radius --- src/views/paginator/PaginatorDemo.vue | 4 ---- src/views/paginator/PaginatorDoc.vue | 12 ------------ 2 files changed, 16 deletions(-) diff --git a/src/views/paginator/PaginatorDemo.vue b/src/views/paginator/PaginatorDemo.vue index fef00b906..b3fba581f 100755 --- a/src/views/paginator/PaginatorDemo.vue +++ b/src/views/paginator/PaginatorDemo.vue @@ -62,10 +62,6 @@ export default {