diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index f5f6c68ce9..c5f23de886 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -1637,11 +1637,11 @@ tr.mail.deleted td:first-child { } span.status_img { display: inline-block; - width: 18px; - height: 18px; + width: 16px; + height: 16px; background-repeat: no-repeat; background-image: url(../pixelegg/images/kmmsgread.svg); - background-size: 18px 18px; + background-size: 16px 16px; } tr.deleted span.status_img { background-image: url(../pixelegg/images/kmmsgdel.svg); @@ -1656,7 +1656,7 @@ tr.flagged_unseen span.status_img { background-image: url(../pixelegg/images/unread_flagged_small.svg) !important; } tr.recent span.status_img { - background-image: url(../pixelegg/images/kmmsgnew.png) !important; + background-image: url(../pixelegg/images/kmmsgnew.svg) !important; } tr.replied span.status_img { background-image: url(../pixelegg/images/mail_reply.svg) !important; diff --git a/mail/templates/pixelegg/app.less b/mail/templates/pixelegg/app.less index f99fba828f..fe073cc186 100755 --- a/mail/templates/pixelegg/app.less +++ b/mail/templates/pixelegg/app.less @@ -731,11 +731,11 @@ tr.mail.deleted td:first-child { span.status_img { display: inline-block; - width: 18px; - height: 18px; + width: 16px; + height: 16px; background-repeat: no-repeat; background-image: url(../pixelegg/images/kmmsgread.svg); - background-size: 18px 18px; + background-size: 16px 16px; } tr.deleted span.status_img { @@ -755,7 +755,7 @@ tr.flagged_unseen span.status_img { } tr.recent span.status_img { - background-image: url(../pixelegg/images/kmmsgnew.png) !important; + background-image: url(../pixelegg/images/kmmsgnew.svg) !important; } tr.replied span.status_img {