diff options
Diffstat (limited to 'views/default/input')
-rw-r--r-- | views/default/input/button.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/input/button.php b/views/default/input/button.php index 1c8bdaf3c..8e58b7618 100644 --- a/views/default/input/button.php +++ b/views/default/input/button.php @@ -12,7 +12,7 @@ global $CONFIG; $defaults = array( 'type' => 'button', - 'class' => 'submit-button', + 'class' => 'elgg-submit-button', ); $vars = array_merge($defaults, $vars); |