Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide dials to see the Background Image not just for Bing #362

Open
Delyrio opened this issue Dec 2, 2024 · 2 comments
Open

Hide dials to see the Background Image not just for Bing #362

Delyrio opened this issue Dec 2, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Delyrio
Copy link

Delyrio commented Dec 2, 2024

I am pretty sure this option (Mentioned in the title) used to work for "Select background Image from file" but it only works for "Bing image of the day".

To be fair, no idea when it stopped working but it would be good to have the option to hide dials to see the background for all the background choices.

Cheers

@Delyrio Delyrio added the enhancement New feature or request label Dec 2, 2024
@Juraj-Masiar
Copy link
Member

Hello,
Yes, the option has been removed because many people were confused when they changed / disabled the background but the hiding stayed enabled.
I will need to move it up (or down) so that it's visible for each background type.

But until then, you can use a simple workaround - open Options page / General / Custom CSS styles, and paste there this:

html {
    & > body > * {
        opacity: 0;
        transition: opacity 0.1s ease-in;
    }
    &:hover > body > * {
        opacity: 1;
        transition: opacity 0.1s;
    }
}

@Delyrio
Copy link
Author

Delyrio commented Dec 5, 2024

Thank you very much for the prompt reply and snippet code, worked like a charm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants