configs/arch-config/.mozilla/firefox/default-release/chrome/userChrome.css
2022-06-08 21:33:16 +02:00

25 lines
672 B
CSS

/** Import Lepton stylesheet (Chrome) *****************************************/
@import url("css/leptonChrome.css");
/** Add your custom styles below **********************************************/
#tabbrowser-tabs .tabbrowser-tab .tab-close-button { display:none!important; }
/* 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;
* }
*/