Skip to content

Fix Firefox UI regressions with css and provide patches for adjusting the look and feel to your liking

License

Notifications You must be signed in to change notification settings

ShatteredIcicle/firefox-ui-regression-mending

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Firefox UI regression mending

Fix Firefox UI regressions with css and provide patches for adjusting the look and feel of the Firefox interface to your liking.

Tweaks include:

Overall I aim to make this a collection, so I may also include files from others, properly licensed. If you have any concerns over your work being used, please contact me.

Note: Stylesheets are currently only tested with Windows 10.

How to use

1. Set the preference to load stylesheets

Go to about:config and set the pref toolkit.legacyUserProfileCustomizations.stylesheets to true.

2. Create the css files

Go to about:support and click on the button "Open folder" besides Profile folder .

In the profile folder, create a new folder called "chrome" and create two new files userChrome.css and userContent.css in there.

3. Importing styles from this repository

You can import the stylesheets with an @-rule import like this:

⚠️ Always place your imports on top of the css file

@import url("path/filename.css");

Make sure to differentiate if the file was made for userContent.css or userChrome.css, I have seperated them in to their respective folders chrome and content.

About

Fix Firefox UI regressions with css and provide patches for adjusting the look and feel to your liking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages