Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

changing folder tree element height using userChrome.css

  • 3 odpowiedzi
  • 1 osoba ma ten problem
  • 10 wyświetleń
  • Ostatnia odpowiedź 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; }
Załączone zrzuty ekranu

Wszystkie odpowiedzi (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.