diff options
Diffstat (limited to 'admin/themes/default/fontello/css/fontello.css')
-rw-r--r-- | admin/themes/default/fontello/css/fontello.css | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/admin/themes/default/fontello/css/fontello.css b/admin/themes/default/fontello/css/fontello.css index 1c781ffa5..f1b6f8422 100644 --- a/admin/themes/default/fontello/css/fontello.css +++ b/admin/themes/default/fontello/css/fontello.css @@ -2,11 +2,11 @@ @font-face { font-family: 'fontello'; - src: url('../font/fontello.eot?9585454'); - src: url('../font/fontello.eot?9585454#iefix') format('embedded-opentype'), - url('../font/fontello.woff?9585454') format('woff'), - url('../font/fontello.ttf?9585454') format('truetype'), - url('../font/fontello.svg?9585454#fontello') format('svg'); + src: url('../font/fontello.eot?27476867'); + src: url('../font/fontello.eot?27476867#iefix') format('embedded-opentype'), + url('../font/fontello.woff?27476867') format('woff'), + url('../font/fontello.ttf?27476867') format('truetype'), + url('../font/fontello.svg?27476867#fontello') format('svg'); font-weight: normal; font-style: normal; } @@ -16,7 +16,7 @@ @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'fontello'; - src: url('../font/fontello.svg?9585454#fontello') format('svg'); + src: url('../font/fontello.svg?27476867#fontello') format('svg'); } } */ @@ -59,6 +59,7 @@ .icon-star-empty:before { content: '\2606'; } /* '☆' */ .icon-user:before { content: '👤'; } /* '\1f464' */ .icon-picture:before { content: '🌄'; } /* '\1f304' */ +.icon-cancel-circled:before { content: '\e821'; } /* '' */ .icon-plus-circled:before { content: '\2795'; } /* '➕' */ .icon-link:before { content: '🔗'; } /* '\1f517' */ .icon-lock:before { content: '🔒'; } /* '\1f512' */ @@ -78,8 +79,6 @@ .icon-clock:before { content: '🕔'; } /* '\1f554' */ .icon-block:before { content: '🚫'; } /* '\1f6ab' */ .icon-move:before { content: '\e812'; } /* '' */ -.icon-angle-circled-up:before { content: '\e819'; } /* '' */ -.icon-angle-circled-down:before { content: '\e818'; } /* '' */ .icon-cw:before { content: '\e80c'; } /* '' */ .icon-arrows-cw:before { content: '\e804'; } /* '' */ .icon-mail:before { content: '\2709'; } /* '✉' */ |