tfp
Version:
A Web UI framework for TaskBuilder
44 lines • 823 B
CSS
.tfp-popuplist {
background-color: #FFF;
color: #333;
border: 1px solid #CCC;
}
.tfp-popuplist input {
width: calc(100% - 12px);
height: 24px;
line-height: 24px;
margin-top: 2px;
border: 0;
}
.tfp-popuplist img {
float: right;
margin-top: 10px;
margin-right: 2px;
}
.tfp-popuplist-datalist {
position: fixed;
z-index: 9999;
left: 0;
top: 0;
border: 1px solid #CCCCCC;
border-radius: 0 0 6px 6px;
background-color: #FFFFFF;
overflow: auto;
display: none;
box-shadow: 3px 3px 5px #EEEEEE;
}
.tfp-popuplist-datalist div {
width: 95%;
margin-left: 5%;
height: 24px;
line-height: 24px;
text-align: left;
overflow: hidden;
color: #666666;
cursor: pointer;
white-space: nowrap;
text-overflow: ellipsis;
}
.tfp-popuplist-datalist div span {
color: red;
}