diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-12-17 12:34:44 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-12-17 12:34:44 +0000 |
commit | bce298d45dc3b588bb525f4be9f572600e7e93a0 (patch) | |
tree | 70feee106bd1f935d38ea7921bfdb19db0ee8f94 /views | |
parent | 1053ec4b769e421c6f8100d732d12e4a916d4a8b (diff) | |
download | elgg-bce298d45dc3b588bb525f4be9f572600e7e93a0.tar.gz elgg-bce298d45dc3b588bb525f4be9f572600e7e93a0.tar.bz2 |
fixes #951 - using background-color rather than background
git-svn-id: http://code.elgg.org/elgg/trunk@3762 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |