5/14/2010

changing menu font color in firefox

$ cat ~/.mozilla/firefox/[blahblah~].default/chrome/userChrome.css

menubar, menubutton, menulist, menu, menuitem {
font-family: sans !important;
font-size: 10pt !important;
color: black ! important;
}

$

It is useful when a firefox theme such as OSX theme makes menu font size too small or font color not distinguishable.


Modify the OSX theme -> remove shadow in toolbar and tab

/* ----- DEFAULT PRIMARY TOOLBAR BUTTONS ----- */

.toolbarbutton-text-shadow,
.tab-text-shadow {
color: #f0f0f0;
padding-top: 0px;
opacity: 0;
}

.tab-text-shadow {
padding-top: 0;
font-size: 10pt;
font-weight: normal;
font-family: "sans";
}


/.mozilla/firefox/jwi2ie5q.default/extensions/{00352F14-3F76-4e4d-ACFF-9972D7E4B3B9}/chrome/MacOSX.jar

edit -> browser/browser.css file

댓글 없음: