diff options
| author | Mark Otto <[email protected]> | 2011-11-17 00:49:51 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-11-17 00:49:51 -0800 |
| commit | ba9fcd8b57ad7974a52aecabac7c90dccda4afcb (patch) | |
| tree | 1bcd8b1ce6a67d805245618eed5d67a02b5974b8 /lib | |
| parent | 6418a40675a2354df757e949e2092a246485ff1c (diff) | |
| download | bootstrap-ba9fcd8b57ad7974a52aecabac7c90dccda4afcb.tar.xz bootstrap-ba9fcd8b57ad7974a52aecabac7c90dccda4afcb.zip | |
make uneditable inputs work with span* classes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/forms.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/forms.less b/lib/forms.less index adc050d7a..f590101cd 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -151,7 +151,8 @@ select:focus { } input, textarea, -select { +select, +.uneditable-input { // Default columns &.span1 { .formColumns(1); } &.span2 { .formColumns(2); } |
