]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixes #951 - using background-color rather than background
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 17 Dec 2009 12:34:44 +0000 (12:34 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 17 Dec 2009 12:34:44 +0000 (12:34 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3762 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/css.php

index 80eb6e0cadc7f29d211d97d58c9afceee7d04f23..d70e18ee68daabe86aa63dbc1fbcb13dd80957a8 100644 (file)
@@ -832,7 +832,7 @@ textarea {
 }
 textarea:focus, input[type="text"]:focus {
        border: solid 1px #4690d6;
-       background: #e4ecf5;
+       background-color: #e4ecf5;
        color:#333333;
 }
 .submit_button {