aboutsummaryrefslogtreecommitdiff
path: root/lib/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-12-21 16:00:50 -0600
committerMark Otto <[email protected]>2011-12-21 16:00:50 -0600
commit8a7abc7493a07935d4d91b2cc56a82523fd53970 (patch)
tree9068349c4ba0a433cf038b55985422d0bcb10565 /lib/forms.less
parent069ef6a020dc177bbf4e18a9b425af36b3395ecf (diff)
downloadbootstrap-8a7abc7493a07935d4d91b2cc56a82523fd53970.tar.xz
bootstrap-8a7abc7493a07935d4d91b2cc56a82523fd53970.zip
docs updates, forms updated to include error states and more examples, remove text-shadow from gradientbar mixin to fix bug
Diffstat (limited to 'lib/forms.less')
-rw-r--r--lib/forms.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/forms.less b/lib/forms.less
index a73e6f545..64e77fdb4 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -325,6 +325,7 @@ textarea[readonly] {
// Allow us to put symbols and text within the input field for a cleaner look
.input-prepend,
.input-append {
+ overflow: hidden;
input {
.border-radius(0 3px 3px 0);
}