aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2014-04-23 16:46:50 +0200
committerChristian Vogeley <christian.vogeley@hotmail.de>2014-04-23 16:46:50 +0200
commit459d22691ca53aa42a8ef2e760250f49c537789b (patch)
tree011f31ebc3540801cc254c607fec123b16645ba6 /view/theme/redbasic
parent3a773c52533251adaa6efa732a0c4b6888f6f156 (diff)
downloadvolse-hubzilla-459d22691ca53aa42a8ef2e760250f49c537789b.tar.gz
volse-hubzilla-459d22691ca53aa42a8ef2e760250f49c537789b.tar.bz2
volse-hubzilla-459d22691ca53aa42a8ef2e760250f49c537789b.zip
A CSS cheat to make the item-tools usable again
when opacity is set.
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css4
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;