forked from extern/egroupware
Remove shadow styling from calendar date navigator used in sidebox
This commit is contained in:
parent
664bb86b2a
commit
9ab0ca73bd
@ -88,6 +88,7 @@
|
||||
|
||||
#calendar-sidebox_date div.flatpickr-calendar.inline {
|
||||
width: 100% !important;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#calendar-sidebox_date .flatpickr-day {
|
||||
|
@ -93,6 +93,7 @@
|
||||
}
|
||||
#calendar-sidebox_date div.flatpickr-calendar.inline {
|
||||
width: 100% !important;
|
||||
box-shadow: none;
|
||||
}
|
||||
#calendar-sidebox_date .flatpickr-day {
|
||||
font-size: 11px;
|
||||
|
Loading…
Reference in New Issue
Block a user