admin-activate.css
3 years ago
admin_addons.css
3 years ago
admin_global.css
2 years ago
admin_groups.css
9 years ago
admin_notifications.css
3 years ago
admin_onboarding.css
2 years ago
admin_options.css
2 years ago
admin_popup.css
9 years ago
admin_reports.css
9 years ago
admin_shared.css
2 years ago
cloaked-redirect.css
3 years ago
index.php
9 years ago
menu-styles.css
2 years ago
prettypay-invoice.css
2 years ago
prli-admin-links.css
2 years ago
public_link.css
7 years ago
select2-prli-theme.css
2 years ago
settings_table.css
2 years ago
social_buttons.css
9 years ago
tinymce_form_popup.css
9 years ago
tooltipster-sideTip-borderless.min.css
7 years ago
tooltipster.bundle.min.css
7 years ago
select2-prli-theme.css
285 lines
| 1 | /* Copied exactly from the 'default' theme in Select2 4.0.13, with customizations at the end */ |
| 2 | .select2-container--prli .select2-selection--single { |
| 3 | background-color: #fff; |
| 4 | border: 1px solid #aaa; |
| 5 | border-radius: 4px; |
| 6 | } |
| 7 | |
| 8 | .select2-container--prli .select2-selection--single .select2-selection__rendered { |
| 9 | color: #444; |
| 10 | line-height: 28px; |
| 11 | } |
| 12 | |
| 13 | .select2-container--prli .select2-selection--single .select2-selection__clear { |
| 14 | cursor: pointer; |
| 15 | float: right; |
| 16 | font-weight: bold; |
| 17 | } |
| 18 | |
| 19 | .select2-container--prli .select2-selection--single .select2-selection__placeholder { |
| 20 | color: #999; |
| 21 | } |
| 22 | |
| 23 | .select2-container--prli .select2-selection--single .select2-selection__arrow { |
| 24 | height: 26px; |
| 25 | position: absolute; |
| 26 | top: 1px; |
| 27 | right: 1px; |
| 28 | width: 20px; |
| 29 | } |
| 30 | |
| 31 | .select2-container--prli .select2-selection--single .select2-selection__arrow b { |
| 32 | border-color: #888 transparent transparent transparent; |
| 33 | border-style: solid; |
| 34 | border-width: 5px 4px 0 4px; |
| 35 | height: 0; |
| 36 | left: 50%; |
| 37 | margin-left: -4px; |
| 38 | margin-top: -2px; |
| 39 | position: absolute; |
| 40 | top: 50%; |
| 41 | width: 0; |
| 42 | } |
| 43 | |
| 44 | .select2-container--prli[dir="rtl"] .select2-selection--single .select2-selection__clear { |
| 45 | float: left; |
| 46 | } |
| 47 | |
| 48 | .select2-container--prli[dir="rtl"] .select2-selection--single .select2-selection__arrow { |
| 49 | left: 1px; |
| 50 | right: auto; |
| 51 | } |
| 52 | |
| 53 | .select2-container--prli.select2-container--disabled .select2-selection--single { |
| 54 | background-color: #eee; |
| 55 | cursor: default; |
| 56 | } |
| 57 | |
| 58 | .select2-container--prli.select2-container--disabled .select2-selection--single .select2-selection__clear { |
| 59 | display: none; |
| 60 | } |
| 61 | |
| 62 | .select2-container--prli.select2-container--open .select2-selection--single .select2-selection__arrow b { |
| 63 | border-color: transparent transparent #888 transparent; |
| 64 | border-width: 0 4px 5px 4px; |
| 65 | } |
| 66 | |
| 67 | .select2-container--prli .select2-selection--multiple { |
| 68 | background-color: white; |
| 69 | border: 1px solid #aaa; |
| 70 | border-radius: 4px; |
| 71 | cursor: text; |
| 72 | } |
| 73 | |
| 74 | .select2-container--prli .select2-selection--multiple .select2-selection__rendered { |
| 75 | box-sizing: border-box; |
| 76 | list-style: none; |
| 77 | margin: 0; |
| 78 | padding: 0 5px; |
| 79 | width: 100%; |
| 80 | } |
| 81 | |
| 82 | .select2-container--prli .select2-selection--multiple .select2-selection__rendered li { |
| 83 | list-style: none; |
| 84 | } |
| 85 | |
| 86 | .select2-container--prli .select2-selection--multiple .select2-selection__clear { |
| 87 | cursor: pointer; |
| 88 | float: right; |
| 89 | font-weight: bold; |
| 90 | margin-top: 5px; |
| 91 | margin-right: 10px; |
| 92 | padding: 1px; |
| 93 | } |
| 94 | |
| 95 | .select2-container--prli .select2-selection--multiple .select2-selection__choice { |
| 96 | background-color: #e4e4e4; |
| 97 | border: 1px solid #aaa; |
| 98 | border-radius: 4px; |
| 99 | cursor: default; |
| 100 | float: left; |
| 101 | margin-right: 5px; |
| 102 | margin-top: 5px; |
| 103 | padding: 0 5px; |
| 104 | } |
| 105 | |
| 106 | .select2-container--prli .select2-selection--multiple .select2-selection__choice__remove { |
| 107 | color: #999; |
| 108 | cursor: pointer; |
| 109 | display: inline-block; |
| 110 | font-weight: bold; |
| 111 | margin-right: 2px; |
| 112 | } |
| 113 | |
| 114 | .select2-container--prli .select2-selection--multiple .select2-selection__choice__remove:hover { |
| 115 | color: #333; |
| 116 | } |
| 117 | |
| 118 | .select2-container--prli[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--prli[dir="rtl"] .select2-selection--multiple .select2-search--inline { |
| 119 | float: right; |
| 120 | } |
| 121 | |
| 122 | .select2-container--prli[dir="rtl"] .select2-selection--multiple .select2-selection__choice { |
| 123 | margin-left: 5px; |
| 124 | margin-right: auto; |
| 125 | } |
| 126 | |
| 127 | .select2-container--prli[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { |
| 128 | margin-left: 2px; |
| 129 | margin-right: auto; |
| 130 | } |
| 131 | |
| 132 | .select2-container--prli.select2-container--focus .select2-selection--multiple { |
| 133 | border: solid black 1px; |
| 134 | outline: 0; |
| 135 | } |
| 136 | |
| 137 | .select2-container--prli.select2-container--disabled .select2-selection--multiple { |
| 138 | background-color: #eee; |
| 139 | cursor: default; |
| 140 | } |
| 141 | |
| 142 | .select2-container--prli.select2-container--disabled .select2-selection__choice__remove { |
| 143 | display: none; |
| 144 | } |
| 145 | |
| 146 | .select2-container--prli.select2-container--open.select2-container--above .select2-selection--single, |
| 147 | .select2-container--prli.select2-container--open.select2-container--above .select2-selection--multiple { |
| 148 | border-top-left-radius: 0; |
| 149 | border-top-right-radius: 0; |
| 150 | } |
| 151 | |
| 152 | .select2-container--prli.select2-container--open.select2-container--below .select2-selection--single, |
| 153 | .select2-container--prli.select2-container--open.select2-container--below .select2-selection--multiple { |
| 154 | border-bottom-left-radius: 0; |
| 155 | border-bottom-right-radius: 0; |
| 156 | } |
| 157 | |
| 158 | .select2-container--prli .select2-search--dropdown .select2-search__field { |
| 159 | border: 1px solid #aaa; |
| 160 | } |
| 161 | |
| 162 | .select2-container--prli .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 | |
| 170 | .select2-container--prli .select2-results > .select2-results__options { |
| 171 | max-height: 200px; |
| 172 | overflow-y: auto; |
| 173 | } |
| 174 | |
| 175 | .select2-container--prli .select2-results__option[role=group] { |
| 176 | padding: 0; |
| 177 | } |
| 178 | |
| 179 | .select2-container--prli .select2-results__option[aria-disabled=true] { |
| 180 | color: #999; |
| 181 | } |
| 182 | |
| 183 | .select2-container--prli .select2-results__option[aria-selected=true] { |
| 184 | background-color: #ddd; |
| 185 | } |
| 186 | |
| 187 | .select2-container--prli .select2-results__option .select2-results__option { |
| 188 | padding-left: 1em; |
| 189 | } |
| 190 | |
| 191 | .select2-container--prli .select2-results__option .select2-results__option .select2-results__group { |
| 192 | padding-left: 0; |
| 193 | } |
| 194 | |
| 195 | .select2-container--prli .select2-results__option .select2-results__option .select2-results__option { |
| 196 | margin-left: -1em; |
| 197 | padding-left: 2em; |
| 198 | } |
| 199 | |
| 200 | .select2-container--prli .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 201 | margin-left: -2em; |
| 202 | padding-left: 3em; |
| 203 | } |
| 204 | |
| 205 | .select2-container--prli .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 206 | margin-left: -3em; |
| 207 | padding-left: 4em; |
| 208 | } |
| 209 | |
| 210 | .select2-container--prli .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 211 | margin-left: -4em; |
| 212 | padding-left: 5em; |
| 213 | } |
| 214 | |
| 215 | .select2-container--prli .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { |
| 216 | margin-left: -5em; |
| 217 | padding-left: 6em; |
| 218 | } |
| 219 | |
| 220 | .select2-container--prli .select2-results__option--highlighted[aria-selected] { |
| 221 | background-color: #5897fb; |
| 222 | color: white; |
| 223 | } |
| 224 | |
| 225 | .select2-container--prli .select2-results__group { |
| 226 | cursor: default; |
| 227 | display: block; |
| 228 | padding: 6px; |
| 229 | } |
| 230 | |
| 231 | /* Customizations */ |
| 232 | .select2-container--prli .select2-selection--single { |
| 233 | padding: 0 8px; |
| 234 | border-color: #8c8f94; |
| 235 | min-height: 30px; |
| 236 | } |
| 237 | |
| 238 | .select2-container--prli .select2-selection--single .select2-selection__rendered { |
| 239 | line-height: 2; |
| 240 | } |
| 241 | |
| 242 | .select2-container--prli .select2-selection--multiple, |
| 243 | .select2-container--prli.select2-container--focus .select2-selection--multiple { |
| 244 | border-color: #8c8f94; |
| 245 | } |
| 246 | |
| 247 | .select2-container--prli .select2-selection--multiple .select2-selection__rendered { |
| 248 | padding-right: 25px; |
| 249 | } |
| 250 | |
| 251 | .select2-container--prli .select2-selection--multiple .select2-selection__rendered li { |
| 252 | margin-bottom: 0; |
| 253 | } |
| 254 | |
| 255 | .select2-container--prli .select2-search--dropdown .select2-search__field { |
| 256 | margin: 0; |
| 257 | line-height: normal; |
| 258 | } |
| 259 | |
| 260 | .select2-container--prli .select2-search--inline .select2-search__field { |
| 261 | line-height: 1.3; |
| 262 | min-height: 21px; |
| 263 | } |
| 264 | |
| 265 | .select2-container--prli .select2-search--inline:first-child { |
| 266 | float: none; |
| 267 | } |
| 268 | |
| 269 | .select2-container--prli .select2-search--inline:first-child .select2-search__field { |
| 270 | width: 100% !important; |
| 271 | } |
| 272 | |
| 273 | .select2-container--prli .select2-selection--multiple .select2-selection__clear { |
| 274 | float: none; |
| 275 | position: absolute; |
| 276 | top: 0; |
| 277 | right: 0; |
| 278 | margin-top: 4px; |
| 279 | } |
| 280 | |
| 281 | .select2-container--prli .select2-results__option--highlighted[aria-selected] { |
| 282 | background-color: rgb(98, 90, 250); |
| 283 | color: white; |
| 284 | } |
| 285 |