1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*!
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2017
* @version 2.1.1
*
* Additional CSS for Select2 for extra functionalities added by Krajee
*
* Author: Kartik Visweswaran
* For more JQuery plugins visit http://plugins.krajee.com
* For more Yii related demos visit http://demos.krajee.com
*/
.s2-togall-select .s2-unselect-label,
.s2-togall-unselect .s2-select-label {
display:none;
}
.s2-togall-button {
display: inline-block;
font-weight: 400;
color: #337ab7;
padding: 8px 3px;
cursor: pointer;
}
.s2-togall-button:focus,.s2-togall-button:hover {
color:#23527c;
text-decoration:underline;
background-color:transparent;
}
.s2-togall-select .s2-select-label,
.s2-togall-unselect .s2-unselect-label {
display:inline;
}
.s2-select-label, .s2-unselect-label {
line-height: 1.1;
font-size: 12px;
}
.s2-select-label .glyphicon, .s2-unselect-label .glyphicon {
margin: auto 3px;
}