-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
Conflit on css class "play" : the link of audio file playing is no visible
multimedia-sample.css
.audio_clips a.play {
background: url("../img/play_on_20.png") no-repeat scroll 0 2px transparent;
font-weight: bold;
text-decoration: none !important;
}
Pirobox css
a.play {
background: url("../../../img/pirobox/black/play.png") no-repeat scroll 0 0 transparent;
border: medium none;
bottom: 10px !important;
cursor: pointer;
display: block;
height: 40px;
margin: 0;
outline: medium none;
position: absolute;
right: 10px !important;
text-indent: -999em;
width: 40px;
}