diff options
| author | Jacob Thornton <[email protected]> | 2011-08-22 21:51:17 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-22 21:51:17 -0700 |
| commit | 40aba9ca1d1ab5e6288c2c1550e40c9263f5aa88 (patch) | |
| tree | 5ccb423f73134e1f0700b616592d6e2ec0bbce04 /lib | |
| parent | 899c6f8d12fb4c929212efb22c69273c724406ae (diff) | |
| download | bootstrap-40aba9ca1d1ab5e6288c2c1550e40c9263f5aa88.tar.xz bootstrap-40aba9ca1d1ab5e6288c2c1550e40c9263f5aa88.zip | |
append checkbox to password input #36
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/forms.less | 6 |
1 files changed, 4 insertions, 2 deletions
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); } |
