mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Doc: Project Structure - update overriding
This commit is contained in:
parent
8619748841
commit
1214b515c3
1 changed files with 5 additions and 4 deletions
|
|
@ -85,11 +85,12 @@ Path=<Full PATH>
|
|||
|
||||
## Overriding
|
||||
|
||||
Inspired by [arkenfox](https://github.com/arkenfox/user.js/wiki/3.1-Overrides).
|
||||
Inspired by [arkenfox](https://github.com/arkenfox/user.js/wiki/3.1-Overrides).
|
||||
These files need to use a shell script and has some priorities.
|
||||
|
||||
CSS settings are relatively simple.
|
||||
- `userChrome-overrides.css` at `<FIREFOX_PROFILE>/chrome/`
|
||||
- `userContent-overrides.css` at `<FIREFOX_PROFILE>/chrome/`
|
||||
CSS override settings(`userChrome-overrides.css`, `userContent-overrides.css`) are relatively simple.
|
||||
- `./<CSS_OVERRIDES>` (Will be copied `<FIREFOX_PROFILE>/chrome/`)
|
||||
- `<FIREFOX_PROFILE>/chrome/<CSS_OVERRIDES>`
|
||||
|
||||
`user-overrides.js` needs to use a shell script and has some priorities.
|
||||
- `<FIREFOX_PROFILE>/user-overrides.js`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue