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:
parent
3106306a4d
commit
cba58fe4e9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user