From 07feec923d11e10af311797d29cd1dc8c799bbc8 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Thu, 9 Apr 2015 11:49:16 -0300 Subject: Changing icons for encryption statuses on email headers --- web-ui/app/scss/_security.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'web-ui') diff --git a/web-ui/app/scss/_security.scss b/web-ui/app/scss/_security.scss index be306d86..2644fc3e 100644 --- a/web-ui/app/scss/_security.scss +++ b/web-ui/app/scss/_security.scss @@ -12,35 +12,35 @@ } &.encrypted { &:before { - content: "\f023 \f00c"; + content: "\f023 "; } &.encryption-error { background: $attention; &:before { - content: "\f023 \f12a"; + content: "\f023 \f057"; } } } &.signed { &:before { - content: "\f007 \f00c"; + content: "\f00c"; } &.signature-not-trusted { background: $error; &:before { - content: "\f007 \f05e"; + content: "\f05e"; } } } &[class^=not-], &.signature-expired, &.signature-revoked { background: $attention; &:before { - content: "\f007 \f12a" + content: "\f05e" } } &.not-encrypted { &:before { - content: "\f023 \f12a"; + content: "\f13e "; } } } -- cgit v1.2.3