From a430a080304f72327aa7d36157afabbe21f647de Mon Sep 17 00:00:00 2001 From: loof2736 Date: Sun, 3 Nov 2024 13:24:15 -0500 Subject: [PATCH] Modify player button icons --- CSS/scyfin-theme.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CSS/scyfin-theme.css b/CSS/scyfin-theme.css index 85e8d46..04f132f 100644 --- a/CSS/scyfin-theme.css +++ b/CSS/scyfin-theme.css @@ -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 */