mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-08-09 02:32:50 +00:00
Receivers: Fix default caption button state
This commit is contained in:
parent
7a70c4af78
commit
8a1d8afe6a
1 changed files with 0 additions and 2 deletions
|
@ -417,7 +417,6 @@ body {
|
||||||
|
|
||||||
.captions_off {
|
.captions_off {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: none;
|
|
||||||
|
|
||||||
background-image: url("../assets/icons/player/icon24_cc_off.svg");
|
background-image: url("../assets/icons/player/icon24_cc_off.svg");
|
||||||
transition: background-image 0.1s ease-in-out;
|
transition: background-image 0.1s ease-in-out;
|
||||||
|
@ -429,7 +428,6 @@ body {
|
||||||
|
|
||||||
.captions_on {
|
.captions_on {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: none;
|
|
||||||
|
|
||||||
background-image: url("../assets/icons/player/icon24_cc_on.svg");
|
background-image: url("../assets/icons/player/icon24_cc_on.svg");
|
||||||
transition: background-image 0.1s ease-in-out;
|
transition: background-image 0.1s ease-in-out;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue