select2.less
2.81 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
@import "../variable";
@import "../mixins";
.select2-search-choice-close {
background: none !important;
&:before {
content: "x";
display: inline-block;
font-size: 13px;
padding-left: 3px;
}
}
.select2-container-multi {
.select2-choices {
.select2-search-choice {
background: #0A8CC3;
background: #64AADD !important;
border-color: #0A8CC3;
border-color: #64AADD !important;
color: #FFFFFF;
color: #ffffff !important;
&:hover {
background:#009adb !important;
}
}
}
.select2-search-choice-close {
color:#ffffff;
left: 3px;
}
}
.select2-container {
.select2-choice {
-webkit-box-shadow: none !important;
background-color: @select-light !important;
background-color: @select-light !important;
border: 1px solid @select-light !important;
border: 1px solid @select-light !important;
box-shadow:none !important;
.select2-arrow {
b {
background: none !important;
&:before {
content: "\f0d7";
font-family: 'FontAwesome';
font-size: 12px;
position: relative;
right: 5px;
top: 6px;
}
}
}
}
.select2-choices {
-webkit-box-shadow: none !important;
background-color: @select-light !important;
background-color: @select-light !important;
border: 1px solid @select-light !important;
border: 1px solid @select-light !important;
box-shadow:none !important;
.select2-search-field {
input {
-webkit-box-shadow: none !important;
background-color: @select-light !important;
background-color: @select-light !important;
border: 1px solid @select-light !important;
border: 1px solid @select-light !important;
box-shadow:none !important;
}
}
}
}
.select2-dropdown-open {
.select2-choice {
.select2-arrow {
b {
&:before {
content: "\f0d8";
}
}
}
}
}
.select2-drop {
background-color: @select-light !important;
box-shadow: none !important;
outline: none !important;
}
.select2-drop-active {
border-top: none !important;
border-top: none !important;
border: 1px solid #DDDFE1 !important;
box-shadow: none !important;
}
.select2-container-active {
.select2-choice {
border: 1px solid #DDDFE1 !important;
box-shadow: none !important;
}
}
.select2-container-multi.select2-container-active {
.select2-choices {
border: 1px solid #DDDFE1 !important;
box-shadow: none !important;
}
}
.select2-drop-auto-width {
border: 1px solid #DDDFE1 !important;
box-shadow: none !important;
}
.select2-drop.select2-drop-above.select2-drop-active {
border: 1px solid #DDDFE1 !important;
box-shadow: none !important;
}
.select2-results {
.select2-highlighted {
background-color: #2B2E33;
}
}