mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +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;
|
||||
}
|
||||
|
||||
#calendar-page .fc-daygrid-day-top {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#calendar-page .fc-event-time {
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#calendar-page .fc-event-title {
|
||||
|
@ -471,6 +476,7 @@ body legend {
|
|||
background-color: #4790ca;
|
||||
color: #333;
|
||||
min-height: 12px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#existing-customers-list {
|
||||
|
|
Loading…
Reference in a new issue