From 01d00dfd8680c9e03fda9c4a0fb3dce04a88e2f8 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 2 Feb 2009 03:55:33 +0000 Subject: Change the item menu to allow the watch icon to change depending on whether the item is currently being watched. Currently the icon is the same as the add icon and needs to be changed. --- themes/default/css/screen.css | 9 +++++++-- themes/default/images/ico-remove-watch.png | Bin 0 -> 1378 bytes 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 themes/default/images/ico-remove-watch.png (limited to 'themes') diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 03872ce4..76ec290d 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -556,7 +556,8 @@ form p.gError { } #gViewMenu #gAlbumLink, -#gViewMenu #gWatchLink, +#gViewMenu #gRemoveWatchLink, +#gViewMenu #gAddWatchLink, #gViewMenu #gHybridLink, #gViewMenu #gSlideshowLink, #gViewMenu #gFullsizeLink, @@ -576,10 +577,14 @@ form p.gError { background-image: url('../images/ico-view-album.png'); } -#gViewMenu #gWatchLink { +#gViewMenu #gAddWatchLink { background-image: url('../images/ico-add-watch.png'); } +#gViewMenu #gRemoveWatchLink { + background-image: url('../images/ico-remove-watch.png'); +} + #gViewMenu #gHybridLink { background-image: url('../images/ico-view-hybrid.png'); } diff --git a/themes/default/images/ico-remove-watch.png b/themes/default/images/ico-remove-watch.png new file mode 100644 index 00000000..8de3bc4e Binary files /dev/null and b/themes/default/images/ico-remove-watch.png differ -- cgit v1.2.3