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.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dimirc committed Jul 12, 2014
1 parent 1e193cd commit 468b3be
Show file tree
Hide file tree
Showing 7 changed files with 610 additions and 524 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.3.1",
"version": "0.4.0",
"homepage": "https://github.com/angular-ui/ui-select",
"authors": [
"AngularUI"
Expand Down
31 changes: 31 additions & 0 deletions dist/select.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*!
* ui-select
* http://github.com/angular-ui/ui-select
* Version: 0.3.1 - 2014-07-12T16:26:10.171Z
* License: MIT
*/


/* Style when highlighting a search. */
.ui-select-highlight {
font-weight: bold;
Expand Down Expand Up @@ -95,6 +103,29 @@
overflow-x: hidden;
}

.ui-select-bootstrap .ui-select-choices-row>a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>a:hover, .ui-select-bootstrap .ui-select-choices-row>a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>a {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #428bca;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
Expand Down
Loading

0 comments on commit 468b3be

Please sign in to comment.