forked from extern/egroupware
Fix mail icons size
This commit is contained in:
parent
8ab7caf855
commit
e73a1088fb
@ -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;
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user