Modify player button icons

This commit is contained in:
loof2736 2024-11-03 13:24:15 -05:00
parent 40db1a491b
commit a430a08030

View File

@ -535,6 +535,17 @@ html,
padding: .25em .25em .25em .5em !important;
}
/* Modify player buttons */
.material-icons.fast_rewind::before {
content: "\e059";
}
.material-icons.fast_forward::before {
content: "\e057";
}
.material-icons.audiotrack::before {
content: "\e91f";
}
/* Settings and dashboard modifications */