Fungovanie tejto stránky je z dôvodu údržby dočasne obmedzené. Ak článok nevyrieši váš problém a chcete položiť otázku, napíšte našej komunite podpory na Twitter @FirefoxSupport alebo Reddit /r/firefox.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

On some of the tabs I pin to the top of the browser as an "app" the website icon is simply a dotted square!? Others have the web-logo. Is there a fix for that or procedure I am missing?

  • 1 odpoveď
  • 1 má tento problém
  • 3 zobrazenia
  • Posledná odpoveď od the-edmeister

more options

Wondering why some website tabs I pin to the browser just show a small dotted square instead of the website's logo. So then, I have to hover over the tab to reveal text as to what site it is! Is there a fix for this??? Thanks

Wondering why some website tabs I pin to the browser just show a small dotted square instead of the website's logo. So then, I have to hover over the tab to reveal text as to what site it is! Is there a fix for this??? Thanks

Všetky odpovede (1)

more options

If the web site doesn't provide a Favicon, Firefox uses the default "icon". As of Firefox 8.0 that default icon is the blank dashed square, where earlier versions used an icon that was a bit narrower and looked like a sheet of paper with the upper-right corner folded over.


You can revert to the old default icon with this userChrome.css code.

 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#page-proxy-favicon:not(src), .tab-icon-image:not(src) {
list-style-image: url("chrome://global/skin/icons/folder-item.png")!important;
-moz-image-region: rect(0px, 16px, 16px, 0px)!important;
}