Beiträge von FuchsFan
-
-
Das habe ich hier nicht.
I.M. ich auch nicht mehr, muss bis zum nächsten Update im Nightly warten. Jedenfalls wird mit dem neuen Code das Popup der Searchbar nicht mehr mit angesprochen. Danke vorerst, Andreas!
-
Freut mich wenn du damit zufrieden bist
Also, bitte nicht so voreilig sein.
Jetzt habe ich gerade bemerkt, dass im Hamburger Menü das Popup für "Updates verfügbar" auch die Veränderung der Sidebar übernommen hat. Wird ja immer lustiger, was kannst Du mir da noch anbieten? Ich kann das Popup nicht halten, weil es immer gleich verschwindet bei einem Klick. Hilf mir bitte weiter.
-
Teste bitte mal:
Prima, Andreas, jetzt habe ich beide extra.
-
Sei gegrüßt, Andreas!
Mit diesem Code RE: Sidebar Popup-Menü anpassen sollte ja das Popup in der Sidebar verändert werden. Macht er auch, aber damit wird auch das Popup-Menü der Searchbar mit angepasst.
Stört mich eigentlich nicht, aber kann das in der userShadow.css eventuell unterteilt werden? Hast Du eine Idee dazu?
-
Oder hast du es per policies.json ausgeblendet?
Das ist der Übeltäter. user_pref("identity.fxaccounts.enabled", false);
Danke, Andreas! Danke, Endor! Wieder klare Sicht.
-
Du hast die nicht eventuell ausgeblendet?
Sie ist hier in keiner Version zu sehen, kann das über die Einstellungen passieren?
-
Da ich keine Mozilla Account verwende, ist oben rechts
eine Anmelden Schaltfläche hier vorhanden.
Komisch, die habe ich hier nicht. Habe auch keinen Account.
Hier mal ohne Code das Original im Nightly, da ist nichts zu sehen.
-
Habe oben den CSS Code nochmals aktualisiert.
Danke, Endor!
Kläre mich bitte auf, wo ist das Icon von hier
div.secondary-cta:nth-child(1) > button:nth-child(1){
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild42.png") no-repeat !important;
zu sehen. Kann i.M. nichts damit anfangen.
-
Hoffe es passt nun.
Prima, Endor.
Auch der neue Button sieht gut aus.
Aber die Schriftgröße hast Du beibehalten, so wie ich schon oben berichtet habe, das geht wohl so auch am besten.
-
Wenn du das sagst.
Ja, sagte ich!
-
Dann besser Deutsche Welle, auch als App
Weder noch, sowieso nur Gedöns.
-
Sei gegrüßt, Endor!
Im aktuellen Nightly sieht about:welcome nicht mehr ganz so hübsch aus. Wenn Du Zeit und Lust hast, schaust es Dir bitte mal an.
Es sind auch einige Änderungen dazu gekommen.
Edit:
Nun habe ich mal selbst einen Versuch gestartet, und bin nur über die Änderung der Schriftgröße (siehe Kasten) auf 20px zu einem Ergebnis gekommen. Das sieht im ersten Fenster dann so aus:
Und im zweiten und dritten Fenster ist die Aufteilung dann so:
Ich stelle mal den kompletten Code mit rein, eventuell kannst Du ja etwas verwenden.
CSS
Alles anzeigen@-moz-document url(about:welcome) { .outer-wrapper { background-image: none !important; background: gainsboro !important; } .main-content { background: rgba(255, 255, 255, 0.7)!important; } /* Seite 1 und 2 */ .screen { background: transparent !important; } .screen { margin-left: auto !important; margin-right: auto !important; max-width: 1200px !important; min-height: 90vh !important; max-height: 90vh !important; margin-top: 30px !important; margin-bottom: 20px !important; padding-bottom: 20px !important; padding-top: 15px !important; padding-left: 50px !important; padding-right: 50px !important; background: #fffff0 !important; border-left-color: lightblue!important; border-top-color: lightblue!important; border-right-color: dodgerblue!important; border-bottom-color: dodgerblue!important; border-width: 8px !important; box-shadow: 15px 15px 0px 0px #fdd342 inset !important; border-style: double !important; } .screen:hover { border-left-color: #bbddff !important; border-top-color: #bbddff !important; border-right-color: #11508d !important; border-bottom-color: #11508d !important; } h1 { color: #cc0000 !important; font-size: 20px !important; font-weight: bold !important; } .section-left { display: none !important; } .secondary-cta > span:nth-child(1) { color: #1a75ff !important; font-weight: bold !important; font-size: 17px !important; } h2 { color: #1a75ff !important; margin-top: 20px !important; margin-bottom: 10px !important; font-weight: bold !important; font-size: 17px !important; } .welcome-text { margin-bottom: 10px !important; } .screen:before { position:absolute !important; top: 40px !important; left: 500px !important; content: "Xyz Zin's Firefox"; font-weight:bold !important; font-size: 28px !important; color:red !important; } .primary{ margin-top: 15px !important; appearance: none !important; background: #0060df url("..//icons/Fuchs4.png") no-repeat !important; background-position:16px 8px!important; padding-left: 50px!important; border-left-color: lightblue!important; border-top-color: lightblue!important; border-right-color: dodgerblue!important; border-bottom-color: dodgerblue!important; border-width:2px !important; border-style: outset !important; border-radius:30px!important;} .primary:hover{ background: #003eaa url("..//icons/Fuchs4.png") no-repeat !important; background-position:16px 8px!important; border-left-color: lightblue!important; border-top-color: lightblue!important; border-right-color: dodgerblue!important; border-bottom-color: dodgerblue!important; border-width:2px !important; border-style: outset !important; border-radius:30px!important;} div.secondary-cta:nth-child(4) > button:nth-child(1){ appearance:none!important; background: #F0F0F0 url("..//icons/Bild15.png") no-repeat !important; margin-top: 15px !important; color:black!important; font-size:14px!important; text-decoration:none!important; padding-right:40px!important; padding-left:40px!important; padding-bottom: 4px !important; padding-top: 2px !important; border-left-color: lightblue!important; border-top-color: lightblue!important; border-right-color: dodgerblue!important; border-bottom-color: dodgerblue!important; border-style: outset !important; border-width:2px !important; background-position:12px 6px!important; border-radius:20px!important;} div.secondary-cta:nth-child(4) > button:nth-child(1):hover{ appearance:none!important; background: #B2EDFA url("..//icons/Bild15.png") no-repeat !important; color:black!important; font-size:14px!important; text-decoration:none!important; background-position:12px 6px!important; border-radius:20px!important; border-left-color: #bbddff !important; border-top-color: #bbddff !important; border-right-color: #11508d !important; border-bottom-color: #11508d !important; border-style: outset !important; border-width:2px !important;} div.secondary-cta:nth-child(1) > button:nth-child(1){ appearance:none!important; background: #F0F0F0 url("..//icons/Bild42.png") no-repeat !important; margin-top: 40px !important; margin-right: -50px !important; color:black!important; font-size:14px!important; text-decoration:none!important; padding-right:40px!important; padding-left:40px!important; padding-bottom: 4px !important; padding-top: 2px !important; border-left-color: lightblue!important; border-top-color: lightblue!important; border-right-color: dodgerblue!important; border-bottom-color: dodgerblue!important; border-style: outset !important; border-width:2px !important; background-position:12px 6px!important; border-radius:20px!important;} div.secondary-cta:nth-child(1) > button:nth-child(1):hover{ appearance:none!important; background: #B2EDFA url("..//icons/Bild42.png") no-repeat !important; color:black!important; font-size:14px!important; text-decoration:none!important; background-position:12px 6px!important; border-radius:20px!important; border-left-color: #bbddff !important; border-top-color: #bbddff !important; border-right-color: #11508d !important; border-bottom-color: #11508d !important; border-style: outset !important; border-width:2px !important;} }
-
-
Und dazu habe ich nur diesen Code in die Shadow.css eingefügt.
Herzlichen Dank, Andreas.
Der Selektor ist passend dafür, ich hatte aber wohl noch einen anderen mit part genommen.
-
Das Popup sieht z.Z. so aus:
Um dort Anpassungen zu machen habe ich dazu den Selektor slot gefunden. Es gibt aber noch einen mit part für die shadow.css.
Was mich hierbei stört, der Code dazu wirkt übergreifend auf das Hamburger Menü und das Überhangmenü. Wer kann helfen?
CSS@-moz-document url("chrome://browser/content/bookmarks/bookmarksPanel.xhtml"), url("chrome://browser/content/places/bookmarksSidebar.xhtml"), url("chrome://browser/content/browser.xhtml") { slot { background-color: #fbe8d2 !important; margin: 10px 0 0 20px !important; border: 2px solid dodgerblue !important; } }
-
So sieht jetzt mein CSS Code aus:
Schau mal bitte nach, denn Zeile 87 bis 91 wird nicht mehr benötigt.
-
Mein Code dazu, mit deiner Ergänzung, danke dafür
Gerne doch, alles wird gut.
Nur mal als Hinweis für Dich, für die Zeilen 66 bis 98 in Deinem Code würde das ausreichen. Das Auskommentierte könnte also gelöscht werden.
CSS
Alles anzeigen/* html.official-branding.login-selected.initialized body section header { background-color: #fbe8d2 !important; height: 52px !important; } */ login-list.initialized {background-color: #fbe8d2 !important; border-top-left-radius: 28px !important;} /* html.official-branding.initialized body section header { background-color: #fbe8d2 !important; height: 52px !important; } */ /* html.official-branding.login-selected.initialized body section header { background-color: #fbe8d2 !important; height: 52px !important; border-top-right-radius: 28px !important; } */ /* html.official-branding.initialized body section header { background-color: #fbe8d2 !important; height: 52px !important; border-top-right-radius: 28px !important; } */ /* HG für das obere Feld - rechte Seite */ html.initialized body header, html.login-selected.initialized body header { background-color: #fbe8d2 !important; height: 52px !important; }
-
Sei gegrüßt, Endor!
Bei about:logins gab es im aktuellen Nightly wieder eine Änderung, denn das Feld oben rechts hat einen neuen Selektor bekommen.
In der beta wirkt immer noch die letzte Änderung.
In Deinem Code von hier RE: About Seiten mit CSS Codes anpassen habe ich die Zeilen 106 bis 117 durch folgenden Code ersetzt.
-
hat funktioniert.
Sehr schön!