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 {