| 1 |
.select2-container { |
| 2 |
box-sizing: border-box; |
| 3 |
display: inline-block; |
| 4 |
margin: 0; |
| 5 |
position: relative; |
| 6 |
vertical-align: middle; } |
| 7 |
.select2-container .select2-selection--single { |
| 8 |
box-sizing: border-box; |
| 9 |
cursor: pointer; |
| 10 |
display: block; |
| 11 |
height: 28px; |
| 12 |
user-select: none; |
| 13 |
-webkit-user-select: none; } |
| 14 |
.select2-container .select2-selection--single .select2-selection__rendered { |
| 15 |
display: block; |
| 16 |
padding-left: 8px; |
| 17 |
padding-right: 20px; |
| 18 |
overflow: hidden; |
| 19 |
text-overflow: ellipsis; |
| 20 |
white-space: nowrap; } |
| 21 |
.select2-container .select2-selection--single .select2-selection__clear { |
| 22 |
background-color: transparent; |
| 23 |
border: none; |
| 24 |
font-size: 1em; } |
| 25 |
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { |
| 26 |
padding-right: 8px; |
| 27 |
padding-left: 20px; } |
| 28 |
.select2-container .select2-selection--multiple { |
| 29 |
box-sizing: border-box; |
| 30 |
cursor: pointer; |
| 31 |
display: block; |
| 32 |
min-height: 32px; |
| 33 |
user-select: none; |
| 34 |
-webkit-user-select: none; } |
| 35 |
.select2-container .select2-selection--multiple .select2-selection__rendered { |
| 36 |
display: inline; |
| 37 |
list-style: none; |
| 38 |
padding: 0; } |
| 39 |
.select2-container .select2-selection--multiple .select2-selection__clear { |
| 40 |
background-color: transparent; |
| 41 |
border: none; |
| 42 |
font-size: 1em; } |
| 43 |
.select2-container .select2-search--inline .select2-search__field { |
| 44 |
box-sizing: border-box; |
| 45 |
border: none; |
| 46 |
font-size: 100%; |
| 47 |
margin-top: 5px; |
| 48 |
margin-left: 5px; |
| 49 |
padding: 0; |
| 50 |
max-width: 100%; |
| 51 |
resize: none; |
| 52 |
height: 18px; |
| 53 |
vertical-align: bottom; |
| 54 |
font-family: sans-serif; |
| 55 |
overflow: hidden; |
| 56 |
word-break: keep-all; } |
| 57 |
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { |
| 58 |
-webkit-appearance: none; } |
| 59 |
|
| 60 |
.select2-dropdown { |
| 61 |
background-color: white; |
| 62 |
border: 1px solid #aaa; |
| 63 |
border-radius: 4px; |
| 64 |
box-sizing: border-box; |
| 65 |
display: block; |
| 66 |
position: absolute; |
| 67 |
left: -100000px; |
| 68 |
width: 100%; |
| 69 |
z-index: 1051; } |
| 70 |
|
| 71 |
.select2-results { |
| 72 |
display: block; } |
| 73 |
|
| 74 |
.select2-results__options { |
| 75 |
list-style: none; |
| 76 |
margin: 0; |
| 77 |
padding: 0; } |
| 78 |
|
| 79 |
.select2-results__option { |
| 80 |
padding: 6px; |
| 81 |
user-select: none; |
| 82 |
-webkit-user-select: none; } |
| 83 |
|
| 84 |
.select2-results__option--selectable { |
| 85 |
cursor: pointer; } |
| 86 |
|
| 87 |
.select2-container--open .select2-dropdown { |
| 88 |
left: 0; } |
| 89 |
|
| 90 |
.select2-container--open .select2-dropdown--above { |
| 91 |
border-bottom: none; |
| 92 |
border-bottom-left-radius: 0; |
| 93 |
border-bottom-right-radius: 0; } |
| 94 |
|
| 95 |
.select2-container--open .select2-dropdown--below { |
| 96 |
border-top: none; |
| 97 |
border-top-left-radius: 0; |
| 98 |
border-top-right-radius: 0; } |
| 99 |
|
| 100 |
.select2-search--dropdown { |
| 101 |
display: block; |
| 102 |
padding: 4px; } |
| 103 |
.select2-search--dropdown .select2-search__field { |
| 104 |
padding: 4px; |
| 105 |
width: 100%; |
| 106 |
box-sizing: border-box; } |
| 107 |
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { |
| 108 |
-webkit-appearance: none; } |
| 109 |
.select2-search--dropdown.select2-search--hide { |
| 110 |
display: none; } |
| 111 |
|
| 112 |
.select2-close-mask { |
| 113 |
border: 0; |
| 114 |
margin: 0; |
| 115 |
padding: 0; |
| 116 |
display: block; |
| 117 |
position: fixed; |
| 118 |
left: 0; |
| 119 |
top: 0; |
| 120 |
min-height: 100%; |
| 121 |
min-width: 100%; |
| 122 |
height: auto; |
| 123 |
width: auto; |
| 124 |
opacity: 0; |
| 125 |
z-index: 99; |
| 126 |
background-color: #fff; |
| 127 |
filter: alpha(opacity=0); } |
| 128 |
|
| 129 |
.select2-hidden-accessible { |
| 130 |
border: 0 !important; |
| 131 |
clip: rect(0 0 0 0) !important; |
| 132 |
-webkit-clip-path: inset(50%) !important; |
| 133 |
clip-path: inset(50%) !important; |
| 134 |
height: 1px !important; |
| 135 |
overflow: hidden !important; |
| 136 |
padding: 0 !important; |
| 137 |
position: absolute !important; |
| 138 |
width: 1px !important; |
| 139 |
white-space: nowrap !important; } |
| 140 |
|
| 141 |
.select2-container--default .select2-selection--single { |
| 142 |
background-color: #fff; |
| 143 |
border: 1px solid #aaa; |
| 144 |
border-radius: 4px; } |
| 145 |
.select2-container--default .select2-selection--single .select2-selection__rendered { |
| 146 |
color: #444; |
| 147 |
line-height: 28px; } |
| 148 |
.select2-container--default .select2-selection--single .select2-selection__clear { |
| 149 |
cursor: pointer; |
| 150 |
float: right; |
| 151 |
font-weight: bold; |
| 152 |
height: 26px; |
| 153 |
margin-right: 20px; |
| 154 |
padding-right: 0px; } |
| 155 |
.select2-container--default .select2-selection--single .select2-selection__placeholder { |
| 156 |
color: #999; } |
| 157 |
.select2-container--default .select2-selection--single .select2-selection__arrow { |
| 158 |
height: 26px; |
| 159 |
position: absolute; |
| 160 |
top: 1px; |
| 161 |
right: 1px; |
| 162 |
width: 20px; } |
| 163 |
.select2-container--default .select2-selection--single .select2-selection__arrow b { |
| 164 |
border-color: #888 transparent transparent transparent; |
| 165 |
border-style: solid; |
| 166 |
border-width: 5px 4px 0 4px; |
| 167 |
height: 0; |
| 168 |
left: 50%; |
| 169 |
margin-left: -4px; |
| 170 |
margin-top: -2px; |
| 171 |
position: absolute; |
| 172 |
top: 50%; |
| 173 |
width: 0; } |
| 174 |
|
| 175 |
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { |
| 176 |
float: left; } |
| 177 |
|
| 178 |
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { |
| 179 |
left: 1px; |
| 180 |
right: auto; } |
| 181 |
|
| 182 |
.select2-container--default.select2-container--disabled .select2-selection--single { |
| 183 |
background-color: #eee; |
| 184 |
cursor: default; } |
| 185 |
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { |
| 186 |
display: none; } |
| 187 |
|
| 188 |
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { |
| 189 |
border-color: transparent transparent #888 transparent; |
| 190 |
border-width: 0 4px 5px 4px; } |
| 191 |
|
| 192 |
.select2-container--default .select2-selection--multiple { |
| 193 |
background-color: white; |
| 194 |
border: 1px solid #aaa; |
| 195 |
border-radius: 4px; |
| 196 |
cursor: text; |
| 197 |
padding-bottom: 5px; |
| 198 |
padding-right: 5px; |
| 199 |
position: relative; } |
| 200 |
.select2-container--default .select2-selection--multiple.select2-selection--clearable { |
| 201 |
padding-right: 25px; } |
| 202 |
.select2-container--default .select2-selection--multiple .select2-selection__clear { |
| 203 |
cursor: pointer; |
| 204 |
font-weight: bold; |
| 205 |
height: 20px; |
| 206 |
margin-right: 10px; |
| 207 |
margin-top: 5px; |
| 208 |
position: absolute; |
| 209 |
right: 0; |
| 210 |
padding: 1px; } |
| 211 |
.select2-container--default .select2-selection--multiple .select2-selection__choice { |
| 212 |
background-color: #e4e4e4; |
| 213 |
border: 1px solid #aaa; |
| 214 |
border-radius: 4px; |
| 215 |
box-sizing: border-box; |
| 216 |
display: inline-block; |
| 217 |
margin-left: 5px; |
| 218 |
margin-top: 5px; |
| 219 |
padding: 0; |
| 220 |
padding-left: 20px; |
| 221 |
position: relative; |
| 222 |
max-width: 100%; |
| 223 |
overflow: hidden; |
| 224 |
text-overflow: ellipsis; |
| 225 |
vertical-align: bottom; |
| 226 |
white-space: nowrap; } |
| 227 |
.select2-container--default .select2-selection--multiple .select2-selection__choice__display { |
| 228 |
cursor: default; |
| 229 |
padding-left: 2px; |
| 230 |
padding-right: 5px; } |
| 231 |
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { |
| 232 |
background-color: transparent; |
| 233 |
border: none; |
| 234 |
border-right: 1px solid #aaa; |
| 235 |
border-top-left-radius: 4px; |
| 236 |
border-bottom-left-radius: 4px; |
| 237 |
color: #999; |
| 238 |
cursor: pointer; |
| 239 |
font-size: 1em; |
| 240 |
font-weight: bold; |
| 241 |
padding: 0 4px; |
| 242 |
position: absolute; |
| 243 |
left: 0; |
| 244 |
top: 0; } |
| 245 |
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus { |
| 246 |
background-color: #f1f1f1; |
| 247 |
color: #333; |
| 248 |
outline: none; } |
| 249 |
|
| 250 |
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { |
| 251 |
margin-left: 5px; |
| 252 |
margin-right: auto; } |
| 253 |
|
| 254 |
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display { |
| 255 |
padding-left: 5px; |
| 256 |
padding-right: 2px; } |
| 257 |
|
| 258 |
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { |
| 259 |
border-left: 1px solid #aaa; |
| 260 |
border-right: none; |
| 261 |
border-top-left-radius: 0; |
| 262 |
border-bottom-left-radius: 0; |
| 263 |
border-top-right-radius: 4px; |
| 264 |
border-bottom-right-radius: 4px; } |
| 265 |
|
| 266 |
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear { |
| 267 |
float: left; |
| 268 |
margin-left: 10px; |
| 269 |
margin-right: auto; } |
| 270 |
|
| 271 |
.select2-container--default.select2-container--focus .select2-selection--multiple { |
| 272 |
border: solid black 1px; |
| 273 |
outline: 0; } |
| 274 |
|
| 275 |
.select2-container--default.select2-container--disabled .select2-selection--multiple { |
| 276 |
background-color: #eee; |
| 277 |
cursor: default; } |
| 278 |
|
| 279 |
.select2-container--default.select2-container--disabled .select2-selection__choice__remove { |
| 280 |
display: none; } |
| 281 |
|
| 282 |
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { |
| 283 |
border-top-left-radius: 0; |
| 284 |
border-top-right-radius: 0; } |
| 285 |
|
| 286 |
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { |
| 287 |
border-bottom-left-radius: 0; |
| 288 |
border-bottom-right-radius: 0; } |
| 289 |
|
| 290 |
.select2-container--default .select2-search--dropdown .select2-search__field { |
| 291 |
border: 1px solid #aaa; } |
| 292 |
|
| 293 |
.select2-container--default .select2-search--inline .select2-search__field { |
| 294 |
background: transparent; |
| 295 |
border: none; |
| 296 |
outline: 0; |
| 297 |
box-shadow: none; |
| 298 |
-webkit-appearance: textfield; } |
| 299 |
|
| 300 |
.select2-container--default .select2-results > .select2-results__options { |
| 301 |
max-height: 200px; |
| 302 |
overflow-y: auto; } |
| 303 |
|
| 304 |
.select2-container--default .select2-results__option .select2-results__option { |
| 305 |
padding-left: 1em; } |
| 306 |
.select2-container--default .select2-results__option .select2-results__option .select2-results__group { |
| 307 |
padding-left: 0; } |
| 308 |
.select2-container--default .select2-results__option .select2-results__option .select2-results__option { |
| 309 |
margin-left: -1em; |
| 310 |
padding-left: 2em; } |
| 311 |
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 312 |
margin-left: -2em; |
| 313 |
padding-left: 3em; } |
| 314 |
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 315 |
margin-left: -3em; |
| 316 |
padding-left: 4em; } |
| 317 |
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 318 |
margin-left: -4em; |
| 319 |
padding-left: 5em; } |
| 320 |
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 321 |
margin-left: -5em; |
| 322 |
padding-left: 6em; } |
| 323 |
|
| 324 |
.select2-container--default .select2-results__option--group { |
| 325 |
padding: 0; } |
| 326 |
|
| 327 |
.select2-container--default .select2-results__option--disabled { |
| 328 |
color: #999; } |
| 329 |
|
| 330 |
.select2-container--default .select2-results__option--selected { |
| 331 |
background-color: #ddd; } |
| 332 |
|
| 333 |
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable { |
| 334 |
background-color: #5897fb; |
| 335 |
color: white; } |
| 336 |
|
| 337 |
.select2-container--default .select2-results__group { |
| 338 |
cursor: default; |
| 339 |
display: block; |
| 340 |
padding: 6px; } |
| 341 |
|
| 342 |
.select2-container--classic .select2-selection--single { |
| 343 |
background-color: #f7f7f7; |
| 344 |
border: 1px solid #aaa; |
| 345 |
border-radius: 4px; |
| 346 |
outline: 0; |
| 347 |
background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%); |
| 348 |
background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%); |
| 349 |
background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%); |
| 350 |
background-repeat: repeat-x; |
| 351 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); } |
| 352 |
.select2-container--classic .select2-selection--single:focus { |
| 353 |
border: 1px solid #5897fb; } |
| 354 |
.select2-container--classic .select2-selection--single .select2-selection__rendered { |
| 355 |
color: #444; |
| 356 |
line-height: 28px; } |
| 357 |
.select2-container--classic .select2-selection--single .select2-selection__clear { |
| 358 |
cursor: pointer; |
| 359 |
float: right; |
| 360 |
font-weight: bold; |
| 361 |
height: 26px; |
| 362 |
margin-right: 20px; } |
| 363 |
.select2-container--classic .select2-selection--single .select2-selection__placeholder { |
| 364 |
color: #999; } |
| 365 |
.select2-container--classic .select2-selection--single .select2-selection__arrow { |
| 366 |
background-color: #ddd; |
| 367 |
border: none; |
| 368 |
border-left: 1px solid #aaa; |
| 369 |
border-top-right-radius: 4px; |
| 370 |
border-bottom-right-radius: 4px; |
| 371 |
height: 26px; |
| 372 |
position: absolute; |
| 373 |
top: 1px; |
| 374 |
right: 1px; |
| 375 |
width: 20px; |
| 376 |
background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%); |
| 377 |
background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%); |
| 378 |
background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%); |
| 379 |
background-repeat: repeat-x; |
| 380 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); } |
| 381 |
.select2-container--classic .select2-selection--single .select2-selection__arrow b { |
| 382 |
border-color: #888 transparent transparent transparent; |
| 383 |
border-style: solid; |
| 384 |
border-width: 5px 4px 0 4px; |
| 385 |
height: 0; |
| 386 |
left: 50%; |
| 387 |
margin-left: -4px; |
| 388 |
margin-top: -2px; |
| 389 |
position: absolute; |
| 390 |
top: 50%; |
| 391 |
width: 0; } |
| 392 |
|
| 393 |
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { |
| 394 |
float: left; } |
| 395 |
|
| 396 |
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { |
| 397 |
border: none; |
| 398 |
border-right: 1px solid #aaa; |
| 399 |
border-radius: 0; |
| 400 |
border-top-left-radius: 4px; |
| 401 |
border-bottom-left-radius: 4px; |
| 402 |
left: 1px; |
| 403 |
right: auto; } |
| 404 |
|
| 405 |
.select2-container--classic.select2-container--open .select2-selection--single { |
| 406 |
border: 1px solid #5897fb; } |
| 407 |
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { |
| 408 |
background: transparent; |
| 409 |
border: none; } |
| 410 |
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { |
| 411 |
border-color: transparent transparent #888 transparent; |
| 412 |
border-width: 0 4px 5px 4px; } |
| 413 |
|
| 414 |
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { |
| 415 |
border-top: none; |
| 416 |
border-top-left-radius: 0; |
| 417 |
border-top-right-radius: 0; |
| 418 |
background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%); |
| 419 |
background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%); |
| 420 |
background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%); |
| 421 |
background-repeat: repeat-x; |
| 422 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); } |
| 423 |
|
| 424 |
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { |
| 425 |
border-bottom: none; |
| 426 |
border-bottom-left-radius: 0; |
| 427 |
border-bottom-right-radius: 0; |
| 428 |
background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%); |
| 429 |
background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%); |
| 430 |
background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%); |
| 431 |
background-repeat: repeat-x; |
| 432 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); } |
| 433 |
|
| 434 |
.select2-container--classic .select2-selection--multiple { |
| 435 |
background-color: white; |
| 436 |
border: 1px solid #aaa; |
| 437 |
border-radius: 4px; |
| 438 |
cursor: text; |
| 439 |
outline: 0; |
| 440 |
padding-bottom: 5px; |
| 441 |
padding-right: 5px; } |
| 442 |
.select2-container--classic .select2-selection--multiple:focus { |
| 443 |
border: 1px solid #5897fb; } |
| 444 |
.select2-container--classic .select2-selection--multiple .select2-selection__clear { |
| 445 |
display: none; } |
| 446 |
.select2-container--classic .select2-selection--multiple .select2-selection__choice { |
| 447 |
background-color: #e4e4e4; |
| 448 |
border: 1px solid #aaa; |
| 449 |
border-radius: 4px; |
| 450 |
display: inline-block; |
| 451 |
margin-left: 5px; |
| 452 |
margin-top: 5px; |
| 453 |
padding: 0; } |
| 454 |
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display { |
| 455 |
cursor: default; |
| 456 |
padding-left: 2px; |
| 457 |
padding-right: 5px; } |
| 458 |
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { |
| 459 |
background-color: transparent; |
| 460 |
border: none; |
| 461 |
border-top-left-radius: 4px; |
| 462 |
border-bottom-left-radius: 4px; |
| 463 |
color: #888; |
| 464 |
cursor: pointer; |
| 465 |
font-size: 1em; |
| 466 |
font-weight: bold; |
| 467 |
padding: 0 4px; } |
| 468 |
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { |
| 469 |
color: #555; |
| 470 |
outline: none; } |
| 471 |
|
| 472 |
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { |
| 473 |
margin-left: 5px; |
| 474 |
margin-right: auto; } |
| 475 |
|
| 476 |
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display { |
| 477 |
padding-left: 5px; |
| 478 |
padding-right: 2px; } |
| 479 |
|
| 480 |
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { |
| 481 |
border-top-left-radius: 0; |
| 482 |
border-bottom-left-radius: 0; |
| 483 |
border-top-right-radius: 4px; |
| 484 |
border-bottom-right-radius: 4px; } |
| 485 |
|
| 486 |
.select2-container--classic.select2-container--open .select2-selection--multiple { |
| 487 |
border: 1px solid #5897fb; } |
| 488 |
|
| 489 |
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { |
| 490 |
border-top: none; |
| 491 |
border-top-left-radius: 0; |
| 492 |
border-top-right-radius: 0; } |
| 493 |
|
| 494 |
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { |
| 495 |
border-bottom: none; |
| 496 |
border-bottom-left-radius: 0; |
| 497 |
border-bottom-right-radius: 0; } |
| 498 |
|
| 499 |
.select2-container--classic .select2-search--dropdown .select2-search__field { |
| 500 |
border: 1px solid #aaa; |
| 501 |
outline: 0; } |
| 502 |
|
| 503 |
.select2-container--classic .select2-search--inline .select2-search__field { |
| 504 |
outline: 0; |
| 505 |
box-shadow: none; } |
| 506 |
|
| 507 |
.select2-container--classic .select2-dropdown { |
| 508 |
background-color: white; |
| 509 |
border: 1px solid transparent; } |
| 510 |
|
| 511 |
.select2-container--classic .select2-dropdown--above { |
| 512 |
border-bottom: none; } |
| 513 |
|
| 514 |
.select2-container--classic .select2-dropdown--below { |
| 515 |
border-top: none; } |
| 516 |
|
| 517 |
.select2-container--classic .select2-results > .select2-results__options { |
| 518 |
max-height: 200px; |
| 519 |
overflow-y: auto; } |
| 520 |
|
| 521 |
.select2-container--classic .select2-results__option--group { |
| 522 |
padding: 0; } |
| 523 |
|
| 524 |
.select2-container--classic .select2-results__option--disabled { |
| 525 |
color: grey; } |
| 526 |
|
| 527 |
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable { |
| 528 |
background-color: #3875d7; |
| 529 |
color: white; } |
| 530 |
|
| 531 |
.select2-container--classic .select2-results__group { |
| 532 |
cursor: default; |
| 533 |
display: block; |
| 534 |
padding: 6px; } |
| 535 |
|
| 536 |
.select2-container--classic.select2-container--open .select2-dropdown { |
| 537 |
border-color: #5897fb; } |
| 538 |
|