A css skins for select2 version: 3.5.2 with sizes and colors.
- [Select2] (https://github.com/ivaynberg/select2)
- [FontAwesome] (https://github.com/FortAwesome/Font-Awesome)
If you are using Select2 as a replacement for select boxes, what you need to do is add the select2 css together with the select2 skins css in the <head> of your page. See code below.
<link rel="stylesheet" href="select2.css">
<link rel="stylesheet" href="select2-skins.css">
Select2-Skins also uses FontAwesome for the arrow icon so you also need to include it in the <head> of your page.
<link rel="stylesheet" href="font-awesome.min.css">
[View Demo and Documentation] (http://themepixels.me/github/select2-skins)
Code and documentation copyright 2014 ThemePixels.com. Code released under the MIT license.