CC-3429: Firefox does not natively support mp3 file playing so preview does nothing.
-comment out questionable css modification
This commit is contained in:
parent
bd8ce4b0a7
commit
c6222849df
|
@ -105,12 +105,16 @@ span.playlistID {
|
||||||
span.playlistIndex {
|
span.playlistIndex {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Not sure if this should be here. Daniel Franklin added this but not
|
||||||
|
* sure if it is actually needed. Commenting out for now...
|
||||||
span.showID {
|
span.showID {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
span.showIndex {
|
span.showIndex {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
* */
|
||||||
/* @group CONTROLS */
|
/* @group CONTROLS */
|
||||||
|
|
||||||
div.jp-controls-holder {
|
div.jp-controls-holder {
|
||||||
|
|
Loading…
Reference in New Issue