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