/select2-dark-adminlte-theme

A css theme for Select2 based on AdminLTE 2 dark template

Primary LanguageCSSMIT LicenseMIT

Select2 dark AdminLTE theme

A css theme for Select2 based on AdminLTE 2 dark template

Demo

demo

Installation

Dependencies

Bower

bower install select2-dark-adminlte-theme

Usage

Requires select2-bootstrap.css after the select2.css

  <link rel="stylesheet" href="select2.css">
  <link rel="stylesheet" href="select2-dark-adminlte-theme.css">

Configure select2 to apply the theme by passing dark-adminlte to the theme option:

$( "#dropdown" ).select2({
    theme: "dark-adminlte"
});

Development

  • Requires Node v4.7.x or higher and npm 2.15.11
  • Cloud9 Workspace here

Installation

  1. Install dependencies

    npm install
    
  2. Compile

    grunt --task