aboutsummaryrefslogtreecommitdiff
path: root/views/default/input/button.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/input/button.php')
-rw-r--r--views/default/input/button.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/views/default/input/button.php b/views/default/input/button.php
index 52a85ace6..b1a884c77 100644
--- a/views/default/input/button.php
+++ b/views/default/input/button.php
@@ -6,11 +6,13 @@
* @subpackage Core
*
* @uses $vars['src'] Src of an image
+ *
+ * @todo Handle classes better
*/
$defaults = array(
'type' => 'button',
- 'class' => 'elgg-button-submit',
+ 'class' => 'elgg-button elgg-button-action',
);
$vars = array_merge($defaults, $vars);