show drop-icon on wall-item hover only

This commit is contained in:
marijus
2013-12-18 21:13:48 +01:00
parent 6e28c40c27
commit 176fe32564
2 changed files with 10 additions and 6 deletions

View File

@@ -125,6 +125,14 @@
position: relative;
}
.wall-item-content-wrapper .wall-item-delete-wrapper {
opacity: 0;
}
.wall-item-content-wrapper:hover .wall-item-delete-wrapper {
opacity: 1;
}
.wall-item-info {
display: block;
float: left;