pqselect
Version:
jQuery plugin to select multiple or single options with checkboxes, radio buttons, with support for search, grouping, disabled options and jQueryUI themeRoller ready.
9 lines • 619 B
CSS
/*!
* ParamQuery Select v2.0.1
*
* Copyright (c) 2015-2022 Paramvir Dhindsa (http://paramquery.com)
* Released under GNU General Public License v3
* http://paramquery.com/license
*
*/
.pq-select-button .icon-large, .pq-select-button .glyphicon{
float:right;
font-size:10px;
margin: 2px;
width: 16px;
}
.pq-select-button .panel{
margin-bottom: 0;
}
.pq-select-button{
white-space: normal;
}
.pq-select-item-text{
font-weight: normal;
}
.ui-state-disabled{
opacity:0.35;
filter: Alpha(Opacity=35);
}
.pq-icon.caret{
margin:8px 4px;
}
.pq-select-popup .label-info{
}