Skip to content

Commit

Permalink
Merge pull request #790 from Roy-Orbison/userchrome-diffs
Browse files Browse the repository at this point in the history
Better diff for userChrome.css
  • Loading branch information
black7375 authored Oct 4, 2023
2 parents 89382e1 + 11ea509 commit 1227a68
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@

/* Enable option to edit bookmark URLs under Add Bookmark (blue star) menu */
/*
* .editBMPanel_locationRow {
* display: initial !important;
* }
.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;
* }
#context-sendimage,
#context-sendvideo,
#context-sendaudio,
#context-sep-setbackground,
#context-setDesktopBackground {
display: none !important;
}
*/

0 comments on commit 1227a68

Please sign in to comment.