aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvogeley <christian.vogeley@hotmail.de>2014-04-23 17:18:22 +0200
committercvogeley <christian.vogeley@hotmail.de>2014-04-23 17:18:22 +0200
commit8cf4abe77ff1043072efc669b46c3202dc124c11 (patch)
treecc6fed9c5caa4996391901d322973455bafa2eeb
parentaf4b23fce4d3c93eca2e6ab2d46785e3d7329034 (diff)
parentbcc936f7075225bd884a240a48786377432560c5 (diff)
downloadvolse-hubzilla-8cf4abe77ff1043072efc669b46c3202dc124c11.tar.gz
volse-hubzilla-8cf4abe77ff1043072efc669b46c3202dc124c11.tar.bz2
volse-hubzilla-8cf4abe77ff1043072efc669b46c3202dc124c11.zip
Merge pull request #430 from cvogeley/master
A CSS cheat to make the item-tools usable again
-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..7e4923e7c 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:99;
+}
+
.wall-item-comment-wrapper {
margin-top: 10px;
border-left: 2px solid $item_bordercolour;