mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
outline buttons bottom calendar
This commit is contained in:
parent
8921348bbb
commit
ec6abfb680
@ -49,8 +49,7 @@ export class PollService implements Resolve<Poll> {
|
|||||||
public showDateInterval = false;
|
public showDateInterval = false;
|
||||||
public allowSeveralHours = false;
|
public allowSeveralHours = false;
|
||||||
public richTextMode = false;
|
public richTextMode = false;
|
||||||
// public mode_calendar = true;
|
public mode_calendar = true;
|
||||||
public mode_calendar = false;
|
|
||||||
public calendar: Date[] = [new Date()];
|
public calendar: Date[] = [new Date()];
|
||||||
public disabled_dates: Date[] = [];
|
public disabled_dates: Date[] = [];
|
||||||
|
|
||||||
|
@ -30,6 +30,11 @@ p-calendar,
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-datepicker-buttonbar {
|
||||||
|
.p-button {
|
||||||
|
border: solid 1px $d-primary !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
.p-datepicker-header {
|
.p-datepicker-header {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
button.p-datepicker-prev,
|
button.p-datepicker-prev,
|
||||||
|
Loading…
Reference in New Issue
Block a user