]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #4052 removed the :focus styling on every input element
authorCash Costello <cash.costello@gmail.com>
Mon, 28 Nov 2011 13:06:25 +0000 (08:06 -0500)
committercash <cash.costello@gmail.com>
Tue, 29 Nov 2011 02:44:02 +0000 (21:44 -0500)
views/default/css/elements/forms.php

index e358c86e7b091faee636c2c23ac20ce7ffe135be..81db817471d5c004b07d7c142be5ccbe9704f2fd 100644 (file)
@@ -41,7 +41,7 @@ input, textarea {
        box-sizing: border-box;
 }
 
-input:focus, textarea:focus {
+input[type=text]:focus, textarea:focus {
        border: solid 1px #4690d6;
        background: #e4ecf5;
        color:#333;