/select2-skins

A css skins for select2 with sizes and colors.

Primary LanguageCSSMIT LicenseMIT

Select2 Skins

A css skins for select2 version: 3.5.2 with sizes and colors.

Dependencies

How to use

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)

Copyright and license

Code and documentation copyright 2014 ThemePixels.com. Code released under the MIT license.