PHP Classes

File: bootstrap/chosen/bootstrap-chosen-variables.less

Recommend this page to a friend!
  Classes of Minh Tien   Noblesse CMS   bootstrap/chosen/bootstrap-chosen-variables.less   Download  
File: bootstrap/chosen/bootstrap-chosen-variables.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Noblesse CMS
Content management system with custom plugins
Author: By
Last change:
Date: 8 years ago
Size: 1,000 bytes
 

Contents

Class file image Download
// // bootstrap-chosen-variables.less // // An alternate stylesheet for Chosen (http://harvesthq.github.com/chosen/). // This one is supposed to integrate better with Bootstrap. // // Submit bugfixes to: http://github.com/alxlit/bootstrap-chosen // @chosen-background: @input-bg; @chosen-border: 1px solid @input-border; @chosen-border-radius: @input-border-radius; @chosen-multi-border-radius: @chosen-border-radius; @chosen-box-shadow: ~"inset 0 1px 1px rgba(0, 0, 0, .075)"; @chosen-drop-border: @input-border; @chosen-drop-box-shadow: ~"0 8px 8px rgba(0, 0, 0, .25)"; @chosen-drop-zindex: 1060; @chosen-focus-border: 1px solid @input-border-focus; @chosen-focus-box-shadow: ~"0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6)"; @chosen-focus-transition: ~"border linear .2s, box-shadow linear .2s"; @chosen-height: @input-height-base; @chosen-multi-height: @input-height-base + 6px; @chosen-sprite-path: "chosen-sprite.png"; @chosen-sprite-retina-path: "chosen-sprite@2x.png";