From 5310838163a12885438e671affc9887f3d6bd0b7 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Thu, 29 May 2014 08:45:22 -0700 Subject: [PATCH] [ticket/12614] Make the post buttons always visible. PHPBB3-12614 --- phpBB/styles/prosilver/theme/buttons.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index 7d9aae86d7..19cb547bd4 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -156,15 +156,6 @@ ul.linklist.bulletin li.small-icon:before { margin-top: 2px; } -.notouch.section-viewtopic .post-buttons { - opacity: 0; - transition: opacity .5s; -} - -.notouch.section-viewtopic .post:hover .post-buttons { - opacity: 1; -} - .post-buttons li { float: left; margin-right: 3px;