aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/group_drop.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-04 19:11:46 -0800
committerfriendica <info@friendica.com>2013-12-04 19:11:46 -0800
commit3bcb76b01c14665b17ddae9185a01396e327dbb4 (patch)
treee58c364300b641093c4e063f74bb3d3f1a6f8059 /view/tpl/group_drop.tpl
parent13feafce17059f95ab00c8a84af27bc16c97d442 (diff)
downloadvolse-hubzilla-3bcb76b01c14665b17ddae9185a01396e327dbb4.tar.gz
volse-hubzilla-3bcb76b01c14665b17ddae9185a01396e327dbb4.tar.bz2
volse-hubzilla-3bcb76b01c14665b17ddae9185a01396e327dbb4.zip
more icon work
Diffstat (limited to 'view/tpl/group_drop.tpl')
-rwxr-xr-xview/tpl/group_drop.tpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/view/tpl/group_drop.tpl b/view/tpl/group_drop.tpl
index 8cc9ab324..850e7101f 100755
--- a/view/tpl/group_drop.tpl
+++ b/view/tpl/group_drop.tpl
@@ -2,8 +2,6 @@
<a href="group/drop/{{$id}}?t={{$form_security_token}}"
onclick="return confirmDelete();"
id="group-delete-icon-{{$id}}"
- class="group-delete-icon"
- onmouseover="imgbright(this);"
- onmouseout="imgdull(this);" ><i class="icon-remove drop-icons"></i></a>
+ class="group-delete-icon" ><i class="icon-remove drop-icons"></i></a>
</div>
<div class="group-delete-end"></div>