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