Update themes

pull/1751/head
Cagatay Civici 2021-11-09 13:18:54 +03:00
parent 0c18fd9a54
commit 17a91470dd
39 changed files with 491 additions and 296 deletions

View File

@ -1407,7 +1407,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #64B5F6; color: #64B5F6;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2853,6 +2853,10 @@
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-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 { .p-orderlist .p-orderlist-controls {
padding: 1rem; padding: 1rem;
@ -3966,6 +3970,7 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 1px solid #383838; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4007,6 +4012,7 @@
background: #1e1e1e; background: #1e1e1e;
border: 1px solid #383838; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: rgba(255, 255, 255, 0.03); background: rgba(255, 255, 255, 0.03);
@ -4634,7 +4640,6 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: box-shadow 0.2s; transition: box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
background: transparent; background: transparent;
@ -4642,11 +4647,11 @@
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 0 none; border: 0 none;
background: transparent;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: #1e1e1e;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1407,7 +1407,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #81C784; color: #81C784;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2853,6 +2853,10 @@
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-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 { .p-orderlist .p-orderlist-controls {
padding: 1rem; padding: 1rem;
@ -3966,6 +3970,7 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 1px solid #383838; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4007,6 +4012,7 @@
background: #1e1e1e; background: #1e1e1e;
border: 1px solid #383838; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: rgba(255, 255, 255, 0.03); background: rgba(255, 255, 255, 0.03);
@ -4634,7 +4640,6 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: box-shadow 0.2s; transition: box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
background: transparent; background: transparent;
@ -4642,11 +4647,11 @@
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 0 none; border: 0 none;
background: transparent;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: #1e1e1e;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1407,7 +1407,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #FFD54F; color: #FFD54F;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2853,6 +2853,10 @@
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-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 { .p-orderlist .p-orderlist-controls {
padding: 1rem; padding: 1rem;
@ -3966,6 +3970,7 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 1px solid #383838; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4007,6 +4012,7 @@
background: #1e1e1e; background: #1e1e1e;
border: 1px solid #383838; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: rgba(255, 255, 255, 0.03); background: rgba(255, 255, 255, 0.03);
@ -4634,7 +4640,6 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: box-shadow 0.2s; transition: box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
background: transparent; background: transparent;
@ -4642,11 +4647,11 @@
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 0 none; border: 0 none;
background: transparent;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: #1e1e1e;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1407,7 +1407,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #BA68C8; color: #BA68C8;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2853,6 +2853,10 @@
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-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 { .p-orderlist .p-orderlist-controls {
padding: 1rem; padding: 1rem;
@ -3966,6 +3970,7 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 1px solid #383838; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4007,6 +4012,7 @@
background: #1e1e1e; background: #1e1e1e;
border: 1px solid #383838; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: rgba(255, 255, 255, 0.03); background: rgba(255, 255, 255, 0.03);
@ -4634,7 +4640,6 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: box-shadow 0.2s; transition: box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
background: transparent; background: transparent;
@ -4642,11 +4647,11 @@
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 0 none; border: 0 none;
background: transparent;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: #1e1e1e;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1415,7 +1415,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #8dd0ff; color: #8dd0ff;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2865,6 +2865,10 @@
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
} }
.fc.fc-theme-standard .fc-highlight {
color: #151515;
background: #8dd0ff;
}
.p-orderlist .p-orderlist-controls { .p-orderlist .p-orderlist-controls {
padding: 1.25rem; padding: 1.25rem;
@ -2981,12 +2985,12 @@
color: #8dd0ff; color: #8dd0ff;
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 4px; border-top-left-radius: 0;
border-bottom-left-radius: 4px; border-bottom-left-radius: 0;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 4px; border-top-right-radius: 0;
border-bottom-right-radius: 4px; border-bottom-right-radius: 0;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -3978,6 +3982,7 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 1px solid #3f4b5b; border: 1px solid #3f4b5b;
box-shadow: none; box-shadow: none;
border-radius: 4px;
width: 12.5rem; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4019,6 +4024,7 @@
background: #2a323d; background: #2a323d;
border: 1px solid #3f4b5b; border: 1px solid #3f4b5b;
box-shadow: none; box-shadow: none;
border-radius: 4px;
} }
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #20262e; background: #20262e;
@ -4646,7 +4652,6 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: box-shadow 0.15s; transition: box-shadow 0.15s;
border-radius: 4px; border-radius: 4px;
background: transparent; background: transparent;
@ -4654,11 +4659,11 @@
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 1px solid #3f4b5b; border: 1px solid #3f4b5b;
background: transparent;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: transparent;
z-index: 1; z-index: 1;
border-radius: 4px; border-radius: 4px;
} }

View File

@ -1415,7 +1415,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #c298d8; color: #c298d8;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2865,6 +2865,10 @@
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
} }
.fc.fc-theme-standard .fc-highlight {
color: #151515;
background: #c298d8;
}
.p-orderlist .p-orderlist-controls { .p-orderlist .p-orderlist-controls {
padding: 1.25rem; padding: 1.25rem;
@ -2981,12 +2985,12 @@
color: #c298d8; color: #c298d8;
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 4px; border-top-left-radius: 0;
border-bottom-left-radius: 4px; border-bottom-left-radius: 0;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 4px; border-top-right-radius: 0;
border-bottom-right-radius: 4px; border-bottom-right-radius: 0;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -3978,6 +3982,7 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 1px solid #3f4b5b; border: 1px solid #3f4b5b;
box-shadow: none; box-shadow: none;
border-radius: 4px;
width: 12.5rem; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4019,6 +4024,7 @@
background: #2a323d; background: #2a323d;
border: 1px solid #3f4b5b; border: 1px solid #3f4b5b;
box-shadow: none; box-shadow: none;
border-radius: 4px;
} }
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #20262e; background: #20262e;
@ -4646,7 +4652,6 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: box-shadow 0.15s; transition: box-shadow 0.15s;
border-radius: 4px; border-radius: 4px;
background: transparent; background: transparent;
@ -4654,11 +4659,11 @@
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 1px solid #3f4b5b; border: 1px solid #3f4b5b;
background: transparent;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: transparent;
z-index: 1; z-index: 1;
border-radius: 4px; border-radius: 4px;
} }

View File

