"Firefox" meniu spalvos keitimas į juodą

Bežiūrėdamas išvaizdos apvalkalus, pakeičiau "Firefox" meniu spalvą į permatomą, todėl meniu nesimatė. Po ilgo naršymo internete pavyko problemą išspręsti.

Kaip pakeisti "Firefox" meniu spalvą į juodą?
Eiti į /home/sigis/.mozilla/firefox/pf2b7aos.default/chrome katalogą ir atidaryti userChrome.css failą. Failą pakeisti, kaip parodyta žemiau, išsaugoti ir užverti failą. Viskas.

Failas turi būti toks:
/* This file fixes the New Wave Firefox/Thinderbird issue with unreadable text in the menubar
*
* Created by Anton Kerezov
*
* Feel free to modify and share
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */



/*make the menubar use gray color for text*/
menubar > menu {
color: #0a0a0a !important;
}
/*make the menu use white color for text on mouse over*/
menubar > menu:hover {
color: black;
}

/* use black for the prelight state */
menubar > menu[_moz-menuactive="true"][open="true"] {
color: black !important;
}

/* Make the statusbar use grey color for text.
* This improves usability.
*/
statusbar
{
font-weight: normal !important;
color: rgb(25%,25%,25%) !important;
}

Komentarai

Populiarūs įrašai