diff options
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 1bd3eb137..57a91cd50 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1919,6 +1919,10 @@ img.mail-list-sender-photo { border-bottom: 1px solid $item_bordercolour; } +.wall-item-content-wrapper:hover{ + z-index:100000; +} + .wall-item-comment-wrapper { margin-top: 10px; border-left: 2px solid $item_bordercolour; |