mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-09 13:09:33 -04:00
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.
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user