mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-12-02 21:02:26 +03:00
Styling for the month view in calendar page
This commit is contained in:
parent
6be7e24543
commit
c95f6d7598
1 changed files with 6 additions and 0 deletions
|
@ -407,8 +407,13 @@ body legend {
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#calendar-page .fc-daygrid-day-top {
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
|
|
||||||
#calendar-page .fc-event-time {
|
#calendar-page .fc-event-time {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#calendar-page .fc-event-title {
|
#calendar-page .fc-event-title {
|
||||||
|
@ -471,6 +476,7 @@ body legend {
|
||||||
background-color: #4790ca;
|
background-color: #4790ca;
|
||||||
color: #333;
|
color: #333;
|
||||||
min-height: 12px;
|
min-height: 12px;
|
||||||
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#existing-customers-list {
|
#existing-customers-list {
|
||||||
|
|
Loading…
Reference in a new issue