diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/css/screen.css | 8 | ||||
-rw-r--r-- | themes/default/images/ico-notify-add.png | bin | 0 -> 1469 bytes | |||
-rw-r--r-- | themes/default/images/ico-notify-remove.png | bin | 0 -> 1500 bytes | |||
-rw-r--r-- | themes/default/images/ico-watch-add.png | bin | 1160 -> 0 bytes | |||
-rw-r--r-- | themes/default/images/ico-watch-remove.png | bin | 1172 -> 0 bytes |
5 files changed, 4 insertions, 4 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index fd9f64df..165112ca 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -606,12 +606,12 @@ form .gError, background-image: url('../images/ico-view-album.png'); } -#gViewMenu #gAddWatchLink { - background-image: url('../images/ico-watch-add.png'); +#gViewMenu #gAddNotifyLink { + background-image: url('../images/ico-notify-add.png'); } -#gViewMenu #gRemoveWatchLink { - background-image: url('../images/ico-watch-remove.png'); +#gViewMenu #gRemoveNotifyLink { + background-image: url('../images/ico-notify-remove.png'); } #gViewMenu #gHybridLink { diff --git a/themes/default/images/ico-notify-add.png b/themes/default/images/ico-notify-add.png Binary files differnew file mode 100644 index 00000000..937bfd4f --- /dev/null +++ b/themes/default/images/ico-notify-add.png diff --git a/themes/default/images/ico-notify-remove.png b/themes/default/images/ico-notify-remove.png Binary files differnew file mode 100644 index 00000000..8c0f29ca --- /dev/null +++ b/themes/default/images/ico-notify-remove.png diff --git a/themes/default/images/ico-watch-add.png b/themes/default/images/ico-watch-add.png Binary files differdeleted file mode 100644 index 9bb40b4d..00000000 --- a/themes/default/images/ico-watch-add.png +++ /dev/null diff --git a/themes/default/images/ico-watch-remove.png b/themes/default/images/ico-watch-remove.png Binary files differdeleted file mode 100644 index 0c5e7cf0..00000000 --- a/themes/default/images/ico-watch-remove.png +++ /dev/null |