Hallo zusammen.
Nur mal als Info. Da hat sich bei einigen Schaltflächen die Bezeichnung geändert.
Daher werden sie vom CSS Code nicht mehr angesprochen.
Schaue mir das mal an und melde mich.
Mfg.
Endor
Hallo zusammen.
Nur mal als Info. Da hat sich bei einigen Schaltflächen die Bezeichnung geändert.
Daher werden sie vom CSS Code nicht mehr angesprochen.
Schaue mir das mal an und melde mich.
Mfg.
Endor
Also:
in Firefox 85 beta 1 und Nightly 86:
aus:
https://www.mozilla.org/privacy/
wird
label.bottom-link:nth-child(3)
aus:
http://www.mozilla.org/
wird:
https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog
und aus: ( nur diesen braucht es in Firefox 84 )
http://www.mozilla.org/contribute/
wird
#contributeDesc > label:nth-child(2)
milupo dein Code spricht hier leider beide Schaltflächen an.
Nightly 86
aus
[href="https://donate.mozilla.org/?utm_source=firefox&utm_medium=referral&utm_campaign=firefox_about&utm_content=firefox_about"]
wird
#contributeDesc > label:nth-child(1)
Mfg.
Endor
Danke schon Mal...
Aber hier ist noch der Wurm drin....
https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog {
-moz-appearance:none!important;
background: gainsboro url("file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index1.ico") no-repeat !important;
color:black!important;
margin-left: 2px !important;
margin-right: 10px !important;
font-size:15px!important;
text-decoration:none!important;
padding-right:15px!important;
padding-left:35px!important;
border-color:cadetblue !important;
border-style:outset !important;
border-width:2px !important;
background-position:10px 1px!important;
border-radius:14px!important;}
https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog :hover {
-moz-appearance:none!important;
background: #B2EDFA url("file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index1.ico") no-repeat !important;
color:black!important;
font-size:15px!important;
text-decoration:none!important;
padding-right:15px!important;
padding-left:35px!important;
background-position:10px 1px!important;
border-radius:14px!important;}
Alles anzeigen
Im 84er ist alles tutti
habe noch was gefunden und Nightly sieht jetzt so aus
Also nur noch der obige Code mit Mozilla failt...
Hallo Boersenfeger .
Teste den mal im Nightly, das ist Dein CSS Code, habe ihn nur angepasst:
/* About : Dialog */
@-moz-document url-prefix("chrome://browser/content/aboutDialog.xhtml"){
#version:before {content: "Boersenfeger seine Nightly-Version ist:";
font-size: 17px !important;
font-weight: bold! important;
color:#F08080 !important;
margin-right: 6px !important;}
#version {font-weight: bold! important; font-size:16px !important;}
#version {margin-top: 30px !important; color: #FFFFFF !important;}
#aboutDialog{height: 350px !important; }
#agent {margin-left: -140px !important; margin-bottom: 10px !important; max-height: 55px !important; margin-right: 84px !important; margin-top: 30px !important; padding-top: 5px !important;}
#agent {appearance: none !important; border-radius:14px!important;}
#agent .textbox-input-box {margin-top: -1px !important; margin-left: 12px !important;}
#bottomBox {background-color: #202340 !important; margin-bottom: 30px !important;}
#aboutDialog{background-color: #202340 !important;}
#updateButton{ min-width: 360px !important; margin-top: 5px!important; margin-bottom: 5px !important;}
#trademark { margin-bottom: -40px !important; margin-top: 16px !important; font-size: 15px !important; background-color: #202340 !important;}
#leftBox {margin-top: 60px !important; }
/* Build ID, about_Dialog css, Text mittig.*/
window
#aboutDialog vbox
#aboutDialogContainer hbox {font-size:15px !important;}
#clientBox vbox {font-size:15px !important;}
#rightBox textarea
#agent{
text-align:center!important;
margin-top: 5px!important;
margin-bottom: 10px ! important;}
#updateButton{
appearance:none!important;
background: gainsboro url("file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index1.gif")no-repeat !important;
padding-left:30px!important;
background-position:13px 3px!important;
font-size:15px!important;
border-radius:14px!important;
border-color:red !important;
border-style:outset !important;
border-width:2px !important;
color:black !important;
margin-bottom: 10px !important;
margin-top: 10px !important;}
#updateButton:hover{
appearance:none!important;
background: #B2EDFA url("file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index2.gif")no-repeat !important;
padding-left:30px!important ;
background-position:13px 3px!important;}
#updateButton .button-box {
padding-top: 0px!important;
padding-bottom: 0px!important;
-moz-padding-start: 3px!important;
-moz-padding-end: 3px!important;}
[href="about:license"]{
appearance:none!important;
background: gainsboro url("file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index1.png")no-repeat !important;
color:black!important;
margin-left: 10px !important;
margin-top: 2px !important;
font-size:15px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:40px!important;
border-color:dodgerblue !important;
border-style:outset !important;
border-width:2px !important;
background-position:10px 1px!important;
border-radius:14px!important;}
[href="about:license"]:hover{
appearance:none!important;
background: #B2EDFA url("file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index2.png")no-repeat !important;
color:black!important;
font-size:15px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:40px!important;
background-position:10px 1px!important;
border-radius:14px!important;}
[href="about:rights"]{
appearance:none!important;
background: gainsboro url("file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index3.png")no-repeat !important;
color:black!important;
margin-left: -28px !important;
margin-right: 10px !important;
margin-top: 2px !important;
font-size:15px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:40px!important;
border-color:red !important;
border-style:outset !important;
border-width:2px!important;
background-position:10px 1px!important;
border-radius:14px!important;}
[href="about:rights"]:hover{
appearance:none!important;
background: #B2EDFA url("file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index4.png")no-repeat !important;
color:black!important;
font-size:15px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:40px!important;
background-position:10px 1px!important;
border-radius:14px!important;}
label.bottom-link:nth-child(3){
appearance:none!important;
background: gainsboro url("file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index5.png")no-repeat !important;
color:black!important;
margin-left: 2px !important;
margin-right: 10px !important;
margin-top: 2px !important;
font-size:15px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:40px!important;
border-color:green !important;
border-style:outset !important;
border-width:2px !important;
background-position:10px 1px!important;
border-radius:14px!important;}
label.bottom-link:nth-child(3):hover{
appearance:none!important;
background: #B2EDFA url("file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index6.png")no-repeat !important;
color:black!important;
font-size:15px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:40px!important;
background-position:10px 1px!important;
border-radius:14px!important;}
[href="https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog"]{
appearance:none!important;
background: gainsboro url("file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index1.ico") no-repeat !important;
color:black!important;
margin-left: 2px !important;
margin-right: 10px !important;
font-size:15px!important;
text-decoration:none!important;
padding-right:15px!important;
padding-left:35px!important;
border-color:cadetblue !important;
border-style:outset !important;
border-width:2px !important;
background-position:10px 1px!important;
border-radius:14px!important;}
[href="https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog"]:hover{
appearance:none!important;
background: #B2EDFA url("file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index1.ico") no-repeat !important;
color:black!important;
font-size:15px!important;
text-decoration:none!important;
padding-right:15px!important;
padding-left:35px!important;
background-position:10px 1px!important;
border-radius:14px!important;}
[href="about:credits"]{
appearance:none!important;
background: gainsboro url("file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index8.png") no-repeat !important;
color:black!important;
margin-left: 2px !important;
margin-right: 10px !important;
margin-top: 5px !important;
margin-bottom: 5px !important;
font-size:15px!important;
text-decoration:none!important;
padding-right:15px!important;
padding-left:35px!important;
border-color:cadetblue !important;
border-style:outset !important;
border-width:2px !important;
background-position:10px 1px!important;
border-radius:14px!important;
}
[href="about:credits"]:hover{
appearance:none!important;
background: #B2EDFA url("file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index8.png") no-repeat !important;
color:black!important;
font-size:15px!important;
text-decoration:none!important;
padding-right:15px!important;
padding-left:35px!important;
background-position:10px 1px!important;
border-radius:14px!important;}
#contributeDesc > label:nth-child(2){
appearance:none!important;
background: gainsboro url("file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index9.png") no-repeat !important;
color:black!important;
margin-left: 2px !important;
margin-right: 10px !important;
font-size:15px!important;
text-decoration:none!important;
padding-right:15px!important;
padding-left:35px!important;
border-color:cadetblue !important;
border-style:outset !important;
border-width:2px !important;
background-position:10px 1px!important;
border-radius:14px!important;}
#contributeDesc > label:nth-child(2):hover{
appearance:none!important;
background: #B2EDFA url("file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index9.png") no-repeat !important;
color:black!important;
font-size:15px!important;
text-decoration:none!important;
padding-right:15px!important;
padding-left:35px!important;
background-position:10px 1px!important;
border-radius:14px!important;}
#contributeDesc > label:nth-child(1){
appearance:none!important;
background: gainsboro url("file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index10.png") no-repeat !important;
color:black!important;
margin-left: 2px !important;
margin-right: 4px !important;
font-size:15px!important;
text-decoration:none!important;
padding-right:15px!important;
padding-left:35px!important;
border-color:cadetblue !important;
border-style:outset !important;
border-width:2px !important;
background-position:10px 2px!important;
border-radius:14px!important;}
#contributeDesc > label:nth-child(1):hover{
appearance:none!important;
background: #B2EDFA url("file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index10.png") no-repeat !important;
color:black!important;
font-size:15px!important;
text-decoration:none!important;
padding-right:15px!important;
padding-left:35px!important;
background-position:10px 2px!important;
border-radius:14px!important;}
#releasenotes{
background: gainsboro url("file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index11.png") no-repeat !important;
color:black!important;
margin-left: 10px !important;
margin-right: 35px !important;
font-size:15px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:30px!important;
padding-bottom:1px !important;
border-color:cadetblue !important;
border-style:outset !important;
border-width:2px !important;
background-position:7px 3px!important;
border-radius:14px!important;
margin-top: 35px !important;}
#releasenotes:hover{
background: #B2EDFA url("file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index11.png") no-repeat !important;
color:black!important;
margin-left: 10px !important;
margin-right: 35px !important;
font-size:15px!important;
text-decoration:none!important;
border-color:cadetblue !important;
border-style:outset !important;
border-width:2px !important;
background-position:7px 3px!important;
border-radius:14px!important;}
}
/* Build ID about Dialog css, Test mittig.*/
window#aboutDialog vbox#aboutDialogContainer hbox#clientBox vbox#rightBox textarea#agent{
text-align:center!important;
font-size:15px!important;}
Alles anzeigen
Habe zugleich Deinen CSS Code auch von
-moz-appearance auf appearance geändert.
Mfg.
Endor
Jo, das isses dann! Vielen Dank!
Na dann prima.
freut mich wenn es wieder läuft.
Wie immer gerne.
Mfg.
Endor
Stellst du mir bitte die Icons zu deinem Code zur Verfügung.
Äh, dann brauche ich ggf. deine Mail Adresse, denn die sind alle im CSS-Unterordner Icons abgelegt..
Die sind auch hier in diesem Thread alle gepostet...
denn die sind alle im CSS-Unterordner Icons abgelegt..
Das sind doch nur 11 Dateien (Bezeichnung ist doch im Code vorhanden), in einen Ordner ablegen, Ordner als ZIP_Archiv hier anhängen. Mach mal bitte!
Es sind mehr....
dein Code spricht hier leider beide Schaltflächen an.
Ach, OK, ich habe nur die unteren drei Schaltflächen unterschiedlich gestaltet.
Hallo, Endor!
Hier RE: About Seiten mit CSS Codes anpassen gibt es die Änderung label.bottom-link:nth-child(3), und funktioniert. Ich habe für die anderen beiden Button unten genau so bezeichnet (nur Ziffer mit 1 und 2 geändert), auch das funktioniert.
Für Version 84 die Änderungen (rote Schrift) funktionieren auch, aber ich habe dann auch den unteren Eintrag #contributeDesc > label:nth-child(1) der für 86 gedacht ist , so in den 84 eingebaut, und funktioniert auch.
Kannst mal bitte etwas dazu sagen, ob es gut oder böse ist.
Dann noch eine Sache, im aktuellen Nightly taucht das hier auf, habe ich sonst noch nicht gesehen.
Kann ich drauf klicken, der Router geht in Aktion, passieren tut weiter nichts. Starte ich neu, so steht wie immer "Nightly ist aktuell".
Kann ich drauf klicken, der Router geht in Aktion, passieren tut weiter nichts. Starte ich neu, so steht wie immer "Nightly ist aktuell".
Das Update war bereits durch - Nightly ist aktuell -, was soll da also noch passieren.
Das Update war bereits durch - Nightly ist aktuell -, was soll da also noch passieren.
Ist doch klar, milupo. aber der Button zur Suche ist für mich neu.
Ist doch klar, milupo. aber der Button zur Suche ist für mich neu.
Der ist wohl auch neu.
Den Button gibt es schon seit praktisch immer, wenn die automatische Suche nach Updates deaktiviert ist. Wenn dieser plötzlich erscheint und keine Funktion hat, gibt es zwei Möglichkeiten: Entweder ist eine eurer Anpassungen Schuld oder es gibt einen neuen Bug, der dann aber in jedem Fall OS-abhängig ist, weil macOS nicht betroffen ist.
wenn die automatische Suche nach Updates deaktiviert ist.
Ich habe schon immer auf manuelle Installation in den Einstellungen, den Button sehe ich aber im Nightly seit gestern erstmals.
Manuelle Installation ist nicht das Gleiche wie das Abschalten der Suche nach Updates. Aber damit sind wir bei den zwei genannten Möglichkeiten, was das bedeutet.
Manuelle Installation ist nicht das Gleiche wie das Abschalten der Suche nach Updates.
Du weißt schon was ich meine.