aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_topic_tools.html
diff options
context:
space:
mode:
authorMichael Miday <midaym@gmail.com>2015-10-03 05:15:16 +0200
committerMichael Miday <midaym@gmail.com>2015-10-03 05:15:16 +0200
commit6b7fa249f11857399a1889fe5308edb8f3059b67 (patch)
treef86871fa8ab1c827c6ec4314f4883583d5c09bdd /phpBB/styles/prosilver/template/viewtopic_topic_tools.html
parent8451272d6995e161aeb530755527b49ae99d7c31 (diff)
downloadforums-6b7fa249f11857399a1889fe5308edb8f3059b67.tar
forums-6b7fa249f11857399a1889fe5308edb8f3059b67.tar.gz
forums-6b7fa249f11857399a1889fe5308edb8f3059b67.tar.bz2
forums-6b7fa249f11857399a1889fe5308edb8f3059b67.tar.xz
forums-6b7fa249f11857399a1889fe5308edb8f3059b67.zip
[ticket/14193]Fix posting buttons
PHPBB3-14193
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_topic_tools.html')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_topic_tools.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_topic_tools.html b/phpBB/styles/prosilver/template/viewtopic_topic_tools.html
index 55f742e944..c967717d3a 100644
--- a/phpBB/styles/prosilver/template/viewtopic_topic_tools.html
+++ b/phpBB/styles/prosilver/template/viewtopic_topic_tools.html
@@ -1,6 +1,6 @@
<!-- IF not S_IS_BOT and (U_WATCH_TOPIC or U_BOOKMARK_TOPIC or U_BUMP_TOPIC or U_EMAIL_TOPIC or U_PRINT_TOPIC or S_DISPLAY_TOPIC_TOOLS) -->
<div class="dropdown-container dropdown-button-control topic-tools">
- <span title="{L_PM_TOOLS}" class="button dropdown-trigger dropdown-select">
+ <span title="{L_PM_TOOLS}" class="button button-secondary dropdown-trigger dropdown-select">
<i class="icon fa-wrench fa-fw"></i>
<span class="caret"><i class="icon fa-sort-down fa-fw"></i></span>
</span>