Ja, auch von mir ein großes Danke. Ihr Jungs macht nen tollen Job hier!
schönen Abend noch.
Beiträge von d_mann
-
-
-
Zitat
So wie auf deinem Screenshot zu sehen ist!?
Jo. siehe hier: (mit maus darüber /hover)
[attachment=1]bild2.jpg[/attachment]und ohne maus drüber:
[attachment=0]bild3.jpg[/attachment]Also mit Name, oder ohne - ich könnte auch per Nummer [ nth-child(n) ] die Bookmarks ansprechen?
-
Jein...
Ich habe die Icons nur "angezeigt" ohne Label - das Lesezeichen selbst hat eine Bezeichnung (Name). -
@Favicon-Customizer
habe nochmal entfernt und erneut installiert.
Ja, im Tab wird das Icon angezeigt jedoch nicht in der Lesezeichen-Symbolleiste.Ich habe noch folgenden Code in der userChrome.css stehn:
CSS
Alles anzeigen/* ---------- hide names on the Bookmarks Toolbar --------------- */ #PlacesToolbarItems > .bookmark-item > .toolbarbutton-text { display: none !important; transition: all 500ms ease-in-out 0s !important; } #PlacesToolbarItems > .bookmark-item:hover > .toolbarbutton-text { display:block !important; transition: all 500ms ease-in-out 0s !important; } /*-------- Multi Row ---------------------------------------*/ #personal-bookmarks { display: block !important; } #personal-bookmarks #PlacesToolbar { display: block !important; min-height: 0px; overflow-x: hidden; overflow-y: auto; max-height: 999px; } #personal-bookmarks #PlacesToolbar > hbox { display: -moz-stack !important; left: 0px; right: 0px; width: 100%; } #personal-bookmarks #PlacesToolbar #PlacesToolbarItems { /*display:block;*/ overflow-x: visible; overflow-y: visible; } #personal-bookmarks #PlacesToolbar #PlacesToolbarItems > box { display: block !important; } #personal-bookmarks #PlacesToolbar > .bookmark-item { visibility: visible !important; } #personal-bookmarks #PlacesToolbar .chevron { display: none; } #personal-bookmarks #PlacesToolbar > hbox > hbox { overflow-x: hidden; overflow-y: hidden; } #personal-bookmarks #PlacesToolbar #PlacesToolbarDropIndicator[collapsed="true"] { display: none; } #personal-bookmarks #PlacesToolbar #PlacesToolbarDropIndicator { display: none; } #personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item { padding-top: 2px; padding-bottom: 2px; padding-left: 1px !important; padding-right: 1px !important; } #personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item:hover:active:not([disabled="true"]), #personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item[open="true"] { padding-top: 2px !important; padding-bottom: 2px !important; -moz-padding-start: 4px; -moz-padding-end: 2px; } #personal-bookmarks #PlacesToolbar toolbarseparator { -moz-appearance: none !important; visibility: visible !important; display: inline; text-shadow: none !important; border-left: 2px solid #000 !important; border-right: 1px solid #666 !important; vertical-align: middle; } #personal-bookmarks toolbarbutton.bookmark-item[dragover][open] { -moz-appearance: toolbarbutton; } .bookmark-item[label="Filme"] {list-style-image: url('./icons/DVD.png') !important;}
Also, ich habe nur die Icons ohne Beschriftung, aus Platzgründen...
[attachment=0]bild1.jpg[/attachment] -
Hallo,
bin heute erst wieder dazu gekommen...also:
Favicon-Customizer
Das Add-on stürzt - nachdem ich ein Icon auswählen will - mit samt Firefox ab.Code von 2002Andreas:
Führte auch nicht zum Erfolg. Das Icon wird gar nicht angezeigt. Nur eine Lücke.Was ich etwas merkwürdig finde:
Bei Ordnern geht es mit o.g. Code wie geschmiert, jedoch bei einfachen Links (Lesezeichen) eben nicht.
Wenn die aufzurufende Seite eine eigenes Favicon hat, dann setzt FF alles dran, und nimmt dieses.
Keine Chance dabei mit meienm obigen Code. Bei Test mit "erfundenem Link" wie https://eaxyxy.de/ geht der Code auch nicht. Es wird das Standard-Icon (Globus) angezeigt...Trotzdem erst mal Danke
-
Hallo Forum,
Im "neuen" 57er die Bookmark Folder anzupassen, habe ich ja noch hingekriegt
also z.B. in der userChrome.css:Aber beim Versuch einem stinknormalen Lesezeichen in der oberen Lesezeichenleiste ein anderes Icon zu verpassen, scheitert der obige Code.
Weiss jemand, was ich eintragen muss, damit nicht das Favicon der Seite, sondern mein eigenes Icon verwendet wird?Danke schon mal.