-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpqselect.min.css
22 lines (22 loc) · 2.69 KB
/
pqselect.min.css
1
2
3
4
5
6
7
8
9
/*!
* ParamQuery Select v2.0.0
*
* Copyright (c) 2015-2022 Paramvir Dhindsa (http://paramquery.com)
* Released under GNU General Public License v3
* http://paramquery.com/license
*
*/
div.pq-select-button{display:inline-block;min-height:16px;min-width:50px;line-height:20px;text-align:left;padding:1px 3px 0;cursor:pointer;position:relative;box-sizing:border-box;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.pq-select-button .pq-icon{ float:right}.pq-select-single .pq-select-item-text,.pq-select-single .pq-select-text{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap}.pq-select-single .pq-select-item-text{ display:inline-block}.pq-select-popup-cont{position:absolute;z-index:10000;overflow:visible;display:none;box-sizing:border-box;outline:0}.pq-select-popup-cont *{box-sizing:border-box}.pq-select-popup{padding:1px;overflow:visible;box-shadow:0 3px 5px 1px rgba(0,0,0,.1);outline:0;max-height:300px;box-sizing:content-box}.pq-select-shadow-fix{height:8px;width:120%;margin-left:-10%;position:absolute}.pq-select-popup *{outline:0}.pq-select-all{position:relative;margin-bottom:1px;display:block;cursor:pointer}.pq-select-all>.ui-icon-close{ float:right}.pq-select-search-div{position:relative;padding-left:2px;border:1px solid #ccc;margin-bottom:1px}.pq-select-search-div1{ overflow:hidden}.pq-select-search-input{box-sizing:border-box;width:100%;font-size:inherit}.pq-select-search-div>.ui-icon{float:right;margin-top:2px}.pq-select-search-highlight{text-decoration:underline;margin:0;padding:0}.pq-select-menu{ position:relative; -webkit-overflow-scrolling:touch; overflow-y:auto; overflow-x:hidden}div.pq-select-menu .pq-select-optgroup,div.pq-select-menu .pq-select-option{display:block;min-height:18px;border:1px solid transparent;position:relative}.pq-select-optgroup>span,.pq-select-option>span{margin-left:2px;display:inline-block;position:relative;top:50%;transform:translateY(-50%);white-space:nowrap;overflow:hidden}.pq-select-optgroup>span{ font-weight:700}.pq-select-option>input+span{margin-left:20px}.pq-select-search-div .glyphicon{margin:2px}.pq-select-option>span.pq-left-group{margin-left:13px}.pq-select-all>input{position:relative;top:1px;margin:2px 5px 0 2px}.pq-select-option>input{margin:0;padding:0;position:absolute;left:2px;top:50%;transform:translateY(-50%)}.pq-select-search-input{padding:1px 2px;border-width:0}.pq-select-text>.pq-select-item{padding:2px 0 2px 3px;margin:1px;line-height:16px;display:inline-block;font-size:100%;font-weight:400}.pq-select-item>.ui-icon-close{ float:right}.pq-select-popup label.pq-state-hover{border:1px dotted #00008b}.pq-select-popup label{font-weight:400;margin-bottom:0;text-align:left;vertical-align:middle;font-size:inherit;white-space:normal}