diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-04-23 17:08:59 +0200 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-04-23 17:08:59 +0200 |
commit | bcc936f7075225bd884a240a48786377432560c5 (patch) | |
tree | 656615b14a099363d92af032c2ef567c3e92277d /view | |
parent | 459d22691ca53aa42a8ef2e760250f49c537789b (diff) | |
download | volse-hubzilla-bcc936f7075225bd884a240a48786377432560c5.tar.gz volse-hubzilla-bcc936f7075225bd884a240a48786377432560c5.tar.bz2 volse-hubzilla-bcc936f7075225bd884a240a48786377432560c5.zip |
A bit less z-index
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |