diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-05-29 23:21:19 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-05-29 23:21:19 +0200 |
commit | 59e968cd7d62a44e6fc608a95b7c8ce78778c655 (patch) | |
tree | 7bbe2a5547e89cfa72442a8e36ee6232f0845687 | |
parent | f0dcc271ac2f652b75b265deba7ad2ddcf861b6f (diff) | |
parent | 5310838163a12885438e671affc9887f3d6bd0b7 (diff) | |
download | forums-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.css | 9 |
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; |