mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-02 15:48:52 +01:00
Modify player button icons
This commit is contained in:
parent
40db1a491b
commit
a430a08030
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user