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