diff options
author | Cesar G <prototech91@gmail.com> | 2014-05-16 20:37:22 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-05-27 07:17:47 -0700 |
commit | c521fc2a4e3a258fafb6018c3259447cb64a4ca6 (patch) | |
tree | c96a6854ac481ba984b3f0cb54b8c6e36b00db98 | |
parent | cba58fe4e9f27d6acc1b0a0c27bc7e0d78a69080 (diff) | |
download | forums-c521fc2a4e3a258fafb6018c3259447cb64a4ca6.tar forums-c521fc2a4e3a258fafb6018c3259447cb64a4ca6.tar.gz forums-c521fc2a4e3a258fafb6018c3259447cb64a4ca6.tar.bz2 forums-c521fc2a4e3a258fafb6018c3259447cb64a4ca6.tar.xz forums-c521fc2a4e3a258fafb6018c3259447cb64a4ca6.zip |
[ticket/12155] Fade out the buttons when leaving the post.
PHPBB3-12155
-rw-r--r-- | phpBB/styles/prosilver/theme/buttons.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index d8cb3932d9..a780de2f11 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -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 { |