aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_topic_tools.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-10-07 11:48:56 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-10-07 11:48:56 +0200
commit7bda33b52598f5a56f32382455a4a0791c3c7098 (patch)
tree550931667db2639b4925b80fce82d52ca25cf68a /phpBB/styles/prosilver/template/viewtopic_topic_tools.html
parent617df4aa0e8dc92947deb5903ea79c1d01be6b2d (diff)
parent8907a66156ff395eb741821f9e68f47781351803 (diff)
downloadforums-7bda33b52598f5a56f32382455a4a0791c3c7098.tar
forums-7bda33b52598f5a56f32382455a4a0791c3c7098.tar.gz
forums-7bda33b52598f5a56f32382455a4a0791c3c7098.tar.bz2
forums-7bda33b52598f5a56f32382455a4a0791c3c7098.tar.xz
forums-7bda33b52598f5a56f32382455a4a0791c3c7098.zip
Merge pull request #3932 from hanakin/ticket/14193
[ticket/14193]Fix secondary buttons
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>