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

24 lines
590 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-11-24 08:07:53 +01: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 */
/*
2023-11-24 08:07:53 +01:00
#context-sendimage,
#context-sendvideo,
#context-sendaudio,
#context-sep-setbackground,
#context-setDesktopBackground {
display: none !important;
}
2022-05-11 21:19:02 +02:00
*/