Skip to content

Commit

Permalink
Upgrade to release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed May 9, 2015
1 parent d2b0200 commit b2a3981
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 deletions.
Binary file added lib/css/loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/css/search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 24 additions & 4 deletions lib/css/select2-krajee.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,16 @@
.select2-container--krajee .select2-search--dropdown .select2-search__field {
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
background: #fff url('select2.png') no-repeat 100% -22px;
background: #fff url('search.png') right 10px top 7px no-repeat;
border: 1px solid #ccc;
border-radius: 4px;
color: #555555;
}

.select2-container--krajee .select2-dropdown[dir="rtl"] .select2-search__field {
background: #fff url('search.png') left 10px top 7px no-repeat;
}

.select2-container--krajee .select2-search__field {
outline: 0;
}
Expand Down Expand Up @@ -259,10 +263,26 @@
padding: 0;
}

.select2-container--krajee .select2-results__option.loading-results {
.select2-container--krajee .select2-results__option.loading-results,
.select2-container--krajee .load-more {
font-style: italic;
color: #555;
background: #fff;
color: #a94442;
opacity: 1;
filter: alpha(opacity=100);
background: #fff url('loading.gif') right 10px center no-repeat;
}

.select2-container--krajee .load-more {
margin: 5px 0 5px 5px;
}

.select2-container--krajee .select2-dropdown[dir="rtl"] .select2-results__option.loading-results,
.select2-container--krajee .select2-dropdown[dir="rtl"] .load-more {
background: #fff url('loading.gif') left 10px center no-repeat;
}

.select2-container--krajee .select2-dropdown[dir="rtl"] .load-more {
margin: 5px 5px 5px 0;
}

.select2-container--krajee .select2-results__option[aria-selected] {
Expand Down
2 changes: 1 addition & 1 deletion lib/css/select2-krajee.min.css

Large diffs are not rendered by default.

Binary file removed lib/css/select2.png
Binary file not shown.

0 comments on commit b2a3981

Please sign in to comment.