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 /bootstrap.css | |
| parent | d587845149471ad9ed07bc57c1a8652c54d17c55 (diff) | |
| download | bootstrap-d2e56ad53d5d5c93cd6206a6829ee2054f583c5b.tar.xz bootstrap-d2e56ad53d5d5c93cd6206a6829ee2054f583c5b.zip | |
unstyle image inputs
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/bootstrap.css b/bootstrap.css index b7a820f71..5fb8b6fc8 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Sat Dec 10 22:20:18 PST 2011 + * Date: Sat Dec 10 22:29:17 PST 2011 */ html, body { margin: 0; @@ -567,8 +567,7 @@ select, -moz-border-radius: 3px; border-radius: 3px; } -/* Mini reset for unique input types */ -input[type=checkbox], input[type=radio] { +input[type=image], input[type=checkbox], input[type=radio] { width: auto; height: auto; padding: 0; @@ -605,6 +604,11 @@ select[multiple] { height: inherit; background-color: #ffffff; } +input[type=image] { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} textarea { height: auto; } |
