diff --git a/src/renderer/style.less b/src/renderer/style.less index bf6039cb..dd6d3361 100644 --- a/src/renderer/style.less +++ b/src/renderer/style.less @@ -1516,7 +1516,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb { } .playback-button--small.active { - background-color: rgb(200 200 200 / 10%); + background-color: rgb(200 200 200 / 25%); } .playback-button--small.search { @@ -1544,11 +1544,11 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb { } .playback-button--small.repeat { - background-color: var(--keyColor); background-image: url("./assets/repeat.svg"); } .playback-button--small.repeat.repeatOne { + background-color: rgb(200 200 200 / 25%); background-image: url("./assets/repeatOne.svg"); } @@ -4435,7 +4435,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb { } .playback-button--small.active { - background-color: rgba(200, 200, 200, 0.7); + background-color: rgb(200 200 200 / 25%); } .playback-button--small { @@ -4800,7 +4800,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb { } .playback-button--small.active { - background-color: rgba(200, 200, 200, 0.7); + background-color: rgb(200 200 200 / 25%); } .player-exit { diff --git a/src/web-remote/style.css b/src/web-remote/style.css index 4b2419f5..bfb91546 100644 --- a/src/web-remote/style.css +++ b/src/web-remote/style.css @@ -255,7 +255,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track { } .playback-button--small.active { - background-color: rgb(200 200 200 / 10%); + background-color: rgb(200 200 200 / 25%); } .playback-button--small.activeColor { @@ -283,11 +283,11 @@ input[type=range].web-slider::-webkit-slider-runnable-track { } .playback-button--small.repeat { - background-color: var(--keyColor); background-image: url("./assets/repeat.svg"); } .playback-button--small.repeat.repeatOne { + background-color: rgb(200 200 200 / 25%); background-image: url("./assets/repeatOne.svg"); }