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,
|
2023-10-08 21:20:08 +02:00
|
|
|
* #context-sep-setbackground,
|
2022-05-11 21:19:02 +02:00
|
|
|
* #context-setDesktopBackground {
|
|
|
|
* display: none !important;
|
|
|
|
* }
|
|
|
|
*/
|