Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

Can I hide parts of the Manage Boomarks -> 'Library' window (using userchrome.css)?

  • 1 отговор
  • 0 имат този проблем
  • Последен отговор от cor-el

more options

See the screenshot, please. I'd like to hide everything besides the actual list of bookmarks in the rightmost pane (very narrow in the screenshot for privacy reason). Hence, I'd like to hide the title bar, menu area, plus the entire left pane.

Why do I want to do this? I want to use a script to automatically open this window every time I start Firefox, then set the window to float on top of Firefox, just over the bottommost area of the sidebar to allow me to view bookmarks and vertical tabs (with Sidebery) permanently at the same time.

Many thanks!

See the screenshot, please. I'd like to hide everything besides the actual list of bookmarks in the rightmost pane (very narrow in the screenshot for privacy reason). Hence, I'd like to hide the title bar, menu area, plus the entire left pane. Why do I want to do this? I want to use a script to automatically open this window every time I start Firefox, then set the window to float on top of Firefox, just over the bottommost area of the sidebar to allow me to view bookmarks and vertical tabs (with Sidebery) permanently at the same time. Many thanks!
Прикачени екранни снимки

Всички отговори (1)

more options

No, the panels in the Library use treechildren type of lists and with this type of data you can't select individual items. You can style the text color and background color and change the icon and the line height, but you can't hide items like with normal menu drop-down lists.

treechildren::-moz-tree-image(container, unfiled_____) { }
treechildren::-moz-tree-row { }

(edit: fixed 'unfiled_____' selector)

Променено на от cor-el

Полезно?

Задаване на въпрос

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.