(html) Improve priority icon for messages

This commit is contained in:
Francis Lachapelle
2015-11-26 15:02:21 -05:00
parent 93fa67c492
commit fe3f1d6678
2 changed files with 4 additions and 2 deletions

View File

@@ -229,8 +229,10 @@
<div>
<span class="sg-label-outline"
ng-show="mailbox.service.$virtualMode">{{currentMessage.$mailbox.name}}</span>
<md-icon ng-show="currentMessage.priority.level == 1 ||
currentMessage.priority.level == 2"
ng-class="{'md-warn': currentMessage.priority.level == 1}">error</md-icon>
{{currentMessage.$shortAddress('from')}}
<md-icon ng-show="currentMessage.priority.level == 1 || currentMessage.priority.level == 2">warning</md-icon>
</div>
<div class="sg-tile-date" ng-bind="currentMessage.relativedate"><!-- date --></div>
</div>

View File

@@ -186,7 +186,7 @@ div.md-tile-left {
&-tile-icons {
md-icon {
font-size: $sg-font-size-1;
color: $colorGray;
//color: $colorGray;
margin: 1px 2px;
}
}