From 1e94b4e29b3d4989eff8d5344bf3415b3fb44b94 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Mon, 14 Mar 2011 23:54:38 +0000 Subject: Refs #3016: Removes inline javascript from embed, file, groups, messages, profile, thewire git-svn-id: http://code.elgg.org/elgg/trunk@8711 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/elements/buttons.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'views') diff --git a/views/default/css/elements/buttons.php b/views/default/css/elements/buttons.php index b8bf6e212..a6fd2f794 100644 --- a/views/default/css/elements/buttons.php +++ b/views/default/css/elements/buttons.php @@ -48,6 +48,12 @@ a.elgg-button { background: #0054a7 url(_graphics/button_graduation.png) repeat-x left 10px; } +.elgg-button-submit.elgg-state-disabled { + background: #999; + border-color: #999; + cursor: default; +} + /* Cancel: This button should convey a negative but easily reversible action (e.g., turning off a plugin) */ .elgg-button-cancel { color: #333; -- cgit v1.2.3