@ -1415,7 +1415,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #007bff; color: #007bff;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2865,6 +2865,10 @@
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
} }
.fc.fc-theme-standard .fc-highlight {
color: #ffffff;
background: #007bff;
}
.p-orderlist .p-orderlist-controls { .p-orderlist .p-orderlist-controls {
padding: 1.25rem; padding: 1.25rem;
@ -2981,12 +2985,12 @@
color: #007bff; color: #007bff;
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 4px; border-top-left-radius: 0;
border-bottom-left-radius: 4px; border-bottom-left-radius: 0;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 4px; border-top-right-radius: 0;
border-bottom-right-radius: 4px; border-bottom-right-radius: 0;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -3978,6 +3982,7 @@
color: #212529; color: #212529;
border: 1px solid rgba(0, 0, 0, 0.15); border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: none; box-shadow: none;
border-radius: 4px;
width: 12.5rem; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4019,6 +4024,7 @@
background: #ffffff; background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.15); border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: none; box-shadow: none;
border-radius: 4px;
} }
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #e9ecef; background: #e9ecef;
@ -4646,7 +4652,6 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: box-shadow 0.15s; transition: box-shadow 0.15s;
border-radius: 4px; border-radius: 4px;
background: transparent; background: transparent;
@ -4654,11 +4659,11 @@
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: #212529; color: #212529;
border: 1px solid #dee2e6; border: 1px solid #dee2e6;
background: transparent;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: transparent;
z-index: 1; z-index: 1;
border-radius: 4px; border-radius: 4px;
} }

View File

@ -1415,7 +1415,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #883cae; color: #883cae;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2865,6 +2865,10 @@
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
} }
.fc.fc-theme-standard .fc-highlight {
color: #ffffff;
background: #883cae;
}
.p-orderlist .p-orderlist-controls { .p-orderlist .p-orderlist-controls {
padding: 1.25rem; padding: 1.25rem;
@ -2981,12 +2985,12 @@
color: #883cae; color: #883cae;
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 4px; border-top-left-radius: 0;
border-bottom-left-radius: 4px; border-bottom-left-radius: 0;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 4px; border-top-right-radius: 0;
border-bottom-right-radius: 4px; border-bottom-right-radius: 0;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -3978,6 +3982,7 @@
color: #212529; color: #212529;
border: 1px solid rgba(0, 0, 0, 0.15); border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: none; box-shadow: none;
border-radius: 4px;
width: 12.5rem; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4019,6 +4024,7 @@
background: #ffffff; background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.15); border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: none; box-shadow: none;
border-radius: 4px;
} }
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #e9ecef; background: #e9ecef;
@ -4646,7 +4652,6 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: box-shadow 0.15s; transition: box-shadow 0.15s;
border-radius: 4px; border-radius: 4px;
background: transparent; background: transparent;
@ -4654,11 +4659,11 @@
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: #212529; color: #212529;
border: 1px solid #dee2e6; border: 1px solid #dee2e6;
background: transparent;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: transparent;
z-index: 1; z-index: 1;
border-radius: 4px; border-radius: 4px;
} }

View File

