From: Andrew Dolgov Date: Mon, 28 Dec 2009 20:57:14 +0000 (+0300) Subject: various icon tweaks X-Git-Tag: 1.4.0~124 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=f65ffc2d74c162225685c3034977091b01d07ef2 various icon tweaks --- diff --git a/functions.php b/functions.php index 7fe21ea4..b197a747 100644 --- a/functions.php +++ b/functions.php @@ -2972,7 +2972,7 @@ return "images/archive.png"; break; case -1: - return "images/mark_set.gif"; + return "images/mark_set.png"; break; case -2: return "images/pub_set.gif"; diff --git a/images/archive.png b/images/archive.png new file mode 100755 index 00000000..6edd2da3 Binary files /dev/null and b/images/archive.png differ diff --git a/images/art-pub-note.png b/images/art-pub-note.png index 5d3008f2..e0483267 100755 Binary files a/images/art-pub-note.png and b/images/art-pub-note.png differ diff --git a/images/art-zoom.png b/images/art-zoom.png old mode 100644 new mode 100755 index 5f7c8095..6311b313 Binary files a/images/art-zoom.png and b/images/art-zoom.png differ diff --git a/images/fresh.png b/images/fresh.png old mode 100644 new mode 100755 index cc19ec2e..b6040aa9 Binary files a/images/fresh.png and b/images/fresh.png differ