aboutsummaryrefslogtreecommitdiff
path: root/views/default/forms/profile
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-28 20:08:16 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-28 20:08:16 +0000
commit6d47049d72562d74f0c6838fc2d9d3d89c016a47 (patch)
treeac74bd578e4cf22148fd97484528c4827b4cb30e /views/default/forms/profile
parent21578472f91912c8a5c1b52d8d9863173d284583 (diff)
downloadelgg-6d47049d72562d74f0c6838fc2d9d3d89c016a47.tar.gz
elgg-6d47049d72562d74f0c6838fc2d9d3d89c016a47.tar.bz2
Refs #3236 updated the button css so that disable plugin button looks like a button
git-svn-id: http://code.elgg.org/elgg/trunk@9047 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/forms/profile')
-rw-r--r--views/default/forms/profile/fields/reset.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/forms/profile/fields/reset.php b/views/default/forms/profile/fields/reset.php
index 57dc00e85..4e0f51dc6 100644
--- a/views/default/forms/profile/fields/reset.php
+++ b/views/default/forms/profile/fields/reset.php
@@ -5,6 +5,6 @@
$params = array(
'value' => elgg_echo('profile:resetdefault'),
- 'class' => 'elgg-button elgg-button-action elgg-state-disabled',
+ 'class' => 'elgg-button-cancel',
);
echo elgg_view('input/submit', $params);