|
|
|
@ -519,6 +519,17 @@ div.drag-table-item table tr.selected td {
|
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6086e5', endColorstr='#4966b1',GradientType=0 ); /* IE6-9 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table tbody tr.itemplaying.itempaused td:first-child span {
|
|
|
|
|
table tbody .itemplaying td:first-child span {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
background-image: url('../img/playicon2.png');
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: left bottom;
|
|
|
|
|
width: 12px;
|
|
|
|
|
height: 12px;
|
|
|
|
|
line-height: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table tbody .itempaused td:first-child span {
|
|
|
|
|
background-image: url('../img/playicon.png');
|
|
|
|
|
}
|
|
|
|
|