2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +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 -1
View File
@@ -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;
}