From 2165c39e8e014061329c6d28351a8d6746f82e0b Mon Sep 17 00:00:00 2001 From: pete Date: Mon, 12 Jul 2010 11:03:30 +0000 Subject: Added disabled class to submit_button git-svn-id: http://code.elgg.org/elgg/trunk@6696 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index 311901ad2..8cfa5d420 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1181,6 +1181,16 @@ a.longtext_control { background-repeat: repeat-x; background-position: left 10px; } +.submit_button.disabled { + background-color:#999999; + border-color:#999999; + color:#dedede; +} +.submit_button.disabled:hover { + background-color:#999999; + border-color:#999999; + color:#dedede; +} input[type="password"]:focus { border: solid 1px #4690d6; background-color: #e4ecf5; -- cgit v1.2.3