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

changing folder tree element height using userChrome.css

  • 3 odpovědi
  • 1 má tento problém
  • 10 zobrazení
  • Poslední odpověď od Toad-Hall

more options

Hello,

I'm trying to change the height of an element, that I highlighted with a red rectangle in the screenshot, but I'm having trouble identifying the path to it. This is what I have right now, but it's not working

  1. folderTree treechildren::-moz-tree-row(isServer-true) {
   height: 30px !important;

}

Hello, I'm trying to change the height of an element, that I highlighted with a red rectangle in the screenshot, but I'm having trouble identifying the path to it. This is what I have right now, but it's not working #folderTree treechildren::-moz-tree-row(isServer-true) { height: 30px !important; }
Přiložené obrázky

Všechny odpovědi (3)

more options

The character preceding foldertree should be a #, e.g., #foldertree

more options

david said

The character preceding foldertree should be a #, e.g., #foldertree

it is a # in my css file, that's not the issue. I think the selector itself has to be different

more options

I'm not so certain you can choose the isServer-true on a moz-tree-row, row is either in focus or selected or not selected. It does not know what it contains.