1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/12155] Fade out the buttons when leaving the post.

PHPBB3-12155
This commit is contained in:
Cesar G
2014-05-16 20:37:22 -07:00
parent cba58fe4e9
commit c521fc2a4e

View File

@@ -162,11 +162,11 @@ ul.linklist.bulletin li.small-icon:before {
.notouch.section-viewtopic .post-buttons {
opacity: 0;
transition: opacity .8s;
}
.notouch.section-viewtopic .post:hover .post-buttons {
opacity: 1;
transition: opacity .8s;
}
.post-buttons li {