]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove unnecessary select border reset
authorMark Otto <otto@github.com>
Mon, 18 Feb 2013 04:26:21 +0000 (20:26 -0800)
committerMark Otto <otto@github.com>
Mon, 18 Feb 2013 04:26:21 +0000 (20:26 -0800)
docs/assets/css/bootstrap.css
less/forms.less

index 7fd15498e7aa4823fa333bcc07e9fd4d66a9ce56..c1d682426638c54640b4ae6d67b5f7c00fa39555 100644 (file)
@@ -1135,10 +1135,6 @@ input[type="file"] {
   line-height: 34px;
 }
 
-select {
-  border: 1px solid #cccccc;
-}
-
 select[multiple],
 select[size] {
   height: auto;
index 883bf1cf21ba881534f1f27152ab9ce4c40bd6e2..252ce4cd2daedd644eb517829d0bbe80bb222d70 100644 (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] {