Fix seen/unseen svg icons

This commit is contained in:
Hadi Nategh 2019-10-01 10:08:01 +02:00
parent a69d24ee66
commit 2bb0f11ffe
4 changed files with 20 additions and 22 deletions

View File

@ -1656,16 +1656,16 @@ span.status_img {
background-size: 12px 12px;
}
tr.deleted span.status_img {
background-image: url(../pixelegg/images/kmmsgdel.png);
background-image: url(../pixelegg/images/kmmsgdel.svg);
}
tr.unseen span.status_img {
background-image: url(../pixelegg/images/kmmsgunseen.png);
background-image: url(../pixelegg/images/kmmsgunseen.svg);
}
tr.flagged_seen span.status_img {
background-image: url(../pixelegg/images/read_flagged_small.png) !important;
background-image: url(../pixelegg/images/read_flagged_small.svg) !important;
}
tr.flagged_unseen span.status_img {
background-image: url(../pixelegg/images/unread_flagged_small.png) !important;
background-image: url(../pixelegg/images/unread_flagged_small.svg) !important;
}
tr.recent span.status_img {
background-image: url(../pixelegg/images/kmmsgnew.png) !important;

View File

@ -1644,16 +1644,16 @@ span.status_img {
background-size: 12px 12px;
}
tr.deleted span.status_img {
background-image: url(../pixelegg/images/kmmsgdel.png);
background-image: url(../pixelegg/images/kmmsgdel.svg);
}
tr.unseen span.status_img {
background-image: url(../pixelegg/images/kmmsgunseen.png);
background-image: url(../pixelegg/images/kmmsgunseen.svg);
}
tr.flagged_seen span.status_img {
background-image: url(../pixelegg/images/read_flagged_small.png) !important;
background-image: url(../pixelegg/images/read_flagged_small.svg) !important;
}
tr.flagged_unseen span.status_img {
background-image: url(../pixelegg/images/unread_flagged_small.png) !important;
background-image: url(../pixelegg/images/unread_flagged_small.svg) !important;
}
tr.recent span.status_img {
background-image: url(../pixelegg/images/kmmsgnew.png) !important;

View File

@ -739,19 +739,19 @@ span.status_img {
}
tr.deleted span.status_img {
background-image: url(../pixelegg/images/kmmsgdel.png);
background-image: url(../pixelegg/images/kmmsgdel.svg);
}
tr.unseen span.status_img {
background-image: url(../pixelegg/images/kmmsgunseen.png);
background-image: url(../pixelegg/images/kmmsgunseen.svg);
}
tr.flagged_seen span.status_img {
background-image: url(../pixelegg/images/read_flagged_small.png) !important;
background-image: url(../pixelegg/images/read_flagged_small.svg) !important;
}
tr.flagged_unseen span.status_img {
background-image: url(../pixelegg/images/unread_flagged_small.png) !important;
background-image: url(../pixelegg/images/unread_flagged_small.svg) !important;
}
tr.recent span.status_img {

View File

@ -4,15 +4,13 @@
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
<g>
<polygon fill="#62686A" points="21.496,18.099 30.497,24.466 30.497,22.354 30.498,22.354 30.498,17.658 30.498,12.962
30.497,12.962 30.497,12.439 "/>
<path fill="#62686A" d="M3.288,28.479l25.267-0.018c0.641-0.001,1.203-0.309,1.557-0.778l-11.31-7.89l-2.929-2.158l-2.938,2.157
L1.671,27.63C2.02,28.142,2.614,28.479,3.288,28.479z"/>
<polygon fill="#62686A" points="1.342,24.376 10.237,18.1 1.342,12.52 1.342,12.982 1.341,12.982 1.341,17.658 1.341,22.334
1.342,22.334 "/>
<path fill="#62686A" d="M30.656,8.738c-0.016-1.043-0.875-1.882-1.939-1.883L3.45,6.838c-1.073,0-1.947,0.854-1.946,1.91v0.073
l14.529,9.437L30.656,8.738z"/>
<polygon fill="#62686A" points="21.703,18.141 30.659,24.466 30.659,22.354 30.66,22.354 30.66,17.658 30.66,12.962 30.659,12.962
30.659,12.328 "/>
<path fill="#62686A" d="M3.45,28.479l25.267-0.018c0.641-0.001,1.203-0.309,1.557-0.778l-11.31-7.89l-2.929,1.842l-2.938-1.843
L1.833,27.63C2.182,28.142,2.776,28.479,3.45,28.479z"/>
<polygon fill="#62686A" points="1.504,24.376 10.367,18.133 1.504,12.375 1.504,12.982 1.503,12.982 1.503,17.658 1.503,22.334
1.504,22.334 "/>
</g>
<path fill="none" stroke="#663399" stroke-width="0.25" stroke-miterlimit="10" d="M30.959,13.156"/>
<path fill="none" stroke="#663399" stroke-width="0.25" stroke-miterlimit="10" d="M1.083,13.156"/>
<polygon fill="#62686A" points="30.488,9.22 30.488,9.202 15.912,1.24 1.354,9.171 1.354,10.75 3.965,10.75 15.911,4.5
27.822,10.75 30.49,10.75 30.49,9.22 "/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB