Loading images/send-icon.svg +1 −1 Original line number Diff line number Diff line <svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.00666666 12L14 6L0.00666666 0L0 4.66667L10 6L0 7.33333L0.00666666 12Z" fill="white"/> <path d="M0.00666666 12L14 6L0.00666666 0L0 4.66667L10 6L0 7.33333L0.00666666 12Z" fill="#000000"/> </svg> style.css +8 −3 Original line number Diff line number Diff line Loading @@ -179,6 +179,7 @@ --tick: url('/themes/Murena/snappymail/images/tick-btn.svg'); --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'); --svg-color:rgb(0,0,0); --svg-color-second:rgba(255, 255, 255, 1); --svg-color-third:#333333; Loading Loading @@ -3068,9 +3069,13 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar padding: 0 14px; } #rl-app #rl-popups #V-PopupsCompose .g-ui-user-select-none .btn.btn-success .icon-paper-plane{ background-image: url('/themes/Murena/snappymail/images/send-icon.svg'); background-position: center center; background-repeat: no-repeat; mask-image: var(--sendicon); mask-position: center center; mask-repeat: no-repeat; -webkit-mask-image: var(--sendicon); -webkit-mask-position: center center; -webkit-mask-repeat: no-repeat; background-color: var(--svg-color-second); display: inline-block; line-height: 36px; height: 36px; Loading Loading
images/send-icon.svg +1 −1 Original line number Diff line number Diff line <svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.00666666 12L14 6L0.00666666 0L0 4.66667L10 6L0 7.33333L0.00666666 12Z" fill="white"/> <path d="M0.00666666 12L14 6L0.00666666 0L0 4.66667L10 6L0 7.33333L0.00666666 12Z" fill="#000000"/> </svg>
style.css +8 −3 Original line number Diff line number Diff line Loading @@ -179,6 +179,7 @@ --tick: url('/themes/Murena/snappymail/images/tick-btn.svg'); --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'); --svg-color:rgb(0,0,0); --svg-color-second:rgba(255, 255, 255, 1); --svg-color-third:#333333; Loading Loading @@ -3068,9 +3069,13 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar padding: 0 14px; } #rl-app #rl-popups #V-PopupsCompose .g-ui-user-select-none .btn.btn-success .icon-paper-plane{ background-image: url('/themes/Murena/snappymail/images/send-icon.svg'); background-position: center center; background-repeat: no-repeat; mask-image: var(--sendicon); mask-position: center center; mask-repeat: no-repeat; -webkit-mask-image: var(--sendicon); -webkit-mask-position: center center; -webkit-mask-repeat: no-repeat; background-color: var(--svg-color-second); display: inline-block; line-height: 36px; height: 36px; Loading