plugins
5 years ago
selectize.css
5 years ago
selectize.css.map
5 years ago
selectize.less
5 years ago
selectize.min.css
4 years ago
selectize.css
321 lines
| 1 | .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder { |
| 2 | visibility: visible !important; |
| 3 | background: #f2f2f2 !important; |
| 4 | background: rgba(0, 0, 0, 0.06) !important; |
| 5 | border: 0 none !important; |
| 6 | -webkit-box-shadow: inset 0 0 12px 4px #fff; |
| 7 | box-shadow: inset 0 0 12px 4px #fff; |
| 8 | } |
| 9 | .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after { |
| 10 | content: '!'; |
| 11 | visibility: hidden; |
| 12 | } |
| 13 | .selectize-control.plugin-drag_drop .ui-sortable-helper { |
| 14 | -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); |
| 15 | box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); |
| 16 | } |
| 17 | .selectize-dropdown-header { |
| 18 | position: relative; |
| 19 | padding: 5px 8px; |
| 20 | border-bottom: 1px solid #d0d0d0; |
| 21 | background: #f8f8f8; |
| 22 | -webkit-border-radius: 3px 3px 0 0; |
| 23 | -moz-border-radius: 3px 3px 0 0; |
| 24 | border-radius: 3px 3px 0 0; |
| 25 | } |
| 26 | .selectize-dropdown-header-close { |
| 27 | position: absolute; |
| 28 | right: 8px; |
| 29 | top: 50%; |
| 30 | color: #303030; |
| 31 | opacity: 0.4; |
| 32 | margin-top: -12px; |
| 33 | line-height: 20px; |
| 34 | font-size: 20px !important; |
| 35 | } |
| 36 | .selectize-dropdown-header-close:hover { |
| 37 | color: #000000; |
| 38 | } |
| 39 | .selectize-dropdown.plugin-optgroup_columns .optgroup { |
| 40 | border-right: 1px solid #f2f2f2; |
| 41 | border-top: 0 none; |
| 42 | float: left; |
| 43 | -webkit-box-sizing: border-box; |
| 44 | -moz-box-sizing: border-box; |
| 45 | box-sizing: border-box; |
| 46 | } |
| 47 | .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child { |
| 48 | border-right: 0 none; |
| 49 | } |
| 50 | .selectize-dropdown.plugin-optgroup_columns .optgroup:before { |
| 51 | display: none; |
| 52 | } |
| 53 | .selectize-dropdown.plugin-optgroup_columns .optgroup-header { |
| 54 | border-top: 0 none; |
| 55 | } |
| 56 | .selectize-control.plugin-remove_button [data-value] { |
| 57 | position: relative; |
| 58 | padding-right: 24px !important; |
| 59 | } |
| 60 | .selectize-control.plugin-remove_button [data-value] .remove { |
| 61 | z-index: 1; |
| 62 | /* fixes ie bug (see #392) */ |
| 63 | position: absolute; |
| 64 | top: 0; |
| 65 | right: 0; |
| 66 | bottom: 0; |
| 67 | width: 17px; |
| 68 | text-align: center; |
| 69 | font-weight: bold; |
| 70 | font-size: 12px; |
| 71 | color: inherit; |
| 72 | text-decoration: none; |
| 73 | vertical-align: middle; |
| 74 | display: inline-block; |
| 75 | padding: 2px 0 0 0; |
| 76 | border-left: 1px solid #d0d0d0; |
| 77 | -webkit-border-radius: 0 2px 2px 0; |
| 78 | -moz-border-radius: 0 2px 2px 0; |
| 79 | border-radius: 0 2px 2px 0; |
| 80 | -webkit-box-sizing: border-box; |
| 81 | -moz-box-sizing: border-box; |
| 82 | box-sizing: border-box; |
| 83 | } |
| 84 | .selectize-control.plugin-remove_button [data-value] .remove:hover { |
| 85 | background: rgba(0, 0, 0, 0.05); |
| 86 | } |
| 87 | .selectize-control.plugin-remove_button [data-value].active .remove { |
| 88 | border-left-color: #cacaca; |
| 89 | } |
| 90 | .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover { |
| 91 | background: none; |
| 92 | } |
| 93 | .selectize-control.plugin-remove_button .disabled [data-value] .remove { |
| 94 | border-left-color: #ffffff; |
| 95 | } |
| 96 | .selectize-control.plugin-remove_button .remove-single { |
| 97 | position: absolute; |
| 98 | right: 0; |
| 99 | top: 0; |
| 100 | font-size: 23px; |
| 101 | } |
| 102 | .selectize-control { |
| 103 | position: relative; |
| 104 | } |
| 105 | .selectize-dropdown, |
| 106 | .selectize-input, |
| 107 | .selectize-input input { |
| 108 | color: #303030; |
| 109 | font-family: inherit; |
| 110 | font-size: 13px; |
| 111 | line-height: 18px; |
| 112 | -webkit-font-smoothing: inherit; |
| 113 | } |
| 114 | .selectize-input, |
| 115 | .selectize-control.single .selectize-input.input-active { |
| 116 | background: #fff; |
| 117 | cursor: text; |
| 118 | display: inline-block; |
| 119 | } |
| 120 | .selectize-input { |
| 121 | border: 1px solid #d0d0d0; |
| 122 | padding: 8px 8px; |
| 123 | display: inline-block; |
| 124 | width: 100%; |
| 125 | overflow: hidden; |
| 126 | position: relative; |
| 127 | z-index: 1; |
| 128 | -webkit-box-sizing: border-box; |
| 129 | -moz-box-sizing: border-box; |
| 130 | box-sizing: border-box; |
| 131 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); |
| 132 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); |
| 133 | -webkit-border-radius: 3px; |
| 134 | -moz-border-radius: 3px; |
| 135 | border-radius: 3px; |
| 136 | } |
| 137 | .selectize-control.multi .selectize-input.has-items { |
| 138 | padding: 6px 8px 3px; |
| 139 | } |
| 140 | .selectize-input.full { |
| 141 | background-color: #fff; |
| 142 | } |
| 143 | .selectize-input.disabled, |
| 144 | .selectize-input.disabled * { |
| 145 | cursor: default !important; |
| 146 | } |
| 147 | .selectize-input.focus { |
| 148 | -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); |
| 149 | box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); |
| 150 | } |
| 151 | .selectize-input.dropdown-active { |
| 152 | -webkit-border-radius: 3px 3px 0 0; |
| 153 | -moz-border-radius: 3px 3px 0 0; |
| 154 | border-radius: 3px 3px 0 0; |
| 155 | } |
| 156 | .selectize-input > * { |
| 157 | vertical-align: baseline; |
| 158 | display: -moz-inline-stack; |
| 159 | display: inline-block; |
| 160 | zoom: 1; |
| 161 | *display: inline; |
| 162 | } |
| 163 | .selectize-control.multi .selectize-input > div { |
| 164 | cursor: pointer; |
| 165 | margin: 0 3px 3px 0; |
| 166 | padding: 2px 6px; |
| 167 | background: #f2f2f2; |
| 168 | color: #303030; |
| 169 | border: 0 solid #d0d0d0; |
| 170 | } |
| 171 | .selectize-control.multi .selectize-input > div.active { |
| 172 | background: #e8e8e8; |
| 173 | color: #303030; |
| 174 | border: 0 solid #cacaca; |
| 175 | } |
| 176 | .selectize-control.multi .selectize-input.disabled > div, |
| 177 | .selectize-control.multi .selectize-input.disabled > div.active { |
| 178 | color: #7d7d7d; |
| 179 | background: #ffffff; |
| 180 | border: 0 solid #ffffff; |
| 181 | } |
| 182 | .selectize-input > input { |
| 183 | display: inline-block !important; |
| 184 | padding: 0 !important; |
| 185 | min-height: 0 !important; |
| 186 | max-height: none !important; |
| 187 | max-width: 100% !important; |
| 188 | margin: 0 2px 0 0 !important; |
| 189 | text-indent: 0 !important; |
| 190 | border: 0 none !important; |
| 191 | background: none !important; |
| 192 | line-height: inherit !important; |
| 193 | -webkit-user-select: auto !important; |
| 194 | -webkit-box-shadow: none !important; |
| 195 | box-shadow: none !important; |
| 196 | } |
| 197 | .selectize-input > input::-ms-clear { |
| 198 | display: none; |
| 199 | } |
| 200 | .selectize-input > input:focus { |
| 201 | outline: none !important; |
| 202 | } |
| 203 | .selectize-input > input[placeholder] { |
| 204 | box-sizing: initial; |
| 205 | } |
| 206 | .selectize-input::after { |
| 207 | content: ' '; |
| 208 | display: block; |
| 209 | clear: left; |
| 210 | } |
| 211 | .selectize-input.dropdown-active::before { |
| 212 | content: ' '; |
| 213 | display: block; |
| 214 | position: absolute; |
| 215 | background: #f0f0f0; |
| 216 | height: 1px; |
| 217 | bottom: 0; |
| 218 | left: 0; |
| 219 | right: 0; |
| 220 | } |
| 221 | .selectize-dropdown { |
| 222 | position: absolute; |
| 223 | z-index: 10; |
| 224 | border: 1px solid #d0d0d0; |
| 225 | background: #fff; |
| 226 | margin: -1px 0 0 0; |
| 227 | border-top: 0 none; |
| 228 | -webkit-box-sizing: border-box; |
| 229 | -moz-box-sizing: border-box; |
| 230 | box-sizing: border-box; |
| 231 | -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); |
| 232 | box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); |
| 233 | -webkit-border-radius: 0 0 3px 3px; |
| 234 | -moz-border-radius: 0 0 3px 3px; |
| 235 | border-radius: 0 0 3px 3px; |
| 236 | } |
| 237 | .selectize-dropdown [data-selectable] { |
| 238 | cursor: pointer; |
| 239 | overflow: hidden; |
| 240 | } |
| 241 | .selectize-dropdown [data-selectable] .highlight { |
| 242 | background: rgba(125, 168, 208, 0.2); |
| 243 | -webkit-border-radius: 1px; |
| 244 | -moz-border-radius: 1px; |
| 245 | border-radius: 1px; |
| 246 | } |
| 247 | .selectize-dropdown .option, |
| 248 | .selectize-dropdown .optgroup-header { |
| 249 | padding: 5px 8px; |
| 250 | } |
| 251 | .selectize-dropdown .option, |
| 252 | .selectize-dropdown [data-disabled], |
| 253 | .selectize-dropdown [data-disabled] [data-selectable].option { |
| 254 | cursor: inherit; |
| 255 | opacity: 0.5; |
| 256 | } |
| 257 | .selectize-dropdown [data-selectable].option { |
| 258 | opacity: 1; |
| 259 | } |
| 260 | .selectize-dropdown .optgroup:first-child .optgroup-header { |
| 261 | border-top: 0 none; |
| 262 | } |
| 263 | .selectize-dropdown .optgroup-header { |
| 264 | color: #303030; |
| 265 | background: #fff; |
| 266 | cursor: default; |
| 267 | } |
| 268 | .selectize-dropdown .active { |
| 269 | background-color: #f5fafd; |
| 270 | color: #495c68; |
| 271 | } |
| 272 | .selectize-dropdown .active.create { |
| 273 | color: #495c68; |
| 274 | } |
| 275 | .selectize-dropdown .create { |
| 276 | color: rgba(48, 48, 48, 0.5); |
| 277 | } |
| 278 | .selectize-dropdown-content { |
| 279 | overflow-y: auto; |
| 280 | overflow-x: hidden; |
| 281 | max-height: 200px; |
| 282 | -webkit-overflow-scrolling: touch; |
| 283 | } |
| 284 | .selectize-control.single .selectize-input, |
| 285 | .selectize-control.single .selectize-input input { |
| 286 | cursor: pointer; |
| 287 | } |
| 288 | .selectize-control.single .selectize-input.input-active, |
| 289 | .selectize-control.single .selectize-input.input-active input { |
| 290 | cursor: text; |
| 291 | } |
| 292 | .selectize-control.single .selectize-input:after { |
| 293 | content: ' '; |
| 294 | display: block; |
| 295 | position: absolute; |
| 296 | top: 50%; |
| 297 | right: 15px; |
| 298 | margin-top: -3px; |
| 299 | width: 0; |
| 300 | height: 0; |
| 301 | border-style: solid; |
| 302 | border-width: 5px 5px 0 5px; |
| 303 | border-color: #808080 transparent transparent transparent; |
| 304 | } |
| 305 | .selectize-control.single .selectize-input.dropdown-active:after { |
| 306 | margin-top: -4px; |
| 307 | border-width: 0 5px 5px 5px; |
| 308 | border-color: transparent transparent #808080 transparent; |
| 309 | } |
| 310 | .selectize-control.rtl.single .selectize-input:after { |
| 311 | left: 15px; |
| 312 | right: auto; |
| 313 | } |
| 314 | .selectize-control.rtl .selectize-input > input { |
| 315 | margin: 0 4px 0 -2px !important; |
| 316 | } |
| 317 | .selectize-control .selectize-input.disabled { |
| 318 | opacity: 0.5; |
| 319 | background-color: #fafafa; |
| 320 | } |
| 321 | /*# sourceMappingURL=selectize.css.map */ |