mirror of
https://github.com/prayag17/Jellyfin-Icons.git
synced 2026-01-15 13:52:52 -03:00
Update duotone.css
Include changes suggested by RubenTeixera on prayag17's branch
This commit is contained in:
@@ -1208,20 +1208,50 @@
|
||||
opacity: var(--opacity);
|
||||
}
|
||||
|
||||
.material-icons.groups:before {
|
||||
position: absolute;
|
||||
content: "\f233";
|
||||
}
|
||||
|
||||
.material-icons.groups:after {
|
||||
opacity: var(--opacity);
|
||||
content: "\10f233";
|
||||
}
|
||||
|
||||
.material-icons.undo:before {
|
||||
position: absolute;
|
||||
content: "\f0e2";
|
||||
}
|
||||
|
||||
.material-icons.undo::after {
|
||||
content: "\10f0e2";
|
||||
opacity: var(--opacity);
|
||||
content: "\10f0e2";
|
||||
}
|
||||
|
||||
.material-icons.redo:before {
|
||||
position: absolute;
|
||||
content: "\f01e";
|
||||
}
|
||||
|
||||
.material-icons.redo::after {
|
||||
content: "\10f01e";
|
||||
opacity: var(--opacity);
|
||||
content: "\10f01e";
|
||||
}
|
||||
|
||||
.material-icons.keyboard:before {
|
||||
position: absolute;
|
||||
content: "\f11c";
|
||||
}
|
||||
.material-icons.keyboard:after {
|
||||
opacity: var(--opacity);
|
||||
content: "\10f11c";
|
||||
}
|
||||
|
||||
.material-icons.videocam:before {
|
||||
position: absolute;
|
||||
content: "\f8ec";
|
||||
}
|
||||
.material-icons.videocam:after {
|
||||
opacity: var(--opacity);
|
||||
content: "\10f8ec";
|
||||
}
|
||||
Reference in New Issue
Block a user