diff --git a/dev/Styles/User/Animations.less b/dev/Styles/User/Animations.less index 4f1a410f3..9a9679777 100644 --- a/dev/Styles/User/Animations.less +++ b/dev/Styles/User/Animations.less @@ -5,12 +5,6 @@ 100% { transform: scale(1); } } -@keyframes textLoadingAnimationKeyFrame { - 0% { opacity: 1; } - 33% { opacity: 0; } - 100% { opacity: 1; } -} - @keyframes animate-stripes { 0% {background-position: 0 0;} 100% {background-position: 60px 0;} @@ -57,15 +51,3 @@ animation: animate-stripes 2s linear infinite; } } - -.textLoadingAnimationD1, .textLoadingAnimationD2, .textLoadingAnimationD3 { - animation: textLoadingAnimationKeyFrame 1s linear infinite 0s; -} - -.textLoadingAnimationD2 { - animation-delay: 0.3s; -} - -.textLoadingAnimationD3 { - animation-delay: 0.6s; -} diff --git a/dev/Styles/User/FolderList.less b/dev/Styles/User/FolderList.less index 19e7d1320..f5f5b3af7 100644 --- a/dev/Styles/User/FolderList.less +++ b/dev/Styles/User/FolderList.less @@ -78,26 +78,6 @@ font-size: 14px; border-left: 3px solid transparent; - .inbox-star-icon { - display: none; - margin-left: 7px; - - .flagged { - display: none; - } - .unflagged { - opacity: .5; - - &:hover { - opacity: 1; - } - } - } - - &.is-inbox .inbox-star-icon { - display: inline; - } - padding: 0 @folderItemPadding; text-decoration: none; @@ -184,13 +164,18 @@ text-shadow: 0 -1px 0 rgba(0,0,0,.25); } + .inbox-star-icon { + margin-left: 7px; + } + .inbox-star-icon::after { + content:'☆'; + opacity: .5; + } &.inbox-is-starred { - .flagged { + .inbox-star-icon::after { color: orange; - display: inline-block !important; - } - .unflagged { - display: none; + content:'★'; + opacity: 1; } } diff --git a/dev/Styles/User/MessageList.less b/dev/Styles/User/MessageList.less index f852bc78b..f7a95f608 100644 --- a/dev/Styles/User/MessageList.less +++ b/dev/Styles/User/MessageList.less @@ -53,6 +53,7 @@ html.rl-no-preview-pane { } .btn.buttonMoreSearch { + font-size: 11px; padding-left: 8px; padding-right: 8px; } @@ -154,6 +155,12 @@ html.rl-no-preview-pane { } } + .listEmptyListLoading .icon-spinner { + width: 0.75em; + height: 0.75em; + margin: 0; + } + .listDragOver { max-height: 0; overflow: hidden; diff --git a/snappymail/v/0.0.0/app/templates/Views/User/MailFolderList.html b/snappymail/v/0.0.0/app/templates/Views/User/MailFolderList.html index ff6a3c798..01516a173 100644 --- a/snappymail/v/0.0.0/app/templates/Views/User/MailFolderList.html +++ b/snappymail/v/0.0.0/app/templates/Views/User/MailFolderList.html @@ -6,7 +6,7 @@ 📇 -
+

diff --git a/snappymail/v/0.0.0/app/templates/Views/User/MailFolderListSystemItem.html b/snappymail/v/0.0.0/app/templates/Views/User/MailFolderListSystemItem.html index 59bbd9630..c193bf2b3 100644 --- a/snappymail/v/0.0.0/app/templates/Views/User/MailFolderListSystemItem.html +++ b/snappymail/v/0.0.0/app/templates/Views/User/MailFolderListSystemItem.html @@ -1,11 +1,8 @@ diff --git a/snappymail/v/0.0.0/app/templates/Views/User/MailMessageList.html b/snappymail/v/0.0.0/app/templates/Views/User/MailMessageList.html index 2d9f8726a..874a88fb0 100644 --- a/snappymail/v/0.0.0/app/templates/Views/User/MailMessageList.html +++ b/snappymail/v/0.0.0/app/templates/Views/User/MailMessageList.html @@ -164,15 +164,13 @@ ×
- - - +
- +
@@ -181,19 +179,15 @@
- -
-
- +
+
+ - . - . - .
diff --git a/snappymail/v/0.0.0/app/templates/Views/User/PopupsCompose.html b/snappymail/v/0.0.0/app/templates/Views/User/PopupsCompose.html index 70d841995..0bbe5a00b 100644 --- a/snappymail/v/0.0.0/app/templates/Views/User/PopupsCompose.html +++ b/snappymail/v/0.0.0/app/templates/Views/User/PopupsCompose.html @@ -33,9 +33,7 @@ diff --git a/snappymail/v/0.0.0/app/templates/Views/User/PopupsContacts.html b/snappymail/v/0.0.0/app/templates/Views/User/PopupsContacts.html index 455552bda..ea8fc4537 100644 --- a/snappymail/v/0.0.0/app/templates/Views/User/PopupsContacts.html +++ b/snappymail/v/0.0.0/app/templates/Views/User/PopupsContacts.html @@ -169,7 +169,7 @@ data-bind="value: value, hasfocus: focused, valueUpdate: 'keyup'" /> - +