mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-05 18:20:44 -08:00
Fix: Replace userChrome and userContent with stubs which import lepton
Co-authored-by: anzz1 <>
This commit is contained in:
parent
14f0678946
commit
36ee2e016f
2 changed files with 26 additions and 0 deletions
22
userChrome.css
Normal file
22
userChrome.css
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
/** Import Lepton stylesheet (Chrome) *****************************************/
|
||||
@import url("css/leptonChrome.css");
|
||||
|
||||
|
||||
/** Add your custom styles below **********************************************/
|
||||
|
||||
/* Enable option to edit bookmark URLs under Add Bookmark (blue star) menu */
|
||||
/*
|
||||
* #editBMPanel_locationRow {
|
||||
* visibility: visible !important;
|
||||
* }
|
||||
*/
|
||||
|
||||
/* Disable Email Image/Audio/Video and Set as Desktop Background context menu items */
|
||||
/*
|
||||
* #context-sendimage,
|
||||
* #context-sendvideo,
|
||||
* #context-sendaudio,
|
||||
* #context-setDesktopBackground {
|
||||
* display: none !important;
|
||||
* }
|
||||
*/
|
||||
4
userContent.css
Normal file
4
userContent.css
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
/** Import Lepton stylesheet (Content) ****************************************/
|
||||
@import url("css/leptonContent.css");
|
||||
|
||||
/** Add your custom styles below **********************************************/
|
||||
Loading…
Add table
Add a link
Reference in a new issue