Skip to content

Commit 843b31f

Browse files
committed
results of gulp update
1 parent 8105a70 commit 843b31f

File tree

3 files changed

+422
-319
lines changed

3 files changed

+422
-319
lines changed

css/bootstrap-multiselect.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

less/bootstrap-multiselect.less

+30-13
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
/**
22
* Bootstrap Multiselect (https://github.com/davidstutz/bootstrap-multiselect)
3-
*
3+
*
44
* Apache License, Version 2.0:
55
* Copyright (c) 2012 - 2015 David Stutz
6-
*
6+
*
77
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
88
* use this file except in compliance with the License. You may obtain a
99
* copy of the License at http://www.apache.org/licenses/LICENSE-2.0
10-
*
10+
*
1111
* Unless required by applicable law or agreed to in writing, software
1212
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
1313
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1414
* License for the specific language governing permissions and limitations
1515
* under the License.
16-
*
16+
*
1717
* BSD 3-Clause License:
1818
* Copyright (c) 2012 - 2015 David Stutz
1919
* All rights reserved.
20-
*
20+
*
2121
* Redistribution and use in source and binary forms, with or without
2222
* modification, are permitted provided that the following conditions are met:
2323
* - Redistributions of source code must retain the above copyright notice,
@@ -28,7 +28,7 @@
2828
* - Neither the name of David Stutz nor the names of its contributors may be
2929
* used to endorse or promote products derived from this software without
3030
* specific prior written permission.
31-
*
31+
*
3232
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
3333
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
3434
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
@@ -41,12 +41,29 @@
4141
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
4242
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4343
*/
44+
span.multiselect-native-select{
45+
position:relative
46+
}
47+
48+
span.multiselect-native-select select{
49+
border :0 !important;
50+
clip: rect(0 0 0 0) !important;
51+
height: 1px !important;
52+
margin: -1px -1px -1px -3px !important;
53+
overflow: hidden !important;
54+
padding: 0 !important;
55+
position: absolute !important;
56+
width: 1px !important;
57+
left: 50%;
58+
top: 30px;
59+
}
60+
4461
.multiselect-container {
4562
position: absolute;
4663
list-style-type: none;
4764
margin: 0;
4865
padding: 0;
49-
66+
5067
.input-group {
5168
margin: 5px;
5269
}
@@ -68,7 +85,7 @@
6885
&.multiselect-group-clickable label {
6986
cursor: pointer;
7087
}
71-
88+
7289
> a {
7390
padding: 0;
7491

@@ -97,16 +114,16 @@
97114
}
98115

99116
.form-inline .multiselect-container{
100-
117+
101118
label.checkbox, label.radio{
102119
padding: 3px 20px 3px 40px;
103120
}
104-
105-
li a label{
106-
121+
122+
li a label{
123+
107124
&.checkbox input[type="checkbox"], &.radio input[type="radio"]{
108125
margin-left: -20px;
109126
margin-right: 0;
110127
}
111128
}
112-
}
129+
}

0 commit comments

Comments
 (0)