diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 32cc021ea999..9fa6f766fc8a 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1073,7 +1073,7 @@ input[type="file"] { select { width: 220px; background-color: #ffffff; - border: 1px solid #bbb; + border: 1px solid #cccccc; } select[multiple], diff --git a/less/forms.less b/less/forms.less index b4b86f907d2b..f8d8562b6069 100644 --- a/less/forms.less +++ b/less/forms.less @@ -162,7 +162,7 @@ input[type="file"] { // Make select elements obey height by applying a border select { width: 220px; // default input width + 10px of padding that doesn't get applied - border: 1px solid #bbb; + border: 1px solid @inputBorder; background-color: @inputBackground; // Chrome on Linux and Mobile Safari need background-color }