From 40aba9ca1d1ab5e6288c2c1550e40c9263f5aa88 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Mon, 22 Aug 2011 21:51:17 -0700 Subject: append checkbox to password input #36 --- lib/forms.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/forms.less') diff --git a/lib/forms.less b/lib/forms.less index 4265f8e59..b38163f33 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -236,7 +236,8 @@ form { // Allow us to put symbols and text within the input field for a cleaner look .input-prepend, .input-append { - input[type=text] { + input[type=text], + input[type=password] { .border-radius(0 3px 3px 0); } .add-on { @@ -269,7 +270,8 @@ form { } .input-append { - input[type=text] { + input[type=text], + input[type=password] { float: left; .border-radius(3px 0 0 3px); } -- cgit v1.2.3