From: cash Date: Thu, 17 Dec 2009 12:34:44 +0000 (+0000) Subject: fixes #951 - using background-color rather than background X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bce298d45dc3b588bb525f4be9f572600e7e93a0;p=lorea%2Felgg.git fixes #951 - using background-color rather than background git-svn-id: http://code.elgg.org/elgg/trunk@3762 36083f99-b078-4883-b0ff-0f9b5a30f544 --- 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 {