outline buttons bottom calendar

This commit is contained in:
Tykayn 2022-02-14 10:58:03 +01:00 committed by tykayn
parent 8921348bbb
commit ec6abfb680
2 changed files with 6 additions and 2 deletions

View File

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

View File

@ -30,6 +30,11 @@ p-calendar,
text-align: center;
}
.p-datepicker-buttonbar {
.p-button {
border: solid 1px $d-primary !important;
}
}
.p-datepicker-header {
padding: 0 !important;
button.p-datepicker-prev,