Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Commit

Permalink
chore(build): v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dimirc committed Mar 17, 2015
1 parent ad5fcea commit 0ac10b0
Show file tree
Hide file tree
Showing 6 changed files with 867 additions and 687 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-select",
"version": "0.11.1",
"version": "0.11.2",
"homepage": "https://github.com/angular-ui/ui-select",
"authors": [
"AngularUI"
Expand Down
14 changes: 11 additions & 3 deletions dist/select.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* ui-select
* http://github.com/angular-ui/ui-select
* Version: 0.11.1 - 2015-03-09T14:30:26.112Z
* Version: 0.11.2 - 2015-03-17T04:08:46.478Z
* License: MIT
*/

Expand Down Expand Up @@ -44,6 +44,10 @@
display:none;
}

body > .select2-container.open {
z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Selectize theme */

/* Helper class to show styles when focus */
Expand Down Expand Up @@ -104,9 +108,9 @@
border-bottom-right-radius: 0;
}

.ui-select-bootstrap > .ui-select-match {
.ui-select-bootstrap > .ui-select-match > .btn{
/* Instead of center because of .btn */
text-align: left;
text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
Expand All @@ -124,6 +128,10 @@
margin-top: -1px;
}

body > .ui-select-bootstrap.open {
z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
height: auto;
padding: 3px 3px 0 3px;
Expand Down
Loading

1 comment on commit 0ac10b0

@olso
Copy link

@olso olso commented on 0ac10b0 Mar 17, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks it worked 👍

Please sign in to comment.