configs/arch-config/.mozilla/firefox/default-release/chrome/userChrome.css
2023-10-08 21:20:08 +02:00

24 lines
620 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;
* }
*/