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

Colored Audio Tab transparency broken #726

Open
ORCACommander opened this issue Dec 31, 2024 · 2 comments
Open

Colored Audio Tab transparency broken #726

ORCACommander opened this issue Dec 31, 2024 · 2 comments

Comments

@ORCACommander
Copy link

!!! READ THIS BEFORE OPENING A NEW ISSUE REPORT !!!

-> use the TEMPLATE (1-5) at the bottom after reading everything on this page <-

INVALID REPORTS WILL BE CLOSED WITHOUT FURTHER NOTICE TO KEEP ISSUE AREA CLEAN.
By submitting a new issue you confirm having read and understood 'how to report a new issue'.
-> #4 <-
Thanks for your understanding.

SUPPORT is only offered for features CustomCSSforFx project provides

NO SUPPORT for

  • outdated versions of CustomCSSforFx
  • deprecated features of (legacy) add-ons
  • visual issues without offering screenshots

Add all information required in 1-5 and delete this line and everything above it before submitting.

  1. Does the issue occur without any files inside /chrome/ folder?
    -> If it does, it might be a Firefox bug not related to this projects files, so "the issue report" is most likely wrong here.
    No

  2. Issue description, userChrome.css/userContent.css 'settings' the issue occurs with and steps to reproduce the issue:
    enabling @import "./css/tabs/tab_audio_icon_colorized.css"; /**/ in userChrome results in the audio icon on a tab not being transparent

  3. Does the issue occur with the most recent version of CustomCSSforFx (release/test/dev build)?
    -> Check here: https://github.com/Aris-t2/CustomCSSforFx/releases <-
    4.6.9.V2

  4. Screenshots showing the issue (drag & drop images into this post):
    image

  5. System information

@Speravir
Copy link

Add this to your userChrome.css or a file imported by this, e.g. my_userChrome.css if you follow Aris’ suggestions:

.tab-icon-overlay:is([soundplaying], [muted], [activemedia-blocked]) {
  background-color: transparent !important
}

(Untested.)

@ORCACommander
Copy link
Author

yep that works

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

No branches or pull requests

2 participants