#context-inspect + menuseparator doesn't work at all.

it seem that firebug menuitem is wrapped into an other menu element.

<menuitem id=context-inspect />
<menu>
      <menuseparator />
      <menuitem id=menu_firebug_firebugInspect />
</menu>

On Monday, September 2, 2013 9:52:51 PM UTC+8, Jan Honza Odvarko wrote:
>
> Try this:
>
> #context-inspect + menuseparator,
> #menu_firebug_firebugInspect {
>     display: none !important;
> }
>
> (it assumes that Firebug's inspect  item comes after Firefox's inspect)
>
> Honza
>
>
> On Monday, September 2, 2013 3:33:58 PM UTC+2, oalite oalite wrote:
>>
>> I want to show the firefox "Inspect Element" in the context menu, as i 
>> need it sometime. and hide the firebug "Inspect Element with Firebug", as i 
>> can wake firebug up by F12!
>>
>> i can hide it by userChome.css
>> #menu_firebug_firebugInspect
>> { display: none !important; }
>>
>> but the goddamn menuseparator is still there 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/845904c0-e96d-4965-8474-a99a7923a419%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to