We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0043a commit de36456Copy full SHA for de36456
docs/assets/css/bootstrap.css
@@ -1073,7 +1073,7 @@ input[type="file"] {
1073
select {
1074
width: 220px;
1075
background-color: #ffffff;
1076
- border: 1px solid #bbb;
+ border: 1px solid #cccccc;
1077
}
1078
1079
select[multiple],
less/forms.less
@@ -162,7 +162,7 @@ input[type="file"] {
162
// Make select elements obey height by applying a border
163
164
width: 220px; // default input width + 10px of padding that doesn't get applied
165
+ border: 1px solid @inputBorder;
166
background-color: @inputBackground; // Chrome on Linux and Mobile Safari need background-color
167
168
0 commit comments