Skip to content

Commit

Permalink
Add input checkbox style
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Tsai committed Jun 25, 2016
1 parent 40b68fb commit 3c4b8ed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/jquery.tree-multiselect.min.css

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

4 changes: 2 additions & 2 deletions dist/jquery.tree-multiselect.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.tree-multiselect.js",
"version": "1.17.0",
"version": "1.17.1",
"description": "jQuery multiple select with nested options",
"main": "jquery.tree-multiselect.min.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/jquery.tree-multiselect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ div.tree-multiselect {
}

input[type=checkbox] {
display: inline;
margin-right: 5px;

&:hover {
Expand Down

0 comments on commit 3c4b8ed

Please sign in to comment.