mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-07 20:45:03 -05:00
remove select from the new form grid sizes and let them inherit the default grid ones
This commit is contained in:
@@ -77,7 +77,12 @@ select,
|
||||
.border-radius(3px);
|
||||
}
|
||||
|
||||
/* mini reset for non-html5 file types */
|
||||
// remove padding from select
|
||||
select {
|
||||
padding: initial;
|
||||
}
|
||||
|
||||
// mini reset for non-html5 file types
|
||||
input[type=checkbox],
|
||||
input[type=radio] {
|
||||
width: auto;
|
||||
@@ -239,8 +244,7 @@ textarea.xxlarge {
|
||||
width: ((@gridColumnWidth - 10) * @columnSpan) + ((@gridColumnWidth - 10) * (@columnSpan - 1));
|
||||
}
|
||||
input,
|
||||
textarea,
|
||||
select {
|
||||
textarea {
|
||||
// Default columns
|
||||
&.span1 { .formColumns(1); }
|
||||
&.span2 { .formColumns(2); }
|
||||
|
||||
Reference in New Issue
Block a user