1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-04 05:25:01 +02:00

[ticket/12155] Display the buttons only when hovering the post.

PHPBB3-12155
This commit is contained in:
Cesar G 2014-05-16 15:27:39 -07:00
parent 3106306a4d
commit cba58fe4e9

View File

@ -160,6 +160,15 @@ ul.linklist.bulletin li.small-icon:before {
margin-top: 2px;
}
.notouch.section-viewtopic .post-buttons {
opacity: 0;
}
.notouch.section-viewtopic .post:hover .post-buttons {
opacity: 1;
transition: opacity .8s;
}
.post-buttons li {
float: left;
margin-right: 3px;