Favorites icon changes

Favorite (full heart) is using the twotone icon library from
http://www.upstartblogger.com/free-twotone-icons

Disfavor (empty heart with outline) is a modified version

darcs-hash:20081117181511-eefa4-9b2e11a65022b71259ca15ea9b02d94a128ca459.gz
This commit is contained in:
csarven 2008-11-17 13:15:11 -05:00
parent 9f1b4b3ed6
commit 3708d6a5ff
5 changed files with 2 additions and 2 deletions

View File

@ -189,7 +189,7 @@ form#favor, form.favor {
input#favor, input.favor, input#favor, input.favor,
input#disfavor, input.disfavor { input#disfavor, input.disfavor {
background-color:#fcfff5; background-color:#fcfff5;
background-image:url(icon_heart-01.png); background-image:url(icon_heart-01.gif);
background-repeat:no-repeat; background-repeat:no-repeat;
cursor: pointer; cursor: pointer;
border: 0; border: 0;
@ -199,7 +199,7 @@ input#disfavor, input.disfavor {
} }
input#disfavor, input.disfavor { input#disfavor, input.disfavor {
background-image:url(icon_heart-02.png); background-image:url(icon_heart-02.gif);
} }
.notice_single:hover input.favor, .notice_single:hover input.favor,

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 788 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 852 B