From c85d29c0d089e5db2eb635e5990c6446cde3f97e Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 7 Nov 2022 10:52:16 +0100 Subject: [PATCH] Fix Today action button styling in the header toolbar --- calendar/templates/default/app.css | 7 ++++++- calendar/templates/pixelegg/app.css | 4 ++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index f3814a1cb5..01a03968cb 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -1612,4 +1612,9 @@ et2-switch#calendar-toolbar_toolbar-weekend::part(label) {width: 100%;} display: none; } -#calendar-edit_description {height:70%;margin-bottom: 2em;} \ No newline at end of file +#calendar-edit_description {height:70%;margin-bottom: 2em;} + +et2-button#calendar-toolbar_toolbar-today::part(label) { + font-weight: bold; + color: dimgrey; +} \ No newline at end of file diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 3a782ad38e..887dc1f808 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -1583,6 +1583,10 @@ et2-switch#calendar-toolbar_toolbar-weekend::part(label) { height: 70%; margin-bottom: 2em; } +et2-button#calendar-toolbar_toolbar-today::part(label) { + font-weight: bold; + color: dimgrey; +} /*generell*/ .egw_fw_content_browser_iframe img[src$="svg"] { background-color: #828282 !important;