@ -1407,7 +1407,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #323130; color: #323130;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2853,6 +2853,10 @@
border-top-right-radius: 2px; border-top-right-radius: 2px;
border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
} }
.fc.fc-theme-standard .fc-highlight {
color: #323130;
background: #edebe9;
}
.p-orderlist .p-orderlist-controls { .p-orderlist .p-orderlist-controls {
padding: 1rem; padding: 1rem;
@ -3941,6 +3945,7 @@
color: #323130; color: #323130;
border: 0 none; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -3982,6 +3987,7 @@
background: #ffffff; background: #ffffff;
border: 0 none; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #edebe9; background: #edebe9;
@ -4585,19 +4591,18 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: box-shadow 0.2s; transition: box-shadow 0.2s;
border-radius: 2px; border-radius: 2px;
background: #ffffff; background: transparent;
} }
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: #323130; color: #323130;
border: 1px solid #f3f2f1; border: 1px solid #f3f2f1;
background: #ffffff;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: #ffffff;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1442,7 +1442,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #A5B4FC; color: #A5B4FC;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2888,6 +2888,10 @@
border-top-right-radius: 6px; border-top-right-radius: 6px;
border-bottom-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 { .p-orderlist .p-orderlist-controls {
padding: 1.25rem; padding: 1.25rem;
@ -3976,6 +3980,7 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 1px solid #444c56; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4017,6 +4022,7 @@
background: #3d444d; background: #3d444d;
border: 1px solid #444c56; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: rgba(165, 180, 252, 0.16); background: rgba(165, 180, 252, 0.16);
@ -4620,7 +4626,6 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: box-shadow 0.2s; transition: box-shadow 0.2s;
border-radius: 6px; border-radius: 6px;
background: transparent; background: transparent;
@ -4628,11 +4633,11 @@
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 0 none; border: 0 none;
background: transparent;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: transparent;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1442,7 +1442,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #C4B5FD; color: #C4B5FD;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2888,6 +2888,10 @@
border-top-right-radius: 6px; border-top-right-radius: 6px;
border-bottom-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 { .p-orderlist .p-orderlist-controls {
padding: 1.25rem; padding: 1.25rem;
@ -3976,6 +3980,7 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 1px solid #444c56; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4017,6 +4022,7 @@
background: #3d444d; background: #3d444d;
border: 1px solid #444c56; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: rgba(196, 181, 253, 0.16); background: rgba(196, 181, 253, 0.16);
@ -4620,7 +4626,6 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: box-shadow 0.2s; transition: box-shadow 0.2s;
border-radius: 6px; border-radius: 6px;
background: transparent; background: transparent;
@ -4628,11 +4633,11 @@
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 0 none; border: 0 none;
background: transparent;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: transparent;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -11,26 +11,26 @@
--primary-color-text:#ffffff; --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; --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-0: #ffffff;
--surface-50: #f1f4f6; --surface-50: #FAFAFA;
--surface-100: #e2e8ee; --surface-100: #F5F5F5;
--surface-200: #c6d1dd; --surface-200: #EEEEEE;
--surface-300: #a9bbcb; --surface-300: #E0E0E0;
--surface-400: #8da4ba; --surface-400: #BDBDBD;
--surface-500: #708da9; --surface-500: #9E9E9E;
--surface-600: #5a7187; --surface-600: #757575;
--surface-700: #435565; --surface-700: #616161;
--surface-800: #2d3844; --surface-800: #424242;
--surface-900: #161c22; --surface-900: #212121;
--gray-50: #f1f4f6; --gray-50: #FAFAFA;
--gray-100: #e2e8ee; --gray-100: #F5F5F5;
--gray-200: #c6d1dd; --gray-200: #EEEEEE;
--gray-300: #a9bbcb; --gray-300: #E0E0E0;
--gray-400: #8da4ba; --gray-400: #BDBDBD;
--gray-500: #708da9; --gray-500: #9E9E9E;
--gray-600: #5a7187; --gray-600: #757575;
--gray-700: #435565; --gray-700: #616161;
--gray-800: #2d3844; --gray-800: #424242;
--gray-900: #161c22; --gray-900: #212121;
--content-padding:1.25rem; --content-padding:1.25rem;
--inline-spacing:0.5rem; --inline-spacing:0.5rem;
--border-radius:6px; --border-radius:6px;
@ -332,26 +332,26 @@
.p-datepicker { .p-datepicker {
padding: 0.5rem; padding: 0.5rem;
background: linear-gradient(90deg, #6366F1 0%, #8a66f1 100%); background: #ffffff;
color: #ffffff; color: #495057;
border: 0 none; border: 1px solid #ced4da;
border-radius: 6px; border-radius: 6px;
} }
.p-datepicker:not(.p-datepicker-inline) { .p-datepicker:not(.p-datepicker-inline) {
background: linear-gradient(90deg, #6366F1 0%, #8a66f1 100%); background: #ffffff;
border: 0 none; border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
} }
.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header { .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
background: transparent; background: #ffffff;
} }
.p-datepicker .p-datepicker-header { .p-datepicker .p-datepicker-header {
padding: 0.5rem; padding: 0.5rem;
color: #ffffff; color: #495057;
background: linear-gradient(90deg, #6366F1 0%, #8a66f1 100%); background: #ffffff;
font-weight: 700; font-weight: 600;
margin: 0; margin: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid #dee2e6;
border-top-right-radius: 6px; border-top-right-radius: 6px;
border-top-left-radius: 6px; border-top-left-radius: 6px;
} }
@ -423,8 +423,8 @@
box-shadow: 0 0 0 0.2rem #c1c2f9; box-shadow: 0 0 0 0.2rem #c1c2f9;
} }
.p-datepicker table td.p-datepicker-today > span { .p-datepicker table td.p-datepicker-today > span {
background: rgba(255, 255, 255, 0.1); background: #ced4da;
color: #ffffff; color: #495057;
border-color: transparent; border-color: transparent;
} }
.p-datepicker table td.p-datepicker-today > span.p-highlight { .p-datepicker table td.p-datepicker-today > span.p-highlight {
@ -500,7 +500,7 @@
border-right: 0 none; border-right: 0 none;
} }
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { .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 { .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
outline: 0 none; outline: 0 none;
@ -508,7 +508,7 @@
box-shadow: 0 0 0 0.2rem #c1c2f9; 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 { .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 { .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
outline: 0 none; outline: 0 none;
@ -1442,7 +1442,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #6366F1; color: #6366F1;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2888,6 +2888,10 @@
border-top-right-radius: 6px; border-top-right-radius: 6px;
border-bottom-right-radius: 6px; border-bottom-right-radius: 6px;
} }
.fc.fc-theme-standard .fc-highlight {
color: #4338CA;
background: #EEF2FF;
}
.p-orderlist .p-orderlist-controls { .p-orderlist .p-orderlist-controls {
padding: 1.25rem; padding: 1.25rem;
@ -3004,12 +3008,12 @@
color: #343a40; color: #343a40;
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 6px; border-top-left-radius: 50%;
border-bottom-left-radius: 6px; border-bottom-left-radius: 50%;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 6px; border-top-right-radius: 50%;
border-bottom-right-radius: 6px; border-bottom-right-radius: 50%;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -3976,6 +3980,7 @@
color: #495057; color: #495057;
border: 0 none; border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
width: 12.5rem; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4017,6 +4022,7 @@
background: #ffffff; background: #ffffff;
border: 0 none; border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #EEF2FF; background: #EEF2FF;
@ -4620,19 +4626,18 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: box-shadow 0.2s; transition: box-shadow 0.2s;
border-radius: 6px; border-radius: 6px;
background: #ffffff; background: transparent;
} }
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: #495057; color: #495057;
border: 1px solid #e9ecef; border: 1px solid #e9ecef;
background: #ffffff;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: #ffffff;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -11,26 +11,26 @@
--primary-color-text:#ffffff; --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; --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-0: #ffffff;
--surface-50: #f1f4f6; --surface-50: #FAFAFA;
--surface-100: #e2e8ee; --surface-100: #F5F5F5;
--surface-200: #c6d1dd; --surface-200: #EEEEEE;
--surface-300: #a9bbcb; --surface-300: #E0E0E0;
--surface-400: #8da4ba; --surface-400: #BDBDBD;
--surface-500: #708da9; --surface-500: #9E9E9E;
--surface-600: #5a7187; --surface-600: #757575;
--surface-700: #435565; --surface-700: #616161;
--surface-800: #2d3844; --surface-800: #424242;
--surface-900: #161c22; --surface-900: #212121;
--gray-50: #f1f4f6; --gray-50: #FAFAFA;
--gray-100: #e2e8ee; --gray-100: #F5F5F5;
--gray-200: #c6d1dd; --gray-200: #EEEEEE;
--gray-300: #a9bbcb; --gray-300: #E0E0E0;
--gray-400: #8da4ba; --gray-400: #BDBDBD;
--gray-500: #708da9; --gray-500: #9E9E9E;
--gray-600: #5a7187; --gray-600: #757575;
--gray-700: #435565; --gray-700: #616161;
--gray-800: #2d3844; --gray-800: #424242;
--gray-900: #161c22; --gray-900: #212121;
--content-padding:1.25rem; --content-padding:1.25rem;
--inline-spacing:0.5rem; --inline-spacing:0.5rem;
--border-radius:6px; --border-radius:6px;
@ -332,26 +332,26 @@
.p-datepicker { .p-datepicker {
padding: 0.5rem; padding: 0.5rem;
background: linear-gradient(90deg, #8B5CF6 0%, #a85cf6 100%); background: #ffffff;
color: #ffffff; color: #495057;
border: 0 none; border: 1px solid #ced4da;
border-radius: 6px; border-radius: 6px;
} }
.p-datepicker:not(.p-datepicker-inline) { .p-datepicker:not(.p-datepicker-inline) {
background: linear-gradient(90deg, #8B5CF6 0%, #a85cf6 100%); background: #ffffff;
border: 0 none; border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
} }
.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header { .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
background: transparent; background: #ffffff;
} }
.p-datepicker .p-datepicker-header { .p-datepicker .p-datepicker-header {
padding: 0.5rem; padding: 0.5rem;
color: #ffffff; color: #495057;
background: linear-gradient(90deg, #8B5CF6 0%, #a85cf6 100%); background: #ffffff;
font-weight: 700; font-weight: 600;
margin: 0; margin: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid #dee2e6;
border-top-right-radius: 6px; border-top-right-radius: 6px;
border-top-left-radius: 6px; border-top-left-radius: 6px;
} }
@ -423,8 +423,8 @@
box-shadow: 0 0 0 0.2rem #d1befb; box-shadow: 0 0 0 0.2rem #d1befb;
} }
.p-datepicker table td.p-datepicker-today > span { .p-datepicker table td.p-datepicker-today > span {
background: rgba(255, 255, 255, 0.1); background: #ced4da;
color: #ffffff; color: #495057;
border-color: transparent; border-color: transparent;
} }
.p-datepicker table td.p-datepicker-today > span.p-highlight { .p-datepicker table td.p-datepicker-today > span.p-highlight {
@ -500,7 +500,7 @@
border-right: 0 none; border-right: 0 none;
} }
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { .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 { .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
outline: 0 none; outline: 0 none;
@ -508,7 +508,7 @@
box-shadow: 0 0 0 0.2rem #d1befb; 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 { .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 { .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
outline: 0 none; outline: 0 none;
@ -1442,7 +1442,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #8B5CF6; color: #8B5CF6;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2888,6 +2888,10 @@
border-top-right-radius: 6px; border-top-right-radius: 6px;
border-bottom-right-radius: 6px; border-bottom-right-radius: 6px;
} }
.fc.fc-theme-standard .fc-highlight {
color: #6D28D9;
background: #F5F3FF;
}
.p-orderlist .p-orderlist-controls { .p-orderlist .p-orderlist-controls {
padding: 1.25rem; padding: 1.25rem;
@ -3004,12 +3008,12 @@
color: #343a40; color: #343a40;
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 6px; border-top-left-radius: 50%;
border-bottom-left-radius: 6px; border-bottom-left-radius: 50%;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 6px; border-top-right-radius: 50%;
border-bottom-right-radius: 6px; border-bottom-right-radius: 50%;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -3976,6 +3980,7 @@
color: #495057; color: #495057;
border: 0 none; border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
width: 12.5rem; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4017,6 +4022,7 @@
background: #ffffff; background: #ffffff;
border: 0 none; border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #F5F3FF; background: #F5F3FF;
@ -4620,19 +4626,18 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: box-shadow 0.2s; transition: box-shadow 0.2s;
border-radius: 6px; border-radius: 6px;
background: #ffffff; background: transparent;
} }
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: #495057; color: #495057;
border: 1px solid #e9ecef; border: 1px solid #e9ecef;
background: #ffffff;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: #ffffff;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1415,7 +1415,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #FFE082; color: #FFE082;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2865,6 +2865,10 @@
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
} }
.fc.fc-theme-standard .fc-highlight {
color: #212529;
background: #FFE082;
}
.p-orderlist .p-orderlist-controls { .p-orderlist .p-orderlist-controls {
padding: 0.571rem 1rem; padding: 0.571rem 1rem;
@ -2981,12 +2985,12 @@
color: #4c4c4c; color: #4c4c4c;
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 3px; border-top-left-radius: 0;
border-bottom-left-radius: 3px; border-bottom-left-radius: 0;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 3px; border-top-right-radius: 0;
border-bottom-right-radius: 3px; border-bottom-right-radius: 0;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -3953,6 +3957,7 @@
color: #dedede; color: #dedede;
border: 1px solid #191919; border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
width: 12.5rem; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -3994,6 +3999,7 @@
background: #252525; background: #252525;
border: 1px solid #191919; border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #FFE082; background: #FFE082;
@ -4597,19 +4603,18 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
background: #191919; background: transparent;
} }
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: #dedede; color: #dedede;
border: 1px solid #191919; border: 1px solid #191919;
background: #191919;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: #191919;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1415,7 +1415,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #81D4FA; color: #81D4FA;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2865,6 +2865,10 @@
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
} }
.fc.fc-theme-standard .fc-highlight {
color: #212529;
background: #81D4FA;
}
.p-orderlist .p-orderlist-controls { .p-orderlist .p-orderlist-controls {
padding: 0.571rem 1rem; padding: 0.571rem 1rem;
@ -2981,12 +2985,12 @@
color: #4c4c4c; color: #4c4c4c;
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 3px; border-top-left-radius: 0;
border-bottom-left-radius: 3px; border-bottom-left-radius: 0;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 3px; border-top-right-radius: 0;
border-bottom-right-radius: 3px; border-bottom-right-radius: 0;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -3953,6 +3957,7 @@
color: #dedede; color: #dedede;
border: 1px solid #191919; border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
width: 12.5rem; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -3994,6 +3999,7 @@
background: #252525; background: #252525;
border: 1px solid #191919; border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #81D4FA; background: #81D4FA;
@ -4597,19 +4603,18 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
background: #191919; background: transparent;
} }
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: #dedede; color: #dedede;
border: 1px solid #191919; border: 1px solid #191919;
background: #191919;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: #191919;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1415,7 +1415,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #C5E1A5; color: #C5E1A5;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2865,6 +2865,10 @@
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
} }
.fc.fc-theme-standard .fc-highlight {
color: #212529;
background: #C5E1A5;
}
.p-orderlist .p-orderlist-controls { .p-orderlist .p-orderlist-controls {
padding: 0.571rem 1rem; padding: 0.571rem 1rem;
@ -2981,12 +2985,12 @@
color: #4c4c4c; color: #4c4c4c;
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 3px; border-top-left-radius: 0;
border-bottom-left-radius: 3px; border-bottom-left-radius: 0;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 3px; border-top-right-radius: 0;
border-bottom-right-radius: 3px; border-bottom-right-radius: 0;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -3953,6 +3957,7 @@
color: #dedede; color: #dedede;
border: 1px solid #191919; border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
width: 12.5rem; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -3994,6 +3999,7 @@
background: #252525; background: #252525;
border: 1px solid #191919; border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #C5E1A5; background: #C5E1A5;
@ -4597,19 +4603,18 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
background: #191919; background: transparent;
} }
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: #dedede; color: #dedede;
border: 1px solid #191919; border: 1px solid #191919;
background: #191919;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: #191919;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1415,7 +1415,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #F48FB1; color: #F48FB1;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2865,6 +2865,10 @@
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
} }
.fc.fc-theme-standard .fc-highlight {
color: #212529;
background: #F48FB1;
}
.p-orderlist .p-orderlist-controls { .p-orderlist .p-orderlist-controls {
padding: 0.571rem 1rem; padding: 0.571rem 1rem;
@ -2981,12 +2985,12 @@
color: #4c4c4c; color: #4c4c4c;
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 3px; border-top-left-radius: 0;
border-bottom-left-radius: 3px; border-bottom-left-radius: 0;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 3px; border-top-right-radius: 0;
border-bottom-right-radius: 3px; border-bottom-right-radius: 0;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -3953,6 +3957,7 @@
color: #dedede; color: #dedede;
border: 1px solid #191919; border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
width: 12.5rem; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -3994,6 +3999,7 @@
background: #252525; background: #252525;
border: 1px solid #191919; border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #F48FB1; background: #F48FB1;
@ -4597,19 +4603,18 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
background: #191919; background: transparent;
} }
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: #dedede; color: #dedede;
border: 1px solid #191919; border: 1px solid #191919;
background: #191919;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: #191919;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1431,7 +1431,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #CE93D8; color: #CE93D8;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2877,6 +2877,10 @@
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-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 { .p-orderlist .p-orderlist-controls {
padding: 1rem; padding: 1rem;
@ -2993,12 +2997,12 @@
color: rgba(255, 255, 255, 0.6); color: rgba(255, 255, 255, 0.6);
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 4px; border-top-left-radius: 50%;
border-bottom-left-radius: 4px; border-bottom-left-radius: 50%;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 4px; border-top-right-radius: 50%;
border-bottom-right-radius: 4px; border-bottom-right-radius: 50%;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -3990,6 +3994,7 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 0 none; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4031,6 +4036,7 @@
background: #2b2b2b; background: #2b2b2b;
border: 0 none; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: rgba(255, 255, 255, 0.04); background: rgba(255, 255, 255, 0.04);
@ -4658,7 +4664,6 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: none; transition: none;
border-radius: 4px; border-radius: 4px;
background: transparent; background: transparent;
@ -4666,11 +4671,11 @@
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 1px solid transparent; border: 1px solid transparent;
background: transparent;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: transparent;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1431,7 +1431,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #9FA8DA; color: #9FA8DA;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2877,6 +2877,10 @@
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-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 { .p-orderlist .p-orderlist-controls {
padding: 1rem; padding: 1rem;
@ -2993,12 +2997,12 @@
color: rgba(255, 255, 255, 0.6); color: rgba(255, 255, 255, 0.6);
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 4px; border-top-left-radius: 50%;
border-bottom-left-radius: 4px; border-bottom-left-radius: 50%;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 4px; border-top-right-radius: 50%;
border-bottom-right-radius: 4px; border-bottom-right-radius: 50%;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -3990,6 +3994,7 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 0 none; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4031,6 +4036,7 @@
background: #2b2b2b; background: #2b2b2b;
border: 0 none; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: rgba(255, 255, 255, 0.04); background: rgba(255, 255, 255, 0.04);
@ -4658,7 +4664,6 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: none; transition: none;
border-radius: 4px; border-radius: 4px;
background: transparent; background: transparent;
@ -4666,11 +4671,11 @@
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 1px solid transparent; border: 1px solid transparent;
background: transparent;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: transparent;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1431,7 +1431,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #673AB7; color: #673AB7;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2877,6 +2877,10 @@
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-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 { .p-orderlist .p-orderlist-controls {
padding: 1rem; padding: 1rem;
@ -2993,12 +2997,12 @@
color: rgba(0, 0, 0, 0.6); color: rgba(0, 0, 0, 0.6);
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 4px; border-top-left-radius: 50%;
border-bottom-left-radius: 4px; border-bottom-left-radius: 50%;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 4px; border-top-right-radius: 50%;
border-bottom-right-radius: 4px; border-bottom-right-radius: 50%;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -3990,6 +3994,7 @@
color: rgba(0, 0, 0, 0.87); color: rgba(0, 0, 0, 0.87);
border: 0 none; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4031,6 +4036,7 @@
background: #ffffff; background: #ffffff;
border: 0 none; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: rgba(0, 0, 0, 0.04); background: rgba(0, 0, 0, 0.04);
@ -4658,7 +4664,6 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: none; transition: none;
border-radius: 4px; border-radius: 4px;
background: transparent; background: transparent;
@ -4666,11 +4671,11 @@
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: rgba(0, 0, 0, 0.87); color: rgba(0, 0, 0, 0.87);
border: 1px solid transparent; border: 1px solid transparent;
background: transparent;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: transparent;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1431,7 +1431,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #3F51B5; color: #3F51B5;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2877,6 +2877,10 @@
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-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 { .p-orderlist .p-orderlist-controls {
padding: 1rem; padding: 1rem;
@ -2993,12 +2997,12 @@
color: rgba(0, 0, 0, 0.6); color: rgba(0, 0, 0, 0.6);
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 4px; border-top-left-radius: 50%;
border-bottom-left-radius: 4px; border-bottom-left-radius: 50%;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 4px; border-top-right-radius: 50%;
border-bottom-right-radius: 4px; border-bottom-right-radius: 50%;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -3990,6 +3994,7 @@
color: rgba(0, 0, 0, 0.87); color: rgba(0, 0, 0, 0.87);
border: 0 none; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4031,6 +4036,7 @@
background: #ffffff; background: #ffffff;
border: 0 none; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: rgba(0, 0, 0, 0.04); background: rgba(0, 0, 0, 0.04);
@ -4658,7 +4664,6 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: none; transition: none;
border-radius: 4px; border-radius: 4px;
background: transparent; background: transparent;
@ -4666,11 +4671,11 @@
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: rgba(0, 0, 0, 0.87); color: rgba(0, 0, 0, 0.87);
border: 1px solid transparent; border: 1px solid transparent;
background: transparent;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: transparent;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1431,7 +1431,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #CE93D8; color: #CE93D8;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2877,6 +2877,10 @@
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-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 { .p-orderlist .p-orderlist-controls {
padding: 0.75rem; padding: 0.75rem;
@ -2993,12 +2997,12 @@
color: rgba(255, 255, 255, 0.6); color: rgba(255, 255, 255, 0.6);
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 4px; border-top-left-radius: 50%;
border-bottom-left-radius: 4px; border-bottom-left-radius: 50%;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 4px; border-top-right-radius: 50%;
border-bottom-right-radius: 4px; border-bottom-right-radius: 50%;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -3990,6 +3994,7 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 0 none; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4031,6 +4036,7 @@
background: #2b2b2b; background: #2b2b2b;
border: 0 none; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: rgba(255, 255, 255, 0.04); background: rgba(255, 255, 255, 0.04);
@ -4658,7 +4664,6 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: none; transition: none;
border-radius: 4px; border-radius: 4px;
background: transparent; background: transparent;
@ -4666,11 +4671,11 @@
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 1px solid transparent; border: 1px solid transparent;
background: transparent;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: transparent;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1431,7 +1431,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #9FA8DA; color: #9FA8DA;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2877,6 +2877,10 @@
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-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 { .p-orderlist .p-orderlist-controls {
padding: 0.75rem; padding: 0.75rem;
@ -2993,12 +2997,12 @@
color: rgba(255, 255, 255, 0.6); color: rgba(255, 255, 255, 0.6);
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 4px; border-top-left-radius: 50%;
border-bottom-left-radius: 4px; border-bottom-left-radius: 50%;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 4px; border-top-right-radius: 50%;
border-bottom-right-radius: 4px; border-bottom-right-radius: 50%;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -3990,6 +3994,7 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 0 none; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4031,6 +4036,7 @@
background: #2b2b2b; background: #2b2b2b;
border: 0 none; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: rgba(255, 255, 255, 0.04); background: rgba(255, 255, 255, 0.04);
@ -4658,7 +4664,6 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: none; transition: none;
border-radius: 4px; border-radius: 4px;
background: transparent; background: transparent;
@ -4666,11 +4671,11 @@
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 1px solid transparent; border: 1px solid transparent;
background: transparent;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: transparent;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1431,7 +1431,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #673AB7; color: #673AB7;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2877,6 +2877,10 @@
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-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 { .p-orderlist .p-orderlist-controls {
padding: 0.75rem; padding: 0.75rem;
@ -2993,12 +2997,12 @@
color: rgba(0, 0, 0, 0.6); color: rgba(0, 0, 0, 0.6);
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 4px; border-top-left-radius: 50%;
border-bottom-left-radius: 4px; border-bottom-left-radius: 50%;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 4px; border-top-right-radius: 50%;
border-bottom-right-radius: 4px; border-bottom-right-radius: 50%;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -3990,6 +3994,7 @@
color: rgba(0, 0, 0, 0.87); color: rgba(0, 0, 0, 0.87);
border: 0 none; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4031,6 +4036,7 @@
background: #ffffff; background: #ffffff;
border: 0 none; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: rgba(0, 0, 0, 0.04); background: rgba(0, 0, 0, 0.04);
@ -4658,7 +4664,6 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: none; transition: none;
border-radius: 4px; border-radius: 4px;
background: transparent; background: transparent;
@ -4666,11 +4671,11 @@
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: rgba(0, 0, 0, 0.87); color: rgba(0, 0, 0, 0.87);
border: 1px solid transparent; border: 1px solid transparent;
background: transparent;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: transparent;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1431,7 +1431,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #3F51B5; color: #3F51B5;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2877,6 +2877,10 @@
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-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 { .p-orderlist .p-orderlist-controls {
padding: 0.75rem; padding: 0.75rem;
@ -2993,12 +2997,12 @@
color: rgba(0, 0, 0, 0.6); color: rgba(0, 0, 0, 0.6);
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 4px; border-top-left-radius: 50%;
border-bottom-left-radius: 4px; border-bottom-left-radius: 50%;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 4px; border-top-right-radius: 50%;
border-bottom-right-radius: 4px; border-bottom-right-radius: 50%;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -3990,6 +3994,7 @@
color: rgba(0, 0, 0, 0.87); color: rgba(0, 0, 0, 0.87);
border: 0 none; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4031,6 +4036,7 @@
background: #ffffff; background: #ffffff;
border: 0 none; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: rgba(0, 0, 0, 0.04); background: rgba(0, 0, 0, 0.04);
@ -4658,7 +4664,6 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: none; transition: none;
border-radius: 4px; border-radius: 4px;
background: transparent; background: transparent;
@ -4666,11 +4671,11 @@
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: rgba(0, 0, 0, 0.87); color: rgba(0, 0, 0, 0.87);
border: 1px solid transparent; border: 1px solid transparent;
background: transparent;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: transparent;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1407,7 +1407,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #007ad9; color: #007ad9;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2853,6 +2853,10 @@
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
} }
.fc.fc-theme-standard .fc-highlight {
color: #ffffff;
background: #e02365;
}
.p-orderlist .p-orderlist-controls { .p-orderlist .p-orderlist-controls {
padding: 0.571rem 1rem; padding: 0.571rem 1rem;
@ -2969,12 +2973,12 @@
color: #333333; color: #333333;
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 3px; border-top-left-radius: 0;
border-bottom-left-radius: 3px; border-bottom-left-radius: 0;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 3px; border-top-right-radius: 0;
border-bottom-right-radius: 3px; border-bottom-right-radius: 0;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -3941,6 +3945,7 @@
color: #333333; color: #333333;
border: 1px solid #c8c8c8; border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
width: 12.5rem; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -3982,6 +3987,7 @@
background: #ffffff; background: #ffffff;
border: 1px solid #c8c8c8; border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #eaeaea; background: #eaeaea;
@ -4585,19 +4591,18 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
background: #ffffff; background: transparent;
} }
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: #333333; color: #333333;
border: 1px solid #dee2e6; border: 1px solid #dee2e6;
background: #ffffff;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: #ffffff;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1415,7 +1415,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #007ad9; color: #007ad9;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2865,6 +2865,10 @@
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
} }
.fc.fc-theme-standard .fc-highlight {
color: #ffffff;
background: #007ad9;
}
.p-orderlist .p-orderlist-controls { .p-orderlist .p-orderlist-controls {
padding: 0.571rem 1rem; padding: 0.571rem 1rem;
@ -2981,12 +2985,12 @@
color: #333333; color: #333333;
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 3px; border-top-left-radius: 0;
border-bottom-left-radius: 3px; border-bottom-left-radius: 0;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 3px; border-top-right-radius: 0;
border-bottom-right-radius: 3px; border-bottom-right-radius: 0;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -3953,6 +3957,7 @@
color: #333333; color: #333333;
border: 1px solid #c8c8c8; border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
width: 12.5rem; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -3994,6 +3999,7 @@
background: #ffffff; background: #ffffff;
border: 1px solid #c8c8c8; border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #eaeaea; background: #eaeaea;
@ -4597,19 +4603,18 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
background: #ffffff; background: transparent;
} }
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: #333333; color: #333333;
border: 1px solid #dee2e6; border: 1px solid #dee2e6;
background: #ffffff;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: #ffffff;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1415,7 +1415,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #41b883; color: #41b883;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2865,6 +2865,10 @@
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
} }
.fc.fc-theme-standard .fc-highlight {
color: #ffffff;
background: #41b883;
}
.p-orderlist .p-orderlist-controls { .p-orderlist .p-orderlist-controls {
padding: 0.571rem 1rem; padding: 0.571rem 1rem;
@ -2981,12 +2985,12 @@
color: #333333; color: #333333;
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 3px; border-top-left-radius: 0;
border-bottom-left-radius: 3px; border-bottom-left-radius: 0;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 3px; border-top-right-radius: 0;
border-bottom-right-radius: 3px; border-bottom-right-radius: 0;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -3953,6 +3957,7 @@
color: #333333; color: #333333;
border: 1px solid #c8c8c8; border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
width: 12.5rem; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -3994,6 +3999,7 @@
background: #ffffff; background: #ffffff;
border: 1px solid #c8c8c8; border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #eaeaea; background: #eaeaea;
@ -4597,19 +4603,18 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
background: #ffffff; background: transparent;
} }
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: #333333; color: #333333;
border: 1px solid #dee2e6; border: 1px solid #dee2e6;
background: #ffffff;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: #ffffff;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1415,7 +1415,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #007ad9; color: #007ad9;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2865,6 +2865,10 @@
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
} }
.fc.fc-theme-standard .fc-highlight {
color: #ffffff;
background: #007ad9;
}
.p-orderlist .p-orderlist-controls { .p-orderlist .p-orderlist-controls {
padding: 0.571rem 1rem; padding: 0.571rem 1rem;
@ -2981,12 +2985,12 @@
color: #333333; color: #333333;
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 3px; border-top-left-radius: 0;
border-bottom-left-radius: 3px; border-bottom-left-radius: 0;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 3px; border-top-right-radius: 0;
border-bottom-right-radius: 3px; border-bottom-right-radius: 0;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -3953,6 +3957,7 @@
color: #333333; color: #333333;
border: 1px solid #c8c8c8; border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
width: 12.5rem; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -3994,6 +3999,7 @@
background: #ffffff; background: #ffffff;
border: 1px solid #c8c8c8; border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #eaeaea; background: #eaeaea;
@ -4597,19 +4603,18 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
background: #ffffff; background: transparent;
} }
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: #333333; color: #333333;
border: 1px solid #dee2e6; border: 1px solid #dee2e6;
background: #ffffff;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: #ffffff;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1407,7 +1407,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #7B95A3; color: #7B95A3;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2853,6 +2853,10 @@
border-top-right-radius: 2px; border-top-right-radius: 2px;
border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
} }
.fc.fc-theme-standard .fc-highlight {
color: #385048;
background: #AFD3C8;
}
.p-orderlist .p-orderlist-controls { .p-orderlist .p-orderlist-controls {
padding: 0.571rem 1rem; padding: 0.571rem 1rem;
@ -2969,12 +2973,12 @@
color: #666666; color: #666666;
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 2px; border-top-left-radius: 0;
border-bottom-left-radius: 2px; border-bottom-left-radius: 0;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 2px; border-top-right-radius: 0;
border-bottom-right-radius: 2px; border-bottom-right-radius: 0;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -3941,6 +3945,7 @@
color: #666666; color: #666666;
border: 1px solid #eaeaea; border: 1px solid #eaeaea;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 2px;
width: 12.5rem; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -3982,6 +3987,7 @@
background: #ffffff; background: #ffffff;
border: 1px solid #eaeaea; border: 1px solid #eaeaea;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #eaeaea; background: #eaeaea;
@ -4585,19 +4591,18 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
border-radius: 2px; border-radius: 2px;
background: #ffffff; background: transparent;
} }
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: #a6a6a6; color: #a6a6a6;
border: 1px solid #c8c8c8; border: 1px solid #c8c8c8;
background: #ffffff;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: #ffffff;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1407,7 +1407,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #2196F3; color: #2196F3;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2853,6 +2853,10 @@
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
} }
.fc.fc-theme-standard .fc-highlight {
color: #495057;
background: #E3F2FD;
}
.p-orderlist .p-orderlist-controls { .p-orderlist .p-orderlist-controls {
padding: 1rem; padding: 1rem;
@ -3966,6 +3970,7 @@
color: #495057; color: #495057;
border: 0 none; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4007,6 +4012,7 @@
background: #ffffff; background: #ffffff;
border: 0 none; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #e9ecef; background: #e9ecef;
@ -4634,19 +4640,18 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: box-shadow 0.2s; transition: box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
background: #ffffff; background: transparent;
} }
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: #495057; color: #495057;
border: 1px solid #e9ecef; border: 1px solid #e9ecef;
background: #ffffff;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: #ffffff;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1407,7 +1407,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #4CAF50; color: #4CAF50;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2853,6 +2853,10 @@
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
} }
.fc.fc-theme-standard .fc-highlight {
color: #495057;
background: #E8F5E9;
}
.p-orderlist .p-orderlist-controls { .p-orderlist .p-orderlist-controls {
padding: 1rem; padding: 1rem;
@ -3966,6 +3970,7 @@
color: #495057; color: #495057;
border: 0 none; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4007,6 +4012,7 @@
background: #ffffff; background: #ffffff;
border: 0 none; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #e9ecef; background: #e9ecef;
@ -4634,19 +4640,18 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: box-shadow 0.2s; transition: box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
background: #ffffff; background: transparent;
} }
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: #495057; color: #495057;
border: 1px solid #e9ecef; border: 1px solid #e9ecef;
background: #ffffff;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: #ffffff;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1407,7 +1407,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #FFC107; color: #FFC107;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2853,6 +2853,10 @@
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
} }
.fc.fc-theme-standard .fc-highlight {
color: #495057;
background: #FFF3E0;
}
.p-orderlist .p-orderlist-controls { .p-orderlist .p-orderlist-controls {
padding: 1rem; padding: 1rem;
@ -3966,6 +3970,7 @@
color: #495057; color: #495057;
border: 0 none; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4007,6 +4012,7 @@
background: #ffffff; background: #ffffff;
border: 0 none; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #e9ecef; background: #e9ecef;
@ -4634,19 +4640,18 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: box-shadow 0.2s; transition: box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
background: #ffffff; background: transparent;
} }
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: #495057; color: #495057;
border: 1px solid #e9ecef; border: 1px solid #e9ecef;
background: #ffffff;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: #ffffff;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1407,7 +1407,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #9C27B0; color: #9C27B0;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2853,6 +2853,10 @@
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
} }
.fc.fc-theme-standard .fc-highlight {
color: #495057;
background: #F3E5F5;
}
.p-orderlist .p-orderlist-controls { .p-orderlist .p-orderlist-controls {
padding: 1rem; padding: 1rem;
@ -3966,6 +3970,7 @@
color: #495057; color: #495057;
border: 0 none; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4007,6 +4012,7 @@
background: #ffffff; background: #ffffff;
border: 0 none; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #e9ecef; background: #e9ecef;
@ -4634,19 +4640,18 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: box-shadow 0.2s; transition: box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
background: #ffffff; background: transparent;
} }
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: #495057; color: #495057;
border: 1px solid #e9ecef; border: 1px solid #e9ecef;
background: #ffffff;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: #ffffff;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1442,7 +1442,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #4F46E5; color: #4F46E5;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2888,6 +2888,10 @@
border-top-right-radius: 0.375rem; border-top-right-radius: 0.375rem;
border-bottom-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 { .p-orderlist .p-orderlist-controls {
padding: 1.25rem; padding: 1.25rem;
@ -3004,12 +3008,12 @@
color: #3f3f46; color: #3f3f46;
} }
.p-paginator .p-paginator-first { .p-paginator .p-paginator-first {
border-top-left-radius: 0.375rem; border-top-left-radius: 0;
border-bottom-left-radius: 0.375rem; border-bottom-left-radius: 0;
} }
.p-paginator .p-paginator-last { .p-paginator .p-paginator-last {
border-top-right-radius: 0.375rem; border-top-right-radius: 0;
border-bottom-right-radius: 0.375rem; border-bottom-right-radius: 0;
} }
.p-paginator .p-dropdown { .p-paginator .p-dropdown {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -4001,6 +4005,7 @@
color: #3f3f46; color: #3f3f46;
border: 0 none; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4042,6 +4047,7 @@
background: #ffffff; background: #ffffff;
border: 0 none; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #f4f4f5; background: #f4f4f5;
@ -4669,19 +4675,18 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: none; transition: none;
border-radius: 0.375rem; border-radius: 0.375rem;
background: #ffffff; background: transparent;
} }
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: #3f3f46; color: #3f3f46;
border: 1px solid #f4f4f5; border: 1px solid #f4f4f5;
background: #ffffff;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: #ffffff;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1407,7 +1407,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #64B5F6; color: #64B5F6;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2853,6 +2853,10 @@
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-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 { .p-orderlist .p-orderlist-controls {
padding: 1rem; padding: 1rem;
@ -3966,6 +3970,7 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 1px solid #304562; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4007,6 +4012,7 @@
background: #1f2d40; background: #1f2d40;
border: 1px solid #304562; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #17212f; background: #17212f;
@ -4634,7 +4640,6 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: box-shadow 0.2s; transition: box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
background: transparent; background: transparent;
@ -4642,11 +4647,11 @@
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 0 none; border: 0 none;
background: transparent;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: transparent;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1407,7 +1407,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #81C784; color: #81C784;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2853,6 +2853,10 @@
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-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 { .p-orderlist .p-orderlist-controls {
padding: 1rem; padding: 1rem;
@ -3966,6 +3970,7 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 1px solid #304562; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4007,6 +4012,7 @@
background: #1f2d40; background: #1f2d40;
border: 1px solid #304562; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #17212f; background: #17212f;
@ -4634,7 +4640,6 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: box-shadow 0.2s; transition: box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
background: transparent; background: transparent;
@ -4642,11 +4647,11 @@
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 0 none; border: 0 none;
background: transparent;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: transparent;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1407,7 +1407,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #FFD54F; color: #FFD54F;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2853,6 +2853,10 @@
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-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 { .p-orderlist .p-orderlist-controls {
padding: 1rem; padding: 1rem;
@ -3966,6 +3970,7 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 1px solid #304562; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4007,6 +4012,7 @@
background: #1f2d40; background: #1f2d40;
border: 1px solid #304562; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #17212f; background: #17212f;
@ -4634,7 +4640,6 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: box-shadow 0.2s; transition: box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
background: transparent; background: transparent;
@ -4642,11 +4647,11 @@
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 0 none; border: 0 none;
background: transparent;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: transparent;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -1407,7 +1407,7 @@
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating .p-rating-icon.pi-star { .p-rating .p-rating-icon.pi-star-fill {
color: #BA68C8; color: #BA68C8;
} }
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@ -2853,6 +2853,10 @@
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-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 { .p-orderlist .p-orderlist-controls {
padding: 1rem; padding: 1rem;
@ -3966,6 +3970,7 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 1px solid #304562; 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); 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; width: 12.5rem;
} }
.p-contextmenu .p-menuitem-link { .p-contextmenu .p-menuitem-link {
@ -4007,6 +4012,7 @@
background: #1f2d40; background: #1f2d40;
border: 1px solid #304562; 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); 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 { .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
background: #17212f; background: #17212f;
@ -4634,7 +4640,6 @@
} }
.p-steps .p-steps-item .p-menuitem-link { .p-steps .p-steps-item .p-menuitem-link {
background: transparent;
transition: box-shadow 0.2s; transition: box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
background: transparent; background: transparent;
@ -4642,11 +4647,11 @@
.p-steps .p-steps-item .p-menuitem-link .p-steps-number { .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 0 none; border: 0 none;
background: transparent;
min-width: 2rem; min-width: 2rem;
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
font-size: 1.143rem; font-size: 1.143rem;
background: transparent;
z-index: 1; z-index: 1;
border-radius: 50%; border-radius: 50%;
} }