Skip to content

Commit

Permalink
Update css/bootstrap-combobox.css
Browse files Browse the repository at this point in the history
Fixed issue where the X and down arrow button is shorter than the input box.  Tested on Chrome, Safari and IE 9
  • Loading branch information
jasonhinkle committed Dec 11, 2012
1 parent 6981532 commit 6991331
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions css/bootstrap-combobox.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@
}
.combobox-container .add-on {
float: left;
display: block;
display: inline-block;
width: auto;
min-width: 16px;
height: 18px;
height: inherit !important;
margin-right: -1px;
padding: 4px 5px;
font-weight: normal;
line-height: 18px;
color: #999999;
text-align: center;
text-shadow: 0 1px 0 #ffffff;
Expand All @@ -42,6 +41,7 @@
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;

}
.combobox-container .active {
background-color: #a9dba9;
Expand Down Expand Up @@ -145,3 +145,6 @@
.control-group.success .combobox-container .caret {
border-top-color: #468847;
}
.btn .combobox-clear [class^="icon-"] {
line-height: 1.4em;
}

0 comments on commit 6991331

Please sign in to comment.