select2-Flat_Theme https://github.com/techhysahil/select2-Flat_Theme
Demonstrations available at http://codepen.io/techhysahil/pen/qbrqWG
Tested in latest Chrome version.
In order to apply select2 Flat theme to your project, add the following files:
<link rel="stylesheet" href="select2.css">
<link rel="stylesheet" href="select2-flat-theme.css">
To apply the theme, apply Flat theme for Select2 by changing the options:
$( "#dropdown" ).select2({
theme: "flat"
});
- Added less source
- Added sass version.