mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Fixes #8516: correct input-small and input-large on select elements
This commit is contained in:
+10
-1
@@ -231,7 +231,6 @@ textarea {
|
||||
// INPUT SIZES
|
||||
// -----------
|
||||
|
||||
select,
|
||||
textarea,
|
||||
input[type="text"],
|
||||
input[type="password"],
|
||||
@@ -260,6 +259,16 @@ input[type="color"] {
|
||||
border-radius: @border-radius-small;
|
||||
}
|
||||
}
|
||||
select {
|
||||
&.input-large {
|
||||
height: @input-height-large;
|
||||
line-height: @input-height-large;
|
||||
}
|
||||
&.input-small {
|
||||
height: @input-height-small;
|
||||
line-height: @input-height-small;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user