From 459d22691ca53aa42a8ef2e760250f49c537789b Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Wed, 23 Apr 2014 16:46:50 +0200 Subject: A CSS cheat to make the item-tools usable again when opacity is set. --- view/theme/redbasic/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) 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; -- cgit v1.2.3 From bcc936f7075225bd884a240a48786377432560c5 Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Wed, 23 Apr 2014 17:08:59 +0200 Subject: A bit less z-index --- view/theme/redbasic/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 57a91cd50..7e4923e7c 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1920,7 +1920,7 @@ img.mail-list-sender-photo { } .wall-item-content-wrapper:hover{ - z-index:100000; + z-index:99; } .wall-item-comment-wrapper { -- cgit v1.2.3