mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-05 18:20:44 -08:00
Better diff for userChrome.css
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.
This commit is contained in:
parent
89382e1aaa
commit
11ea509870
1 changed files with 10 additions and 10 deletions
|
|
@ -6,18 +6,18 @@
|
||||||
|
|
||||||
/* Enable option to edit bookmark URLs under Add Bookmark (blue star) menu */
|
/* Enable option to edit bookmark URLs under Add Bookmark (blue star) menu */
|
||||||
/*
|
/*
|
||||||
* .editBMPanel_locationRow {
|
.editBMPanel_locationRow {
|
||||||
* display: initial !important;
|
display: initial !important;
|
||||||
* }
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Disable Email Image/Audio/Video and Set as Desktop Background context menu items */
|
/* Disable Email Image/Audio/Video and Set as Desktop Background context menu items */
|
||||||
/*
|
/*
|
||||||
* #context-sendimage,
|
#context-sendimage,
|
||||||
* #context-sendvideo,
|
#context-sendvideo,
|
||||||
* #context-sendaudio,
|
#context-sendaudio,
|
||||||
* #context-sep-setbackground,
|
#context-sep-setbackground,
|
||||||
* #context-setDesktopBackground {
|
#context-setDesktopBackground {
|
||||||
* display: none !important;
|
display: none !important;
|
||||||
* }
|
}
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue