mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-08-08 10:12: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 {
|
||||
cursor: pointer;
|
||||
display: none;
|
||||
|
||||
background-image: url("../assets/icons/player/icon24_cc_off.svg");
|
||||
transition: background-image 0.1s ease-in-out;
|
||||
|
@ -429,7 +428,6 @@ body {
|
|||
|
||||
.captions_on {
|
||||
cursor: pointer;
|
||||
display: none;
|
||||
|
||||
background-image: url("../assets/icons/player/icon24_cc_on.svg");
|
||||
transition: background-image 0.1s ease-in-out;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue