1
0
Fork 0

More CSS and selectors cleanup

master
Matthieu Lalonde 12 years ago
parent 4338229ae6
commit 5fbdb746d9

@ -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');
}

@ -230,14 +230,3 @@ body > .ui-layout-north > div:first-child > .playerVolumeWrapper a:last-child {
width: 13px;
background: transparent url('../img/volume_plus.png') no-repeat;
}
table tbody tr.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;
}

Loading…
Cancel
Save