UNPKG

tfp

Version:

A Web UI framework for TaskBuilder

25 lines 448 B
.tfp-list { background-color: #FFF; border: 1px solid #CCCCCC; overflow: auto; } .tfp-list div { width: 96%; margin-left: 3%; padding-left: 10px; height: 30px; line-height: 30px; text-align: left; overflow: hidden; color: #666666; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; } .tfp-list div:hover { background-color: #F0F0F0; } .tfp-list div a { color: #666666; text-decoration: none; }