diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 28b11c15e4..86fd680f7a 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -4052,10 +4052,13 @@ div.flatpickr-calendar.inline .flatpickr-day { max-width: var(--dayWidth); height: var(--dayWidth); line-height: var(--dayWidth); - border: none; cursor: pointer; } +div.flatpickr-calendar.inline .flatpickr-day:not(.today) { + border: none; +} + .selectedTreeRow { background-color: rgba(102, 153, 204, 0.7); color: #1e1e1e;