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