From a77ab8799cb33cd378e83c3a5905c8c3eb4c08b8 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sat, 27 Oct 2012 17:46:14 +0200 Subject: first step to update icons for changes in core navigation, still needs sprited hover state --- appinfo/app.php | 2 +- img/icon.png | Bin 210 -> 0 bytes img/icon.svg | 109 -------------------------------------------------------- 3 files changed, 1 insertion(+), 110 deletions(-) delete mode 100644 img/icon.png delete mode 100644 img/icon.svg diff --git a/appinfo/app.php b/appinfo/app.php index 97ad68ee3..a8dfc38f9 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -32,7 +32,7 @@ OCP\App::addNavigationEntry( array( 'id' => 'news', 'order' => 74, 'href' => OC_Helper::linkTo( 'news', 'index.php' ), - 'icon' => OC_Helper::imagePath( 'news', 'icon.svg' ), + 'icon' => OC_Helper::imagePath( 'news', 'news.svg' ), 'name' => OC_L10N::get('news')->t('News') )); diff --git a/img/icon.png b/img/icon.png deleted file mode 100644 index ace744589..000000000 Binary files a/img/icon.png and /dev/null differ diff --git a/img/icon.svg b/img/icon.svg deleted file mode 100644 index 84d12983a..000000000 --- a/img/icon.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3 From b5f81bbdab697b0ca7bf344c13d2a790d0670fa4 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sat, 2 Feb 2013 10:51:12 +0100 Subject: new news icon --- img/news.png | Bin 0 -> 229 bytes img/news.svg | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 img/news.png create mode 100644 img/news.svg diff --git a/img/news.png b/img/news.png new file mode 100644 index 000000000..a93b01ec6 Binary files /dev/null and b/img/news.png differ diff --git a/img/news.svg b/img/news.svg new file mode 100644 index 000000000..9b28bde6a --- /dev/null +++ b/img/news.svg @@ -0,0 +1,85 @@ + + + + + + + + + image/svg+xml + + + + + + + + + + + + -- cgit v1.2.3