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