Hallo,
ich habe mir das Originale Favicon ausgeblendet und mir ein eigenes eingefügt, was Standard mässig immer angezeigt wird.
Jetzt habe ich ein kleines Problem und zwar der Abstand zwischen FavIcon und URL Text (siehe Screenshot) den schaffe ich einfach nicht zu verkleinern.
weis zufällig jemand wie das geht ?
Firefox 11 und als Design benutze ich das Standard.
Meine Test CSS
CSS
/* Adressleiste
------------------------------------------------------------------------------------------------------------------------------------ */
/* URLName Fett */
.autocomplete-textbox-container {
font-weight: bold !important;
}
/* Sichere URL */
#urlbar[level="high"] > #identity-box > hbox,#urlbar[level="high"] >#identity-box {
background: transparent !important;
color: #006600 !important;
font-weight: bold !important;
}
#urlbar {
background-color: #fcfcfc !important;
-moz-border-radius: 5px !important;
border: none !important;
box-shadow: none !important;
height: 22px !important;
}
#urlbar:hover {
background-color: #ffffff !important;
}
textbox#urlbar {
color: #000000 !important;
background-image: url("url_icon.png") !important;
background-repeat: no-repeat !important;
background-position:5px 2px !important; /* links, oben */
padding-left: 28px !important;
}
/* Favicon, Stern, Drop-Marker ausblenden */
#page-proxy-stack, #star-button, .autocomplete-history-dropmarker {
display:none !important;
}
Alles anzeigen
wenn ich den padding Wert bei textbox#urlbar kleiner mache, verschiebt sich mein Firefox Icon gleich mit.