diff options
Diffstat (limited to 'admin/themes/default/fontello/css/fontello.css')
-rw-r--r-- | admin/themes/default/fontello/css/fontello.css | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/admin/themes/default/fontello/css/fontello.css b/admin/themes/default/fontello/css/fontello.css index f1b6f8422..b18769a34 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?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'); + src: url('../font/fontello.eot?87183122'); + src: url('../font/fontello.eot?87183122#iefix') format('embedded-opentype'), + url('../font/fontello.woff?87183122') format('woff'), + url('../font/fontello.ttf?87183122') format('truetype'), + url('../font/fontello.svg?87183122#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?27476867#fontello') format('svg'); + src: url('../font/fontello.svg?87183122#fontello') format('svg'); } } */ @@ -75,6 +75,7 @@ .icon-cog-alt:before { content: '\26ef'; } /* '⛯' */ .icon-wrench:before { content: '🔧'; } /* '\1f527' */ .icon-basket:before { content: '\e73d'; } /* '' */ +.icon-calendar:before { content: '\e818'; } /* '' */ .icon-logout:before { content: '\e81b'; } /* '' */ .icon-clock:before { content: '🕔'; } /* '\1f554' */ .icon-block:before { content: '🚫'; } /* '\1f6ab' */ |