aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-12-10 22:29:49 -0800
committerMark Otto <[email protected]>2011-12-10 22:29:49 -0800
commitd2e56ad53d5d5c93cd6206a6829ee2054f583c5b (patch)
tree10c5d693243750fffbba2eab570c054f0e8bb5a6 /bootstrap.css
parentd587845149471ad9ed07bc57c1a8652c54d17c55 (diff)
downloadbootstrap-d2e56ad53d5d5c93cd6206a6829ee2054f583c5b.tar.xz
bootstrap-d2e56ad53d5d5c93cd6206a6829ee2054f583c5b.zip
unstyle image inputs
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css10
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;
}