#audio-player audio::-webkit-media-controls-panel {
  background: red; /*transparent*/
}
      
#audio-player audio::-webkit-media-controls-play-button {
  background-color: Yellow;
  border-radius: 50%;
}
      
#audio-player  audio::-webkit-media-controls-play-button:hover {
  background-color: cyan;
}
      
#audio-player audio::-webkit-media-controls-current-time-display {
  color: White;
  font-size: 15px;
  font-family: times;
  font-weight: bold;
}
      
#audio-player audio::-webkit-media-controls-time-remaining-display {
  color: Yellow;
  font-size: 15px;
  font-family: times;
  font-weight: bold;
}
      
#audio-player audio::-webkit-media-controls-timeline {
  background-color: Blue;
  margin: 10px;
  border-radius: ;
}
#audio-player audio::-webkit-media-controls-volume-slider  {
  background-color: green;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
#audio-player audio::-webkit-media-controls-mute-button {
  background-color: Yellow;
  border-radius: 50%;
} 
Subscribe to:
Post Comments
                      (
                      Atom
                      )
                    

No comments