| 1 |
.ilj-select2-container { |
| 2 |
box-sizing: border-box; |
| 3 |
display: inline-block; |
| 4 |
margin: 0; |
| 5 |
position: relative; |
| 6 |
vertical-align: middle; |
| 7 |
} |
| 8 |
|
| 9 |
.ilj-select2-container .ilj-select2-selection--single { |
| 10 |
box-sizing: border-box; |
| 11 |
cursor: pointer; |
| 12 |
display: block; |
| 13 |
height: 28px; |
| 14 |
user-select: none; |
| 15 |
-webkit-user-select: none; |
| 16 |
} |
| 17 |
|
| 18 |
.ilj-select2-container .ilj-select2-selection--single .ilj-select2-selection__rendered { |
| 19 |
display: block; |
| 20 |
padding-left: 8px; |
| 21 |
padding-right: 20px; |
| 22 |
overflow: hidden; |
| 23 |
text-overflow: ellipsis; |
| 24 |
white-space: nowrap; |
| 25 |
} |
| 26 |
|
| 27 |
.ilj-select2-container .ilj-select2-selection--single .ilj-select2-selection__clear { |
| 28 |
background-color: transparent; |
| 29 |
border: none; |
| 30 |
font-size: 1em; |
| 31 |
} |
| 32 |
|
| 33 |
.ilj-select2-container[dir="rtl"] .ilj-select2-selection--single .ilj-select2-selection__rendered { |
| 34 |
padding-right: 8px; |
| 35 |
padding-left: 20px; |
| 36 |
} |
| 37 |
|
| 38 |
.ilj-select2-container .ilj-select2-selection--multiple { |
| 39 |
box-sizing: border-box; |
| 40 |
cursor: pointer; |
| 41 |
display: block; |
| 42 |
min-height: 32px; |
| 43 |
user-select: none; |
| 44 |
-webkit-user-select: none; |
| 45 |
} |
| 46 |
|
| 47 |
.ilj-select2-container .ilj-select2-selection--multiple .ilj-select2-selection__rendered, |
| 48 |
.ilj-select2-container .ilj-select2-selection--multiple .ilj-select2-selection_search__rendered { |
| 49 |
display: inline; |
| 50 |
list-style: none; |
| 51 |
padding: 0; |
| 52 |
} |
| 53 |
|
| 54 |
.ilj-select2-container .ilj-select2-selection--multiple .ilj-select2-selection_search__rendered .ilj-select2-search--inline { |
| 55 |
display: inline-block; |
| 56 |
} |
| 57 |
|
| 58 |
.ilj-select2-container .ilj-select2-selection--multiple .ilj-select2-selection__clear { |
| 59 |
background-color: transparent; |
| 60 |
border: none; |
| 61 |
font-size: 1em; |
| 62 |
} |
| 63 |
|
| 64 |
.ilj-select2-container .ilj-select2-search--inline .ilj-select2-search__field { |
| 65 |
box-sizing: border-box; |
| 66 |
border: none; |
| 67 |
font-size: 100%; |
| 68 |
margin-top: 5px; |
| 69 |
margin-left: 5px; |
| 70 |
padding: 0; |
| 71 |
max-width: 100%; |
| 72 |
resize: none; |
| 73 |
height: 18px; |
| 74 |
vertical-align: bottom; |
| 75 |
font-family: sans-serif; |
| 76 |
overflow: hidden; |
| 77 |
word-break: keep-all; |
| 78 |
} |
| 79 |
|
| 80 |
.ilj-select2-container .ilj-select2-search--inline .ilj-select2-search__field::-webkit-search-cancel-button { |
| 81 |
-webkit-appearance: none; |
| 82 |
} |
| 83 |
|
| 84 |
.ilj-select2-dropdown { |
| 85 |
background-color: white; |
| 86 |
border: 1px solid #aaa; |
| 87 |
border-radius: 4px; |
| 88 |
box-sizing: border-box; |
| 89 |
display: block; |
| 90 |
position: absolute; |
| 91 |
left: -100000px; |
| 92 |
width: 100%; |
| 93 |
z-index: 1051; |
| 94 |
} |
| 95 |
|
| 96 |
.ilj-select2-results { |
| 97 |
display: block; |
| 98 |
} |
| 99 |
|
| 100 |
.ilj-select2-results__options { |
| 101 |
list-style: none; |
| 102 |
margin: 0; |
| 103 |
padding: 0; |
| 104 |
} |
| 105 |
|
| 106 |
.ilj-select2-results__option { |
| 107 |
padding: 6px; |
| 108 |
user-select: none; |
| 109 |
-webkit-user-select: none; |
| 110 |
} |
| 111 |
|
| 112 |
.ilj-select2-results__option--selectable { |
| 113 |
cursor: pointer; |
| 114 |
} |
| 115 |
|
| 116 |
.ilj-select2-container--open .ilj-select2-dropdown { |
| 117 |
left: 0; |
| 118 |
} |
| 119 |
|
| 120 |
.ilj-select2-container--open .ilj-select2-dropdown--above { |
| 121 |
border-bottom: none; |
| 122 |
border-bottom-left-radius: 0; |
| 123 |
border-bottom-right-radius: 0; |
| 124 |
} |
| 125 |
|
| 126 |
.ilj-select2-container--open .ilj-select2-dropdown--below { |
| 127 |
border-top: none; |
| 128 |
border-top-left-radius: 0; |
| 129 |
border-top-right-radius: 0; |
| 130 |
} |
| 131 |
|
| 132 |
.ilj-select2-search--dropdown { |
| 133 |
display: block; |
| 134 |
padding: 4px; |
| 135 |
} |
| 136 |
|
| 137 |
.ilj-select2-search--dropdown .ilj-select2-search__field { |
| 138 |
padding: 4px; |
| 139 |
width: 100%; |
| 140 |
box-sizing: border-box; |
| 141 |
} |
| 142 |
|
| 143 |
.ilj-select2-search--dropdown .ilj-select2-search__field::-webkit-search-cancel-button { |
| 144 |
-webkit-appearance: none; |
| 145 |
} |
| 146 |
|
| 147 |
.ilj-select2-search--dropdown.ilj-select2-search--hide { |
| 148 |
display: none; |
| 149 |
} |
| 150 |
|
| 151 |
.select2-close-mask { |
| 152 |
border: 0; |
| 153 |
margin: 0; |
| 154 |
padding: 0; |
| 155 |
display: block; |
| 156 |
position: fixed; |
| 157 |
left: 0; |
| 158 |
top: 0; |
| 159 |
min-height: 100%; |
| 160 |
min-width: 100%; |
| 161 |
height: auto; |
| 162 |
width: auto; |
| 163 |
opacity: 0; |
| 164 |
z-index: 99; |
| 165 |
background-color: #fff; |
| 166 |
filter: alpha(opacity=0); |
| 167 |
} |
| 168 |
|
| 169 |
.ilj-select2-hidden-accessible { |
| 170 |
border: 0 !important; |
| 171 |
clip: rect(0 0 0 0) !important; |
| 172 |
-webkit-clip-path: inset(50%) !important; |
| 173 |
clip-path: inset(50%) !important; |
| 174 |
height: 1px !important; |
| 175 |
overflow: hidden !important; |
| 176 |
padding: 0 !important; |
| 177 |
position: absolute !important; |
| 178 |
width: 1px !important; |
| 179 |
white-space: nowrap !important; |
| 180 |
} |
| 181 |
|
| 182 |
.ilj-select2-container--default .ilj-select2-selection--single { |
| 183 |
background-color: #fff; |
| 184 |
border: 1px solid #aaa; |
| 185 |
border-radius: 4px; |
| 186 |
} |
| 187 |
|
| 188 |
.ilj-select2-container--default .ilj-select2-selection--single .ilj-select2-selection__rendered { |
| 189 |
color: #444; |
| 190 |
line-height: 28px; |
| 191 |
} |
| 192 |
|
| 193 |
.ilj-select2-container--default .ilj-select2-selection--single .ilj-select2-selection__clear { |
| 194 |
cursor: pointer; |
| 195 |
float: right; |
| 196 |
font-weight: bold; |
| 197 |
height: 26px; |
| 198 |
margin-right: 20px; |
| 199 |
padding-right: 0px; |
| 200 |
} |
| 201 |
|
| 202 |
.ilj-select2-container--default .ilj-select2-selection--single .ilj-select2-selection__placeholder { |
| 203 |
color: #999; |
| 204 |
} |
| 205 |
|
| 206 |
.ilj-select2-container--default .ilj-select2-selection--single .ilj-select2-selection__arrow { |
| 207 |
height: 26px; |
| 208 |
position: absolute; |
| 209 |
top: 1px; |
| 210 |
right: 1px; |
| 211 |
width: 20px; |
| 212 |
} |
| 213 |
|
| 214 |
.ilj-select2-container--default .ilj-select2-selection--single .ilj-select2-selection__arrow b { |
| 215 |
border-color: #888 transparent transparent transparent; |
| 216 |
border-style: solid; |
| 217 |
border-width: 5px 4px 0 4px; |
| 218 |
height: 0; |
| 219 |
left: 50%; |
| 220 |
margin-left: -4px; |
| 221 |
margin-top: -2px; |
| 222 |
position: absolute; |
| 223 |
top: 50%; |
| 224 |
width: 0; |
| 225 |
} |
| 226 |
|
| 227 |
.ilj-select2-container--default[dir="rtl"] .ilj-select2-selection--single .ilj-select2-selection__clear { |
| 228 |
float: left; |
| 229 |
} |
| 230 |
|
| 231 |
.ilj-select2-container--default[dir="rtl"] .ilj-select2-selection--single .ilj-select2-selection__arrow { |
| 232 |
left: 1px; |
| 233 |
right: auto; |
| 234 |
} |
| 235 |
|
| 236 |
.ilj-select2-container--default.ilj-select2-container--disabled .ilj-select2-selection--single { |
| 237 |
background-color: #eee; |
| 238 |
cursor: default; |
| 239 |
} |
| 240 |
|
| 241 |
.ilj-select2-container--default.ilj-select2-container--disabled .ilj-select2-selection--single .ilj-select2-selection__clear { |
| 242 |
display: none; |
| 243 |
} |
| 244 |
|
| 245 |
.ilj-select2-container--default.ilj-select2-container--open .ilj-select2-selection--single .ilj-select2-selection__arrow b { |
| 246 |
border-color: transparent transparent #888 transparent; |
| 247 |
border-width: 0 4px 5px 4px; |
| 248 |
} |
| 249 |
|
| 250 |
.ilj-select2-container--default .ilj-select2-selection--multiple { |
| 251 |
background-color: white; |
| 252 |
border: 1px solid #aaa; |
| 253 |
border-radius: 4px; |
| 254 |
cursor: text; |
| 255 |
padding-bottom: 5px; |
| 256 |
padding-right: 5px; |
| 257 |
position: relative; |
| 258 |
} |
| 259 |
|
| 260 |
.ilj-select2-container--default .ilj-select2-selection--multiple.ilj-select2-selection--clearable { |
| 261 |
padding-right: 25px; |
| 262 |
} |
| 263 |
|
| 264 |
.ilj-select2-container--default .ilj-select2-selection--multiple .ilj-select2-selection__clear { |
| 265 |
cursor: pointer; |
| 266 |
font-weight: bold; |
| 267 |
height: 20px; |
| 268 |
margin-right: 10px; |
| 269 |
margin-top: 5px; |
| 270 |
position: absolute; |
| 271 |
right: 0; |
| 272 |
padding: 1px; |
| 273 |
} |
| 274 |
|
| 275 |
.ilj-select2-container--default .ilj-select2-selection--multiple .ilj-select2-selection__choice { |
| 276 |
background-color: #e4e4e4; |
| 277 |
border: 1px solid #aaa; |
| 278 |
border-radius: 4px; |
| 279 |
box-sizing: border-box; |
| 280 |
display: inline-block; |
| 281 |
margin-left: 5px; |
| 282 |
margin-top: 5px; |
| 283 |
padding: 0; |
| 284 |
padding-left: 20px; |
| 285 |
position: relative; |
| 286 |
max-width: 100%; |
| 287 |
overflow: hidden; |
| 288 |
text-overflow: ellipsis; |
| 289 |
vertical-align: bottom; |
| 290 |
white-space: nowrap; |
| 291 |
} |
| 292 |
|
| 293 |
.ilj-select2-container--default .ilj-select2-selection--multiple .ilj-select2-selection__choice__display { |
| 294 |
cursor: default; |
| 295 |
padding-left: 2px; |
| 296 |
padding-right: 5px; |
| 297 |
} |
| 298 |
|
| 299 |
.ilj-select2-container--default .ilj-select2-selection--multiple .ilj-select2-selection__choice__remove { |
| 300 |
background-color: transparent; |
| 301 |
border: none; |
| 302 |
border-right: 1px solid #aaa; |
| 303 |
border-top-left-radius: 4px; |
| 304 |
border-bottom-left-radius: 4px; |
| 305 |
color: #999; |
| 306 |
cursor: pointer; |
| 307 |
font-size: 1em; |
| 308 |
font-weight: bold; |
| 309 |
padding: 0 4px; |
| 310 |
position: absolute; |
| 311 |
left: 0; |
| 312 |
top: 0; |
| 313 |
} |
| 314 |
|
| 315 |
.ilj-select2-container--default .ilj-select2-selection--multiple .ilj-select2-selection__choice__remove:hover, |
| 316 |
.ilj-select2-container--default .ilj-select2-selection--multiple .ilj-select2-selection__choice__remove:focus { |
| 317 |
background-color: #f1f1f1; |
| 318 |
color: #333; |
| 319 |
outline: none; |
| 320 |
} |
| 321 |
|
| 322 |
.ilj-select2-container--default[dir="rtl"] .ilj-select2-selection--multiple .ilj-select2-selection__choice { |
| 323 |
margin-left: 5px; |
| 324 |
margin-right: auto; |
| 325 |
} |
| 326 |
|
| 327 |
.ilj-select2-container--default[dir="rtl"] .ilj-select2-selection--multiple .ilj-select2-selection__choice__display { |
| 328 |
padding-left: 5px; |
| 329 |
padding-right: 2px; |
| 330 |
} |
| 331 |
|
| 332 |
.ilj-select2-container--default[dir="rtl"] .ilj-select2-selection--multiple .ilj-select2-selection__choice__remove { |
| 333 |
border-left: 1px solid #aaa; |
| 334 |
border-right: none; |
| 335 |
border-top-left-radius: 0; |
| 336 |
border-bottom-left-radius: 0; |
| 337 |
border-top-right-radius: 4px; |
| 338 |
border-bottom-right-radius: 4px; |
| 339 |
} |
| 340 |
|
| 341 |
.ilj-select2-container--default[dir="rtl"] .ilj-select2-selection--multiple .ilj-select2-selection__clear { |
| 342 |
float: left; |
| 343 |
margin-left: 10px; |
| 344 |
margin-right: auto; |
| 345 |
} |
| 346 |
|
| 347 |
.ilj-select2-container--default.ilj-select2-container--focus .ilj-select2-selection--multiple { |
| 348 |
border: solid black 1px; |
| 349 |
outline: 0; |
| 350 |
} |
| 351 |
|
| 352 |
.ilj-select2-container--default.ilj-select2-container--disabled .ilj-select2-selection--multiple { |
| 353 |
background-color: #eee; |
| 354 |
cursor: default; |
| 355 |
} |
| 356 |
|
| 357 |
.ilj-select2-container--default.ilj-select2-container--disabled .ilj-select2-selection__choice__remove { |
| 358 |
display: none; |
| 359 |
} |
| 360 |
|
| 361 |
.ilj-select2-container--default.ilj-select2-container--open.ilj-select2-container--above .ilj-select2-selection--single, |
| 362 |
.ilj-select2-container--default.ilj-select2-container--open.ilj-select2-container--above .ilj-select2-selection--multiple { |
| 363 |
border-top-left-radius: 0; |
| 364 |
border-top-right-radius: 0; |
| 365 |
} |
| 366 |
|
| 367 |
.ilj-select2-container--default.ilj-select2-container--open.ilj-select2-container--below .ilj-select2-selection--single, |
| 368 |
.ilj-select2-container--default.ilj-select2-container--open.ilj-select2-container--below .ilj-select2-selection--multiple { |
| 369 |
border-bottom-left-radius: 0; |
| 370 |
border-bottom-right-radius: 0; |
| 371 |
} |
| 372 |
|
| 373 |
.ilj-select2-container--default .ilj-select2-search--dropdown .ilj-select2-search__field { |
| 374 |
border: 1px solid #aaa; |
| 375 |
} |
| 376 |
|
| 377 |
.ilj-select2-container--default .ilj-select2-search--inline .ilj-select2-search__field { |
| 378 |
background: transparent; |
| 379 |
border: none; |
| 380 |
outline: 0; |
| 381 |
box-shadow: none; |
| 382 |
-webkit-appearance: textfield; |
| 383 |
} |
| 384 |
|
| 385 |
.ilj-select2-container--default .ilj-select2-results > .ilj-select2-results__options { |
| 386 |
max-height: 200px; |
| 387 |
overflow-y: auto; |
| 388 |
} |
| 389 |
|
| 390 |
.ilj-select2-container--default .ilj-select2-results__option .ilj-select2-results__option { |
| 391 |
padding-left: 1em; |
| 392 |
} |
| 393 |
|
| 394 |
.ilj-select2-container--default .ilj-select2-results__option .ilj-select2-results__option .ilj-select2-results__group { |
| 395 |
padding-left: 0; |
| 396 |
} |
| 397 |
|
| 398 |
.ilj-select2-container--default .ilj-select2-results__option .ilj-select2-results__option .ilj-select2-results__option { |
| 399 |
margin-left: -1em; |
| 400 |
padding-left: 2em; |
| 401 |
} |
| 402 |
|
| 403 |
.ilj-select2-container--default .ilj-select2-results__option .ilj-select2-results__option .ilj-select2-results__option .ilj-select2-results__option { |
| 404 |
margin-left: -2em; |
| 405 |
padding-left: 3em; |
| 406 |
} |
| 407 |
|
| 408 |
.ilj-select2-container--default .ilj-select2-results__option .ilj-select2-results__option .ilj-select2-results__option .ilj-select2-results__option .ilj-select2-results__option { |
| 409 |
margin-left: -3em; |
| 410 |
padding-left: 4em; |
| 411 |
} |
| 412 |
|
| 413 |
.ilj-select2-container--default .ilj-select2-results__option .ilj-select2-results__option .ilj-select2-results__option .ilj-select2-results__option .ilj-select2-results__option .ilj-select2-results__option { |
| 414 |
margin-left: -4em; |
| 415 |
padding-left: 5em; |
| 416 |
} |
| 417 |
|
| 418 |
.ilj-select2-container--default .ilj-select2-results__option .ilj-select2-results__option .ilj-select2-results__option .ilj-select2-results__option .ilj-select2-results__option .ilj-select2-results__option .ilj-select2-results__option { |
| 419 |
margin-left: -5em; |
| 420 |
padding-left: 6em; |
| 421 |
} |
| 422 |
|
| 423 |
.ilj-select2-container--default .ilj-select2-results__option--group { |
| 424 |
padding: 0; |
| 425 |
} |
| 426 |
|
| 427 |
.ilj-select2-container--default .ilj-select2-results__option--disabled { |
| 428 |
color: #999; |
| 429 |
} |
| 430 |
|
| 431 |
.ilj-select2-container--default .ilj-select2-results__option--selected { |
| 432 |
background-color: #ddd; |
| 433 |
} |
| 434 |
|
| 435 |
.ilj-select2-container--default .ilj-select2-results__option--highlighted.ilj-select2-results__option--selectable { |
| 436 |
background-color: #5897fb; |
| 437 |
color: white; |
| 438 |
} |
| 439 |
|
| 440 |
.ilj-select2-container--default .ilj-select2-results__group { |
| 441 |
cursor: default; |
| 442 |
display: block; |
| 443 |
padding: 6px; |
| 444 |
} |
| 445 |
|
| 446 |
.ilj-select2-container--classic .ilj-select2-selection--single { |
| 447 |
background-color: #f7f7f7; |
| 448 |
border: 1px solid #aaa; |
| 449 |
border-radius: 4px; |
| 450 |
outline: 0; |
| 451 |
background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%); |
| 452 |
background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%); |
| 453 |
background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%); |
| 454 |
background-repeat: repeat-x; |
| 455 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); |
| 456 |
} |
| 457 |
|
| 458 |
.ilj-select2-container--classic .ilj-select2-selection--single:focus { |
| 459 |
border: 1px solid #5897fb; |
| 460 |
} |
| 461 |
|
| 462 |
.ilj-select2-container--classic .ilj-select2-selection--single .ilj-select2-selection__rendered { |
| 463 |
color: #444; |
| 464 |
line-height: 28px; |
| 465 |
} |
| 466 |
|
| 467 |
.ilj-select2-container--classic .ilj-select2-selection--single .ilj-select2-selection__clear { |
| 468 |
cursor: pointer; |
| 469 |
float: right; |
| 470 |
font-weight: bold; |
| 471 |
height: 26px; |
| 472 |
margin-right: 20px; |
| 473 |
} |
| 474 |
|
| 475 |
.ilj-select2-container--classic .ilj-select2-selection--single .ilj-select2-selection__placeholder { |
| 476 |
color: #999; |
| 477 |
} |
| 478 |
|
| 479 |
.ilj-select2-container--classic .ilj-select2-selection--single .ilj-select2-selection__arrow { |
| 480 |
background-color: #ddd; |
| 481 |
border: none; |
| 482 |
border-left: 1px solid #aaa; |
| 483 |
border-top-right-radius: 4px; |
| 484 |
border-bottom-right-radius: 4px; |
| 485 |
height: 26px; |
| 486 |
position: absolute; |
| 487 |
top: 1px; |
| 488 |
right: 1px; |
| 489 |
width: 20px; |
| 490 |
background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%); |
| 491 |
background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%); |
| 492 |
background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%); |
| 493 |
background-repeat: repeat-x; |
| 494 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); |
| 495 |
} |
| 496 |
|
| 497 |
.ilj-select2-container--classic .ilj-select2-selection--single .ilj-select2-selection__arrow b { |
| 498 |
border-color: #888 transparent transparent transparent; |
| 499 |
border-style: solid; |
| 500 |
border-width: 5px 4px 0 4px; |
| 501 |
height: 0; |
| 502 |
left: 50%; |
| 503 |
margin-left: -4px; |
| 504 |
margin-top: -2px; |
| 505 |
position: absolute; |
| 506 |
top: 50%; |
| 507 |
width: 0; |
| 508 |
} |
| 509 |
|
| 510 |
.ilj-select2-container--classic[dir="rtl"] .ilj-select2-selection--single .ilj-select2-selection__clear { |
| 511 |
float: left; |
| 512 |
} |
| 513 |
|
| 514 |
.ilj-select2-container--classic[dir="rtl"] .ilj-select2-selection--single .ilj-select2-selection__arrow { |
| 515 |
border: none; |
| 516 |
border-right: 1px solid #aaa; |
| 517 |
border-radius: 0; |
| 518 |
border-top-left-radius: 4px; |
| 519 |
border-bottom-left-radius: 4px; |
| 520 |
left: 1px; |
| 521 |
right: auto; |
| 522 |
} |
| 523 |
|
| 524 |
.ilj-select2-container--classic.ilj-select2-container--open .ilj-select2-selection--single { |
| 525 |
border: 1px solid #5897fb; |
| 526 |
} |
| 527 |
|
| 528 |
.ilj-select2-container--classic.ilj-select2-container--open .ilj-select2-selection--single .ilj-select2-selection__arrow { |
| 529 |
background: transparent; |
| 530 |
border: none; |
| 531 |
} |
| 532 |
|
| 533 |
.ilj-select2-container--classic.ilj-select2-container--open .ilj-select2-selection--single .ilj-select2-selection__arrow b { |
| 534 |
border-color: transparent transparent #888 transparent; |
| 535 |
border-width: 0 4px 5px 4px; |
| 536 |
} |
| 537 |
|
| 538 |
.ilj-select2-container--classic.ilj-select2-container--open.ilj-select2-container--above .ilj-select2-selection--single { |
| 539 |
border-top: none; |
| 540 |
border-top-left-radius: 0; |
| 541 |
border-top-right-radius: 0; |
| 542 |
background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%); |
| 543 |
background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%); |
| 544 |
background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%); |
| 545 |
background-repeat: repeat-x; |
| 546 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); |
| 547 |
} |
| 548 |
|
| 549 |
.ilj-select2-container--classic.ilj-select2-container--open.ilj-select2-container--below .ilj-select2-selection--single { |
| 550 |
border-bottom: none; |
| 551 |
border-bottom-left-radius: 0; |
| 552 |
border-bottom-right-radius: 0; |
| 553 |
background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%); |
| 554 |
background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%); |
| 555 |
background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%); |
| 556 |
background-repeat: repeat-x; |
| 557 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); |
| 558 |
} |
| 559 |
|
| 560 |
.ilj-select2-container--classic .ilj-select2-selection--multiple { |
| 561 |
background-color: white; |
| 562 |
border: 1px solid #aaa; |
| 563 |
border-radius: 4px; |
| 564 |
cursor: text; |
| 565 |
outline: 0; |
| 566 |
padding-bottom: 5px; |
| 567 |
padding-right: 5px; |
| 568 |
} |
| 569 |
|
| 570 |
.ilj-select2-container--classic .ilj-select2-selection--multiple:focus { |
| 571 |
border: 1px solid #5897fb; |
| 572 |
} |
| 573 |
|
| 574 |
.ilj-select2-container--classic .ilj-select2-selection--multiple .ilj-select2-selection__clear { |
| 575 |
display: none; |
| 576 |
} |
| 577 |
|
| 578 |
.ilj-select2-container--classic .ilj-select2-selection--multiple .ilj-select2-selection__choice { |
| 579 |
background-color: #e4e4e4; |
| 580 |
border: 1px solid #aaa; |
| 581 |
border-radius: 4px; |
| 582 |
display: inline-block; |
| 583 |
margin-left: 5px; |
| 584 |
margin-top: 5px; |
| 585 |
padding: 0; |
| 586 |
} |
| 587 |
|
| 588 |
.ilj-select2-container--classic .ilj-select2-selection--multiple .ilj-select2-selection__choice__display { |
| 589 |
cursor: default; |
| 590 |
padding-left: 2px; |
| 591 |
padding-right: 5px; |
| 592 |
} |
| 593 |
|
| 594 |
.ilj-select2-container--classic .ilj-select2-selection--multiple .ilj-select2-selection__choice__remove { |
| 595 |
background-color: transparent; |
| 596 |
border: none; |
| 597 |
border-top-left-radius: 4px; |
| 598 |
border-bottom-left-radius: 4px; |
| 599 |
color: #888; |
| 600 |
cursor: pointer; |
| 601 |
font-size: 1em; |
| 602 |
font-weight: bold; |
| 603 |
padding: 0 4px; |
| 604 |
} |
| 605 |
|
| 606 |
.ilj-select2-container--classic .ilj-select2-selection--multiple .ilj-select2-selection__choice__remove:hover { |
| 607 |
color: #555; |
| 608 |
outline: none; |
| 609 |
} |
| 610 |
|
| 611 |
.ilj-select2-container--classic[dir="rtl"] .ilj-select2-selection--multiple .ilj-select2-selection__choice { |
| 612 |
margin-left: 5px; |
| 613 |
margin-right: auto; |
| 614 |
} |
| 615 |
|
| 616 |
.ilj-select2-container--classic[dir="rtl"] .ilj-select2-selection--multiple .ilj-select2-selection__choice__display { |
| 617 |
padding-left: 5px; |
| 618 |
padding-right: 2px; |
| 619 |
} |
| 620 |
|
| 621 |
.ilj-select2-container--classic[dir="rtl"] .ilj-select2-selection--multiple .ilj-select2-selection__choice__remove { |
| 622 |
border-top-left-radius: 0; |
| 623 |
border-bottom-left-radius: 0; |
| 624 |
border-top-right-radius: 4px; |
| 625 |
border-bottom-right-radius: 4px; |
| 626 |
} |
| 627 |
|
| 628 |
.ilj-select2-container--classic.ilj-select2-container--open .ilj-select2-selection--multiple { |
| 629 |
border: 1px solid #5897fb; |
| 630 |
} |
| 631 |
|
| 632 |
.ilj-select2-container--classic.ilj-select2-container--open.ilj-select2-container--above .ilj-select2-selection--multiple { |
| 633 |
border-top: none; |
| 634 |
border-top-left-radius: 0; |
| 635 |
border-top-right-radius: 0; |
| 636 |
} |
| 637 |
|
| 638 |
.ilj-select2-container--classic.ilj-select2-container--open.ilj-select2-container--below .ilj-select2-selection--multiple { |
| 639 |
border-bottom: none; |
| 640 |
border-bottom-left-radius: 0; |
| 641 |
border-bottom-right-radius: 0; |
| 642 |
} |
| 643 |
|
| 644 |
.ilj-select2-container--classic .ilj-select2-search--dropdown .ilj-select2-search__field { |
| 645 |
border: 1px solid #aaa; |
| 646 |
outline: 0; |
| 647 |
} |
| 648 |
|
| 649 |
.ilj-select2-container--classic .ilj-select2-search--inline .ilj-select2-search__field { |
| 650 |
outline: 0; |
| 651 |
box-shadow: none; |
| 652 |
} |
| 653 |
|
| 654 |
.ilj-select2-container--classic .ilj-select2-dropdown { |
| 655 |
background-color: white; |
| 656 |
border: 1px solid transparent; |
| 657 |
} |
| 658 |
|
| 659 |
.ilj-select2-container--classic .ilj-select2-dropdown--above { |
| 660 |
border-bottom: none; |
| 661 |
} |
| 662 |
|
| 663 |
.ilj-select2-container--classic .ilj-select2-dropdown--below { |
| 664 |
border-top: none; |
| 665 |
} |
| 666 |
|
| 667 |
.ilj-select2-container--classic .ilj-select2-results > .ilj-select2-results__options { |
| 668 |
max-height: 200px; |
| 669 |
overflow-y: auto; |
| 670 |
} |
| 671 |
|
| 672 |
.ilj-select2-container--classic .ilj-select2-results__option--group { |
| 673 |
padding: 0; |
| 674 |
} |
| 675 |
|
| 676 |
.ilj-select2-container--classic .ilj-select2-results__option--disabled { |
| 677 |
color: grey; |
| 678 |
} |
| 679 |
|
| 680 |
.ilj-select2-container--classic .ilj-select2-results__option--highlighted.ilj-select2-results__option--selectable { |
| 681 |
background-color: #3875d7; |
| 682 |
color: white; |
| 683 |
} |
| 684 |
|
| 685 |
.ilj-select2-container--classic .ilj-select2-results__group { |
| 686 |
cursor: default; |
| 687 |
display: block; |
| 688 |
padding: 6px; |
| 689 |
} |
| 690 |
|
| 691 |
.ilj-select2-container--classic.ilj-select2-container--open .ilj-select2-dropdown { |
| 692 |
border-color: #5897fb; |
| 693 |
} |
| 694 |
|
| 695 |
.ilj-select2-keyword-gap-badge { |
| 696 |
font-family: monospace; |
| 697 |
letter-spacing: -1px; |
| 698 |
cursor: help; |
| 699 |
padding: 0 5px; |
| 700 |
border-radius: 10px; |
| 701 |
} |
| 702 |
|
| 703 |
.ilj-select2-gap-min { |
| 704 |
color: #adc607; |
| 705 |
border: 1px solid #d9f713; |
| 706 |
background: #fafee2; |
| 707 |
} |
| 708 |
|
| 709 |
.ilj-select2-gap-max { |
| 710 |
color: #ed4938; |
| 711 |
border: 1px solid #f16d60; |
| 712 |
background: #fdedeb; |
| 713 |
} |
| 714 |
|
| 715 |
.ilj-select2-gap-exact { |
| 716 |
background: #fef9e7; |
| 717 |
border: 1px solid #f6cd3d; |
| 718 |
color: #f4c10d; |
| 719 |
} |
| 720 |
|