Skip to content

Commit

Permalink
Fix #81
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyjhol committed Mar 30, 2013
1 parent 0182d84 commit 1b12824
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion bootstrap-select.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
margin-left:0;
}

.input-append .bootstrap-select.btn-group {
margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
margin-right: -1px;
}

.bootstrap-select {
width: 220px;
}
Expand Down Expand Up @@ -110,7 +118,7 @@ bootstrap-select.btn-group .dropdown-menu li > a {
padding-left:0.5em;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small {
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small {
color: #64b1d8;
color:rgba(255,255,255,0.4);
}
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-select.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1b12824

Please sign in to comment.