diff options
author | friendica <info@friendica.com> | 2014-04-23 19:06:39 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-23 19:06:39 -0700 |
commit | 6f54d2e43d8c83de17fdac79835de3d6dc4bec3b (patch) | |
tree | a8a157baeff174cacb9b5510fc413fd227e7e51c /view/theme/redbasic/css | |
parent | 1e55bef3d11af5e0fd09557671af71b40acc67e0 (diff) | |
parent | 8cf4abe77ff1043072efc669b46c3202dc124c11 (diff) | |
download | volse-hubzilla-6f54d2e43d8c83de17fdac79835de3d6dc4bec3b.tar.gz volse-hubzilla-6f54d2e43d8c83de17fdac79835de3d6dc4bec3b.tar.bz2 volse-hubzilla-6f54d2e43d8c83de17fdac79835de3d6dc4bec3b.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme/redbasic/css')
-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..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; |