diff --git a/ghost/admin/app/styles/components/power-calendar.css b/ghost/admin/app/styles/components/power-calendar.css index 7461790fae..859fa1ce65 100644 --- a/ghost/admin/app/styles/components/power-calendar.css +++ b/ghost/admin/app/styles/components/power-calendar.css @@ -241,3 +241,12 @@ svg.gh-date-picker-cal-icon { top: 9px; font-size: 1.3rem; } + +.gh-date-picker-cal-icon path, +.gh-date-picker-cal-icon rect { + fill: none; + stroke: var(--midgrey); + stroke-linecap: round; + stroke-linejoin: round; + stroke-width: 2px +} \ No newline at end of file