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

Not working for FF 71.0b9 under MacOS 10.15.1 #3

Closed
d4v1dv00 opened this issue Nov 14, 2019 · 3 comments
Closed

Not working for FF 71.0b9 under MacOS 10.15.1 #3

d4v1dv00 opened this issue Nov 14, 2019 · 3 comments

Comments

@d4v1dv00
Copy link

There wasn't any userChrome.css file under profile folder by default, i added in and together with the line. Restarted FF and still the same as before.

p.s. about:config changed

@ideaweb
Copy link
Owner

ideaweb commented Nov 14, 2019

If nothing changed, then it could be that the userChrome.css file is not loaded.

Please could you add the following line to the end of userChrome.css file in your profile folder like:

@import '/Users/tom/Developer/firefox-safari-style/css/userChrome.css';
* { background-color: red !important; }

Then (re)start Firefox and the entire browser must be in "red". If so the userChrome.css file in your profile folder is working and you can revert your changes.

Then please add the same line to the imported userChrome.css of this theme to verify that the imported file is loaded. Do not forget to revert the changes after the tests here too.

If in both cases the browser is shown in "red" we must make other tests like verify that you imported the CSS file and not the SCSS file etc.

@mthuc
Copy link

mthuc commented Dec 24, 2019

It is not working for me on 71 release & MacOS 10.15.2. My background color changes if I change to blue (for userChrome.css), so it is applying the changes.

My userChrome.css:

➜  chrome cat userChrome.css
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@import '/Users/<user>/Downloads/firefox-safari-style/css/userChrome.css';

@dryshirt
Copy link

dryshirt commented Jan 8, 2020

the @namespace line interferes with the @import statement, remove the @namespace line outside of userChrome.css and it works.

@ideaweb ideaweb closed this as completed Sep 15, 2020
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

4 participants