diff options
author | friendica <info@friendica.com> | 2013-10-09 18:43:49 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-09 18:43:49 -0700 |
commit | 1fdc82e0a122ec7ea5faea1a5cb52c78757ad50b (patch) | |
tree | 45075e1b9c16e99cce44bb1b8616c4f07be7e4e0 | |
parent | 1aa69604fc9aaf87eacccabf73ba4d3600c8dcd5 (diff) | |
download | volse-hubzilla-1fdc82e0a122ec7ea5faea1a5cb52c78757ad50b.tar.gz volse-hubzilla-1fdc82e0a122ec7ea5faea1a5cb52c78757ad50b.tar.bz2 volse-hubzilla-1fdc82e0a122ec7ea5faea1a5cb52c78757ad50b.zip |
delete icons
-rw-r--r-- | view/theme/redbasic/css/style.css | 9 | ||||
-rwxr-xr-x | view/tpl/conv_item.tpl | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 9d0a86e34..db202b08d 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3415,3 +3415,12 @@ margin-right: 50px; font-size: 1.4em; margin-right: 15px; } + +a .drop-icons { + color: #000000; + font-size: 1.2em; +} + +.drop-icons:hover { + color: #FF0000; +} diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 42599d3d0..c44e2253a 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -89,7 +89,7 @@ <div id="like-rotator-{{$item.id}}" class="like-rotator"></div> <div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-{{$item.id}}" > - {{if $item.drop.dropping}}<a href="item/drop/{{$item.id}}" onclick="return confirmDelete();" class="icon drophide" title="{{$item.drop.delete}}" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a>{{/if}} + {{if $item.drop.dropping}}<a href="item/drop/{{$item.id}}" onclick="return confirmDelete();" title="{{$item.drop.delete}}" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ><i class="icon-remove drop-icons"></i></a>{{/if}} </div> {{if $item.drop.pagedrop}}<input type="checkbox" onclick="checkboxhighlight(this);" title="{{$item.drop.select}}" class="item-select" name="itemselected[]" value="{{$item.id}}" />{{/if}} <div class="wall-item-delete-end"></div> |