From 997b5fb73dff8692457a4fbf104e3b00f8f173fc Mon Sep 17 00:00:00 2001 From: ioguix Date: Sun, 1 Aug 2010 13:18:29 +0200 Subject: [PATCH] Add forgotten input[type=password] style for the cappuccino theme --- themes/cappuccino/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/cappuccino/global.css b/themes/cappuccino/global.css index 061c2492..946385e5 100644 --- a/themes/cappuccino/global.css +++ b/themes/cappuccino/global.css @@ -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; } -- 2.39.5