summaryrefslogtreecommitdiff
path: root/web-ui/app/scss
diff options
context:
space:
mode:
authorFelix Hammerl <fhammerl@thoughtworks.com>2016-07-07 16:38:17 +0200
committerFelix Hammerl <fhammerl@thoughtworks.com>2016-07-07 16:40:19 +0200
commit8897c7b203aaaa4ae7cc175c61b7105ebc7488ac (patch)
tree1214b288cc84bc47cdc02ea751c378cb082716a3 /web-ui/app/scss
parente3df639fc7e0dc2c1cab491544b459be6dcdbf17 (diff)
Issue #742: Change Open Padlock icon
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r--web-ui/app/scss/views/_compose-view.scss2
-rw-r--r--web-ui/app/scss/views/_security-labels.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/app/scss/views/_compose-view.scss b/web-ui/app/scss/views/_compose-view.scss
index 813a6098..aae5af47 100644
--- a/web-ui/app/scss/views/_compose-view.scss
+++ b/web-ui/app/scss/views/_compose-view.scss
@@ -302,7 +302,7 @@
&:before {
color: $wont_be_encrypted;
- content: "\f13e ";
+ content: "\f09c";
}
}
diff --git a/web-ui/app/scss/views/_security-labels.scss b/web-ui/app/scss/views/_security-labels.scss
index 3a15d99b..ac966ded 100644
--- a/web-ui/app/scss/views/_security-labels.scss
+++ b/web-ui/app/scss/views/_security-labels.scss
@@ -30,7 +30,7 @@
background: $attention;
&:before {
- content: "\f13e ";
+ content: "\f09c";
}
}