Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c4660ef authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

cross btn color

parent d68981eb
Loading
Loading
Loading
Loading
Loading

images/attachfiles.svg

0 → 100644
+4 −0
Original line number Diff line number Diff line
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.25 4.50024L8.25 8.25024L14.25 4.50024V6.75024H15.75V3.00024C15.75 2.17524 15.075 1.50024 14.25 1.50024H2.25C1.425 1.50024 0.7575 2.17524 0.7575 3.00024L0.75 12.0002C0.75 12.8252 1.425 13.5002 2.25 13.5002H9.75V12.0002H2.25V4.50024ZM14.25 3.00024L8.25 6.75024L2.25 3.00024H14.25Z" fill="white"/>
<path d="M15.75 10.5002V13.5002C15.75 14.3252 15.075 15.0002 14.25 15.0002C13.425 15.0002 12.75 14.3252 12.75 13.5002V10.1252C12.75 9.91524 12.915 9.75024 13.125 9.75024C13.335 9.75024 13.5 9.91524 13.5 10.1252V13.5002H15V10.1252C15 9.09024 14.16 8.25024 13.125 8.25024C12.09 8.25024 11.25 9.09024 11.25 10.1252V13.5002C11.25 15.1577 12.5925 16.5002 14.25 16.5002C15.9075 16.5002 17.25 15.1577 17.25 13.5002V10.5002H15.75Z" fill="#000000"/>
</svg>

images/attachment.svg

0 → 100644
+3 −0
Original line number Diff line number Diff line
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.5 12.0002H4.875C3.2175 12.0002 1.875 10.6577 1.875 9.00024C1.875 7.34274 3.2175 6.00024 4.875 6.00024H14.25C15.285 6.00024 16.125 6.84024 16.125 7.87524C16.125 8.91024 15.285 9.75024 14.25 9.75024H6.375C5.9625 9.75024 5.625 9.41274 5.625 9.00024C5.625 8.58774 5.9625 8.25024 6.375 8.25024H13.5V7.12524H6.375C5.34 7.12524 4.5 7.96524 4.5 9.00024C4.5 10.0352 5.34 10.8752 6.375 10.8752H14.25C15.9075 10.8752 17.25 9.53274 17.25 7.87524C17.25 6.21774 15.9075 4.87524 14.25 4.87524H4.875C2.595 4.87524 0.75 6.72024 0.75 9.00024C0.75 11.2802 2.595 13.1252 4.875 13.1252H13.5V12.0002Z" fill="#000000"/>
</svg>

images/file-text.svg

0 → 100644
+4 −0
Original line number Diff line number Diff line
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.25 3.75024V14.2502H3.75V3.75024H14.25ZM14.25 2.25024H3.75C2.925 2.25024 2.25 2.92524 2.25 3.75024V14.2502C2.25 15.0752 2.925 15.7502 3.75 15.7502H14.25C15.075 15.7502 15.75 15.0752 15.75 14.2502V3.75024C15.75 2.92524 15.075 2.25024 14.25 2.25024Z" fill="#000000"/>
<path d="M10.5 12.7502H5.25V11.2502H10.5V12.7502ZM12.75 9.75024H5.25V8.25024H12.75V9.75024ZM12.75 6.75024H5.25V5.25024H12.75V6.75024Z" fill="#000000"/>
</svg>
+45 −0
Original line number Diff line number Diff line
@@ -180,6 +180,9 @@
    --cross:url('/themes/Murena/snappymail/images/cross-btn.svg');
    --language:url('/themes/Murena/snappymail/images/language.svg');
    --sendicon: url('/themes/Murena/snappymail/images/send-icon.svg');
    --attachfiles: url('/themes/Murena/snappymail/images/attachfiles.svg');
    --attachment: url('/themes/Murena/snappymail/images/attachment.svg');
    --file-text: url('/themes/Murena/snappymail/images/file-text.svg');
    --svg-color:rgb(0,0,0);
    --svg-color-second:rgba(255, 255, 255, 1);
    --svg-color-third:#333333;
@@ -3759,3 +3762,45 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] {
    text-align: center;
    margin-left: 20px;
}
#rl-app .icon-file-text::before{
    mask-image: var(--file-text);
    mask-position:  center center;
    mask-repeat: no-repeat;
    -webkit-mask-image: var(--file-text);
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--svg-color);
    height: 32px;
    min-height: 32px;
    color: transparent;
    border-radius: 0px 4px 4px 0px;
    content:"";
}
#rl-app .icon-file-text::before{
    mask-image: var(--attachfiles);
    mask-position:  center center;
    mask-repeat: no-repeat;
    -webkit-mask-image: var(--attachfiles);
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--svg-color);
    height: 32px;
    min-height: 32px;
    color: transparent;
    border-radius: 0px 4px 4px 0px;
    content:"";
}
#rl-app .icon-file-text::before{
    mask-image: var(--attachment);
    mask-position:  center center;
    mask-repeat: no-repeat;
    -webkit-mask-image:var(--attachment);
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--svg-color);
    height: 32px;
    min-height: 32px;
    color: transparent;
    border-radius: 0px 4px 4px 0px;
    content:"";
}
 No newline at end of file