Firefox und schwarze Titelleiste

andii90

Pferdeapfel
Registriert
04.09.09
Beiträge
78
Hallo liebe Apfeltalkler!

Ich habe ein mehr oder weniger großes Problem mit meinem Firefox. Ich möchte die "Titelleiste" (also da wo die Buttons sind) schwarz haben. Bei einigen Personas ist das auch so und das muss bei meinem Theme jetzt auch her. ^^ Also meine Frage: Ist das möglich und wenn ja wie

Liebe Grüße

Andi
 

Aronnax

Châtaigne du Léman
Registriert
03.12.04
Beiträge
831
window[active="true"] #nav-bar {
-moz-appearance: none !important;
background-color: black !important;
}

per userChrome.css


About the userChrome.css:
This file sets the display rules for various elements in the Firefox user interface and is located in the sub-folder called chrome in your profile folder.

~/Library/Application Support/Firefox/Profiles/xxxxxxx.default/chrome/

The file does not exist by default, so you need to create it before you can start adding your preferences. There's actually an example file that exists by default, called userChrome-example.css. Basically, you can just rename that file by removing the -example part.
 

andii90

Pferdeapfel
Registriert
04.09.09
Beiträge
78
sry ich glaub ich hab mich falsch ausgedrückt. ich meine die leiste mit den OS X buttons (schließen, minimieren usw)