| @@ -17,8 +17,10 @@ | ||
| 17 | 17 | padding-right: 20px; |
| 18 | 18 | overflow: hidden; |
| 19 | 19 | text-overflow: ellipsis; |
| 20 | 20 | white-space: nowrap; } |
| 21 | + .select2wpupg-container .select2wpupg-selection--single .select2wpupg-selection__clear { | |
| 22 | + position: relative; } | |
| 21 | 23 | .select2wpupg-container[dir="rtl"] .select2wpupg-selection--single .select2wpupg-selection__rendered { |
| 22 | 24 | padding-right: 8px; |
| 23 | 25 | padding-left: 20px; } |
| 24 | 26 | .select2wpupg-container .select2wpupg-selection--multiple { |
| @@ -39,9 +41,10 @@ | ||
| 39 | 41 | .select2wpupg-container .select2wpupg-search--inline .select2wpupg-search__field { |
| 40 | 42 | box-sizing: border-box; |
| 41 | 43 | border: none; |
| 42 | 44 | font-size: 100%; |
| 43 | - margin-top: 5px; } | |
| 45 | + margin-top: 5px; | |
| 46 | + padding: 0; } | |
| 44 | 47 | .select2wpupg-container .select2wpupg-search--inline .select2wpupg-search__field::-webkit-search-cancel-button { |
| 45 | 48 | -webkit-appearance: none; } |
| 46 | 49 | |
| 47 | 50 | .select2wpupg-dropdown { |
| @@ -112,16 +115,16 @@ | ||
| 112 | 115 | background-color: #fff; |
| 113 | 116 | filter: alpha(opacity=0); } |
| 114 | 117 | |
| 115 | 118 | .select2wpupg-hidden-accessible { |
| 116 | - border: 0; | |
| 117 | - clip: rect(0 0 0 0); | |
| 118 | - height: 1px; | |
| 119 | - margin: -1px; | |
| 120 | - overflow: hidden; | |
| 121 | - padding: 0; | |
| 122 | - position: absolute; | |
| 123 | - width: 1px; } | |
| 119 | + border: 0 !important; | |
| 120 | + clip: rect(0 0 0 0) !important; | |
| 121 | + height: 1px !important; | |
| 122 | + margin: -1px !important; | |
| 123 | + overflow: hidden !important; | |
| 124 | + padding: 0 !important; | |
| 125 | + position: absolute !important; | |
| 126 | + width: 1px !important; } | |
| 124 | 127 | |
| 125 | 128 | .select2wpupg-container--default .select2wpupg-selection--single { |
| 126 | 129 | background-color: #fff; |
| 127 | 130 | border: 1px solid #aaa; |
| @@ -151,21 +154,26 @@ | ||
| 151 | 154 | margin-top: -2px; |
| 152 | 155 | position: absolute; |
| 153 | 156 | top: 50%; |
| 154 | 157 | width: 0; } |
| 158 | + | |
| 155 | 159 | .select2wpupg-container--default[dir="rtl"] .select2wpupg-selection--single .select2wpupg-selection__clear { |
| 156 | 160 | float: left; } |
| 161 | + | |
| 157 | 162 | .select2wpupg-container--default[dir="rtl"] .select2wpupg-selection--single .select2wpupg-selection__arrow { |
| 158 | 163 | left: 1px; |
| 159 | 164 | right: auto; } |
| 165 | + | |
| 160 | 166 | .select2wpupg-container--default.select2wpupg-container--disabled .select2wpupg-selection--single { |
| 161 | 167 | background-color: #eee; |
| 162 | 168 | cursor: default; } |
| 163 | 169 | .select2wpupg-container--default.select2wpupg-container--disabled .select2wpupg-selection--single .select2wpupg-selection__clear { |
| 164 | 170 | display: none; } |
| 171 | + | |
| 165 | 172 | .select2wpupg-container--default.select2wpupg-container--open .select2wpupg-selection--single .select2wpupg-selection__arrow b { |
| 166 | 173 | border-color: transparent transparent #888 transparent; |
| 167 | 174 | border-width: 0 4px 5px 4px; } |
| 175 | + | |
| 168 | 176 | .select2wpupg-container--default .select2wpupg-selection--multiple { |
| 169 | 177 | background-color: white; |
| 170 | 178 | border: 1px solid #aaa; |
| 171 | 179 | border-radius: 4px; |
| @@ -202,45 +210,62 @@ | ||
| 202 | 210 | font-weight: bold; |
| 203 | 211 | margin-right: 2px; } |
| 204 | 212 | .select2wpupg-container--default .select2wpupg-selection--multiple .select2wpupg-selection__choice__remove:hover { |
| 205 | 213 | color: #333; } |
| 206 | -.select2wpupg-container--default[dir="rtl"] .select2wpupg-selection--multiple .select2wpupg-selection__choice, .select2wpupg-container--default[dir="rtl"] .select2wpupg-selection--multiple .select2wpupg-selection__placeholder { | |
| 214 | + | |
| 215 | +.select2wpupg-container--default[dir="rtl"] .select2wpupg-selection--multiple .select2wpupg-selection__choice, .select2wpupg-container--default[dir="rtl"] .select2wpupg-selection--multiple .select2wpupg-selection__placeholder, .select2wpupg-container--default[dir="rtl"] .select2wpupg-selection--multiple .select2wpupg-search--inline { | |
| 207 | 216 | float: right; } |
| 217 | + | |
| 208 | 218 | .select2wpupg-container--default[dir="rtl"] .select2wpupg-selection--multiple .select2wpupg-selection__choice { |
| 209 | 219 | margin-left: 5px; |
| 210 | 220 | margin-right: auto; } |
| 221 | + | |
| 211 | 222 | .select2wpupg-container--default[dir="rtl"] .select2wpupg-selection--multiple .select2wpupg-selection__choice__remove { |
| 212 | 223 | margin-left: 2px; |
| 213 | 224 | margin-right: auto; } |
| 225 | + | |
| 214 | 226 | .select2wpupg-container--default.select2wpupg-container--focus .select2wpupg-selection--multiple { |
| 215 | 227 | border: solid black 1px; |
| 216 | 228 | outline: 0; } |
| 229 | + | |
| 217 | 230 | .select2wpupg-container--default.select2wpupg-container--disabled .select2wpupg-selection--multiple { |
| 218 | 231 | background-color: #eee; |
| 219 | 232 | cursor: default; } |
| 233 | + | |
| 220 | 234 | .select2wpupg-container--default.select2wpupg-container--disabled .select2wpupg-selection__choice__remove { |
| 221 | 235 | display: none; } |
| 236 | + | |
| 222 | 237 | .select2wpupg-container--default.select2wpupg-container--open.select2wpupg-container--above .select2wpupg-selection--single, .select2wpupg-container--default.select2wpupg-container--open.select2wpupg-container--above .select2wpupg-selection--multiple { |
| 223 | 238 | border-top-left-radius: 0; |
| 224 | 239 | border-top-right-radius: 0; } |
| 240 | + | |
| 225 | 241 | .select2wpupg-container--default.select2wpupg-container--open.select2wpupg-container--below .select2wpupg-selection--single, .select2wpupg-container--default.select2wpupg-container--open.select2wpupg-container--below .select2wpupg-selection--multiple { |
| 226 | 242 | border-bottom-left-radius: 0; |
| 227 | 243 | border-bottom-right-radius: 0; } |
| 244 | + | |
| 228 | 245 | .select2wpupg-container--default .select2wpupg-search--dropdown .select2wpupg-search__field { |
| 229 | 246 | border: 1px solid #aaa; } |
| 247 | + | |
| 230 | 248 | .select2wpupg-container--default .select2wpupg-search--inline .select2wpupg-search__field { |
| 231 | 249 | background: transparent; |
| 232 | 250 | border: none; |
| 233 | - outline: 0; } | |
| 251 | + outline: 0; | |
| 252 | + box-shadow: none; | |
| 253 | + -webkit-appearance: textfield; } | |
| 254 | + | |
| 234 | 255 | .select2wpupg-container--default .select2wpupg-results > .select2wpupg-results__options { |
| 235 | 256 | max-height: 200px; |
| 236 | 257 | overflow-y: auto; } |
| 258 | + | |
| 237 | 259 | .select2wpupg-container--default .select2wpupg-results__option[role=group] { |
| 238 | 260 | padding: 0; } |
| 261 | + | |
| 239 | 262 | .select2wpupg-container--default .select2wpupg-results__option[aria-disabled=true] { |
| 240 | 263 | color: #999; } |
| 264 | + | |
| 241 | 265 | .select2wpupg-container--default .select2wpupg-results__option[aria-selected=true] { |
| 242 | 266 | background-color: #ddd; } |
| 267 | + | |
| 243 | 268 | .select2wpupg-container--default .select2wpupg-results__option .select2wpupg-results__option { |
| 244 | 269 | padding-left: 1em; } |
| 245 | 270 | .select2wpupg-container--default .select2wpupg-results__option .select2wpupg-results__option .select2wpupg-results__group { |
| 246 | 271 | padding-left: 0; } |
| @@ -258,11 +283,13 @@ | ||
| 258 | 283 | padding-left: 5em; } |
| 259 | 284 | .select2wpupg-container--default .select2wpupg-results__option .select2wpupg-results__option .select2wpupg-results__option .select2wpupg-results__option .select2wpupg-results__option .select2wpupg-results__option .select2wpupg-results__option { |
| 260 | 285 | margin-left: -5em; |
| 261 | 286 | padding-left: 6em; } |
| 287 | + | |
| 262 | 288 | .select2wpupg-container--default .select2wpupg-results__option--highlighted[aria-selected] { |
| 263 | 289 | background-color: #5897fb; |
| 264 | 290 | color: white; } |
| 291 | + | |
| 265 | 292 | .select2wpupg-container--default .select2wpupg-results__group { |
| 266 | 293 | cursor: default; |
| 267 | 294 | display: block; |
| 268 | 295 | padding: 6px; } |
| @@ -267,17 +294,17 @@ | ||
| 267 | 294 | display: block; |
| 268 | 295 | padding: 6px; } |
| 269 | 296 | |
| 270 | 297 | .select2wpupg-container--classic .select2wpupg-selection--single { |
| 271 | - background-color: #f6f6f6; | |
| 298 | + background-color: #f7f7f7; | |
| 272 | 299 | border: 1px solid #aaa; |
| 273 | 300 | border-radius: 4px; |
| 274 | 301 | outline: 0; |
| 275 | - background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%); | |
| 276 | - background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%); | |
| 277 | - background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%); | |
| 302 | + background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%); | |
| 303 | + background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%); | |
| 304 | + background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%); | |
| 278 | 305 | background-repeat: repeat-x; |
| 279 | - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); } | |
| 306 | + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); } | |
| 280 | 307 | .select2wpupg-container--classic .select2wpupg-selection--single:focus { |
| 281 | 308 | border: 1px solid #5897fb; } |
| 282 | 309 | .select2wpupg-container--classic .select2wpupg-selection--single .select2wpupg-selection__rendered { |
| 283 | 310 | color: #444; |
| @@ -303,9 +330,9 @@ | ||
| 303 | 330 | background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%); |
| 304 | 331 | background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%); |
| 305 | 332 | background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%); |
| 306 | 333 | background-repeat: repeat-x; |
| 307 | - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0); } | |
| 334 | + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); } | |
| 308 | 335 | .select2wpupg-container--classic .select2wpupg-selection--single .select2wpupg-selection__arrow b { |
| 309 | 336 | border-color: #888 transparent transparent transparent; |
| 310 | 337 | border-style: solid; |
| 311 | 338 | border-width: 5px 4px 0 4px; |
| @@ -315,10 +342,12 @@ | ||
| 315 | 342 | margin-top: -2px; |
| 316 | 343 | position: absolute; |
| 317 | 344 | top: 50%; |
| 318 | 345 | width: 0; } |
| 346 | + | |
| 319 | 347 | .select2wpupg-container--classic[dir="rtl"] .select2wpupg-selection--single .select2wpupg-selection__clear { |
| 320 | 348 | float: left; } |
| 349 | + | |
| 321 | 350 | .select2wpupg-container--classic[dir="rtl"] .select2wpupg-selection--single .select2wpupg-selection__arrow { |
| 322 | 351 | border: none; |
| 323 | 352 | border-right: 1px solid #aaa; |
| 324 | 353 | border-radius: 0; |
| @@ -325,8 +354,9 @@ | ||
| 325 | 354 | border-top-left-radius: 4px; |
| 326 | 355 | border-bottom-left-radius: 4px; |
| 327 | 356 | left: 1px; |
| 328 | 357 | right: auto; } |
| 358 | + | |
| 329 | 359 | .select2wpupg-container--classic.select2wpupg-container--open .select2wpupg-selection--single { |
| 330 | 360 | border: 1px solid #5897fb; } |
| 331 | 361 | .select2wpupg-container--classic.select2wpupg-container--open .select2wpupg-selection--single .select2wpupg-selection__arrow { |
| 332 | 362 | background: transparent; |
| @@ -333,26 +363,29 @@ | ||
| 333 | 363 | border: none; } |
| 334 | 364 | .select2wpupg-container--classic.select2wpupg-container--open .select2wpupg-selection--single .select2wpupg-selection__arrow b { |
| 335 | 365 | border-color: transparent transparent #888 transparent; |
| 336 | 366 | border-width: 0 4px 5px 4px; } |
| 367 | + | |
| 337 | 368 | .select2wpupg-container--classic.select2wpupg-container--open.select2wpupg-container--above .select2wpupg-selection--single { |
| 338 | 369 | border-top: none; |
| 339 | 370 | border-top-left-radius: 0; |
| 340 | 371 | border-top-right-radius: 0; |
| 341 | - background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%); | |
| 342 | - background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%); | |
| 343 | - background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%); | |
| 372 | + background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%); | |
| 373 | + background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%); | |
| 374 | + background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%); | |
| 344 | 375 | background-repeat: repeat-x; |
| 345 | - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); } | |
| 376 | + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); } | |
| 377 | + | |
| 346 | 378 | .select2wpupg-container--classic.select2wpupg-container--open.select2wpupg-container--below .select2wpupg-selection--single { |
| 347 | 379 | border-bottom: none; |
| 348 | 380 | border-bottom-left-radius: 0; |
| 349 | 381 | border-bottom-right-radius: 0; |
| 350 | - background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%); | |
| 351 | - background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%); | |
| 352 | - background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%); | |
| 382 | + background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%); | |
| 383 | + background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%); | |
| 384 | + background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%); | |
| 353 | 385 | background-repeat: repeat-x; |
| 354 | - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0); } | |
| 386 | + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); } | |
| 387 | + | |
| 355 | 388 | .select2wpupg-container--classic .select2wpupg-selection--multiple { |
| 356 | 389 | background-color: white; |
| 357 | 390 | border: 1px solid #aaa; |
| 358 | 391 | border-radius: 4px; |
| @@ -382,50 +415,68 @@ | ||
| 382 | 415 | font-weight: bold; |
| 383 | 416 | margin-right: 2px; } |
| 384 | 417 | .select2wpupg-container--classic .select2wpupg-selection--multiple .select2wpupg-selection__choice__remove:hover { |
| 385 | 418 | color: #555; } |
| 419 | + | |
| 386 | 420 | .select2wpupg-container--classic[dir="rtl"] .select2wpupg-selection--multiple .select2wpupg-selection__choice { |
| 387 | 421 | float: right; } |
| 422 | + | |
| 388 | 423 | .select2wpupg-container--classic[dir="rtl"] .select2wpupg-selection--multiple .select2wpupg-selection__choice { |
| 389 | 424 | margin-left: 5px; |
| 390 | 425 | margin-right: auto; } |
| 426 | + | |
| 391 | 427 | .select2wpupg-container--classic[dir="rtl"] .select2wpupg-selection--multiple .select2wpupg-selection__choice__remove { |
| 392 | 428 | margin-left: 2px; |
| 393 | 429 | margin-right: auto; } |
| 430 | + | |
| 394 | 431 | .select2wpupg-container--classic.select2wpupg-container--open .select2wpupg-selection--multiple { |
| 395 | 432 | border: 1px solid #5897fb; } |
| 433 | + | |
| 396 | 434 | .select2wpupg-container--classic.select2wpupg-container--open.select2wpupg-container--above .select2wpupg-selection--multiple { |
| 397 | 435 | border-top: none; |
| 398 | 436 | border-top-left-radius: 0; |
| 399 | 437 | border-top-right-radius: 0; } |
| 438 | + | |
| 400 | 439 | .select2wpupg-container--classic.select2wpupg-container--open.select2wpupg-container--below .select2wpupg-selection--multiple { |
| 401 | 440 | border-bottom: none; |
| 402 | 441 | border-bottom-left-radius: 0; |
| 403 | 442 | border-bottom-right-radius: 0; } |
| 443 | + | |
| 404 | 444 | .select2wpupg-container--classic .select2wpupg-search--dropdown .select2wpupg-search__field { |
| 405 | 445 | border: 1px solid #aaa; |
| 406 | 446 | outline: 0; } |
| 447 | + | |
| 407 | 448 | .select2wpupg-container--classic .select2wpupg-search--inline .select2wpupg-search__field { |
| 408 | - outline: 0; } | |
| 449 | + outline: 0; | |
| 450 | + box-shadow: none; } | |
| 451 | + | |
| 409 | 452 | .select2wpupg-container--classic .select2wpupg-dropdown { |
| 410 | 453 | background-color: white; |
| 411 | 454 | border: 1px solid transparent; } |
| 455 | + | |
| 412 | 456 | .select2wpupg-container--classic .select2wpupg-dropdown--above { |
| 413 | 457 | border-bottom: none; } |
| 458 | + | |
| 414 | 459 | .select2wpupg-container--classic .select2wpupg-dropdown--below { |
| 415 | 460 | border-top: none; } |
| 461 | + | |
| 416 | 462 | .select2wpupg-container--classic .select2wpupg-results > .select2wpupg-results__options { |
| 417 | 463 | max-height: 200px; |
| 418 | 464 | overflow-y: auto; } |
| 465 | + | |
| 419 | 466 | .select2wpupg-container--classic .select2wpupg-results__option[role=group] { |
| 420 | 467 | padding: 0; } |
| 468 | + | |
| 421 | 469 | .select2wpupg-container--classic .select2wpupg-results__option[aria-disabled=true] { |
| 422 | 470 | color: grey; } |
| 471 | + | |
| 423 | 472 | .select2wpupg-container--classic .select2wpupg-results__option--highlighted[aria-selected] { |
| 424 | 473 | background-color: #3875d7; |
| 425 | 474 | color: white; } |
| 475 | + | |
| 426 | 476 | .select2wpupg-container--classic .select2wpupg-results__group { |
| 427 | 477 | cursor: default; |
| 428 | 478 | display: block; |
| 429 | 479 | padding: 6px; } |
| 480 | + | |
| 430 | 481 | .select2wpupg-container--classic.select2wpupg-container--open .select2wpupg-dropdown { |
| 431 | 482 | border-color: #5897fb; } |