.z-select {
|
position: relative;
|
cursor: pointer;
|
width: 100%;
|
height: 28px;
|
line-height: 26px;
|
border:1px solid #ccc;
|
padding-left:4px;
|
}
|
.z-select.z-select-focus {
|
border:1px solid #039cfd;
|
}
|
.z-select-placeholder {
|
-moz-user-select: none;
|
-webkit-user-select: none;
|
-ms-user-select: none;
|
-khtml-user-select: none;
|
user-select: none;
|
color:#999;
|
overflow:hidden;
|
white-space: nowrap;
|
text-overflow: ellipsis;
|
}
|
.z-select-option {
|
position:absolute;
|
border:1px solid #dedede;
|
width:100%;
|
background:#fff;
|
z-index:1;
|
top:28px;
|
left:-1px;
|
}
|
.z-select-option-content {
|
position:relative;
|
width:100%;
|
overflow:auto;
|
}
|
.z-select-option .z-selectitem-li {
|
min-height: 26px;
|
line-height: 26px;
|
overflow: hidden;
|
cursor: pointer;
|
padding:0px 5px;
|
overflow:hidden;
|
white-space: nowrap;
|
text-overflow: ellipsis;
|
}
|
.z-select-option .z-selectitem-li:hover {
|
background-color:#eee;
|
}
|
.z-selectitem-li.selected {
|
background-color:#3498DB!important;
|
color:#fff;
|
}
|
.z-select-option-search {
|
border-top: 1px solid #ccc;
|
position:absolute;
|
border-bottom:0px;
|
left:0px;
|
height:25px;
|
width:100%;
|
line-height:24px;
|
}
|
.z-select-option-search >input{
|
color: #000;
|
border-radius: 0;
|
border: none;
|
box-shadow: none;
|
font-size: 9pt;
|
height: 28px;
|
padding-top: 0;
|
padding-bottom: 1px;
|
padding-right: 0;
|
padding-left: 5px;
|
resize: none;
|
background-color: #fff;
|
background-image: none;
|
height: 24px;
|
line-height: 1.42857143;
|
margin: 0px;
|
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
|
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
|
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
|
|
width: 100%;
|
outline: none;
|
padding: 0;
|
padding-left: 10px;
|
}
|
.z-select-option-search .input-query {
|
position:absolute;
|
right: 4px;
|
top: 0px;
|
color: #ccc;
|
font-size: 16px;
|
cursor:default;
|
}
|
.z-select-node-cb {
|
border: 0 none;
|
margin: 0;
|
vertical-align: top;
|
width: 16px;
|
height: 16px;
|
background-repeat: no-repeat;
|
padding: 2px;
|
margin-top: 4.5px;
|
margin-right: 5px;
|
}
|