diff options
| author | dave <starpumadev@gmail.com> | 2019-04-12 14:35:08 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-15 12:04:25 -0400 |
| commit | 80ef855a639f00a827be24e4cac411bd349f423e (patch) | |
| tree | 8f917669d8707d7054ac908d505a677e675696bb /static/font/css/fontello-codes.css | |
| parent | 006bf1ce63c2f24f89781838ed499ee3829b9933 (diff) | |
#468 - add ellipsis font icon
Diffstat (limited to 'static/font/css/fontello-codes.css')
| -rwxr-xr-x | static/font/css/fontello-codes.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/font/css/fontello-codes.css b/static/font/css/fontello-codes.css index e76b5267..e7234d4c 100755 --- a/static/font/css/fontello-codes.css +++ b/static/font/css/fontello-codes.css @@ -38,6 +38,7 @@ .icon-plus-squared:before { content: '\f0fe'; } /* '' */ .icon-reply:before { content: '\f112'; } /* '' */ .icon-lock-open-alt:before { content: '\f13e'; } /* '' */ +.icon-ellipsis:before { content: '\f141'; } /* '' */ .icon-play-circled:before { content: '\f144'; } /* '' */ .icon-thumbs-up-alt:before { content: '\f164'; } /* '' */ .icon-binoculars:before { content: '\f1e5'; } /* '' */ |
