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

[Bug]: Cannot get a userChrome.css theme working #1550

Closed
8 of 9 tasks
scrubborn opened this issue Dec 22, 2024 · 2 comments
Closed
8 of 9 tasks

[Bug]: Cannot get a userChrome.css theme working #1550

scrubborn opened this issue Dec 22, 2024 · 2 comments
Labels
bug Something isn't working P5 Developers do not respond, only patches are welcome unconfirmed Developer has not yet confirmed.

Comments

@scrubborn
Copy link

Pre-Submission Checklist

  • I have checked the existing/closed issues to ensure this issue has not already been reported.
  • I am using the latest supported version of the browser.
  • I have tried disabling all browser extensions/add-ons to rule out interference from these.
  • I have tried clearing the browser cache and cookies.
  • I have checked with a new profile and the issue still occurs.
  • I have provided detailed step-by-step instructions on how to reproduce the issue.
  • I have included relevant screenshots or console outputs.
  • I have checked that this problem is not occurring in the latest version of Firefox ESR.
  • This issue is specific to this browser and does not occur in other browsers.

Bug Summary

The following theme -

https://gitgud.io/wackyideas/aero-userchrome

Will not apply no matter what I do, when the same steps work on firefox. I originally noticed this on Firedragon but was able to reproduce on current version Floorp.

Reproduction Steps

  1. Create a new profile
  2. Add my chrome folder from the gitgud rep into the proper directory
  3. Ensure that “toolkit.legacyUserProfileCustomizations.stylesheets” was set to true
  4. Edit the userChrome.css per the theme instructions
    @import url("Echelon/userChrome.css"); @import url("Aero/Echelon.css");
  5. Relaunch Floorp

Expected Behavior

The theme should activate.

Actual Behavior

No theme changes occur.

Screenshots

image

Browser Version

v11.21.0

Operating System

Garuda Linux

Additional Context

No response

@scrubborn scrubborn added the bug Something isn't working label Dec 22, 2024
@github-actions github-actions bot added P5 Developers do not respond, only patches are welcome unconfirmed Developer has not yet confirmed. labels Dec 22, 2024
@black-ish
Copy link

You can remove the @import lines and just put the .css files into the CSS folder.
They should load, without needing any @import lines in the userchrome.css.

@scrubborn
Copy link
Author

That seems to have gotten me further, though I am having rendering issues with this theme. I suppose at that point I can try and ask the maintainer of the theme, as floorp is atleast attempting to load the CSS now. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P5 Developers do not respond, only patches are welcome unconfirmed Developer has not yet confirmed.
Projects
None yet
Development

No branches or pull requests

2 participants