Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Learn More

Only favicons inside a folder

  • 1 odgovor
  • 1 ima ovaj problem
  • 12 prikaza
  • Posljednji odgovor od user1247855

more options

When bookmark that is placed inside a folder has no name then it's location is visible.. How to make those bookmarks to show only favicons? (with css or anyhow you know-how)

When bookmark that is placed inside a folder has no name then it's location is visible.. How to make those bookmarks to show only favicons? (with css or anyhow you know-how)

Izabrano rješenje

Solved this with this line of CSS

.bookmark-item[label=""] * {font-size: 0 !important;padding: 0 !important;margin: 0 !important;}

Although now I want another fix related to this. When I hover a bookmark it shows location (and descripition because of addon called "Places' Tooltips") and I want to not see it's location on hover (and see only description).

Pročitaj ovaj odgovor u kontekstu 👍 0

Svi odgovori (1)

more options

Odabrano rješenje

Solved this with this line of CSS

.bookmark-item[label=""] * {font-size: 0 !important;padding: 0 !important;margin: 0 !important;}

Although now I want another fix related to this. When I hover a bookmark it shows location (and descripition because of addon called "Places' Tooltips") and I want to not see it's location on hover (and see only description).