mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
[ticket/12155] Fade out the buttons when leaving the post.
PHPBB3-12155
This commit is contained in:
parent
cba58fe4e9
commit
c521fc2a4e
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user