Fix: Replace userChrome and userContent with stubs which import lepton

Co-authored-by: anzz1 <>
This commit is contained in:
alstjr7375 2022-04-19 15:06:46 +09:00
parent 14f0678946
commit 36ee2e016f
2 changed files with 26 additions and 0 deletions

22
userChrome.css Normal file
View 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
View file

@ -0,0 +1,4 @@
/** Import Lepton stylesheet (Content) ****************************************/
@import url("css/leptonContent.css");
/** Add your custom styles below **********************************************/