Fungování této stránky je z důvodu údržby dočasně omezeno. Pokud žádný článek nápovědy nevyřeší váš problém a potřebujete se zeptat na další řešení, napište nám na Twitter @FirefoxSupport nebo Reddit /r/firefox.

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

REMOVE / HIDE ITEMS INSIDE THE LIBRARY POPUP

  • 4 odpovědi
  • 1 má tento problém
  • 1 zobrazení
  • Poslední odpověď od deanone

more options

Is it possible to remove / hide individual elements inside the Library popup's #placesList (i.e. the Tag item and/or the icons of any of the items)?

My attempt with the code below inside userchrome removed ALL of the side panel content - not ideal.

#placesList > treechildren:nth-child(2) {
  display: none !important;

}

Also, is it actually possible for the Browser Toolbox to work inside popups?

Is it possible to remove / hide individual elements inside the Library popup's ''#placesList'' (i.e. the Tag item and/or the icons of any of the items)? My attempt with the code below inside userchrome removed ALL of the side panel content - not ideal. #placesList > treechildren:nth-child(2) { display: none !important; } Also, is it actually possible for the Browser Toolbox to work inside popups?
Přiložené obrázky

Všechny odpovědi (4)

more options

You can inspect the Places window in the Browser Toolbox. Toward the right end of the bar in the Inspector there is a button that looks like 3 frames. That lets you switch the Inspector to a different window.

But... styling of these old style XUL trees is very arcane, so I can't say for sure what will actually work.

A good place to advice would be the r/FirefoxCSS subreddit: https://www.reddit.com/r/FirefoxCSS/

more options

It is not possible to hide items in treechildren list, you can only style them using ":-moz-tree" pseudo class selectors.

more options
more options

@cor-el / @jscher2000

Thanks again to both of you. I slightly suspected I would continue to have trouble this treechildren list. The answers each of you have provided serve to save me a lot of time and effort.

Upravil uživatel deanone dne