| 1 |
.select2-container--mailerlite .select2-selection--single { |
| 2 |
border: 1px solid #d1d5db; |
| 3 |
height: 38px; |
| 4 |
width: 100%; |
| 5 |
padding-left: 0; |
| 6 |
border-radius: 0.25rem;} |
| 7 |
.select2-dropdown { |
| 8 |
border-color: #d1d5db; |
| 9 |
} |
| 10 |
.select2-container--mailerlite .select2-selection--single .select2-selection__rendered { |
| 11 |
line-height: 38px; |
| 12 |
font-size: 14px; |
| 13 |
color: rgba(0,0,0,0.75); |
| 14 |
padding-left: 12px; |
| 15 |
border-color: #d1d5db; |
| 16 |
height: 38px; |
| 17 |
width: auto; |
| 18 |
display: block; |
| 19 |
background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 12px top 48%; |
| 20 |
background-size: 14px 14px;} |
| 21 |
.select2-container--mailerlite .select2-selection--single .select2-selection__clear { |
| 22 |
cursor: pointer; |
| 23 |
float: right; |
| 24 |
font-weight: bold; |
| 25 |
height: 26px; |
| 26 |
margin-right: 20px; |
| 27 |
padding-right: 0px; } |
| 28 |
.select2-container--mailerlite .select2-selection--single .select2-selection__placeholder { |
| 29 |
color: #999; } |
| 30 |
.select2-container--mailerlite .select2-selection--single .select2-selection__arrow { |
| 31 |
display: none;} |
| 32 |
.select2-container--mailerlite .select2-selection--single .select2-selection__arrow b { |
| 33 |
border-color: #888 transparent transparent transparent; |
| 34 |
border-style: solid; |
| 35 |
border-width: 5px 4px 0 4px; |
| 36 |
height: 0; |
| 37 |
left: 50%; |
| 38 |
margin-left: -4px; |
| 39 |
margin-top: -2px; |
| 40 |
position: absolute; |
| 41 |
top: 50%; |
| 42 |
width: 0; } |
| 43 |
|
| 44 |
.select2-container--mailerlite[dir="rtl"] .select2-selection--single .select2-selection__clear { |
| 45 |
float: left; } |
| 46 |
|
| 47 |
.select2-container--mailerlite[dir="rtl"] .select2-selection--single .select2-selection__arrow { |
| 48 |
left: 1px; |
| 49 |
right: auto; } |
| 50 |
|
| 51 |
.select2-container--mailerlite.select2-container--disabled .select2-selection--single { |
| 52 |
background-color: #eee; |
| 53 |
cursor: default; } |
| 54 |
.select2-container--mailerlite.select2-container--disabled .select2-selection--single .select2-selection__clear { |
| 55 |
display: none; } |
| 56 |
|
| 57 |
.select2-container--mailerlite.select2-container--open .select2-selection--single .select2-selection__arrow b { |
| 58 |
border-color: transparent transparent #888 transparent; |
| 59 |
border-width: 0 4px 5px 4px; } |
| 60 |
|
| 61 |
.select2-container--mailerlite .select2-selection--multiple { |
| 62 |
background-color: white; |
| 63 |
border: 1px solid #d1d5db; |
| 64 |
border-radius: 4px; |
| 65 |
cursor: text; |
| 66 |
padding-bottom: 5px; |
| 67 |
padding-right: 5px; |
| 68 |
position: relative; } |
| 69 |
.select2-container--mailerlite .select2-selection--multiple.select2-selection--clearable { |
| 70 |
padding-right: 25px; } |
| 71 |
.select2-container--mailerlite .select2-selection--multiple .select2-selection__clear { |
| 72 |
cursor: pointer; |
| 73 |
font-weight: bold; |
| 74 |
height: 20px; |
| 75 |
margin-right: 10px; |
| 76 |
margin-top: 5px; |
| 77 |
position: absolute; |
| 78 |
right: 0; |
| 79 |
padding: 1px; } |
| 80 |
.select2-container--mailerlite .select2-selection--multiple .select2-selection__choice { |
| 81 |
background-color: #e4e4e4; |
| 82 |
border: 1px solid #d1d5db; |
| 83 |
border-radius: 4px; |
| 84 |
box-sizing: border-box; |
| 85 |
display: inline-block; |
| 86 |
margin-left: 5px; |
| 87 |
margin-top: 5px; |
| 88 |
padding: 0; |
| 89 |
padding-left: 20px; |
| 90 |
position: relative; |
| 91 |
max-width: 100%; |
| 92 |
overflow: hidden; |
| 93 |
text-overflow: ellipsis; |
| 94 |
vertical-align: bottom; |
| 95 |
white-space: nowrap; } |
| 96 |
.select2-container--mailerlite .select2-selection--multiple .select2-selection__choice__display { |
| 97 |
cursor: default; |
| 98 |
padding-left: 2px; |
| 99 |
padding-right: 5px; } |
| 100 |
.select2-container--mailerlite .select2-selection--multiple .select2-selection__choice__remove { |
| 101 |
background-color: transparent; |
| 102 |
border: none; |
| 103 |
border-right: 1px solid #aaa; |
| 104 |
border-top-left-radius: 4px; |
| 105 |
border-bottom-left-radius: 4px; |
| 106 |
color: #999; |
| 107 |
cursor: pointer; |
| 108 |
font-size: 1em; |
| 109 |
font-weight: bold; |
| 110 |
padding: 0 4px; |
| 111 |
position: absolute; |
| 112 |
left: 0; |
| 113 |
top: 0; } |
| 114 |
.select2-container--mailerlite .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--mailerlite .select2-selection--multiple .select2-selection__choice__remove:focus { |
| 115 |
background-color: #f1f1f1; |
| 116 |
color: #333; |
| 117 |
outline: none; } |
| 118 |
|
| 119 |
.select2-container--mailerlite[dir="rtl"] .select2-selection--multiple .select2-selection__choice { |
| 120 |
margin-left: 5px; |
| 121 |
margin-right: auto; } |
| 122 |
|
| 123 |
.select2-container--mailerlite[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display { |
| 124 |
padding-left: 5px; |
| 125 |
padding-right: 2px; } |
| 126 |
|
| 127 |
.select2-container--mailerlite[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { |
| 128 |
border-left: 1px solid #aaa; |
| 129 |
border-right: none; |
| 130 |
border-top-left-radius: 0; |
| 131 |
border-bottom-left-radius: 0; |
| 132 |
border-top-right-radius: 4px; |
| 133 |
border-bottom-right-radius: 4px; } |
| 134 |
|
| 135 |
.select2-container--mailerlite[dir="rtl"] .select2-selection--multiple .select2-selection__clear { |
| 136 |
float: left; |
| 137 |
margin-left: 10px; |
| 138 |
margin-right: auto; } |
| 139 |
|
| 140 |
.select2-container--mailerlite.select2-container--focus .select2-selection--multiple { |
| 141 |
border: solid black 1px; |
| 142 |
outline: 0; } |
| 143 |
|
| 144 |
.select2-container--mailerlite.select2-container--disabled .select2-selection--multiple { |
| 145 |
background-color: #eee; |
| 146 |
cursor: default; } |
| 147 |
|
| 148 |
.select2-container--mailerlite.select2-container--disabled .select2-selection__choice__remove { |
| 149 |
display: none; } |
| 150 |
|
| 151 |
.select2-container--mailerlite.select2-container--open.select2-container--above .select2-selection--single, .select2-container--mailerlite.select2-container--open.select2-container--above .select2-selection--multiple { |
| 152 |
border-top-left-radius: 0; |
| 153 |
border-top-right-radius: 0; } |
| 154 |
|
| 155 |
.select2-container--mailerlite.select2-container--open.select2-container--below .select2-selection--single, .select2-container--mailerlite.select2-container--open.select2-container--below .select2-selection--multiple { |
| 156 |
border-bottom-left-radius: 0; |
| 157 |
border-bottom-right-radius: 0; } |
| 158 |
|
| 159 |
.select2-container--mailerlite .select2-search--dropdown .select2-search__field { |
| 160 |
border: 1px solid #aaa; } |
| 161 |
|
| 162 |
.select2-container--mailerlite .select2-search--inline .select2-search__field { |
| 163 |
background: transparent; |
| 164 |
border: none; |
| 165 |
outline: 0; |
| 166 |
box-shadow: none; |
| 167 |
-webkit-appearance: textfield; } |
| 168 |
|
| 169 |
.select2-container--mailerlite .select2-results > .select2-results__options { |
| 170 |
max-height: 200px; |
| 171 |
overflow-y: auto; } |
| 172 |
|
| 173 |
.select2-container--mailerlite .select2-results__option .select2-results__option { |
| 174 |
padding-left: 1em; } |
| 175 |
.select2-container--mailerlite .select2-results__option .select2-results__option .select2-results__group { |
| 176 |
padding-left: 0; } |
| 177 |
.select2-container--mailerlite .select2-results__option .select2-results__option .select2-results__option { |
| 178 |
margin-left: -1em; |
| 179 |
padding-left: 2em; } |
| 180 |
.select2-container--mailerlite .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 181 |
margin-left: -2em; |
| 182 |
padding-left: 3em; } |
| 183 |
.select2-container--mailerlite .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 184 |
margin-left: -3em; |
| 185 |
padding-left: 4em; } |
| 186 |
.select2-container--mailerlite .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 187 |
margin-left: -4em; |
| 188 |
padding-left: 5em; } |
| 189 |
.select2-container--mailerlite .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 190 |
margin-left: -5em; |
| 191 |
padding-left: 6em; } |
| 192 |
|
| 193 |
.select2-container--mailerlite .select2-results__option--group { |
| 194 |
padding: 0; } |
| 195 |
|
| 196 |
.select2-container--mailerlite .select2-results__option--disabled { |
| 197 |
color: #999; } |
| 198 |
|
| 199 |
.select2-container--mailerlite .select2-results__option--selected { |
| 200 |
background-color: #F9FAFB; |
| 201 |
color: rgba(0,0,0,0.75); } |
| 202 |
|
| 203 |
.select2-container--mailerlite .select2-results__option--highlighted.select2-results__option--selectable { |
| 204 |
background-color: #F9FAFB; |
| 205 |
color: rgba(0,0,0,0.75); } |
| 206 |
|
| 207 |
.select2-container--mailerlite .select2-results__group { |
| 208 |
cursor: default; |
| 209 |
display: block; |
| 210 |
padding: 6px; } |
| 211 |
|