Change:Audio playback playback speed control adjustable by incremenets of 0.1 #202

This commit is contained in:
advplyr 2021-11-27 16:38:29 -06:00
parent 448514af9e
commit dd8a28848b
3 changed files with 50 additions and 35 deletions

View file

@ -68,4 +68,7 @@ button.icon-btn:hover:not(:disabled)::before {
button.icon-btn:disabled::before {
background-color: rgba(0, 0, 0, 0.2);
}
button.icon-btn:disabled span {
color: #777;
}
</style>