Skip to content

Commit

Permalink
[FIX] mail: small UI changes with 'seen' icon
Browse files Browse the repository at this point in the history
- correctly align 'seen' icon
- purple 'seen' icon
  • Loading branch information
alexkuhn committed Feb 19, 2019
1 parent 2be9d73 commit f68c059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/mail/static/src/scss/thread.scss
Expand Up @@ -279,7 +279,7 @@
opacity: 0.6; opacity: 0.6;


&.o_all_seen { &.o_all_seen {
color: $o-enterprise-primary-color; color: $o-enterprise-color;
} }


&:hover { &:hover {
Expand All @@ -293,7 +293,7 @@


.fa-check:nth-child(2) { .fa-check:nth-child(2) {
position: absolute; position: absolute;
top: 1px; top: -1px;
left: 0px; left: 0px;
} }
} }

0 comments on commit f68c059

Please sign in to comment.