Fixed #4822 - Calendar responsiveness updates

pull/4823/head
tugcekucukoglu 2023-11-15 13:25:37 +03:00
parent af504277ba
commit 9bef643b0d
60 changed files with 185 additions and 286 deletions

View File

@ -56,6 +56,10 @@ export default {
default: 1
},
responsiveOptions: Array,
breakpoint: {
type: String,
default: '769px'
},
view: {
type: String,
default: 'date'

View File

@ -538,7 +538,8 @@ export default {
pm: null,
focused: false,
overlayVisible: false,
currentView: this.view
currentView: this.view,
queryMatches: false
};
},
watch: {
@ -588,6 +589,13 @@ export default {
},
mounted() {
this.createResponsiveStyle();
const query = matchMedia(`(max-width: ${this.breakpoint})`);
this.queryMatches = query.matches;
query.addEventListener('change', () => {
this.queryMatches = query.matches;
});
if (this.inline) {
this.overlay && this.overlay.setAttribute(this.attributeSelector, '');

View File

@ -171,6 +171,7 @@ const classes = {
panel: ({ instance, props, state }) => [
'p-datepicker p-component',
{
'p-datepicker-mobile': instance.queryMatches,
'p-datepicker-inline': props.inline,
'p-disabled': props.disabled,
'p-datepicker-timeonly': props.timeOnly,

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.03);
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 1px #93cbf9;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #121212;
border: 1px solid #383838;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.03);
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 1px #a7d8a9;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #121212;
border: 1px solid #383838;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.03);
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 1px #ffe284;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #121212;
border: 1px solid #383838;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.03);
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 1px #cf95d9;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #121212;
border: 1px solid #383838;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.04);
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 1px #e3f3fe;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #20262e;
border: 1px solid #3f4b5b;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.04);
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 1px #f0e6f5;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #20262e;
border: 1px solid #3f4b5b;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #e9ecef;
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #ced4da;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #e9ecef;
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #ced4da;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #f3f2f1;
}
@ -652,11 +655,6 @@
box-shadow: inset 0 0 0 1px #605e5c;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #605e5c;

View File

@ -646,6 +646,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.03);
}
@ -671,11 +674,6 @@
box-shadow: 0 0 0 0.2rem rgba(251, 191, 36, 0.2);
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #111827;
border: 1px solid #424b57;

View File

@ -646,6 +646,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.03);
}
@ -671,11 +674,6 @@
box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #111827;
border: 1px solid #424b57;

View File

@ -646,6 +646,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.03);
}
@ -671,11 +674,6 @@
box-shadow: 0 0 0 0.2rem rgba(34, 211, 238, 0.2);
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #111827;
border: 1px solid #424b57;

View File

@ -646,6 +646,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.03);
}
@ -671,11 +674,6 @@
box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #111827;
border: 1px solid #424b57;

View File

@ -646,6 +646,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.03);
}
@ -671,11 +674,6 @@
box-shadow: 0 0 0 0.2rem rgba(244, 114, 182, 0.2);
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #111827;
border: 1px solid #424b57;

View File

@ -646,6 +646,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.03);
}
@ -671,11 +674,6 @@
box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #111827;
border: 1px solid #424b57;

View File

@ -646,6 +646,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.03);
}
@ -671,11 +674,6 @@
box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #111827;
border: 1px solid #424b57;

View File

@ -646,6 +646,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.03);
}
@ -671,11 +674,6 @@
box-shadow: 0 0 0 0.2rem rgba(45, 212, 191, 0.2);
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #111827;
border: 1px solid #424b57;

View File

@ -646,6 +646,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #f3f4f6;
}
@ -671,11 +674,6 @@
box-shadow: 0 0 0 0.2rem #fef08a;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #d1d5db;

View File

@ -646,6 +646,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #f3f4f6;
}
@ -671,11 +674,6 @@
box-shadow: 0 0 0 0.2rem #BFDBFE;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #d1d5db;

View File

@ -646,6 +646,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #f3f4f6;
}
@ -671,11 +674,6 @@
box-shadow: 0 0 0 0.2rem #a5f3fc;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #d1d5db;

View File

@ -646,6 +646,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #f3f4f6;
}
@ -671,11 +674,6 @@
box-shadow: 0 0 0 0.2rem #C7D2FE;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #d1d5db;

View File

@ -646,6 +646,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #f3f4f6;
}
@ -671,11 +674,6 @@
box-shadow: 0 0 0 0.2rem #fbcfe8;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #d1d5db;

View File

@ -646,6 +646,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #f3f4f6;
}
@ -671,11 +674,6 @@
box-shadow: 0 0 0 0.2rem #DDD6FE;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #d1d5db;

View File

@ -646,6 +646,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #f3f4f6;
}
@ -671,11 +674,6 @@
box-shadow: 0 0 0 0.2rem #a7f3d0;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #d1d5db;

