aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-05-29 23:21:19 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-05-29 23:21:19 +0200
commit59e968cd7d62a44e6fc608a95b7c8ce78778c655 (patch)
tree7bbe2a5547e89cfa72442a8e36ee6232f0845687
parentf0dcc271ac2f652b75b265deba7ad2ddcf861b6f (diff)
parent5310838163a12885438e671affc9887f3d6bd0b7 (diff)
downloadforums-59e968cd7d62a44e6fc608a95b7c8ce78778c655.tar
forums-59e968cd7d62a44e6fc608a95b7c8ce78778c655.tar.gz
forums-59e968cd7d62a44e6fc608a95b7c8ce78778c655.tar.bz2
forums-59e968cd7d62a44e6fc608a95b7c8ce78778c655.tar.xz
forums-59e968cd7d62a44e6fc608a95b7c8ce78778c655.zip
Merge pull request #2513 from prototech/ticket/12614
[ticket/12614] Make the post buttons always visible. * prototech/ticket/12614: [ticket/12614] Make the post buttons always visible.
-rw-r--r--phpBB/styles/prosilver/theme/buttons.css9
1 files changed, 0 insertions, 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;