Add forgotten input[type=password] style for the cappuccino theme
authorioguix <ioguix@free.fr>
Sun, 1 Aug 2010 11:18:29 +0000 (13:18 +0200)
committerioguix <ioguix@free.fr>
Sun, 1 Aug 2010 11:18:29 +0000 (13:18 +0200)
themes/cappuccino/global.css

index 061c2492c4a1ba7e794cb572468d896dc1628e41..946385e57cf6a1e16b5de8be40afa8d852daaa86 100644 (file)
@@ -74,7 +74,7 @@ a:hover {
        text-decoration: underline;
 }
 
-input[type=checkbox], input[type=text], input[type=radio] {
+input[type=checkbox], input[type=password], input[type=text], input[type=radio] {
        background: #ded4b3;
        border: 1px solid #887f5c;
 }