diff options
Diffstat (limited to 'module/web/static/css/fontawesome.css')
-rw-r--r-- | module/web/static/css/fontawesome.css | 67 |
1 files changed, 35 insertions, 32 deletions
diff --git a/module/web/static/css/fontawesome.css b/module/web/static/css/fontawesome.css index 76d44e089..0e6dbfa09 100644 --- a/module/web/static/css/fontawesome.css +++ b/module/web/static/css/fontawesome.css @@ -297,35 +297,38 @@ ul.icons li [class*=" iconf-"] { .iconf-play:before { content: "\f03b"; } .iconf-pause:before { content: "\f03c"; } .iconf-stop:before { content: "\f03d"; } -.iconf-eye-open:before { content: "\f03e"; } -.iconf-eye-close:before { content: "\f03f"; } -.iconf-bar-chart:before { content: "\f040"; } -.iconf-check-empty:before { content: "\f041"; } -.iconf-globe:before { content: "\f042"; } -.iconf-tasks:before { content: "\f043"; } -.iconf-filter:before { content: "\f044"; } -.iconf-plus-sign:before { content: "\f045"; } -.iconf-chevron-left:before { content: "\f046"; } -.iconf-chevron-right:before { content: "\f047"; } -.iconf-chevron-up:before { content: "\f048"; } -.iconf-chevron-down:before { content: "\f049"; } -.iconf-key:before { content: "\f04a"; } -.iconf-cogs:before { content: "\f04b"; } -.iconf-signout:before { content: "\f04c"; } -.iconf-signin:before { content: "\f04d"; } -.iconf-wrench:before { content: "\f04e"; } -.iconf-inbox:before { content: "\f04f"; } -.iconf-share:before { content: "\f050"; } -.iconf-hdd:before { content: "\f051"; } -.iconf-group:before { content: "\f052"; } -.iconf-cloud:before { content: "\f053"; } -.iconf-save:before { content: "\f054"; } -.iconf-carret-left:before { content: "\f055"; } -.iconf-sort-down:before { content: "\f056"; } -.iconf-sort-up:before { content: "\f057"; } -.iconf-sitemap:before { content: "\f058"; } -.iconf-file-alt:before { content: "\f059"; } -.iconf-folder-open:before { content: "\f05a"; } -.iconf-folder-open-alt:before { content: "\f05b"; } -.iconf-folder-close:before { content: "\f05c"; } -.iconf-folder-close-alt:before { content: "\f05d"; } +.iconf-share-alt:before { content: "\f03e"; } +.iconf-eye-open:before { content: "\f03f"; } +.iconf-eye-close:before { content: "\f040"; } +.iconf-bar-chart:before { content: "\f041"; } +.iconf-check-empty:before { content: "\f042"; } +.iconf-globe:before { content: "\f043"; } +.iconf-tasks:before { content: "\f044"; } +.iconf-filter:before { content: "\f045"; } +.iconf-plus-sign:before { content: "\f046"; } +.iconf-chevron-left:before { content: "\f047"; } +.iconf-chevron-right:before { content: "\f048"; } +.iconf-chevron-up:before { content: "\f049"; } +.iconf-chevron-down:before { content: "\f04a"; } +.iconf-key:before { content: "\f04b"; } +.iconf-cogs:before { content: "\f04c"; } +.iconf-signout:before { content: "\f04d"; } +.iconf-signin:before { content: "\f04e"; } +.iconf-hdd:before { content: "\f04f"; } +.iconf-hand-left:before { content: "\f050"; } +.iconf-hand-down:before { content: "\f051"; } +.iconf-wrench:before { content: "\f052"; } +.iconf-inbox:before { content: "\f053"; } +.iconf-share:before { content: "\f054"; } +.iconf-group:before { content: "\f055"; } +.iconf-cloud:before { content: "\f056"; } +.iconf-save:before { content: "\f057"; } +.iconf-carret-left:before { content: "\f058"; } +.iconf-sort-down:before { content: "\f059"; } +.iconf-sort-up:before { content: "\f05a"; } +.iconf-sitemap:before { content: "\f05b"; } +.iconf-file-alt:before { content: "\f05c"; } +.iconf-folder-open:before { content: "\f05d"; } +.iconf-folder-open-alt:before { content: "\f05e"; } +.iconf-folder-close:before { content: "\f05f"; } +.iconf-folder-close-alt:before { content: "\f060"; } |