mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
All rules & selectors have an unnecessary prefix that must be removed to be used. Better to remove only comment start and end lines, for cleaner diffs when comparing one's own version against updates.
23 lines
590 B
CSS
23 lines
590 B
CSS
/** Import Lepton stylesheet (Chrome) *****************************************/
|
|
@import url("css/leptonChrome.css");
|
|
|
|
|
|
/** Add your custom styles below **********************************************/
|
|
|
|
/* Enable option to edit bookmark URLs under Add Bookmark (blue star) menu */
|
|
/*
|
|
.editBMPanel_locationRow {
|
|
display: initial !important;
|
|
}
|
|
*/
|
|
|
|
/* Disable Email Image/Audio/Video and Set as Desktop Background context menu items */
|
|
/*
|
|
#context-sendimage,
|
|
#context-sendvideo,
|
|
#context-sendaudio,
|
|
#context-sep-setbackground,
|
|
#context-setDesktopBackground {
|
|
display: none !important;
|
|
}
|
|
*/
|