You are not logged in.

#1 2012-09-17 07:16:40

rg_arc
Member
Registered: 2011-03-20
Posts: 507

Fonts in google search bar become white...[SOLVED]

I changed the theme in Xfce4 to xfce-dusk which caused Firefox to make the fonts in some search bars such as Google to become white and completely invisible. Where can I look to fix this problem? I can change to another theme to prevent that from happening but I would rather use the dusk theme while using firefox.

Last edited by rg_arc (2012-09-17 22:46:36)

Offline

#2 2012-09-17 17:32:40

RedFx
Member
Registered: 2012-09-17
Posts: 1

Re: Fonts in google search bar become white...[SOLVED]

In Terminal:

cd ~/.mozilla/firefox/x.default
mkdir chrome
touch userChrome.css
gedit (or whatever you use) userChrome.css

and paste this:

/*
 * Do not remove the @namespace line -- it's required for correct functioning
 */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
menubar, menubutton, menu, menuitem, menupopup, popup > * {
color: black !important;
}

Or use some extension like stylish and paste the code line 4 to end. I assumed you want to have a black font, but you can choose whatever you want there.
You have to change x.default to your specific profile directory.

Last edited by RedFx (2012-09-17 17:33:41)

Offline

#3 2012-09-17 20:58:35

rg_arc
Member
Registered: 2011-03-20
Posts: 507

Re: Fonts in google search bar become white...[SOLVED]

Does it matter whether you call it userChrome.css or userFirefox.css?

Offline

#4 2012-09-17 22:02:54

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: Fonts in google search bar become white...[SOLVED]

Yes. userChrome.css is the proper filename:

http://www-archive.mozilla.org/unix/cus … ml#usercss

Offline

#5 2012-09-17 22:46:02

rg_arc
Member
Registered: 2011-03-20
Posts: 507

Re: Fonts in google search bar become white...[SOLVED]

ah ok thanks... I will work on this and tag it as solved.

Offline

Board footer

Powered by FluxBB