diff options
| author | Mark Otto <[email protected]> | 2011-12-10 22:29:49 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-10 22:29:49 -0800 |
| commit | d2e56ad53d5d5c93cd6206a6829ee2054f583c5b (patch) | |
| tree | 10c5d693243750fffbba2eab570c054f0e8bb5a6 /lib/forms.less | |
| parent | d587845149471ad9ed07bc57c1a8652c54d17c55 (diff) | |
| download | bootstrap-d2e56ad53d5d5c93cd6206a6829ee2054f583c5b.tar.xz bootstrap-d2e56ad53d5d5c93cd6206a6829ee2054f583c5b.zip | |
unstyle image inputs
Diffstat (limited to 'lib/forms.less')
| -rw-r--r-- | lib/forms.less | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/forms.less b/lib/forms.less index e85b9f201..8d4369b18 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -53,7 +53,8 @@ select, .border-radius(3px); } -/* Mini reset for unique input types */ +// Mini reset for unique input types +input[type=image], input[type=checkbox], input[type=radio] { width: auto; @@ -98,6 +99,11 @@ select[multiple] { background-color: @white; // Fixes Chromium bug? } +// Remove shadow from image inputs +input[type=image] { + .box-shadow(none); +} + textarea { height: auto; } |
