mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
fixes #4957: use input border var for select element instead of #ddd
This commit is contained in:
Vendored
+1
-1
@@ -1073,7 +1073,7 @@ input[type="file"] {
|
||||
select {
|
||||
width: 220px;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #bbb;
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
|
||||
select[multiple],
|
||||
|
||||
Reference in New Issue
Block a user