55 display : inline-block;
66}
77
8- /* multi select button style */
8+ /* button */
99.multiSelect .button {
1010 display : block;
1111 position : relative;
1212 margin : 0 auto;
1313 text-align : center;
1414 cursor : pointer;
1515 border : 1px solid # c6c6c6 ;
16- padding : 7 px 12 px 5 px ;
16+ padding : 5 px 8 px 2 px ;
1717 font-size : 14px ;
1818 line-height : 1.4 ;
1919 border-radius : 2px ;
2929
3030}
3131
32+ /* button on mouse hover */
3233.multiSelect .button : hover {
3334 background-image : linear-gradient (# fff, # eee );
3435}
5152 float : left;
5253}
5354
55+ /* The checkboxes container */
5456.multiSelect .checkboxLayer {
5557 background-color : # fff ;
5658 position : absolute;
6163 -webkit-box-shadow : 0 6px 12px rgba (0 , 0 , 0 , 0.175 );
6264 box-shadow : 0 6px 12px rgba (0 , 0 , 0 , 0.175 );
6365 background-clip : padding-box;
64- padding : 15 px ;
66+ padding : 14 px 0 px 7 px 14 px ;
6567 min-width : 270px ;
6668}
6769
70+ /* Downward pointing arrow */
6871.multiSelect .caret {
6972 display : inline-block;
7073 width : 0 ;
97100 min-width : 14px ;
98101}
99102
100-
101103label .multiSelect span {
102104 white-space : nowrap;
103105 margin : 0 ;
@@ -137,15 +139,15 @@ label.multiSelect span {
137139label .multiSelect input : focus ~ span ::after ,
138140label .multiSelect span : focus ::after ,
139141label .multiSelect span : hover ::after {
140- /* Enable this if you want some arrow pointer */
142+ /* Enable this if you want some arrow pointer on focus */
141143 /* content: ' \00AB'; */
142144}
143145
144146label .multiSelect input : focus ~ span ,
145147label .multiSelect span : hover {
146148 color : # 333 ;
147149 cursor : pointer;
148- /* Enable this if you want some arrow pointer */
150+ /* Enable this if you want some arrow pointer on focus */
149151 /* content: ' \00AB'; */
150152}
151153
@@ -161,7 +163,9 @@ label.multiSelect span:hover {
161163 cursor : not-allowed;
162164}
163165
164- /* If you use images in button / checkbox label, you might want to change the image style here.. */
166+ /*
167+ * If you use images in button / checkbox label, you might want to change the image style here.
168+ */
165169.multiSelect img {
166170 vertical-align : middle;
167171 margin-bottom : 3px ;
0 commit comments