Firefox-UI-Fix/userChrome.css
Roy Orbitson 11ea509870 Better diff for userChrome.css
All rules & selectors have an unnecessary prefix that must be removed to
be used. Better to remove only comment start and end lines, for cleaner
diffs when comparing one's own version against updates.
2023-10-04 14:46:48 +10:30

23 lines
590 B
CSS

/** 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 {
display: initial !important;
}
*/
/* Disable Email Image/Audio/Video and Set as Desktop Background context menu items */
/*
#context-sendimage,
#context-sendvideo,
#context-sendaudio,
#context-sep-setbackground,
#context-setDesktopBackground {
display: none !important;
}
*/