]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Updated walled-garden login input boxes - so they are not effected by any theme running
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 4 Aug 2010 12:17:09 +0000 (12:17 +0000)
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 4 Aug 2010 12:17:09 +0000 (12:17 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6799 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/page_shells/walled_garden.php

index c140017558ddc09067e6aaa206b85dd1a0e77a68..6f9a5da642cd3c6eaed8784006b6bc02d747d814 100644 (file)
@@ -105,6 +105,7 @@ body {background: white;}
        padding: 5px;
        border: 1px solid #cccccc;
        color:#666666;
+       background-color: white;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
 }
@@ -121,6 +122,9 @@ body {background: white;}
        border: solid 1px #4690d6;
        background: #e4ecf5;
        color:#333333;
+       -webkit-box-shadow: none;
+       -moz-box-shadow: none;
+       box-shadow: none;       
 }
 .walledgardenlogin .input_password {
        width:200px;
@@ -129,6 +133,17 @@ body {background: white;}
        border: solid 1px #4690d6;
        background-color: #e4ecf5;
        color:#333333;
+       -webkit-box-shadow: none;
+       -moz-box-shadow: none;
+       box-shadow: none;
+}
+.walledgardenlogin input[type="password"]:focus {
+       border: solid 1px #4690d6;
+       background-color: #e4ecf5;
+       color:#333333;
+       -webkit-box-shadow: none;
+       -moz-box-shadow: none;
+       box-shadow: none;
 }
 .walledgardenlogin .submit_button {
        font-size: 14px;