mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Make status images the same size as other icons in mail app
This commit is contained in:
parent
88b72f65cb
commit
256678dd5d
@ -1637,11 +1637,11 @@ tr.mail.deleted td:first-child {
|
|||||||
}
|
}
|
||||||
span.status_img {
|
span.status_img {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 12px;
|
width: 18px;
|
||||||
height: 12px;
|
height: 18px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-image: url(../pixelegg/images/kmmsgread.svg);
|
background-image: url(../pixelegg/images/kmmsgread.svg);
|
||||||
background-size: 12px 12px;
|
background-size: 18px 18px;
|
||||||
}
|
}
|
||||||
tr.deleted span.status_img {
|
tr.deleted span.status_img {
|
||||||
background-image: url(../pixelegg/images/kmmsgdel.svg);
|
background-image: url(../pixelegg/images/kmmsgdel.svg);
|
||||||
|
@ -731,11 +731,11 @@ tr.mail.deleted td:first-child {
|
|||||||
|
|
||||||
span.status_img {
|
span.status_img {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 12px;
|
width: 18px;
|
||||||
height: 12px;
|
height: 18px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-image: url(../pixelegg/images/kmmsgread.svg);
|
background-image: url(../pixelegg/images/kmmsgread.svg);
|
||||||
background-size: 12px 12px;
|
background-size: 18px 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.deleted span.status_img {
|
tr.deleted span.status_img {
|
||||||
|
Loading…
Reference in New Issue
Block a user