diff --git a/userChrome.css b/userChrome.css new file mode 100644 index 0000000..1836c86 --- /dev/null +++ b/userChrome.css @@ -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; + * } +*/ diff --git a/userContent.css b/userContent.css new file mode 100644 index 0000000..2fe02a6 --- /dev/null +++ b/userContent.css @@ -0,0 +1,4 @@ +/** Import Lepton stylesheet (Content) ****************************************/ +@import url("css/leptonContent.css"); + +/** Add your custom styles below **********************************************/