diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index d4fe6ba0e8..ecebc788d6 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -1429,9 +1429,12 @@ Hide subsequent headers in week view with non-consolidated owners et2-image.calendar_print_button, et2-appicon.calendar_print_appicon, et2-appicon.calendar_print_appicon img { height: 24px; - width: 26px; + width: 24px; font-size: 24px; } +et2-image.calendar_print_button::before{ + vertical-align: -.125em;/*reset to bootstrap chosen alignment*/ +} /*Sortable views*/ .srotable_cal_wk_ph { diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index b44825aa25..2ded00b591 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -1392,9 +1392,13 @@ et2-image.calendar_print_button, et2-appicon.calendar_print_appicon, et2-appicon.calendar_print_appicon img { height: 24px; - width: 26px; + width: 24px; font-size: 24px; } +et2-image.calendar_print_button::before { + vertical-align: -0.125em; + /*reset to bootstrap chosen alignment*/ +} /*Sortable views*/ .srotable_cal_wk_ph { border: 2px dashed gray; diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index 878686c153..325b935398 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -80,7 +80,7 @@ tr.deleted .status_img { } tr.unseen .status_img { - background-image: url(../../../node_modules/bootstrap-icons/icons/envelope-fill.svg); + background-image: url(../../../node_modules/bootstrap-icons/icons/envelope.svg); } tr.flagged_seen .status_img { diff --git a/mail/templates/mobile/app.css b/mail/templates/mobile/app.css index 20307964ea..0158c7da94 100644 --- a/mail/templates/mobile/app.css +++ b/mail/templates/mobile/app.css @@ -309,7 +309,7 @@ background-image: url(../../../node_modules/bootstrap-icons/icons/x-lg.svg); } #mail-index tr span.unseen.status_img { - background-image: url(../../../node_modules/bootstrap-icons/icons/envelope-fill.svg); + background-image: url(../../../node_modules/bootstrap-icons/icons/envelope.svg); } #mail-index tr span.flagged_seen.status_img { background-image: url(../../../node_modules/bootstrap-icons/icons/flag.svg); diff --git a/mail/templates/mobile/app.less b/mail/templates/mobile/app.less index 03e96ac781..bd0c6a4be7 100644 --- a/mail/templates/mobile/app.less +++ b/mail/templates/mobile/app.less @@ -324,7 +324,7 @@ background-image: url(../../../node_modules/bootstrap-icons/icons/x-lg.svg); } span.unseen.status_img { - background-image: url(../../../node_modules/bootstrap-icons/icons/envelope-fill.svg); + background-image: url(../../../node_modules/bootstrap-icons/icons/envelope.svg); } span.flagged_seen.status_img { background-image: url(../../../node_modules/bootstrap-icons/icons/flag.svg);