From 256678dd5d0fe1a493868f02a8bcad5950b9fc3b Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 20 Jan 2020 15:48:59 +0100 Subject: [PATCH] Make status images the same size as other icons in mail app --- mail/templates/pixelegg/app.css | 6 +++--- mail/templates/pixelegg/app.less | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index d9e96aa99c..f5f6c68ce9 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: 12px; - height: 12px; + width: 18px; + height: 18px; background-repeat: no-repeat; background-image: url(../pixelegg/images/kmmsgread.svg); - background-size: 12px 12px; + background-size: 18px 18px; } tr.deleted span.status_img { background-image: url(../pixelegg/images/kmmsgdel.svg); diff --git a/mail/templates/pixelegg/app.less b/mail/templates/pixelegg/app.less index 16b083fe79..f99fba828f 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: 12px; - height: 12px; + width: 18px; + height: 18px; background-repeat: no-repeat; background-image: url(../pixelegg/images/kmmsgread.svg); - background-size: 12px 12px; + background-size: 18px 18px; } tr.deleted span.status_img {