Files
2020-01-24 17:53:26 -05:00

17 lines
312 B
CSS

.audio-player:focus {
outline : 0;
}
.plyr__controls {
-webkit-box-pack : start;
-webkit-justify-content : flex-start;
-ms-flex-pack : start;
justify-content : flex-start;
}
.plyr__progress {
-webkit-box-flex : 1;
-webkit-flex-grow : 1;
-ms-flex-positive : 1;
flex-grow : 1;
}