Produced by Araxis Merge on 2/1/2017 2:57:59 PM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | C:\Araxis_Merge_Comprasion\Pub_un\BTSSS_CIF_122016.zip\BTSSS_CIF_12_20_16\clean\CRM Portal\trunk\BTSSSPortal\js\select2 | select2.css | Tue Dec 20 19:50:52 2016 UTC |
| 2 | Wed Feb 1 19:57:59 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 0 | 0 |
| Removed | 1 | 704 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | /* | |||||
| 2 | Version: 3 .5.2 Times tamp: Sat Nov 1 14: 43:36 EDT 2014 | |||||
| 3 | */ | |||||
| 4 | .select2-c ontainer { | |||||
| 5 | margin : 0; | |||||
| 6 | positi on: relati ve; | |||||
| 7 | displa y: inline- block; | |||||
| 8 | /* inl ine-block for ie7 */ | |||||
| 9 | zoom: 1; | |||||
| 10 | *displ ay: inline ; | |||||
| 11 | vertic al-align: middle; | |||||
| 12 | } | |||||
| 13 | ||||||
| 14 | .select2-c ontainer, | |||||
| 15 | .select2-d rop, | |||||
| 16 | .select2-s earch, | |||||
| 17 | .select2-s earch inpu t { | |||||
| 18 | /* | |||||
| 19 | Force border-box so that % widths fi t the pare nt | |||||
| 20 | contai ner withou t overlap because of margin/pa dding. | |||||
| 21 | More I nfo : http ://www.qui rksmode.or g/css/box. html | |||||
| 22 | */ | |||||
| 23 | -webkit- box-sizing : border-b ox; /* web kit */ | |||||
| 24 | -moz- box-sizing : border-b ox; /* fir efox */ | |||||
| 25 | box-sizing : border-b ox; /* css 3 */ | |||||
| 26 | } | |||||
| 27 | ||||||
| 28 | .select2-c ontainer . select2-ch oice { | |||||
| 29 | displa y: block; | |||||
| 30 | height : 26px; | |||||
| 31 | paddin g: 0 0 0 8 px; | |||||
| 32 | overfl ow: hidden ; | |||||
| 33 | positi on: relati ve; | |||||
| 34 | ||||||
| 35 | border : 1px soli d #aaa; | |||||
| 36 | white- space: now rap; | |||||
| 37 | line-h eight: 26p x; | |||||
| 38 | color: #444; | |||||
| 39 | text-d ecoration: none; | |||||
| 40 | ||||||
| 41 | border -radius: 4 px; | |||||
| 42 | ||||||
| 43 | backgr ound-clip: padding-b ox; | |||||
| 44 | ||||||
| 45 | -webki t-touch-ca llout: non e; | |||||
| 46 | -web kit-user-s elect: non e; | |||||
| 47 | - moz-user-s elect: non e; | |||||
| 48 | -ms-user-s elect: non e; | |||||
| 49 | user-s elect: non e; | |||||
| 50 | ||||||
| 51 | backgr ound-color : #fff; | |||||
| 52 | backgr ound-image : -webkit- gradient(l inear, lef t bottom, left top, color-stop (0, #eee), color-sto p(0.5, #ff f)); | |||||
| 53 | backgr ound-image : -webkit- linear-gra dient(cent er bottom, #eee 0%, #fff 50%); | |||||
| 54 | backgr ound-image : -moz-lin ear-gradie nt(center bottom, #e ee 0%, #ff f 50%); | |||||
| 55 | filter : progid:D XImageTran sform.Micr osoft.grad ient(start Colorstr = '#ffffff' , endColor str = '#ee eeee', Gra dientType = 0); | |||||
| 56 | backgr ound-image : linear-g radient(to top, #eee 0%, #fff 50%); | |||||
| 57 | } | |||||
| 58 | ||||||
| 59 | html[dir=" rtl"] .sel ect2-conta iner .sele ct2-choice { | |||||
| 60 | paddin g: 0 8px 0 0; | |||||
| 61 | } | |||||
| 62 | ||||||
| 63 | .select2-c ontainer.s elect2-dro p-above .s elect2-cho ice { | |||||
| 64 | border -bottom-co lor: #aaa; | |||||
| 65 | ||||||
| 66 | border -radius: 0 0 4px 4px ; | |||||
| 67 | ||||||
| 68 | backgr ound-image : -webkit- gradient(l inear, lef t bottom, left top, color-stop (0, #eee), color-sto p(0.9, #ff f)); | |||||
| 69 | backgr ound-image : -webkit- linear-gra dient(cent er bottom, #eee 0%, #fff 90%); | |||||
| 70 | backgr ound-image : -moz-lin ear-gradie nt(center bottom, #e ee 0%, #ff f 90%); | |||||
| 71 | filter : progid:D XImageTran sform.Micr osoft.grad ient(start Colorstr=' #ffffff', endColorst r='#eeeeee ', Gradien tType=0); | |||||
| 72 | backgr ound-image : linear-g radient(to bottom, # eee 0%, #f ff 90%); | |||||
| 73 | } | |||||
| 74 | ||||||
| 75 | .select2-c ontainer.s elect2-all owclear .s elect2-cho ice .selec t2-chosen { | |||||
| 76 | margin -right: 42 px; | |||||
| 77 | } | |||||
| 78 | ||||||
| 79 | .select2-c ontainer . select2-ch oice > .se lect2-chos en { | |||||
| 80 | margin -right: 26 px; | |||||
| 81 | displa y: block; | |||||
| 82 | overfl ow: hidden ; | |||||
| 83 | ||||||
| 84 | white- space: now rap; | |||||
| 85 | ||||||
| 86 | text-o verflow: e llipsis; | |||||
| 87 | float: none; | |||||
| 88 | width: auto; | |||||
| 89 | } | |||||
| 90 | ||||||
| 91 | html[dir=" rtl"] .sel ect2-conta iner .sele ct2-choice > .select 2-chosen { | |||||
| 92 | margin -left: 26p x; | |||||
| 93 | margin -right: 0; | |||||
| 94 | } | |||||
| 95 | ||||||
| 96 | .select2-c ontainer . select2-ch oice abbr { | |||||
| 97 | displa y: none; | |||||
| 98 | width: 12px; | |||||
| 99 | height : 12px; | |||||
| 100 | positi on: absolu te; | |||||
| 101 | right: 24px; | |||||
| 102 | top: 8 px; | |||||
| 103 | ||||||
| 104 | font-s ize: 1px; | |||||
| 105 | text-d ecoration: none; | |||||
| 106 | ||||||
| 107 | border : 0; | |||||
| 108 | backgr ound: url( 'select2.p ng') right top no-re peat; | |||||
| 109 | cursor : pointer; | |||||
| 110 | outlin e: 0; | |||||
| 111 | } | |||||
| 112 | ||||||
| 113 | .select2-c ontainer.s elect2-all owclear .s elect2-cho ice abbr { | |||||
| 114 | displa y: inline- block; | |||||
| 115 | } | |||||
| 116 | ||||||
| 117 | .select2-c ontainer . select2-ch oice abbr: hover { | |||||
| 118 | backgr ound-posit ion: right -11px; | |||||
| 119 | cursor : pointer; | |||||
| 120 | } | |||||
| 121 | ||||||
| 122 | .select2-d rop-mask { | |||||
| 123 | border : 0; | |||||
| 124 | margin : 0; | |||||
| 125 | paddin g: 0; | |||||
| 126 | positi on: fixed; | |||||
| 127 | left: 0; | |||||
| 128 | top: 0 ; | |||||
| 129 | min-he ight: 100% ; | |||||
| 130 | min-wi dth: 100%; | |||||
| 131 | height : auto; | |||||
| 132 | width: auto; | |||||
| 133 | opacit y: 0; | |||||
| 134 | z-inde x: 9998; | |||||
| 135 | /* sty les requir ed for IE to work */ | |||||
| 136 | backgr ound-color : #fff; | |||||
| 137 | filter : alpha(op acity=0); | |||||
| 138 | } | |||||
| 139 | ||||||
| 140 | .select2-d rop { | |||||
| 141 | width: 100%; | |||||
| 142 | margin -top: -1px ; | |||||
| 143 | positi on: absolu te; | |||||
| 144 | z-inde x: 9999; | |||||
| 145 | top: 1 00%; | |||||
| 146 | ||||||
| 147 | backgr ound: #fff ; | |||||
| 148 | color: #000; | |||||
| 149 | border : 1px soli d #aaa; | |||||
| 150 | border -top: 0; | |||||
| 151 | ||||||
| 152 | border -radius: 0 0 4px 4px ; | |||||
| 153 | ||||||
| 154 | -webki t-box-shad ow: 0 4px 5px rgba(0 , 0, 0, .1 5); | |||||
| 155 | box-shad ow: 0 4px 5px rgba(0 , 0, 0, .1 5); | |||||
| 156 | } | |||||
| 157 | ||||||
| 158 | .select2-d rop.select 2-drop-abo ve { | |||||
| 159 | margin -top: 1px; | |||||
| 160 | border -top: 1px solid #aaa ; | |||||
| 161 | border -bottom: 0 ; | |||||
| 162 | ||||||
| 163 | border -radius: 4 px 4px 0 0 ; | |||||
| 164 | ||||||
| 165 | -webki t-box-shad ow: 0 -4px 5px rgba( 0, 0, 0, . 15); | |||||
| 166 | box-shad ow: 0 -4px 5px rgba( 0, 0, 0, . 15); | |||||
| 167 | } | |||||
| 168 | ||||||
| 169 | .select2-d rop-active { | |||||
| 170 | border : 1px soli d #5897fb; | |||||
| 171 | border -top: none ; | |||||
| 172 | } | |||||
| 173 | ||||||
| 174 | .select2-d rop.select 2-drop-abo ve.select2 -drop-acti ve { | |||||
| 175 | border -top: 1px solid #589 7fb; | |||||
| 176 | } | |||||
| 177 | ||||||
| 178 | .select2-d rop-auto-w idth { | |||||
| 179 | border -top: 1px solid #aaa ; | |||||
| 180 | width: auto; | |||||
| 181 | } | |||||
| 182 | ||||||
| 183 | .select2-d rop-auto-w idth .sele ct2-search { | |||||
| 184 | paddin g-top: 4px ; | |||||
| 185 | } | |||||
| 186 | ||||||
| 187 | .select2-c ontainer . select2-ch oice .sele ct2-arrow { | |||||
| 188 | displa y: inline- block; | |||||
| 189 | width: 18px; | |||||
| 190 | height : 100%; | |||||
| 191 | positi on: absolu te; | |||||
| 192 | right: 0; | |||||
| 193 | top: 0 ; | |||||
| 194 | ||||||
| 195 | border -left: 1px solid #aa a; | |||||
| 196 | border -radius: 0 4px 4px 0 ; | |||||
| 197 | ||||||
| 198 | backgr ound-clip: padding-b ox; | |||||
| 199 | ||||||
| 200 | backgr ound: #ccc ; | |||||
| 201 | backgr ound-image : -webkit- gradient(l inear, lef t bottom, left top, color-stop (0, #ccc), color-sto p(0.6, #ee e)); | |||||
| 202 | backgr ound-image : -webkit- linear-gra dient(cent er bottom, #ccc 0%, #eee 60%); | |||||
| 203 | backgr ound-image : -moz-lin ear-gradie nt(center bottom, #c cc 0%, #ee e 60%); | |||||
| 204 | filter : progid:D XImageTran sform.Micr osoft.grad ient(start Colorstr = '#eeeeee' , endColor str = '#cc cccc', Gra dientType = 0); | |||||
| 205 | backgr ound-image : linear-g radient(to top, #ccc 0%, #eee 60%); | |||||
| 206 | } | |||||
| 207 | ||||||
| 208 | html[dir=" rtl"] .sel ect2-conta iner .sele ct2-choice .select2- arrow { | |||||
| 209 | left: 0; | |||||
| 210 | right: auto; | |||||
| 211 | ||||||
| 212 | border -left: non e; | |||||
| 213 | border -right: 1p x solid #a aa; | |||||
| 214 | border -radius: 4 px 0 0 4px ; | |||||
| 215 | } | |||||
| 216 | ||||||
| 217 | .select2-c ontainer . select2-ch oice .sele ct2-arrow b { | |||||
| 218 | displa y: block; | |||||
| 219 | width: 100%; | |||||
| 220 | height : 100%; | |||||
| 221 | backgr ound: url( 'select2.p ng') no-re peat 0 1px ; | |||||
| 222 | } | |||||
| 223 | ||||||
| 224 | html[dir=" rtl"] .sel ect2-conta iner .sele ct2-choice .select2- arrow b { | |||||
| 225 | backgr ound-posit ion: 2px 1 px; | |||||
| 226 | } | |||||
| 227 | ||||||
| 228 | .select2-s earch { | |||||
| 229 | displa y: inline- block; | |||||
| 230 | width: 100%; | |||||
| 231 | min-he ight: 26px ; | |||||
| 232 | margin : 0; | |||||
| 233 | paddin g-left: 4p x; | |||||
| 234 | paddin g-right: 4 px; | |||||
| 235 | ||||||
| 236 | positi on: relati ve; | |||||
| 237 | z-inde x: 10000; | |||||
| 238 | ||||||
| 239 | white- space: now rap; | |||||
| 240 | } | |||||
| 241 | ||||||
| 242 | .select2-s earch inpu t { | |||||
| 243 | width: 100%; | |||||
| 244 | height : auto !im portant; | |||||
| 245 | min-he ight: 26px ; | |||||
| 246 | paddin g: 4px 20p x 4px 5px; | |||||
| 247 | margin : 0; | |||||
| 248 | ||||||
| 249 | outlin e: 0; | |||||
| 250 | font-f amily: san s-serif; | |||||
| 251 | font-s ize: 1em; | |||||
| 252 | ||||||
| 253 | border : 1px soli d #aaa; | |||||
| 254 | border -radius: 0 ; | |||||
| 255 | ||||||
| 256 | -webki t-box-shad ow: none; | |||||
| 257 | box-shad ow: none; | |||||
| 258 | ||||||
| 259 | backgr ound: #fff url('sele ct2.png') no-repeat 100% -22px ; | |||||
| 260 | backgr ound: url( 'select2.p ng') no-re peat 100% -22px, -we bkit-gradi ent(linear , left bot tom, left top, color -stop(0.85 , #fff), c olor-stop( 0.99, #eee )); | |||||
| 261 | backgr ound: url( 'select2.p ng') no-re peat 100% -22px, -we bkit-linea r-gradient (center bo ttom, #fff 85%, #eee 99%); | |||||
| 262 | backgr ound: url( 'select2.p ng') no-re peat 100% -22px, -mo z-linear-g radient(ce nter botto m, #fff 85 %, #eee 99 %); | |||||
| 263 | backgr ound: url( 'select2.p ng') no-re peat 100% -22px, lin ear-gradie nt(to bott om, #fff 8 5%, #eee 9 9%) 0 0; | |||||
| 264 | } | |||||
| 265 | ||||||
| 266 | html[dir=" rtl"] .sel ect2-searc h input { | |||||
| 267 | paddin g: 4px 5px 4px 20px; | |||||
| 268 | ||||||
| 269 | backgr ound: #fff url('sele ct2.png') no-repeat -37px -22p x; | |||||
| 270 | backgr ound: url( 'select2.p ng') no-re peat -37px -22px, -w ebkit-grad ient(linea r, left bo ttom, left top, colo r-stop(0.8 5, #fff), color-stop (0.99, #ee e)); | |||||
| 271 | backgr ound: url( 'select2.p ng') no-re peat -37px -22px, -w ebkit-line ar-gradien t(center b ottom, #ff f 85%, #ee e 99%); | |||||
| 272 | backgr ound: url( 'select2.p ng') no-re peat -37px -22px, -m oz-linear- gradient(c enter bott om, #fff 8 5%, #eee 9 9%); | |||||
| 273 | backgr ound: url( 'select2.p ng') no-re peat -37px -22px, li near-gradi ent(to bot tom, #fff 85%, #eee 99%) 0 0; | |||||
| 274 | } | |||||
| 275 | ||||||
| 276 | .select2-d rop.select 2-drop-abo ve .select 2-search i nput { | |||||
| 277 | margin -top: 4px; | |||||
| 278 | } | |||||
| 279 | ||||||
| 280 | .select2-s earch inpu t.select2- active { | |||||
| 281 | backgr ound: #fff url('sele ct2-spinne r.gif') no -repeat 10 0%; | |||||
| 282 | backgr ound: url( 'select2-s pinner.gif ') no-repe at 100%, - webkit-gra dient(line ar, left b ottom, lef t top, col or-stop(0. 85, #fff), color-sto p(0.99, #e ee)); | |||||
| 283 | backgr ound: url( 'select2-s pinner.gif ') no-repe at 100%, - webkit-lin ear-gradie nt(center bottom, #f ff 85%, #e ee 99%); | |||||
| 284 | backgr ound: url( 'select2-s pinner.gif ') no-repe at 100%, - moz-linear -gradient( center bot tom, #fff 85%, #eee 99%); | |||||
| 285 | backgr ound: url( 'select2-s pinner.gif ') no-repe at 100%, l inear-grad ient(to bo ttom, #fff 85%, #eee 99%) 0 0; | |||||
| 286 | } | |||||
| 287 | ||||||
| 288 | .select2-c ontainer-a ctive .sel ect2-choic e, | |||||
| 289 | .select2-c ontainer-a ctive .sel ect2-choic es { | |||||
| 290 | border : 1px soli d #5897fb; | |||||
| 291 | outlin e: none; | |||||
| 292 | ||||||
| 293 | -webki t-box-shad ow: 0 0 5p x rgba(0, 0, 0, .3); | |||||
| 294 | box-shad ow: 0 0 5p x rgba(0, 0, 0, .3); | |||||
| 295 | } | |||||
| 296 | ||||||
| 297 | .select2-d ropdown-op en .select 2-choice { | |||||
| 298 | border -bottom-co lor: trans parent; | |||||
| 299 | -webki t-box-shad ow: 0 1px 0 #fff ins et; | |||||
| 300 | box-shad ow: 0 1px 0 #fff ins et; | |||||
| 301 | ||||||
| 302 | border -bottom-le ft-radius: 0; | |||||
| 303 | border -bottom-ri ght-radius : 0; | |||||
| 304 | ||||||
| 305 | backgr ound-color : #eee; | |||||
| 306 | backgr ound-image : -webkit- gradient(l inear, lef t bottom, left top, color-stop (0, #fff), color-sto p(0.5, #ee e)); | |||||
| 307 | backgr ound-image : -webkit- linear-gra dient(cent er bottom, #fff 0%, #eee 50%); | |||||
| 308 | backgr ound-image : -moz-lin ear-gradie nt(center bottom, #f ff 0%, #ee e 50%); | |||||
| 309 | filter : progid:D XImageTran sform.Micr osoft.grad ient(start Colorstr=' #eeeeee', endColorst r='#ffffff ', Gradien tType=0); | |||||
| 310 | backgr ound-image : linear-g radient(to top, #fff 0%, #eee 50%); | |||||
| 311 | } | |||||
| 312 | ||||||
| 313 | .select2-d ropdown-op en.select2 -drop-abov e .select2 -choice, | |||||
| 314 | .select2-d ropdown-op en.select2 -drop-abov e .select2 -choices { | |||||
| 315 | border : 1px soli d #5897fb; | |||||
| 316 | border -top-color : transpar ent; | |||||
| 317 | ||||||
| 318 | backgr ound-image : -webkit- gradient(l inear, lef t top, lef t bottom, color-stop (0, #fff), color-sto p(0.5, #ee e)); | |||||
| 319 | backgr ound-image : -webkit- linear-gra dient(cent er top, #f ff 0%, #ee e 50%); | |||||
| 320 | backgr ound-image : -moz-lin ear-gradie nt(center top, #fff 0%, #eee 5 0%); | |||||
| 321 | filter : progid:D XImageTran sform.Micr osoft.grad ient(start Colorstr=' #eeeeee', endColorst r='#ffffff ', Gradien tType=0); | |||||
| 322 | backgr ound-image : linear-g radient(to bottom, # fff 0%, #e ee 50%); | |||||
| 323 | } | |||||
| 324 | ||||||
| 325 | .select2-d ropdown-op en .select 2-choice . select2-ar row { | |||||
| 326 | backgr ound: tran sparent; | |||||
| 327 | border -left: non e; | |||||
| 328 | filter : none; | |||||
| 329 | } | |||||
| 330 | html[dir=" rtl"] .sel ect2-dropd own-open . select2-ch oice .sele ct2-arrow { | |||||
| 331 | border -right: no ne; | |||||
| 332 | } | |||||
| 333 | ||||||
| 334 | .select2-d ropdown-op en .select 2-choice . select2-ar row b { | |||||
| 335 | backgr ound-posit ion: -18px 1px; | |||||
| 336 | } | |||||
| 337 | ||||||
| 338 | html[dir=" rtl"] .sel ect2-dropd own-open . select2-ch oice .sele ct2-arrow b { | |||||
| 339 | backgr ound-posit ion: -16px 1px; | |||||
| 340 | } | |||||
| 341 | ||||||
| 342 | .select2-h idden-acce ssible { | |||||
| 343 | border : 0; | |||||
| 344 | clip: rect(0 0 0 0); | |||||
| 345 | height : 1px; | |||||
| 346 | margin : -1px; | |||||
| 347 | overfl ow: hidden ; | |||||
| 348 | paddin g: 0; | |||||
| 349 | positi on: absolu te; | |||||
| 350 | width: 1px; | |||||
| 351 | } | |||||
| 352 | ||||||
| 353 | /* results */ | |||||
| 354 | .select2-r esults { | |||||
| 355 | max-he ight: 200p x; | |||||
| 356 | paddin g: 0 0 0 4 px; | |||||
| 357 | margin : 4px 4px 4px 0; | |||||
| 358 | positi on: relati ve; | |||||
| 359 | overfl ow-x: hidd en; | |||||
| 360 | overfl ow-y: auto ; | |||||
| 361 | -webki t-tap-high light-colo r: rgba(0, 0, 0, 0); | |||||
| 362 | } | |||||
| 363 | ||||||
| 364 | html[dir=" rtl"] .sel ect2-resul ts { | |||||
| 365 | paddin g: 0 4px 0 0; | |||||
| 366 | margin : 4px 0 4p x 4px; | |||||
| 367 | } | |||||
| 368 | ||||||
| 369 | .select2-r esults ul. select2-re sult-sub { | |||||
| 370 | margin : 0; | |||||
| 371 | paddin g-left: 0; | |||||
| 372 | } | |||||
| 373 | ||||||
| 374 | .select2-r esults li { | |||||
| 375 | list-s tyle: none ; | |||||
| 376 | displa y: list-it em; | |||||
| 377 | backgr ound-image : none; | |||||
| 378 | } | |||||
| 379 | ||||||
| 380 | .select2-r esults li. select2-re sult-with- children > .select2- result-lab el { | |||||
| 381 | font-w eight: bol d; | |||||
| 382 | } | |||||
| 383 | ||||||
| 384 | .select2-r esults .se lect2-resu lt-label { | |||||
| 385 | paddin g: 3px 7px 4px; | |||||
| 386 | margin : 0; | |||||
| 387 | cursor : pointer; | |||||
| 388 | ||||||
| 389 | min-he ight: 1em; | |||||
| 390 | ||||||
| 391 | -webki t-touch-ca llout: non e; | |||||
| 392 | -web kit-user-s elect: non e; | |||||
| 393 | - moz-user-s elect: non e; | |||||
| 394 | -ms-user-s elect: non e; | |||||
| 395 | user-s elect: non e; | |||||
| 396 | } | |||||
| 397 | ||||||
| 398 | .select2-r esults-dep t-1 .selec t2-result- label { pa dding-left : 20px } | |||||
| 399 | .select2-r esults-dep t-2 .selec t2-result- label { pa dding-left : 40px } | |||||
| 400 | .select2-r esults-dep t-3 .selec t2-result- label { pa dding-left : 60px } | |||||
| 401 | .select2-r esults-dep t-4 .selec t2-result- label { pa dding-left : 80px } | |||||
| 402 | .select2-r esults-dep t-5 .selec t2-result- label { pa dding-left : 100px } | |||||
| 403 | .select2-r esults-dep t-6 .selec t2-result- label { pa dding-left : 110px } | |||||
| 404 | .select2-r esults-dep t-7 .selec t2-result- label { pa dding-left : 120px } | |||||
| 405 | ||||||
| 406 | .select2-r esults .se lect2-high lighted { | |||||
| 407 | backgr ound: #387 5d7; | |||||
| 408 | color: #fff; | |||||
| 409 | } | |||||
| 410 | ||||||
| 411 | .select2-r esults li em { | |||||
| 412 | backgr ound: #fef fde; | |||||
| 413 | font-s tyle: norm al; | |||||
| 414 | } | |||||
| 415 | ||||||
| 416 | .select2-r esults .se lect2-high lighted em { | |||||
| 417 | backgr ound: tran sparent; | |||||
| 418 | } | |||||
| 419 | ||||||
| 420 | .select2-r esults .se lect2-high lighted ul { | |||||
| 421 | backgr ound: #fff ; | |||||
| 422 | color: #000; | |||||
| 423 | } | |||||
| 424 | ||||||
| 425 | .select2-r esults .se lect2-no-r esults, | |||||
| 426 | .select2-r esults .se lect2-sear ching, | |||||
| 427 | .select2-r esults .se lect2-ajax -error, | |||||
| 428 | .select2-r esults .se lect2-sele ction-limi t { | |||||
| 429 | backgr ound: #f4f 4f4; | |||||
| 430 | displa y: list-it em; | |||||
| 431 | paddin g-left: 5p x; | |||||
| 432 | } | |||||
| 433 | ||||||
| 434 | /* | |||||
| 435 | disabled l ook for di sabled cho ices in th e results dropdown | |||||
| 436 | */ | |||||
| 437 | .select2-r esults .se lect2-disa bled.selec t2-highlig hted { | |||||
| 438 | color: #666; | |||||
| 439 | backgr ound: #f4f 4f4; | |||||
| 440 | displa y: list-it em; | |||||
| 441 | cursor : default; | |||||
| 442 | } | |||||
| 443 | .select2-r esults .se lect2-disa bled { | |||||
| 444 | backgrou nd: #f4f4f 4; | |||||
| 445 | display: list-item ; | |||||
| 446 | cursor: default; | |||||
| 447 | } | |||||
| 448 | ||||||
| 449 | .select2-r esults .se lect2-sele cted { | |||||
| 450 | displa y: none; | |||||
| 451 | } | |||||
| 452 | ||||||
| 453 | .select2-m ore-result s.select2- active { | |||||
| 454 | backgr ound: #f4f 4f4 url('s elect2-spi nner.gif') no-repeat 100%; | |||||
| 455 | } | |||||
| 456 | ||||||
| 457 | .select2-r esults .se lect2-ajax -error { | |||||
| 458 | backgr ound: rgba (255, 50, 50, .2); | |||||
| 459 | } | |||||
| 460 | ||||||
| 461 | .select2-m ore-result s { | |||||
| 462 | backgr ound: #f4f 4f4; | |||||
| 463 | displa y: list-it em; | |||||
| 464 | } | |||||
| 465 | ||||||
| 466 | /* disable d styles * / | |||||
| 467 | ||||||
| 468 | .select2-c ontainer.s elect2-con tainer-dis abled .sel ect2-choic e { | |||||
| 469 | backgr ound-color : #f4f4f4; | |||||
| 470 | backgr ound-image : none; | |||||
| 471 | border : 1px soli d #ddd; | |||||
| 472 | cursor : default; | |||||
| 473 | } | |||||
| 474 | ||||||
| 475 | .select2-c ontainer.s elect2-con tainer-dis abled .sel ect2-choic e .select2 -arrow { | |||||
| 476 | backgr ound-color : #f4f4f4; | |||||
| 477 | backgr ound-image : none; | |||||
| 478 | border -left: 0; | |||||
| 479 | } | |||||
| 480 | ||||||
| 481 | .select2-c ontainer.s elect2-con tainer-dis abled .sel ect2-choic e abbr { | |||||
| 482 | displa y: none; | |||||
| 483 | } | |||||
| 484 | ||||||
| 485 | ||||||
| 486 | /* multise lect */ | |||||
| 487 | ||||||
| 488 | .select2-c ontainer-m ulti .sele ct2-choice s { | |||||
| 489 | height : auto !im portant; | |||||
| 490 | height : 1%; | |||||
| 491 | margin : 0; | |||||
| 492 | paddin g: 0 5px 0 0; | |||||
| 493 | positi on: relati ve; | |||||
| 494 | ||||||
| 495 | border : 1px soli d #aaa; | |||||
| 496 | cursor : text; | |||||
| 497 | overfl ow: hidden ; | |||||
| 498 | ||||||
| 499 | backgr ound-color : #fff; | |||||
| 500 | backgr ound-image : -webkit- gradient(l inear, 0% 0%, 0% 100 %, color-s top(1%, #e ee), color -stop(15%, #fff)); | |||||
| 501 | backgr ound-image : -webkit- linear-gra dient(top, #eee 1%, #fff 15%); | |||||
| 502 | backgr ound-image : -moz-lin ear-gradie nt(top, #e ee 1%, #ff f 15%); | |||||
| 503 | backgr ound-image : linear-g radient(to bottom, # eee 1%, #f ff 15%); | |||||
| 504 | } | |||||
| 505 | ||||||
| 506 | html[dir=" rtl"] .sel ect2-conta iner-multi .select2- choices { | |||||
| 507 | paddin g: 0 0 0 5 px; | |||||
| 508 | } | |||||
| 509 | ||||||
| 510 | .select2-l ocked { | |||||
| 511 | padding: 3px 5px 3 px 5px !im portant; | |||||
| 512 | } | |||||
| 513 | ||||||
| 514 | .select2-c ontainer-m ulti .sele ct2-choice s { | |||||
| 515 | min-he ight: 26px ; | |||||
| 516 | } | |||||
| 517 | ||||||
| 518 | .select2-c ontainer-m ulti.selec t2-contain er-active .select2-c hoices { | |||||
| 519 | border : 1px soli d #5897fb; | |||||
| 520 | outlin e: none; | |||||
| 521 | ||||||
| 522 | -webki t-box-shad ow: 0 0 5p x rgba(0, 0, 0, .3); | |||||
| 523 | box-shad ow: 0 0 5p x rgba(0, 0, 0, .3); | |||||
| 524 | } | |||||
| 525 | .select2-c ontainer-m ulti .sele ct2-choice s li { | |||||
| 526 | float: left; | |||||
| 527 | list-s tyle: none ; | |||||
| 528 | } | |||||
| 529 | html[dir=" rtl"] .sel ect2-conta iner-multi .select2- choices li | |||||
| 530 | { | |||||
| 531 | float: right; | |||||
| 532 | } | |||||
| 533 | .select2-c ontainer-m ulti .sele ct2-choice s .select2 -search-fi eld { | |||||
| 534 | margin : 0; | |||||
| 535 | paddin g: 0; | |||||
| 536 | white- space: now rap; | |||||
| 537 | } | |||||
| 538 | ||||||
| 539 | .select2-c ontainer-m ulti .sele ct2-choice s .select2 -search-fi eld input { | |||||
| 540 | paddin g: 5px; | |||||
| 541 | margin : 1px 0; | |||||
| 542 | ||||||
| 543 | font-f amily: san s-serif; | |||||
| 544 | font-s ize: 100%; | |||||
| 545 | color: #666; | |||||
| 546 | outlin e: 0; | |||||
| 547 | border : 0; | |||||
| 548 | -webki t-box-shad ow: none; | |||||
| 549 | box-shad ow: none; | |||||
| 550 | backgr ound: tran sparent !i mportant; | |||||
| 551 | } | |||||
| 552 | ||||||
| 553 | .select2-c ontainer-m ulti .sele ct2-choice s .select2 -search-fi eld input. select2-ac tive { | |||||
| 554 | backgr ound: #fff url('sele ct2-spinne r.gif') no -repeat 10 0% !import ant; | |||||
| 555 | } | |||||
| 556 | ||||||
| 557 | .select2-d efault { | |||||
| 558 | color: #999 !imp ortant; | |||||
| 559 | } | |||||
| 560 | ||||||
| 561 | .select2-c ontainer-m ulti .sele ct2-choice s .select2 -search-ch oice { | |||||
| 562 | paddin g: 3px 5px 3px 18px; | |||||
| 563 | margin : 3px 0 3p x 5px; | |||||
| 564 | positi on: relati ve; | |||||
| 565 | ||||||
| 566 | line-h eight: 13p x; | |||||
| 567 | color: #333; | |||||
| 568 | cursor : default; | |||||
| 569 | border : 1px soli d #aaaaaa; | |||||
| 570 | ||||||
| 571 | border -radius: 3 px; | |||||
| 572 | ||||||
| 573 | -webki t-box-shad ow: 0 0 2p x #fff ins et, 0 1px 0 rgba(0, 0, 0, 0.05 ); | |||||
| 574 | box-shad ow: 0 0 2p x #fff ins et, 0 1px 0 rgba(0, 0, 0, 0.05 ); | |||||
| 575 | ||||||
| 576 | backgr ound-clip: padding-b ox; | |||||
| 577 | ||||||
| 578 | -webki t-touch-ca llout: non e; | |||||
| 579 | -web kit-user-s elect: non e; | |||||
| 580 | - moz-user-s elect: non e; | |||||
| 581 | -ms-user-s elect: non e; | |||||
| 582 | user-s elect: non e; | |||||
| 583 | ||||||
| 584 | backgr ound-color : #e4e4e4; | |||||
| 585 | filter : progid:D XImageTran sform.Micr osoft.grad ient(start Colorstr=' #eeeeee', endColorst r='#f4f4f4 ', Gradien tType=0); | |||||
| 586 | backgr ound-image : -webkit- gradient(l inear, 0% 0%, 0% 100 %, color-s top(20%, # f4f4f4), c olor-stop( 50%, #f0f0 f0), color -stop(52%, #e8e8e8), color-sto p(100%, #e ee)); | |||||
| 587 | backgr ound-image : -webkit- linear-gra dient(top, #f4f4f4 2 0%, #f0f0f 0 50%, #e8 e8e8 52%, #eee 100%) ; | |||||
| 588 | backgr ound-image : -moz-lin ear-gradie nt(top, #f 4f4f4 20%, #f0f0f0 5 0%, #e8e8e 8 52%, #ee e 100%); | |||||
| 589 | backgr ound-image : linear-g radient(to bottom, # f4f4f4 20% , #f0f0f0 50%, #e8e8 e8 52%, #e ee 100%); | |||||
| 590 | } | |||||
| 591 | html[dir=" rtl"] .sel ect2-conta iner-multi .select2- choices .s elect2-sea rch-choice | |||||
| 592 | { | |||||
| 593 | margin : 3px 5px 3px 0; | |||||
| 594 | paddin g: 3px 18p x 3px 5px; | |||||
| 595 | } | |||||
| 596 | .select2-c ontainer-m ulti .sele ct2-choice s .select2 -search-ch oice .sele ct2-chosen { | |||||
| 597 | cursor : default; | |||||
| 598 | } | |||||
| 599 | .select2-c ontainer-m ulti .sele ct2-choice s .select2 -search-ch oice-focus { | |||||
| 600 | backgr ound: #d4d 4d4; | |||||
| 601 | } | |||||
| 602 | ||||||
| 603 | .select2-s earch-choi ce-close { | |||||
| 604 | displa y: block; | |||||
| 605 | width: 12px; | |||||
| 606 | height : 13px; | |||||
| 607 | positi on: absolu te; | |||||
| 608 | right: 3px; | |||||
| 609 | top: 4 px; | |||||
| 610 | ||||||
| 611 | font-s ize: 1px; | |||||
| 612 | outlin e: none; | |||||
| 613 | backgr ound: url( 'select2.p ng') right top no-re peat; | |||||
| 614 | } | |||||
| 615 | html[dir=" rtl"] .sel ect2-searc h-choice-c lose { | |||||
| 616 | right: auto; | |||||
| 617 | left: 3px; | |||||
| 618 | } | |||||
| 619 | ||||||
| 620 | .select2-c ontainer-m ulti .sele ct2-search -choice-cl ose { | |||||
| 621 | left: 3px; | |||||
| 622 | } | |||||
| 623 | ||||||
| 624 | html[dir=" rtl"] .sel ect2-conta iner-multi .select2- search-cho ice-close { | |||||
| 625 | left: auto; | |||||
| 626 | right: 2px; | |||||
| 627 | } | |||||
| 628 | ||||||
| 629 | .select2-c ontainer-m ulti .sele ct2-choice s .select2 -search-ch oice .sele ct2-search -choice-cl ose:hover { | |||||
| 630 | backgrou nd-positio n: right - 11px; | |||||
| 631 | } | |||||
| 632 | .select2-c ontainer-m ulti .sele ct2-choice s .select2 -search-ch oice-focus .select2- search-cho ice-close { | |||||
| 633 | backgr ound-posit ion: right -11px; | |||||
| 634 | } | |||||
| 635 | ||||||
| 636 | /* disable d styles * / | |||||
| 637 | .select2-c ontainer-m ulti.selec t2-contain er-disable d .select2 -choices { | |||||
| 638 | backgr ound-color : #f4f4f4; | |||||
| 639 | backgr ound-image : none; | |||||
| 640 | border : 1px soli d #ddd; | |||||
| 641 | cursor : default; | |||||
| 642 | } | |||||
| 643 | ||||||
| 644 | .select2-c ontainer-m ulti.selec t2-contain er-disable d .select2 -choices . select2-se arch-choic e { | |||||
| 645 | paddin g: 3px 5px 3px 5px; | |||||
| 646 | border : 1px soli d #ddd; | |||||
| 647 | backgr ound-image : none; | |||||
| 648 | backgr ound-color : #f4f4f4; | |||||
| 649 | } | |||||
| 650 | ||||||
| 651 | .select2-c ontainer-m ulti.selec t2-contain er-disable d .select2 -choices . select2-se arch-choic e .select2 -search-ch oice-close { disp lay: none; | |||||
| 652 | backgr ound: none ; | |||||
| 653 | } | |||||
| 654 | /* end mul tiselect * / | |||||
| 655 | ||||||
| 656 | ||||||
| 657 | .select2-r esult-sele ctable .se lect2-matc h, | |||||
| 658 | .select2-r esult-unse lectable . select2-ma tch { | |||||
| 659 | text-d ecoration: underline ; | |||||
| 660 | } | |||||
| 661 | ||||||
| 662 | .select2-o ffscreen, .select2-o ffscreen:f ocus { | |||||
| 663 | clip: rect(0 0 0 0) !impor tant; | |||||
| 664 | width: 1px !impo rtant; | |||||
| 665 | height : 1px !imp ortant; | |||||
| 666 | border : 0 !impor tant; | |||||
| 667 | margin : 0 !impor tant; | |||||
| 668 | paddin g: 0 !impo rtant; | |||||
| 669 | overfl ow: hidden !importan t; | |||||
| 670 | positi on: absolu te !import ant; | |||||
| 671 | outlin e: 0 !impo rtant; | |||||
| 672 | left: 0px !impor tant; | |||||
| 673 | top: 0 px !import ant; | |||||
| 674 | } | |||||
| 675 | ||||||
| 676 | .select2-d isplay-non e { | |||||
| 677 | displa y: none; | |||||
| 678 | } | |||||
| 679 | ||||||
| 680 | .select2-m easure-scr ollbar { | |||||
| 681 | positi on: absolu te; | |||||
| 682 | top: - 10000px; | |||||
| 683 | left: -10000px; | |||||
| 684 | width: 100px; | |||||
| 685 | height : 100px; | |||||
| 686 | overfl ow: scroll ; | |||||
| 687 | } | |||||
| 688 | ||||||
| 689 | /* Retina- ize icons */ | |||||
| 690 | ||||||
| 691 | @media onl y screen a nd (-webki t-min-devi ce-pixel-r atio: 1.5) , only scr een and (m in-resolut ion: 2dppx ) { | |||||
| 692 | .selec t2-search input, | |||||
| 693 | .selec t2-search- choice-clo se, | |||||
| 694 | .selec t2-contain er .select 2-choice a bbr, | |||||
| 695 | .selec t2-contain er .select 2-choice . select2-ar row b { | |||||
| 696 | ba ckground-i mage: url( 'select2x2 .png') !im portant; | |||||
| 697 | ba ckground-r epeat: no- repeat !im portant; | |||||
| 698 | ba ckground-s ize: 60px 40px !impo rtant; | |||||
| 699 | } | |||||
| 700 | ||||||
| 701 | .selec t2-search input { | |||||
| 702 | ba ckground-p osition: 1 00% -21px !important ; | |||||
| 703 | } | |||||
| 704 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.