2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

unstyle image inputs

This commit is contained in:
Mark Otto
2011-12-10 22:29:49 -08:00
parent d587845149
commit d2e56ad53d
3 changed files with 16 additions and 5 deletions
+7 -3
View File
@@ -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;
}