Ich denke, es könnte dies fehlen:
--panel-shadow-margin: 0px !important;
Im neuen Profil getestet und es funktioniert auch:
Ich denke, es könnte dies fehlen:
--panel-shadow-margin: 0px !important;
Im neuen Profil getestet und es funktioniert auch:
Ich nutze das hier:
Aber das ist bestimmt viel zu umfangreich/veraltet...
Edit: Habe gerade in einem neuen Profil getestet und gesehen dass ich das Problem nicht habe. Auch deshalb ist dieser Beitrag unpassend. Da es schon eine Antwort gibt möchte ich diesen aber nicht löschen.
Für diesen partiellen Kram kann es keine Lösung geben.
Ich würde noch weiter gehen:
Für diesen partiellen Kram kann und darf es keine Lösung mehr geben.
Aber es wird wieder und wieder passieren.
Horstmann ,
genau die gleichen Erfahrungen habe ich auch gemacht. Ich finde aber auch nur dieses Thema:
Ausführlich ist das ja nicht.
Naja, Ordnersymbole gibt es ja sehr viele, da ist für jeden Geschmack etwas dabei, z.B.:
"folder" - iconmonstr
Schwieriger ist dann schon das Einfärben einer .svg-datei.
gerade gehört...![]()
favorite song:
Es fehlt oben übrigens noch etwas
Naja, 'fehlen' tut es ja nicht. Ich nehme das mal als 'Zusatzmöglichkeit'.
Kann man sicherlich so machen, aber das jeweilige #identity-icon ist dann ein anderes Icon und nicht das oben erwähnte 'Schloss'. Es hebt sich also schon durch die jeweilige Form (Puzzleteil usw.) ab.
Ein Screenshot der geöffneten Website (bisher) nicht.
Das ist wohl so gewollt; die geöffnete Website siehst du ja im geöffneten Tab.
So, habe das nochmal ausgiebig getestet und für GUT befunden:
/*■■■■■■■■■■■■■■■■■Schloss■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*Secure lock icon in urlbar*/
/* Green */
#identity-box[pageproxystate="valid"].verifiedDomain #identity-icon {
fill: green !important;
fill-opacity: 1 !important;
transition: 100ms linear !important;
}
#identity-box[pageproxystate="valid"].mixedActiveBlocked #identity-icon {
fill: green !important;
fill-opacity: 1 !important;
transition: 100ms linear !important;
}
#identity-box[pageproxystate="valid"].verifiedIdentity #identity-icon {
fill: green !important;
fill-opacity: 1 !important;
transition: 100ms linear !important;
}
#identity-popup[connection^="secure"] .identity-popup-security-connection {
background-color: green !important;
}
/* Red */
#identity-box[pageproxystate="valid"].notSecure #identity-icon {
fill: red !important;
fill-opacity: 1 !important;
transition: 100ms linear !important;
}
#identity-box[pageproxystate="valid"].mixedActiveContent #identity-icon {
fill: red !important;
fill-opacity: 1 !important;
transition: 100ms linear !important;
}
#identity-box[pageproxystate="valid"].insecureLoginForms #identity-icon {
fill: red !important;
fill-opacity: 1 !important;
transition: 100ms linear !important;
}
.identity-popup-security-connection {
background-color: red !important;
}
/* Orange */
#identity-box[pageproxystate="valid"].mixedDisplayContent #identity-icon {
fill: orange !important;
fill-opacity: 1 !important;
transition: 100ms linear !important;
}
#identity-popup[mixedcontent~="passive-loaded"][isbroken] .identity-popup-security-connection {
background-color: orange !important;
}
/* Yellow */
#identity-box[pageproxystate="valid"].mixedDisplayContentLoadedActiveBlocked #identity-icon {
fill: yellow !important;
fill-opacity: 1 !important;
transition: 100ms linear !important;
}
#identity-box[pageproxystate="valid"].certUserOverridden #identity-icon {
fill: yellow !important;
fill-opacity: 1 !important;
transition: 100ms linear !important;
}
/*■■■■■■■■■■■■■■■■■Schriftfarbe■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* Mixed content including neterror */
#identity-box[pageproxystate="valid"].unknownIdentity ~ .urlbar-input-box {
color: red !important;
}
/* http: and potentially some other insecure connections */
#identity-box[pageproxystate="valid"].notSecure ~ .urlbar-input-box {
color: red !important;
}
/* Extension pages */
#identity-box[pageproxystate="valid"].extensionPage ~ .urlbar-input-box {
color: purple !important;
}
/* Internal about: and chrome:// urls (includes reader-view) */
#identity-box[pageproxystate="valid"].localResource ~ .urlbar-input-box,
#identity-box[pageproxystate="valid"].chromeUI ~ .urlbar-input-box {
color: green !important;
}
Alles anzeigen
Falsch!
habe nur kurz mal dies getestet und funktionierende Beispiel-URL's einkommentiert!
EDIT: Kommentar in Zeile 6 angepasst
/*■■■■■■■■■■■■■■■■■Schriftfarbe■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* Mixed content including neterror *//* funzt bei about:neterror/netTimeout/ */
#identity-box[pageproxystate="valid"].unknownIdentity ~ .urlbar-input-box {
color: red !important;
}
/* http: and potentially some other insecure connections: */
/* funzt bei http://fritz.box/*/
#identity-box[pageproxystate="valid"].notSecure ~ .urlbar-input-box {
color: red !important;
}
/* Extension pages *//* funzt bei allen Erweiterungen*/
#identity-box[pageproxystate="valid"].extensionPage ~ .urlbar-input-box {
color: purple !important;
}
/* Internal about: and chrome:// urls (includes reader-view) */
/* funzt bei reader-view*/
/* funzt bei about:about*/
#identity-box[pageproxystate="valid"].localResource ~ .urlbar-input-box,
#identity-box[pageproxystate="valid"].chromeUI ~ .urlbar-input-box {
color: green !important;
}
Alles anzeigen
Ich habe etwas Ähnliches. Vielleicht kannst Du davon ja etwas ableiten?
/*■■■■■■■■■■■■■■■■■Schloss■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*Secure lock icon in urlbar*/
/* Green */
#identity-box[pageproxystate="valid"].verifiedDomain #identity-icon {
fill: green !important;
fill-opacity: 1 !important;
transition: 100ms linear !important;
}
#identity-box[pageproxystate="valid"].mixedActiveBlocked #identity-icon {
fill: green !important;
fill-opacity: 1 !important;
transition: 100ms linear !important;
}
#identity-box[pageproxystate="valid"].verifiedIdentity #identity-icon {
fill: green !important;
fill-opacity: 1 !important;
transition: 100ms linear !important;
}
#identity-popup[connection^="secure"] .identity-popup-security-connection {
fill: green !important;
}
/* Red */
#identity-box[pageproxystate="valid"].notSecure #identity-icon {
fill: red !important;
fill-opacity: 1 !important;
transition: 100ms linear !important;
}
#identity-box[pageproxystate="valid"].mixedActiveContent #identity-icon {
fill: red !important;
fill-opacity: 1 !important;
transition: 100ms linear !important;
}
#identity-box[pageproxystate="valid"].insecureLoginForms #identity-icon {
fill: red !important;
fill-opacity: 1 !important;
transition: 100ms linear !important;
}
.identity-popup-security-connection {
fill: red !important;
}
/* Orange */
#identity-box[pageproxystate="valid"].mixedDisplayContent #identity-icon {
fill: orange !important;
fill-opacity: 1 !important;
transition: 100ms linear !important;
}
#identity-popup[mixedcontent~="passive-loaded"][isbroken] .identity-popup-security-connection {
fill: orange !important;
}
/* Yellow */
#identity-box[pageproxystate="valid"].mixedDisplayContentLoadedActiveBlocked #identity-icon {
fill: yellow !important;
fill-opacity: 1 !important;
transition: 100ms linear !important;
}
#identity-box[pageproxystate="valid"].certUserOverridden #identity-icon {
fill: yellow !important;
fill-opacity: 1 !important;
transition: 100ms linear !important;
}
/*■■■■■■■■■■■■■■■■■Schriftfarbe■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* Mixed content including neterror */
#identity-box[pageproxystate="valid"].unknownIdentity ~ .urlbar-input-box {
color: red !important;
}
/* http: and potentially some other insecure connections like ftp: */
#identity-box[pageproxystate="valid"].notSecure ~ .urlbar-input-box {
color: red !important;
}
/* Extension pages */
#identity-box[pageproxystate="valid"].extensionPage ~ .urlbar-input-box {
color: purple !important;
}
/* Internal about: and chrome:// urls (includes reader-view) */
#identity-box[pageproxystate="valid"].localResource ~ .urlbar-input-box,
#identity-box[pageproxystate="valid"].chromeUI ~ .urlbar-input-box {
color: green !important;
}
Alles anzeigen
Mira_Belle Diese Lsg. funzt hier auch gut; es ist aber letztlich auch eine ungeheure 'Fleißarbeit' diesen alten Button - ich denke ursprünglich mal von Aris? - wieder auf heutiges Niveau zu bringen (verschiebbarer Button, base64 entfernen und durch .svg ersetzen, Links auf Profil globalisieren usw.).
Bist Du sicher dass Du dir das antuen willst?
Danke, verzichte.
Solange das Problem mit dem 'Hilfe-Menü' nicht gelöst ist, ist alles Andere uninteressant!
Ich nutze diese Beiden für Links normal/ohne: Link.zip
Schau mal seine Vita an.
Etwas anderes kann der nicht!
milupo Das wird nicht reichen, da diese Änderung auch an vielen anderen Stellen im Script relevant ist.
Evtl. bringt dich das weiter, achte bitte auch auf die Warnungen zur Nutzung dieses Scripts: