mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-04-27 15:51:06 -07:00
Clean: Move lepton stylesheets into their own files
- `userChrome.css` -> `css/leptonChrome.css` - `userContent.css` -> `css/leptonContent.css` This allows users to easily update lepton while still keepping their own custom styles Co-authored-by: anzz1 <>
This commit is contained in:
parent
356b41da15
commit
14f0678946
7 changed files with 4 additions and 10 deletions
|
|
@ -90,12 +90,6 @@ CSS settings are relatively simple.
|
|||
- `userChrome-overrides.css` at `<Firefox_Profile>/chrome/`
|
||||
- `userContent-overrides.css` at `<Firefox_Profile>/chrome/`
|
||||
|
||||
Then, activate the following options:
|
||||
- `userChrome.overrides` to `true`
|
||||
- `userContent.overrides` to `true`
|
||||
|
||||
It is now loading, and there is no need to manage the version control to the `userChrome.css` and `userContents.css` file.
|
||||
|
||||
`user-overrides.js` needs to use a shell script and has some priorities.
|
||||
- `<Firefox_Profile>/user-overrides.js`
|
||||
- `./user-overrides.js` (Will be copied `<Firefox_Profile>/chrome/`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue