Skip to content

Commit

Permalink
fix: 💄 Added missing button labels
Browse files Browse the repository at this point in the history
  • Loading branch information
JamsRepos committed Aug 8, 2024
1 parent c0b4e10 commit 5af810b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions theme/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,34 @@ progress {
content: "Play";
}

.btnReplay .detailButton-content:before {
content: "Replay";
}

.btnDownload .detailButton-content:before {
content: "Download";
}

.btnPlayTrailer .detailButton-content:before {
content: "Trailer";
}

.btnInstantMix .detailButton-content:before {
content: "Instant Mix";
}

.btnShuffle .detailButton-content:before {
content: "Shuffle";
}

.btnCancelSeriesTimer .detailButton-content:before {
content: "Cancel Programme";
}

.btnCancelTimer .detailButton-content:before {
content: "Stop Recording";
}

.btnPlaystate .detailButton-content:before {
content: "Watched";
}
Expand All @@ -423,6 +447,10 @@ progress {
content: "Favourite";
}

.btnSplitVersions .detailButton-content:before {
content: "Split Versions";
}

.btnMoreCommands .detailButton-content:before {
content: "Options";
}
Expand Down

0 comments on commit 5af810b

Please sign in to comment.