From a35a3f25dfb079bbad70962e5bb7068da6a06621 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 29 Nov 2013 10:24:14 +0000 Subject: change caddie icon (the name has already changed to "Selection" in en_GB, we will discuss about it on the forum) git-svn-id: http://piwigo.org/svn/trunk@25749 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/fontello/css/fontello-codes.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'admin/themes/default/fontello/css/fontello-codes.css') diff --git a/admin/themes/default/fontello/css/fontello-codes.css b/admin/themes/default/fontello/css/fontello-codes.css index ce07be9d3..fcd96835d 100644 --- a/admin/themes/default/fontello/css/fontello-codes.css +++ b/admin/themes/default/fontello/css/fontello-codes.css @@ -28,8 +28,8 @@ .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-mail-alt:before { content: '\f0e0'; } /* '' */ -.icon-arrows-cw:before { content: '\e804'; } /* '' */ .icon-shuffle:before { content: '🔀'; } /* '\1f500' */ .icon-exchange:before { content: '\e805'; } /* '' */ .icon-signal:before { content: '\e801'; } /* '' */ @@ -42,6 +42,7 @@ .icon-help-circled:before { content: '\e81a'; } /* '' */ .icon-info-circled-1:before { content: '\e817'; } /* '' */ .icon-home:before { content: '\e80e'; } /* '' */ +.icon-flag:before { content: '\e81c'; } /* '' */ .icon-upload:before { content: '\e813'; } /* '' */ .icon-upload-cloud:before { content: '\e814'; } /* '' */ .icon-tools:before { content: '\e803'; } /* '' */ @@ -55,4 +56,4 @@ .icon-equalizer:before { content: '\e80f'; } /* '' */ .icon-users:before { content: '\e802'; } /* '' */ .icon-group:before { content: '\e80d'; } /* '' */ -.icon-cw:before { content: '\e80c'; } /* '' */ \ No newline at end of file +.icon-arrows-cw:before { content: '\e804'; } /* '' */ \ No newline at end of file -- cgit v1.2.3