1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 23:04:32 +02:00

fixes #4957: use input border var for select element instead of #ddd

This commit is contained in:
Mark Otto
2012-09-04 11:00:25 -07:00
parent 1f0043a7f5
commit de36456f5d
2 changed files with 2 additions and 2 deletions

View File

@@ -1073,7 +1073,7 @@ input[type="file"] {
select {
width: 220px;
background-color: #ffffff;
border: 1px solid #bbb;
border: 1px solid #cccccc;
}
select[multiple],