:gears: step 3 : set calendar as default

This commit is contained in:
Tykayn 2021-11-22 15:39:11 +01:00 committed by tykayn
parent 135cc5e512
commit 96799c8485
2 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,7 @@ export class PollService implements Resolve<Poll> {
public showDateInterval = false;
public allowSeveralHours = false;
public richTextMode = false;
public mode_calendar = false;
public mode_calendar = true;
public calendar: Date[] = [new Date()];
public disabled_dates: Date[] = [];

View File

@ -3,7 +3,6 @@
text-align: center;
}
.p-datepicker {
border: solid 1px $logo_color;
padding: 0.5em;
margin: 1em auto;