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

23 lines
589 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
/* Enable option to edit bookmark URLs under Add Bookmark (blue star) menu */
/*
2023-07-04 15:15:50 +02:00
* .editBMPanel_locationRow {
* display: initial !important;
2022-05-11 21:19:02 +02:00
* }
*/
/* Disable Email Image/Audio/Video and Set as Desktop Background context menu items */
/*
* #context-sendimage,
* #context-sendvideo,
* #context-sendaudio,
* #context-setDesktopBackground {
* display: none !important;
* }
*/