Set the update button to be a primary button
authorJens Hausdorf <hello@jens-hausdorf.de>
Tue, 12 Dec 2017 14:44:37 +0000 (15:44 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Dec 2017 14:44:37 +0000 (15:44 +0100)
wcfsetup/install/files/acp/templates/packageUpdate.tpl

index 93668f9a533b702291188bf8076e3ce2e6cc955b..81cbe9251a5da4e0cf0d96daaccfd616a0339af8 100644 (file)
@@ -50,7 +50,7 @@
 {/foreach}
 
 <div class="formSubmit">
-       <button>{lang}wcf.global.button.submit{/lang}</button>
+       <button class="buttonPrimary">{lang}wcf.global.button.submit{/lang}</button>
 </div>
 
 {include file='footer'}