aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/theme/buttons.css2
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 {