- Firefox-Version
- 84
- Betriebssystem
- Windows 10 Pro
Farbe von Adressleiste und Text ändern
-
captain chaos -
20. Dezember 2020 um 12:09 -
Erledigt
-
-
- Hilfreichste Antwort
ich suche
Teste bitte, Farbe wenn dann anpassen.
-
Funktioniert - Danke!
Lässt sich die Farbe auch auf die Dropdown-Liste ausdehnen?
-
auch auf die Dropdown-Liste ausdehnen?
Sorry, das habe ich eben erst gelesen.
Teste bitte mal diesen kompl. Code:
CSS
Alles anzeigen#urlbar[open] > .urlbarView { background: gray !important; color: white !important; } .urlbarView-url { color: yellow !important; } #urlbar[breakout][breakout-extend] > #urlbar-background { background: gray !important; box-shadow: none !important; } #urlbar-input-container { color: white !important; }
-
erst nach Klick
Sorry, eine Zeile fehlte.
Teste bitte wieder.
CSS
Alles anzeigen#urlbar[open] > .urlbarView { background: gray !important; color: white !important; } .urlbarView-url { color: yellow !important; } #urlbar[breakout][breakout-extend] > #urlbar-background { background: gray !important; box-shadow: none !important; } #urlbar-input-container { background: gray !important; color: white !important; }
-
-
Gelb wird da aber nichts.