mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
[ticket/12155] Display the buttons only when hovering the post.
PHPBB3-12155
This commit is contained in:
@@ -160,6 +160,15 @@ ul.linklist.bulletin li.small-icon:before {
|
|||||||
margin-top: 2px;
|
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 {
|
.post-buttons li {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
|
Reference in New Issue
Block a user