aboutsummaryrefslogtreecommitdiff
path: root/lib/forms.less
diff options
context:
space:
mode:
Diffstat (limited to 'lib/forms.less')
-rw-r--r--lib/forms.less6
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);
}