Skip to content

Commit

Permalink
Merge pull request #17 from davidstutz/master
Browse files Browse the repository at this point in the history
Update fork
  • Loading branch information
s-eckard authored Aug 27, 2021
2 parents 7c7fede + d4dd088 commit 69bc6ba
Show file tree
Hide file tree
Showing 18 changed files with 569 additions and 6,016 deletions.
23 changes: 0 additions & 23 deletions .travis.yml

This file was deleted.

12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

Bootstrap Multiselect is a JQuery based plugin to provide an intuitive user interface for using select inputs with the multiple attribute present. Instead of a select a bootstrap button will be shown w dropdown menu containing the single options as checkboxes.

Documentation, Examples, FAQ and License: [http://davidstutz.github.io/bootstrap-multiselect/](http://davidstutz.github.io/bootstrap-multiselect/).
Documentation, Examples, FAQ and License: [https://davidstutz.github.io/bootstrap-multiselect/](https://davidstutz.github.io/bootstrap-multiselect/).

**If you are interested in actively maintaining this project, please contact me (see GitHub profile for contact information).**

Bootstrap Multiselect is featured in an article on [tutorialzine](http://tutorialzine.com/): [50 must-Have Plugins for Extending Twitter Bootstrap](http://tutorialzine.com/2013/07/50-must-have-plugins-for-extending-twitter-bootstrap/); on [Bootsnipp](http://bootsnipp.com/)'s [list of Twitter Bootstrap recourses](http://bootsnipp.com/resources); on [Design Your Way](http://www.designyourway.net/blog/resources/jquery-bootstrap-plugins/); and available on [NuGet](https://www.nuget.org/packages/Bootstrap.Multiselect/0.9.9).
Bootstrap Multiselect is featured in an article on [tutorialzine](https://tutorialzine.com/): [50 must-Have Plugins for Extending Twitter Bootstrap](https://tutorialzine.com/2013/07/50-must-have-plugins-for-extending-twitter-bootstrap/); on [Bootsnipp](https://bootsnipp.com/)'s [list of Twitter Bootstrap resources](https://bootsnipp.com/resources); on [Design Your Way](https://www.designyourway.net/blog/resources/jquery-bootstrap-plugins/); and available on [NuGet](https://www.nuget.org/packages/Bootstrap.Multiselect).

**If you use this plugin commercially, consider supporting the development by [making a donation](http://davidstutz.de/donate/).**
**If you use this plugin commercially, consider supporting the development by [making a donation](https://davidstutz.de/donate/).**

Also check out [Bootstrap Strength Meter](https://github.com/davidstutz/bootstrap-strength-meter) - a Twitter Bootstrap plugin to visualize password strength using [Password Score](https://github.com/davidstutz/password-score).

Expand All @@ -18,15 +18,15 @@ Also check out [Bootstrap Strength Meter](https://github.com/davidstutz/bootstra

**Apache License, Version 2.0**

Copyright (c) 2012 - 2021 [David Stutz](http://davidstutz.de/)
Copyright (c) 2012 - 2021 [David Stutz](https://davidstutz.de/)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

**BSD 3-Clause License**

Copyright (c) 2012 - 2021 [David Stutz](http://davidstutz.de/)
Copyright (c) 2012 - 2021 [David Stutz](https://davidstutz.de/)
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
14 changes: 11 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "bootstrap-multiselect",
"description": "Twitter Bootstrap plugin to make selects user friendly.",
"homepage": "http://davidstutz.github.io/bootstrap-multiselect/",
"version": "1.0.0",
"version": "1.1.1",
"authors": [
"David Stutz"
],
"license": "Apache License, Version 2.0 OR BSD 3-Clause License",
"keywords": [
"js",
"css",
Expand All @@ -13,12 +17,16 @@
],
"main": [
"./dist/js/bootstrap-multiselect.js",
"./dist/js/bootstrap-multiselect.min.js",
"./dist/css/bootstrap-multiselect.css",
"./dist/less/bootstrap-multiselect.less"
"./dist/css/bootstrap-multiselect.min.css",
"./dist/less/bootstrap-multiselect.less",
"LICENSE.md",
"READMEREADME.md"
],
"dependencies": {
"jquery": ">= 2.2.4",
"bootstrap": ">= 4.5.2"
"bootstrap": "~4.5.x"
},
"ignore": [
"docs/.*",
Expand Down
14 changes: 11 additions & 3 deletions dist/css/bootstrap-multiselect.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@ span.multiselect-native-select select {
background-color: lightgrey;
color: black;
}
.multiselect-container .multiselect-option:hover,
.multiselect-container .multiselect-group:hover,
.multiselect-container .multiselect-all:hover,
.multiselect-container .multiselect-option:focus,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-all:focus {
background-color: darkgray !important;
}
.multiselect-container .multiselect-option .form-check,
.multiselect-container .multiselect-group .form-check,
.multiselect-container .multiselect-all .form-check {
Expand All @@ -136,11 +144,11 @@ span.multiselect-native-select select {
padding: 3px 20px 3px 40px;
}
.input-group.input-group-sm > .multiselect-native-select .multiselect {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
padding-right: 1.75rem;
height: calc(1.5em + 0.5rem + 2px);
height: calc(4em);
}
.input-group > .multiselect-native-select {
flex: 1 1 auto;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap-multiselect.min.css

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

Loading

0 comments on commit 69bc6ba

Please sign in to comment.