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/pe_light/scalable/news.svg | 5 +- resources/pe_light/scalable/status-bad.svg | 111 ++--------------------- resources/pe_light/scalable/status-good.svg | 124 +++----------------------- resources/pe_light/scalable/status-yellow.svg | 16 ++++ 4 files changed, 38 insertions(+), 218 deletions(-) create mode 100644 resources/pe_light/scalable/status-yellow.svg (limited to 'resources/pe_light/scalable') diff --git a/resources/pe_light/scalable/news.svg b/resources/pe_light/scalable/news.svg index 84979dcb..6f184afc 100644 --- a/resources/pe_light/scalable/news.svg +++ b/resources/pe_light/scalable/news.svg @@ -3,11 +3,10 @@ - - + diff --git a/resources/pe_light/scalable/status-bad.svg b/resources/pe_light/scalable/status-bad.svg index 3449fea3..2c24970c 100644 --- a/resources/pe_light/scalable/status-bad.svg +++ b/resources/pe_light/scalable/status-bad.svg @@ -1,103 +1,10 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - + + + + + + diff --git a/resources/pe_light/scalable/status-good.svg b/resources/pe_light/scalable/status-good.svg index a5bf5c0b..bf9a4174 100644 --- a/resources/pe_light/scalable/status-good.svg +++ b/resources/pe_light/scalable/status-good.svg @@ -1,114 +1,12 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - + + + + + + + + diff --git a/resources/pe_light/scalable/status-yellow.svg b/resources/pe_light/scalable/status-yellow.svg new file mode 100644 index 00000000..f7d2236b --- /dev/null +++ b/resources/pe_light/scalable/status-yellow.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + -- cgit v1.2.3