mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
1.10.3.151
Change spam/not-spam icons
This commit is contained in:
parent
6e453553e0
commit
9811fd8f5c
4 changed files with 213 additions and 213 deletions
|
|
@ -152,7 +152,7 @@ select {
|
||||||
padding-right: 13px;
|
padding-right: 13px;
|
||||||
|
|
||||||
&.disabled, &[disabled] {
|
&.disabled, &[disabled] {
|
||||||
opacity: 0.75;
|
opacity: 0.8;
|
||||||
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "RainLoop",
|
"name": "RainLoop",
|
||||||
"title": "RainLoop Webmail",
|
"title": "RainLoop Webmail",
|
||||||
"version": "1.10.3",
|
"version": "1.10.3",
|
||||||
"release": "150",
|
"release": "151",
|
||||||
"ownCloudPackageVersion": "4.23",
|
"ownCloudPackageVersion": "4.23",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Simple, modern & fast web-based email client",
|
"description": "Simple, modern & fast web-based email client",
|
||||||
|
|
|
||||||
|
|
@ -55,12 +55,12 @@
|
||||||
<a class="btn btn-dark-disabled-border button-spam" data-tooltip-join="top"
|
<a class="btn btn-dark-disabled-border button-spam" data-tooltip-join="top"
|
||||||
data-bind="visible: isSpamVisible, command: spamCommand, tooltip: 'MESSAGE_LIST/BUTTON_SPAM',
|
data-bind="visible: isSpamVisible, command: spamCommand, tooltip: 'MESSAGE_LIST/BUTTON_SPAM',
|
||||||
css: {'first': !isArchiveVisible()}">
|
css: {'first': !isArchiveVisible()}">
|
||||||
<i class="icon-angry-smiley"></i>
|
<i class="icon-warning"></i>
|
||||||
</a>
|
</a>
|
||||||
<a class="btn btn-dark-disabled-border button-not-spam" data-tooltip-join="top"
|
<a class="btn btn-dark-disabled-border button-not-spam" data-tooltip-join="top"
|
||||||
data-bind="visible: isUnSpamVisible, command: notSpamCommand, tooltip: 'MESSAGE_LIST/BUTTON_NOT_SPAM',
|
data-bind="visible: isUnSpamVisible, command: notSpamCommand, tooltip: 'MESSAGE_LIST/BUTTON_NOT_SPAM',
|
||||||
css: {'first': !isArchiveVisible()}">
|
css: {'first': !isArchiveVisible()}">
|
||||||
<i class="icon-happy-smiley"></i>
|
<i class="icon-check-mark-circle-two"></i>
|
||||||
</a>
|
</a>
|
||||||
<a class="btn last btn-dark-disabled-border button-delete" data-tooltip-join="top"
|
<a class="btn last btn-dark-disabled-border button-delete" data-tooltip-join="top"
|
||||||
data-bind="command: deleteCommand, tooltip: 'MESSAGE_LIST/BUTTON_DELETE',
|
data-bind="command: deleteCommand, tooltip: 'MESSAGE_LIST/BUTTON_DELETE',
|
||||||
|
|
|
||||||
|
|
@ -20,10 +20,10 @@
|
||||||
<i class="icon-archive"></i>
|
<i class="icon-archive"></i>
|
||||||
</a>
|
</a>
|
||||||
<a class="btn btn-dark-disabled-border button-spam" data-tooltip-join="top" data-bind="visible: !isDraftFolder() && !isSentFolder() && !isSpamFolder() && !isSpamDisabled(), command: spamCommand, tooltip: 'MESSAGE/BUTTON_SPAM'">
|
<a class="btn btn-dark-disabled-border button-spam" data-tooltip-join="top" data-bind="visible: !isDraftFolder() && !isSentFolder() && !isSpamFolder() && !isSpamDisabled(), command: spamCommand, tooltip: 'MESSAGE/BUTTON_SPAM'">
|
||||||
<i class="icon-angry-smiley"></i>
|
<i class="icon-warning"></i>
|
||||||
</a>
|
</a>
|
||||||
<a class="btn btn-dark-disabled-border button-not-spam" data-tooltip-join="top" data-bind="visible: !isDraftFolder() && !isSentFolder() && isSpamFolder() && !isSpamDisabled(), command: notSpamCommand, tooltip: 'MESSAGE/BUTTON_NOT_SPAM'">
|
<a class="btn btn-dark-disabled-border button-not-spam" data-tooltip-join="top" data-bind="visible: !isDraftFolder() && !isSentFolder() && isSpamFolder() && !isSpamDisabled(), command: notSpamCommand, tooltip: 'MESSAGE/BUTTON_NOT_SPAM'">
|
||||||
<i class="icon-happy-smiley"></i>
|
<i class="icon-check-mark-circle-two"></i>
|
||||||
</a>
|
</a>
|
||||||
<a class="btn last btn-dark-disabled-border button-delete" data-tooltip-join="top" data-bind="command: deleteCommand, tooltip: 'MESSAGE/BUTTON_DELETE'">
|
<a class="btn last btn-dark-disabled-border button-delete" data-tooltip-join="top" data-bind="command: deleteCommand, tooltip: 'MESSAGE/BUTTON_DELETE'">
|
||||||
<i class="icon-trash"></i>
|
<i class="icon-trash"></i>
|
||||||
|
|
@ -128,14 +128,14 @@
|
||||||
</li>
|
</li>
|
||||||
<li class="e-item" role="presentation" data-bind="visible: !isDraftFolder() && !isSentFolder() && !isSpamFolder() && !isSpamDisabled()">
|
<li class="e-item" role="presentation" data-bind="visible: !isDraftFolder() && !isSentFolder() && !isSpamFolder() && !isSpamDisabled()">
|
||||||
<a target="_blank" class="e-link menuitem" href="#" tabindex="-1" data-bind="command: spamCommand">
|
<a target="_blank" class="e-link menuitem" href="#" tabindex="-1" data-bind="command: spamCommand">
|
||||||
<i class="icon-angry-smiley"></i>
|
<i class="icon-warning"></i>
|
||||||
|
|
||||||
<span class="i18n" data-i18n="MESSAGE/BUTTON_SPAM"></span>
|
<span class="i18n" data-i18n="MESSAGE/BUTTON_SPAM"></span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="e-item" role="presentation" data-bind="visible: !isDraftFolder() && !isSentFolder() && isSpamFolder() && !isSpamDisabled()">
|
<li class="e-item" role="presentation" data-bind="visible: !isDraftFolder() && !isSentFolder() && isSpamFolder() && !isSpamDisabled()">
|
||||||
<a target="_blank" class="e-link menuitem" href="#" tabindex="-1" data-bind="command: notSpamCommand">
|
<a target="_blank" class="e-link menuitem" href="#" tabindex="-1" data-bind="command: notSpamCommand">
|
||||||
<i class="icon-happy-smiley"></i>
|
<i class="icon-check-mark-circle-two"></i>
|
||||||
|
|
||||||
<span class="i18n" data-i18n="MESSAGE/BUTTON_NOT_SPAM"></span>
|
<span class="i18n" data-i18n="MESSAGE/BUTTON_NOT_SPAM"></span>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue