diff options
| author | Mark Otto <[email protected]> | 2013-02-17 20:26:21 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-17 20:26:21 -0800 |
| commit | 53091be6d28c05f114bc0a2f74604ceb6f41845e (patch) | |
| tree | c22b43d0ec710323fcb812d2ca03dfb2ed41e4e1 | |
| parent | e2d829e511a117a28dd6528267d57738b54a4adc (diff) | |
| download | bootstrap-53091be6d28c05f114bc0a2f74604ceb6f41845e.tar.xz bootstrap-53091be6d28c05f114bc0a2f74604ceb6f41845e.zip | |
remove unnecessary select border reset
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 | ||||
| -rw-r--r-- | less/forms.less | 6 |
2 files changed, 0 insertions, 10 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 7fd15498e..c1d682426 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1135,10 +1135,6 @@ input[type="file"] { line-height: 34px; } -select { - border: 1px solid #cccccc; -} - select[multiple], select[size] { height: auto; diff --git a/less/forms.less b/less/forms.less index 883bf1cf2..252ce4cd2 100644 --- a/less/forms.less +++ b/less/forms.less @@ -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] { |
