aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/theme/buttons.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css
index b7896a99b0..d8cb3932d9 100644
--- a/phpBB/styles/prosilver/theme/buttons.css
+++ b/phpBB/styles/prosilver/theme/buttons.css
@@ -160,6 +160,15 @@ ul.linklist.bulletin li.small-icon:before {
margin-top: 2px;
}
+.notouch.section-viewtopic .post-buttons {
+ opacity: 0;
+}
+
+.notouch.section-viewtopic .post:hover .post-buttons {
+ opacity: 1;
+ transition: opacity .8s;
+}
+
.post-buttons li {
float: left;
margin-right: 3px;