diff options
| author | Mark Otto <[email protected]> | 2011-12-21 16:00:50 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-21 16:00:50 -0600 |
| commit | 8a7abc7493a07935d4d91b2cc56a82523fd53970 (patch) | |
| tree | 9068349c4ba0a433cf038b55985422d0bcb10565 /lib/forms.less | |
| parent | 069ef6a020dc177bbf4e18a9b425af36b3395ecf (diff) | |
| download | bootstrap-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.less | 1 |
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); } |
