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 {
|
||||
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 {
|
||||
display:none;
|
||||
}
|
||||
span.showIndex {
|
||||
display:none;
|
||||
}
|
||||
* */
|
||||
/* @group CONTROLS */
|
||||
|
||||
div.jp-controls-holder {
|
||||
|
|
Loading…
Reference in New Issue