mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12155] Fade out the buttons when leaving the post.
PHPBB3-12155
This commit is contained in:
parent
cba58fe4e9
commit
c521fc2a4e
1 changed files with 1 additions and 1 deletions
|
@ -162,11 +162,11 @@ ul.linklist.bulletin li.small-icon:before {
|
||||||
|
|
||||||
.notouch.section-viewtopic .post-buttons {
|
.notouch.section-viewtopic .post-buttons {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
transition: opacity .8s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notouch.section-viewtopic .post:hover .post-buttons {
|
.notouch.section-viewtopic .post:hover .post-buttons {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition: opacity .8s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-buttons li {
|
.post-buttons li {
|
||||||
|
|
Loading…
Add table
Reference in a new issue