Textfarbe der Menüs ändern
Verfasst: 19.06.2005, 11:28
Kann mir jemand sagen, in welcher Datei ich die Textfarben eines FF-Skins ändern kann? Genauer gesagt geht es mir um die Textfarbe der Menüs (siehe Screenshot - die grüne Schrift)




Code: Alles auswählen
treechildren {
background: #6c4513 !important;
font-size: 14px ! important;
color: #d8ae4b ! important;
font-family: Comic Sans MS ! important;
font-weight: bold !important;}
toolbox {
background: #6c4513 !important;
font-size: 12px ! important;
color: #d8ae4b ! important;
font-family: Comic Sans MS ! important;
font-weight: bold !important;}
Code: Alles auswählen
menu[label="Extras"]
{color: #FF0000 !important;}
menuitem[label="Einstellungen..."]
{color: #FF0000 !important;}
Code: Alles auswählen
menuitem
{color: #FF0000 !important;}
menu
{color: #FF0000 !important;}