configs/arch-config/.mozilla/firefox/default-release/chrome/userChrome.css

25 lines
672 B
CSS
Raw Normal View History

2022-05-11 21:19:02 +02:00
/** Import Lepton stylesheet (Chrome) *****************************************/
@import url("css/leptonChrome.css");
2020-06-11 19:06:17 +02:00
2022-06-08 21:33:16 +02:00
2022-05-11 21:19:02 +02:00
/** Add your custom styles below **********************************************/
2022-03-29 14:07:29 +02:00
2022-05-11 21:19:02 +02:00
#tabbrowser-tabs .tabbrowser-tab .tab-close-button { display:none!important; }
2022-03-29 14:07:29 +02:00
2022-05-11 21:19:02 +02:00
/* 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;
* }
*/