Make status images the same size as other icons in mail app

This commit is contained in:
Hadi Nategh 2020-01-20 15:48:59 +01:00
parent 88b72f65cb
commit 256678dd5d
2 changed files with 6 additions and 6 deletions

View File

@ -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);

View File

@ -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 {