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 | c00bb2721941d86a28e60fbb57cc52c00af2ec50 (patch) | |
tree | 45ad13a17c2f5800e59e2f119bb815903d4dfc81 /phpBB | |
parent | e9d33fd02e533c0e5e4ca1ba6478c808f9585e7e (diff) | |
parent | 59e968cd7d62a44e6fc608a95b7c8ce78778c655 (diff) | |
download | forums-c00bb2721941d86a28e60fbb57cc52c00af2ec50.tar forums-c00bb2721941d86a28e60fbb57cc52c00af2ec50.tar.gz forums-c00bb2721941d86a28e60fbb57cc52c00af2ec50.tar.bz2 forums-c00bb2721941d86a28e60fbb57cc52c00af2ec50.tar.xz forums-c00bb2721941d86a28e60fbb57cc52c00af2ec50.zip |
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus:
[ticket/12614] Make the post buttons always visible.
Diffstat (limited to 'phpBB')
-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; |