tfp
Version:
A Web UI framework for TaskBuilder
25 lines • 451 B
CSS
.tfp-list {
background-color: #222222;
border: 1px solid #666666;
overflow: auto;
}
.tfp-list div {
width: 96%;
margin-left: 3%;
padding-left: 10px;
height: 30px;
line-height: 30px;
text-align: left;
overflow: hidden;
color: #FFFFFF;
cursor: pointer;
white-space: nowrap;
text-overflow: ellipsis;
}
.tfp-list div:hover {
background-color: #333333;
}
.tfp-list div a {
color: #666666;
text-decoration: none;
}