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:
+7
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user