diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-02 03:55:33 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-02 03:55:33 +0000 |
commit | 01d00dfd8680c9e03fda9c4a0fb3dce04a88e2f8 (patch) | |
tree | 2b73a29646b1172cb79ceb6cba6490b5bb66a909 /themes | |
parent | 0eb593711bc2d5abac0ec35eb21d9fe722e7bd30 (diff) |
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.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/css/screen.css | 9 | ||||
-rw-r--r-- | themes/default/images/ico-remove-watch.png | bin | 0 -> 1378 bytes |
2 files changed, 7 insertions, 2 deletions
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 Binary files differnew file mode 100644 index 00000000..8de3bc4e --- /dev/null +++ b/themes/default/images/ico-remove-watch.png |