From a060d79c123e98baad8f1ea48600bd7449c9c66a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Thu, 4 Dec 2014 01:05:49 +0100 Subject: GH-631, GH-658 Implement yellow status icon, refresh status icons in themes. --- resources/OSX/scalable/news.svg | 16 ++-- resources/OSX/scalable/status-bad.svg | 112 +++----------------------- resources/OSX/scalable/status-good.svg | 131 +++++-------------------------- resources/OSX/scalable/status-yellow.svg | 16 ++++ 4 files changed, 53 insertions(+), 222 deletions(-) create mode 100644 resources/OSX/scalable/status-yellow.svg (limited to 'resources/OSX/scalable') diff --git a/resources/OSX/scalable/news.svg b/resources/OSX/scalable/news.svg index bd9a3f0b..b8ce3cd1 100644 --- a/resources/OSX/scalable/news.svg +++ b/resources/OSX/scalable/news.svg @@ -2,13 +2,15 @@ - + viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve"> + - - - + + + + diff --git a/resources/OSX/scalable/status-bad.svg b/resources/OSX/scalable/status-bad.svg index 3449fea3..add7a6f7 100644 --- a/resources/OSX/scalable/status-bad.svg +++ b/resources/OSX/scalable/status-bad.svg @@ -1,103 +1,11 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - + + + + + + diff --git a/resources/OSX/scalable/status-good.svg b/resources/OSX/scalable/status-good.svg index a5bf5c0b..f10da757 100644 --- a/resources/OSX/scalable/status-good.svg +++ b/resources/OSX/scalable/status-good.svg @@ -1,114 +1,19 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/resources/OSX/scalable/status-yellow.svg b/resources/OSX/scalable/status-yellow.svg new file mode 100644 index 00000000..fba697bc --- /dev/null +++ b/resources/OSX/scalable/status-yellow.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + -- cgit v1.2.3