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

UserContent.css #696

Open
click-click opened this issue Oct 29, 2024 · 3 comments
Open

UserContent.css #696

click-click opened this issue Oct 29, 2024 · 3 comments

Comments

@click-click
Copy link

click-click commented Oct 29, 2024

I just migrated from firefox 115 ESR To 128 ESR and the checkboxes in Settings have disappeared. preferences_alternative_appearance_v2.css seems be the culprit here. If I disable it, the checkboxes are back, but it's no longer compact and the icons are not like they were in v115. Background shade different too.

  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 for missing checkboxes

  2. Issue description, userChrome.css/userContent.css 'settings' the issue occurs with and steps to reproduce the issue: @import "./css/aboutpreferences/preferences_alternative_appearance_v2.css"; /**/

  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 <-
    yes custom_css_for_fx_v4.5.9

  4. Screenshots showing the issue (drag & drop images into this post)
    v115
    v128e
    v128

  5. System information

  • OS & OS version: Microsoft Windows [Version 10.0.22631.4317]
  • DPI/HiDPI/scaling value, if not 100% (e.g. 125%, 150%...): 125%
  • Firefox version: 128,3,1
  • Firefox theme (e.g. default, build in light/dark, external theme + link): System theme — auto 1.3
@Aris-t2
Copy link
Owner

Aris-t2 commented Oct 29, 2024

Open preferences_alternative_appearance_v2.css and remove these lines of code;

	checkbox .checkbox-check {
	  appearance: unset  !important;
	  box-shadow: unset !important;
	}

	radio .radio-check {
	  appearance: unset !important;
	  box-shadow: unset !important;
	}

@click-click
Copy link
Author

Should I have put this in the discussion section? A big thanks for the solution. That works well.
v128css

@Aris-t2
Copy link
Owner

Aris-t2 commented Oct 30, 2024

Not needed, next update will fix this.

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