diff --git a/less/forms.less b/less/forms.less index 77b5135a40..c766f5d9c2 100644 --- a/less/forms.less +++ b/less/forms.less @@ -510,16 +510,16 @@ input.search-query { .border-radius(0); // Override due to specificity } .form-search .input-append .search-query { - .border-radius(14px 0 0 14px) + .border-radius(14px 0 0 14px); } .form-search .input-append .btn { - .border-radius(0 14px 14px 0) + .border-radius(0 14px 14px 0); } .form-search .input-prepend .search-query { - .border-radius(0 14px 14px 0) + .border-radius(0 14px 14px 0); } .form-search .input-prepend .btn { - .border-radius(14px 0 0 14px) + .border-radius(14px 0 0 14px); } diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index 6786454cc7..4a9f67b097 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -622,7 +622,7 @@ -
+

Prepend and append with uneditable

@@ -640,6 +640,24 @@
+
+

Prepend with type="submit"

+ +
+ + +
+
+ + + +
+

Fluid prepended and appended inputs