added playback stop css
Signed-off-by: Core <core@coredev.uk>
This commit is contained in:
parent
f009c4b13c
commit
bd6552a048
2 changed files with 7 additions and 0 deletions
|
@ -86,6 +86,7 @@ export class AppEvents {
|
|||
case "disabled":
|
||||
console.info("Hardware acceleration is disabled.");
|
||||
app.commandLine.appendSwitch("disable-gpu");
|
||||
app.disableHardwareAcceleration()
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
@ -1868,6 +1868,12 @@ input[type="checkbox"][switch]:checked:active::before {
|
|||
background-position: center;
|
||||
}
|
||||
|
||||
.playback-button.stop {
|
||||
background-image: url("./assets/cider-icons/stop.svg");
|
||||
background-size: 38px;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.playback-button.play {
|
||||
background-image: url("./assets/cider-icons/play.svg");
|
||||
background-size: 38px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue