select2.css
501 lines
| 1 | .select2-container { |
| 2 | box-sizing: border-box; |
| 3 | display: inline-block; |
| 4 | margin: 0; |
| 5 | position: relative; |
| 6 | vertical-align: middle; } |
| 7 | .select2-container .select2-selection--single { |
| 8 | box-sizing: border-box; |
| 9 | cursor: pointer; |
| 10 | display: block; |
| 11 | height: 28px; |
| 12 | user-select: none; |
| 13 | -webkit-user-select: none; } |
| 14 | .select2-container .select2-selection--single .select2-selection__rendered { |
| 15 | display: block; |
| 16 | padding-left: 8px; |
| 17 | padding-right: 20px; |
| 18 | overflow: hidden; |
| 19 | text-overflow: ellipsis; |
| 20 | white-space: nowrap; } |
| 21 | .select2-container .select2-selection--single .select2-selection__clear { |
| 22 | position: relative; } |
| 23 | .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { |
| 24 | padding-right: 8px; |
| 25 | padding-left: 20px; } |
| 26 | .select2-container .select2-selection--multiple { |
| 27 | box-sizing: border-box; |
| 28 | cursor: pointer; |
| 29 | display: block; |
| 30 | min-height: 32px; |
| 31 | user-select: none; |
| 32 | -webkit-user-select: none; } |
| 33 | .select2-container .select2-selection--multiple .select2-selection__rendered { |
| 34 | display: inline-block; |
| 35 | overflow: hidden; |
| 36 | padding-left: 8px; |
| 37 | text-overflow: ellipsis; |
| 38 | white-space: nowrap; } |
| 39 | .select2-container .select2-search--inline { |
| 40 | float: left; } |
| 41 | .select2-container .select2-search--inline .select2-search__field { |
| 42 | box-sizing: border-box; |
| 43 | border: none; |
| 44 | font-size: 100%; |
| 45 | margin-top: 5px; |
| 46 | padding: 0; } |
| 47 | .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { |
| 48 | -webkit-appearance: none; } |
| 49 | |
| 50 | .select2-dropdown { |
| 51 | background-color: #fff; |
| 52 | border: 1px solid #ddd; |
| 53 | box-shadow: inset 0 1px 2px rgba(0,0,0,.07); |
| 54 | border-radius: 0; |
| 55 | box-sizing: border-box; |
| 56 | display: block; |
| 57 | position: absolute; |
| 58 | left: -100000px; |
| 59 | width: 100%; |
| 60 | z-index: 1051; } |
| 61 | |
| 62 | .select2-results { |
| 63 | display: block; } |
| 64 | |
| 65 | .select2-results__options { |
| 66 | list-style: none; |
| 67 | margin: 0; |
| 68 | padding: 0; } |
| 69 | |
| 70 | .select2-results__option { |
| 71 | padding: 6px; |
| 72 | margin-bottom: 0; |
| 73 | user-select: none; |
| 74 | -webkit-user-select: none; } |
| 75 | .select2-results__option[aria-selected] { |
| 76 | cursor: pointer; } |
| 77 | |
| 78 | .select2-container--open .select2-dropdown { |
| 79 | left: 0; } |
| 80 | |
| 81 | .select2-container--open .select2-dropdown--above { |
| 82 | border-bottom: none; |
| 83 | border-bottom-left-radius: 0; |
| 84 | border-bottom-right-radius: 0; } |
| 85 | |
| 86 | .select2-container--open .select2-dropdown--below { |
| 87 | border-top: none; |
| 88 | border-top-left-radius: 0; |
| 89 | border-top-right-radius: 0; } |
| 90 | |
| 91 | .select2-search--dropdown { |
| 92 | display: block; |
| 93 | padding: 4px; } |
| 94 | .select2-search--dropdown .select2-search__field { |
| 95 | padding: 4px; |
| 96 | width: 100%; |
| 97 | box-sizing: border-box; } |
| 98 | .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { |
| 99 | -webkit-appearance: none; } |
| 100 | .select2-search--dropdown.select2-search--hide { |
| 101 | display: none; } |
| 102 | |
| 103 | .select2-close-mask { |
| 104 | border: 0; |
| 105 | margin: 0; |
| 106 | padding: 0; |
| 107 | display: block; |
| 108 | position: fixed; |
| 109 | left: 0; |
| 110 | top: 0; |
| 111 | min-height: 100%; |
| 112 | min-width: 100%; |
| 113 | height: auto; |
| 114 | width: auto; |
| 115 | opacity: 0; |
| 116 | z-index: 99; |
| 117 | background-color: #fff; |
| 118 | filter: alpha(opacity=0); } |
| 119 | |
| 120 | .select2-hidden-accessible { |
| 121 | border: 0 !important; |
| 122 | clip: rect(0 0 0 0) !important; |
| 123 | height: 1px !important; |
| 124 | margin: -1px !important; |
| 125 | overflow: hidden !important; |
| 126 | padding: 0 !important; |
| 127 | position: absolute !important; |
| 128 | width: 1px !important; } |
| 129 | |
| 130 | .select2-container--default .select2-selection--single { |
| 131 | background-color: #fff; |
| 132 | border: 1px solid #ddd; |
| 133 | box-shadow: inset 0 1px 2px rgba(0,0,0,.07); |
| 134 | border-radius: 0; } |
| 135 | .select2-container--default .select2-selection--single .select2-selection__rendered { |
| 136 | color: #444; |
| 137 | line-height: 28px; } |
| 138 | .select2-container--default .select2-selection--single .select2-selection__clear { |
| 139 | cursor: pointer; |
| 140 | float: right; |
| 141 | font-weight: bold; } |
| 142 | .select2-container--default .select2-selection--single .select2-selection__placeholder { |
| 143 | color: #999; } |
| 144 | .select2-container--default .select2-selection--single .select2-selection__arrow { |
| 145 | height: 26px; |
| 146 | position: absolute; |
| 147 | top: 1px; |
| 148 | right: 1px; |
| 149 | width: 20px; } |
| 150 | .select2-container--default .select2-selection--single .select2-selection__arrow b { |
| 151 | border-color: #888 transparent transparent transparent; |
| 152 | border-style: solid; |
| 153 | border-width: 5px 4px 0 4px; |
| 154 | height: 0; |
| 155 | left: 50%; |
| 156 | margin-left: -4px; |
| 157 | margin-top: -2px; |
| 158 | position: absolute; |
| 159 | top: 50%; |
| 160 | width: 0; } |
| 161 | |
| 162 | .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { |
| 163 | float: left; } |
| 164 | |
| 165 | .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { |
| 166 | left: 1px; |
| 167 | right: auto; } |
| 168 | |
| 169 | .select2-container--default.select2-container--disabled .select2-selection--single { |
| 170 | background-color: #ddd; |
| 171 | cursor: default; } |
| 172 | .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { |
| 173 | display: none; } |
| 174 | |
| 175 | .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { |
| 176 | border-color: transparent transparent #888 transparent; |
| 177 | border-width: 0 4px 5px 4px; } |
| 178 | |
| 179 | .select2-container--default .select2-selection--multiple { |
| 180 | background-color: #fff; |
| 181 | border: 1px solid #ddd; |
| 182 | box-shadow: inset 0 1px 2px rgba(0,0,0,.07); |
| 183 | border-radius: 0; |
| 184 | cursor: text; |
| 185 | padding-bottom: 2px; } |
| 186 | .select2-container--default .select2-selection--multiple .select2-selection__rendered { |
| 187 | box-sizing: border-box; |
| 188 | list-style: none; |
| 189 | margin: 0; |
| 190 | padding: 0 5px; |
| 191 | width: 100%; } |
| 192 | .select2-container--default .select2-selection--multiple .select2-selection__rendered li { |
| 193 | list-style: none; |
| 194 | margin-bottom: 0; } |
| 195 | .select2-container--default .select2-selection--multiple .select2-selection__placeholder { |
| 196 | color: #999; |
| 197 | margin-top: 5px; |
| 198 | float: left; } |
| 199 | .select2-container--default .select2-selection--multiple .select2-selection__clear { |
| 200 | cursor: pointer; |
| 201 | float: right; |
| 202 | font-weight: bold; |
| 203 | margin-top: 5px; |
| 204 | margin-right: 10px; } |
| 205 | .select2-container--default .select2-selection--multiple .select2-selection__choice { |
| 206 | background-color: #f1f1f1; |
| 207 | border: 1px solid #ddd; |
| 208 | border-radius: 2px; |
| 209 | cursor: default; |
| 210 | float: left; |
| 211 | margin-right: 5px; |
| 212 | margin-top: 5px; |
| 213 | margin-bottom: 0; |
| 214 | padding: 0 5px; } |
| 215 | .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { |
| 216 | color: #0073aa; |
| 217 | cursor: pointer; |
| 218 | display: inline-block; |
| 219 | font-weight: normal; |
| 220 | margin: 0 2px 1px 0; } |
| 221 | .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { |
| 222 | color: #5b9dd9; } |
| 223 | |
| 224 | .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { |
| 225 | float: right; } |
| 226 | |
| 227 | .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { |
| 228 | margin-left: 5px; |
| 229 | margin-right: auto; } |
| 230 | |
| 231 | .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { |
| 232 | margin-left: 2px; |
| 233 | margin-right: auto; } |
| 234 | |
| 235 | .select2-container--default.select2-container--focus .select2-selection--multiple { |
| 236 | border: solid #5b9dd9 1px; |
| 237 | box-shadow: 0 0 2px rgba(30,140,190,.8); |
| 238 | outline: 0; } |
| 239 | |
| 240 | .select2-container--default.select2-container--disabled .select2-selection--multiple { |
| 241 | background-color: #ddd; |
| 242 | cursor: default; } |
| 243 | |
| 244 | .select2-container--default.select2-container--disabled .select2-selection__choice__remove { |
| 245 | display: none; } |
| 246 | |
| 247 | .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { |
| 248 | border-top-left-radius: 0; |
| 249 | border-top-right-radius: 0; } |
| 250 | |
| 251 | .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { |
| 252 | border-bottom-left-radius: 0; |
| 253 | border-bottom-right-radius: 0; } |
| 254 | |
| 255 | .select2-container--default .select2-search--dropdown .select2-search__field { |
| 256 | border: 1px solid #ddd; |
| 257 | box-shadow: inset 0 1px 2px rgba(0,0,0,.07); } |
| 258 | |
| 259 | .select2-container--default .select2-search--inline .select2-search__field { |
| 260 | background: transparent; |
| 261 | border: none; |
| 262 | outline: 0; |
| 263 | box-shadow: none; |
| 264 | -webkit-appearance: textfield; } |
| 265 | |
| 266 | .select2-container--default .select2-results > .select2-results__options { |
| 267 | max-height: 200px; |
| 268 | overflow-y: auto; } |
| 269 | |
| 270 | .select2-container--default .select2-results__option[role=group] { |
| 271 | padding: 0; } |
| 272 | |
| 273 | .select2-container--default .select2-results__option[aria-disabled=true] { |
| 274 | color: #e5e5e5; } |
| 275 | |
| 276 | .select2-container--default .select2-results__option[aria-selected=true] { |
| 277 | background-color: #f1f1f1; } |
| 278 | |
| 279 | .select2-container--default .select2-results__option .select2-results__option { |
| 280 | padding-left: 1em; } |
| 281 | .select2-container--default .select2-results__option .select2-results__option .select2-results__group { |
| 282 | padding-left: 0; } |
| 283 | .select2-container--default .select2-results__option .select2-results__option .select2-results__option { |
| 284 | margin-left: -1em; |
| 285 | padding-left: 2em; } |
| 286 | .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 287 | margin-left: -2em; |
| 288 | padding-left: 3em; } |
| 289 | .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 290 | margin-left: -3em; |
| 291 | padding-left: 4em; } |
| 292 | .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 293 | margin-left: -4em; |
| 294 | padding-left: 5em; } |
| 295 | .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 296 | margin-left: -5em; |
| 297 | padding-left: 6em; } |
| 298 | |
| 299 | .select2-container--default .select2-results__option--highlighted[aria-selected] { |
| 300 | background-color: #00a0d2; |
| 301 | color: #fff; } |
| 302 | |
| 303 | .select2-container--default .select2-results__group { |
| 304 | cursor: default; |
| 305 | display: block; |
| 306 | padding: 6px; } |
| 307 | |
| 308 | .select2-container--classic .select2-selection--single { |
| 309 | background-color: #f7f7f7; |
| 310 | border: 1px solid #ddd; |
| 311 | box-shadow: inset 0 1px 2px rgba(0,0,0,.07); |
| 312 | border-radius: 0; |
| 313 | outline: 0; |
| 314 | background-image: -webkit-linear-gradient(top, #fff 50%, #eeeeee 100%); |
| 315 | background-image: -o-linear-gradient(top, #fff 50%, #eeeeee 100%); |
| 316 | background-image: linear-gradient(to bottom, #fff 50%, #eeeeee 100%); |
| 317 | background-repeat: repeat-x; |
| 318 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); } |
| 319 | .select2-container--classic .select2-selection--single:focus { |
| 320 | border: 1px solid #5897fb; |
| 321 | box-shadow: 0 0 2px rgba(30,140,190,.8); } |
| 322 | .select2-container--classic .select2-selection--single .select2-selection__rendered { |
| 323 | color: #444; |
| 324 | line-height: 28px; } |
| 325 | .select2-container--classic .select2-selection--single .select2-selection__clear { |
| 326 | cursor: pointer; |
| 327 | float: right; |
| 328 | font-weight: bold; |
| 329 | margin-right: 10px; } |
| 330 | .select2-container--classic .select2-selection--single .select2-selection__placeholder { |
| 331 | color: #999; } |
| 332 | .select2-container--classic .select2-selection--single .select2-selection__arrow { |
| 333 | background-color: #ddd; |
| 334 | border: none; |
| 335 | border-left: 1px solid #ddd; |
| 336 | border-top-right-radius: 4px; |
| 337 | border-bottom-right-radius: 4px; |
| 338 | height: 26px; |
| 339 | position: absolute; |
| 340 | top: 1px; |
| 341 | right: 1px; |
| 342 | width: 20px; |
| 343 | background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%); |
| 344 | background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%); |
| 345 | background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%); |
| 346 | background-repeat: repeat-x; |
| 347 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); } |
| 348 | .select2-container--classic .select2-selection--single .select2-selection__arrow b { |
| 349 | border-color: #888 transparent transparent transparent; |
| 350 | border-style: solid; |
| 351 | border-width: 5px 4px 0 4px; |
| 352 | height: 0; |
| 353 | left: 50%; |
| 354 | margin-left: -4px; |
| 355 | margin-top: -2px; |
| 356 | position: absolute; |
| 357 | top: 50%; |
| 358 | width: 0; } |
| 359 | |
| 360 | .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { |
| 361 | float: left; } |
| 362 | |
| 363 | .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { |
| 364 | border: none; |
| 365 | border-right: 1px solid #ddd; |
| 366 | border-radius: 0; |
| 367 | border-top-left-radius: 4px; |
| 368 | border-bottom-left-radius: 4px; |
| 369 | left: 1px; |
| 370 | right: auto; } |
| 371 | |
| 372 | .select2-container--classic.select2-container--open .select2-selection--single { |
| 373 | border: 1px solid #5897fb; } |
| 374 | .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { |
| 375 | background: transparent; |
| 376 | border: none; } |
| 377 | .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { |
| 378 | border-color: transparent transparent #888 transparent; |
| 379 | border-width: 0 4px 5px 4px; } |
| 380 | |
| 381 | .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { |
| 382 | border-top: none; |
| 383 | border-top-left-radius: 0; |
| 384 | border-top-right-radius: 0; |
| 385 | background-image: -webkit-linear-gradient(top, #fff 0%, #eeeeee 50%); |
| 386 | background-image: -o-linear-gradient(top, #fff 0%, #eeeeee 50%); |
| 387 | background-image: linear-gradient(to bottom, #fff 0%, #eeeeee 50%); |
| 388 | background-repeat: repeat-x; |
| 389 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); } |
| 390 | |
| 391 | .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { |
| 392 | border-bottom: none; |
| 393 | border-bottom-left-radius: 0; |
| 394 | border-bottom-right-radius: 0; |
| 395 | background-image: -webkit-linear-gradient(top, #eeeeee 50%, #fff 100%); |
| 396 | background-image: -o-linear-gradient(top, #eeeeee 50%, #fff 100%); |
| 397 | background-image: linear-gradient(to bottom, #eeeeee 50%, #fff 100%); |
| 398 | background-repeat: repeat-x; |
| 399 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); } |
| 400 | |
| 401 | .select2-container--classic .select2-selection--multiple { |
| 402 | background-color: #fff; |
| 403 | border: 1px solid #ddd; |
| 404 | box-shadow: inset 0 1px 2px rgba(0,0,0,.07); |
| 405 | border-radius: 0; |
| 406 | cursor: text; |
| 407 | outline: 0; } |
| 408 | .select2-container--classic .select2-selection--multiple:focus { |
| 409 | border: 1px solid #5897fb; |
| 410 | box-shadow: 0 0 2px rgba(30,140,190,.8); } |
| 411 | .select2-container--classic .select2-selection--multiple .select2-selection__rendered { |
| 412 | list-style: none; |
| 413 | margin: 0; |
| 414 | padding: 0 5px; } |
| 415 | .select2-container--classic .select2-selection--multiple .select2-selection__clear { |
| 416 | display: none; } |
| 417 | .select2-container--classic .select2-selection--multiple .select2-selection__choice { |
| 418 | background-color: #f1f1f1; |
| 419 | border: 1px solid #ddd; |
| 420 | box-shadow: inset 0 1px 2px rgba(0,0,0,.07); |
| 421 | border-radius: 0; |
| 422 | cursor: default; |
| 423 | float: left; |
| 424 | margin-right: 5px; |
| 425 | margin-top: 5px; |
| 426 | margin-bottom: 0; |
| 427 | padding: 0 5px; } |
| 428 | .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { |
| 429 | color: #888; |
| 430 | cursor: pointer; |
| 431 | display: inline-block; |
| 432 | font-weight: bold; |
| 433 | margin-right: 2px; } |
| 434 | .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { |
| 435 | color: #555; } |
| 436 | |
| 437 | .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { |
| 438 | float: right; } |
| 439 | |
| 440 | .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { |
| 441 | margin-left: 5px; |
| 442 | margin-right: auto; } |
| 443 | |
| 444 | .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { |
| 445 | margin-left: 2px; |
| 446 | margin-right: auto; } |
| 447 | |
| 448 | .select2-container--classic.select2-container--open .select2-selection--multiple { |
| 449 | border: 1px solid #5897fb; } |
| 450 | |
| 451 | .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { |
| 452 | border-top: none; |
| 453 | border-top-left-radius: 0; |
| 454 | border-top-right-radius: 0; } |
| 455 | |
| 456 | .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { |
| 457 | border-bottom: none; |
| 458 | border-bottom-left-radius: 0; |
| 459 | border-bottom-right-radius: 0; } |
| 460 | |
| 461 | .select2-container--classic .select2-search--dropdown .select2-search__field { |
| 462 | border: 1px solid #ddd; |
| 463 | box-shadow: inset 0 1px 2px rgba(0,0,0,.07); |
| 464 | outline: 0; } |
| 465 | |
| 466 | .select2-container--classic .select2-search--inline .select2-search__field { |
| 467 | outline: 0; |
| 468 | box-shadow: none; } |
| 469 | |
| 470 | .select2-container--classic .select2-dropdown { |
| 471 | background-color: #fff; |
| 472 | border: 1px solid transparent; } |
| 473 | |
| 474 | .select2-container--classic .select2-dropdown--above { |
| 475 | border-bottom: none; } |
| 476 | |
| 477 | .select2-container--classic .select2-dropdown--below { |
| 478 | border-top: none; } |
| 479 | |
| 480 | .select2-container--classic .select2-results > .select2-results__options { |
| 481 | max-height: 200px; |
| 482 | overflow-y: auto; } |
| 483 | |
| 484 | .select2-container--classic .select2-results__option[role=group] { |
| 485 | padding: 0; } |
| 486 | |
| 487 | .select2-container--classic .select2-results__option[aria-disabled=true] { |
| 488 | color: grey; } |
| 489 | |
| 490 | .select2-container--classic .select2-results__option--highlighted[aria-selected] { |
| 491 | background-color: #5897fb; |
| 492 | color: #fff; } |
| 493 | |
| 494 | .select2-container--classic .select2-results__group { |
| 495 | cursor: default; |
| 496 | display: block; |
| 497 | padding: 6px; } |
| 498 | |
| 499 | .select2-container--classic.select2-container--open .select2-dropdown { |
| 500 | border-color: #5897fb; } |
| 501 |