From aa9b705be94471bbcf88832c35631cfcddf0c4c7 Mon Sep 17 00:00:00 2001 From: hadi Date: Tue, 6 Jun 2023 15:00:54 +0200 Subject: [PATCH] Fix calendar weekend action's icons --- calendar/templates/default/app.css | 2 +- calendar/templates/pixelegg/app.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index 8b021eab1a..6f9619a302 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -1490,7 +1490,7 @@ et2-switch#calendar-toolbar_toolbar-weekend { } #calendar-toolbar_toolbar et2-switch#calendar-toolbar_toolbar-weekend::part(base){width: 100%; height: 100%;} #calendar-toolbar_toolbar et2-switch#calendar-toolbar_toolbar-weekend .label span { - background-size: contain; + background-size: 20px; height: 75%; } #calendar-toolbar_toolbar et2-switch#calendar-toolbar_toolbar-weekend .label { diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 850d371089..ebdf6d9b15 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -1450,7 +1450,7 @@ et2-switch#calendar-toolbar_toolbar-weekend { height: 100%; } #calendar-toolbar_toolbar et2-switch#calendar-toolbar_toolbar-weekend .label span { - background-size: contain; + background-size: 20px; height: 75%; } #calendar-toolbar_toolbar et2-switch#calendar-toolbar_toolbar-weekend .label {