From bce298d45dc3b588bb525f4be9f572600e7e93a0 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 17 Dec 2009 12:34:44 +0000 Subject: fixes #951 - using background-color rather than background git-svn-id: http://code.elgg.org/elgg/trunk@3762 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/default/css.php b/views/default/css.php index 80eb6e0ca..d70e18ee6 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -832,7 +832,7 @@ textarea { } textarea:focus, input[type="text"]:focus { border: solid 1px #4690d6; - background: #e4ecf5; + background-color: #e4ecf5; color:#333333; } .submit_button { -- cgit v1.2.3