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;