diff --git a/include/conversation.php b/include/conversation.php index 0d3123831e..b536fed5fd 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -392,7 +392,7 @@ function conversation(&$a, $items, $mode, $update) { if((intval($item['contact-id']) && $item['contact-id'] == remote_user()) || ($item['uid'] == local_user())) $dropping = true; - $drop = replace_macros((($dropping)? $droptpl : $fakedrop), array('$id' => $item['id'], '$delete' => t('Delete'))); + $drop = replace_macros((($dropping)? $droptpl : $fakedrop), array('$id' => $item['id'], '$select' => t('Select'), '$delete' => t('Delete'))); $photo = $item['photo']; diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 8bebecbd7b..a8d40886f3 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2522,8 +2522,8 @@ a.mail-list-link { position: absolute; left: 0px; top: 0px; - opacity: 0.3; - filter:alpha(opacity=30); + opacity: 0.2; + filter:alpha(opacity=20); } #lang-select-icon:hover { diff --git a/view/wall_item_drop.tpl b/view/wall_item_drop.tpl index 30a30a0c6d..30fa6c3356 100644 --- a/view/wall_item_drop.tpl +++ b/view/wall_item_drop.tpl @@ -2,5 +2,5 @@ - +