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

remove unnecessary select border reset

This commit is contained in:
Mark Otto
2013-02-17 20:26:21 -08:00
parent e2d829e511
commit 53091be6d2
2 changed files with 0 additions and 10 deletions
-4
View File
@@ -1135,10 +1135,6 @@ input[type="file"] {
line-height: 34px;
}
select {
border: 1px solid #cccccc;
}
select[multiple],
select[size] {
height: auto;
-6
View File
@@ -138,12 +138,6 @@ input[type="file"] {
line-height: @input-height-base;
}
// Make select elements obey height by applying a border
// TODO: See if this can be part of the above selector stack
select {
border: 1px solid @input-border;
}
// Make multiple select elements height not fixed
select[multiple],
select[size] {