FossilRepo

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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button