View File

@ -646,6 +646,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #f3f4f6;
}
@ -671,11 +674,6 @@
box-shadow: 0 0 0 0.2rem #99f6e4;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #d1d5db;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #4c4c4c;
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 0.1rem white;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #191919;
border: 1px solid #4b4b4b;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #4c4c4c;
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 0.1rem white;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #191919;
border: 1px solid #4b4b4b;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #4c4c4c;
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 0.1rem white;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #191919;
border: 1px solid #4b4b4b;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #4c4c4c;
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 0.1rem white;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #191919;
border: 1px solid #4b4b4b;

View File

@ -651,6 +651,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.04);
}
@ -676,11 +679,6 @@
box-shadow: none;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #1e1e1e;
border: 1px solid rgba(255, 255, 255, 0.3);

View File

@ -651,6 +651,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.04);
}
@ -676,11 +679,6 @@
box-shadow: none;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #1e1e1e;
border: 1px solid rgba(255, 255, 255, 0.3);

View File

@ -651,6 +651,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(0, 0, 0, 0.04);
}
@ -676,11 +679,6 @@
box-shadow: none;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.38);

View File

@ -651,6 +651,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(0, 0, 0, 0.04);
}
@ -676,11 +679,6 @@
box-shadow: none;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.38);

View File

@ -651,6 +651,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.04);
}
@ -676,11 +679,6 @@
box-shadow: none;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #1e1e1e;
border: 1px solid rgba(255, 255, 255, 0.3);

View File

@ -651,6 +651,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.04);
}
@ -676,11 +679,6 @@
box-shadow: none;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #1e1e1e;
border: 1px solid rgba(255, 255, 255, 0.3);

View File

@ -651,6 +651,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(0, 0, 0, 0.04);
}
@ -676,11 +679,6 @@
box-shadow: none;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.38);

View File

@ -651,6 +651,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(0, 0, 0, 0.04);
}
@ -676,11 +679,6 @@
box-shadow: none;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.38);

View File

@ -655,6 +655,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #D8DEE9;
}
@ -680,11 +683,6 @@
box-shadow: 0 0 0 0.2rem #C0D0E0;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #D8DEE9;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #dde1e6;
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 0.2rem #90c9f5;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #a5acb3;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0.25rem;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #eaeaea;
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 0.2rem #8dcdff;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0.25rem;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #a6a6a6;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0.25rem;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #eaeaea;
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 0.2rem #8dcdff;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0.25rem;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #a6a6a6;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0.25rem;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #eaeaea;
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 0.2rem #c2e9d8;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0.25rem;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #a6a6a6;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0.25rem;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #eaeaea;
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 0.2rem #8dcdff;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0.25rem;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #a6a6a6;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0.25rem;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #f4f4f4;
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 0.2rem #e4e9ec;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0.25rem;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #dadada;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #e9ecef;
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 0.2rem #a6d5fa;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #ced4da;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #e9ecef;
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 0.2rem #b7e0b8;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #ced4da;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #e9ecef;
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 0.2rem #ffe69c;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #ced4da;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #e9ecef;
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 0.2rem #df9eea;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #ced4da;

View File

@ -651,6 +651,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.03);
}
@ -676,11 +679,6 @@
box-shadow: 0 0 0 1px #e0d8fc;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #1d1e27;
border: 1px solid #3e4053;

View File

@ -651,6 +651,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.2);
}
@ -676,11 +679,6 @@
box-shadow: 0 0 0 1px #c7bbfa;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #d3dbe3;

View File

@ -662,6 +662,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #f4f4f5;
}
@ -687,11 +690,6 @@
box-shadow: 0 0 0 1px #6366F1;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 1px solid #d4d4d8;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.03);
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 1px #93cbf9;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #17212f;
border: 1px solid #304562;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.03);
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 1px #a7d8a9;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #17212f;
border: 1px solid #304562;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.03);
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 1px #ffe284;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #17212f;
border: 1px solid #304562;

View File

@ -627,6 +627,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.03);
}
@ -652,11 +655,6 @@
box-shadow: 0 0 0 1px #cf95d9;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #17212f;
border: 1px solid #304562;

View File

@ -659,6 +659,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: rgba(158, 173, 230, 0.08);
}
@ -684,11 +687,6 @@
box-shadow: 0 0 0 1px #9eade6;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #0e1315;
border: 2px solid #263238;

View File

@ -659,6 +659,9 @@
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
padding-right: 0;
}
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
padding: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
background: #edf0fA;
}
@ -684,11 +687,6 @@
box-shadow: 0 0 0 0.1rem #bbc7ee;
}
@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
}
}
.p-cascadeselect {
background: #ffffff;
border: 2px solid #e1e1e1;