From c521fc2a4e3a258fafb6018c3259447cb64a4ca6 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Fri, 16 May 2014 20:37:22 -0700 Subject: [PATCH] [ticket/12155] Fade out the buttons when leaving the post. PHPBB3-12155 --- phpBB/styles/prosilver/theme/buttons.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {