Merge pull request #460 from MatrixZ/selectbox-border

fixes #458
This commit is contained in:
Fez Vrasta 2015-02-27 10:06:14 +01:00
commit fbc674a415
2 changed files with 0 additions and 2 deletions

View File

@ -183,7 +183,6 @@ fieldset[disabled] .form-control:disabled, .form-control-wrapper .form-control:d
select.form-control {
border: 0;
box-shadow: none;
border-bottom: 1px solid #757575;
border-radius: 0;
&:focus, &.focus {
box-shadow: none;

View File

@ -169,7 +169,6 @@ select[multiple].form-control {
select.form-control {
border: 0;
box-shadow: none;
border-bottom: 1px solid #757575;
border-radius: 0;
&:focus, &.focus {
box-shadow: none;