diff options
author | Felix Hammerl <felix.hammerl@gmail.com> | 2016-06-30 17:17:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-30 17:17:05 +0200 |
commit | fdfab580079697d4c33a6862318416c91fb3f59c (patch) | |
tree | 4e48d4947d33b4c54cbd80fc15bb48f13079c91c /web-ui/app/scss/views | |
parent | f4e17633d26454b753cfe66385fadc1805384c73 (diff) | |
parent | 438d5375e8e099540496b28d6c277406363c37bd (diff) |
Merge pull request #736 from repat/master
exchanged paper-plane icon for sent icon, fixes #717
Diffstat (limited to 'web-ui/app/scss/views')
-rw-r--r-- | web-ui/app/scss/views/_navigation.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web-ui/app/scss/views/_navigation.scss b/web-ui/app/scss/views/_navigation.scss index 5c8d1bd7..eaf188d6 100644 --- a/web-ui/app/scss/views/_navigation.scss +++ b/web-ui/app/scss/views/_navigation.scss @@ -412,7 +412,8 @@ div.side-nav-bottom { &:nth-child(2) { &:before { - content: "\f1d8"; + font-family: "icomoon"; + content: "\e900"; margin-left: -5px; } } |