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

Tagging support #260

Merged
merged 3 commits into from
Nov 25, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion 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.7.0 - 2014-09-09T01:02:43.612Z
* Version: 0.7.0 - 2014-10-06T12:29:59.832Z
* License: MIT
*/

Expand Down Expand Up @@ -144,6 +144,13 @@
background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>a {
color: #777;
cursor: not-allowed;
background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
Expand Down
4 changes: 2 additions & 2 deletions dist/select.min.css → dist/select.css.min.css

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

Loading